.page-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}
.page-hero-actions .btn-outline{color:var(--gold-light)}
.page-intro{max-width:820px;margin:0 auto;text-align:center}
.page-intro>p{font-size:1.08rem;color:var(--text-muted);margin-top:1rem}
.buyer-paths{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);margin-top:3.5rem}
.buyer-path{padding-top:1.5rem;border-top:1px solid var(--gray-200)}
.buyer-path h3{margin:.55rem 0 .8rem}
.buyer-path p{color:var(--text-muted)}
.buyer-path ul{display:grid;gap:.65rem;margin-top:1.25rem}
.buyer-path li{display:grid;grid-template-columns:1.25rem 1fr;gap:.45rem;font-size:.92rem;color:var(--text-body)}
.buyer-path li::before{content:'\2192';color:var(--gold);font-weight:700}
.buyer-path .read-more{margin-top:1.25rem}
.factory-showcase{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}
.factory-showcase figure{margin:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}
.factory-showcase figure:nth-child(1),.factory-showcase figure:nth-child(4){grid-column:span 7}
.factory-showcase figure:nth-child(2),.factory-showcase figure:nth-child(3){grid-column:span 5}
.factory-showcase img{width:100%;height:300px;object-fit:cover}
.factory-showcase figcaption{padding:1rem 1.15rem 1.15rem;font-size:.86rem;color:var(--text-muted);line-height:1.55}
.factory-showcase figcaption strong{display:block;color:var(--ink);font-size:.95rem;margin-bottom:.2rem}
.decision-table-wrap{overflow-x:auto;margin-top:2rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white)}
.decision-table{width:100%;border-collapse:collapse;min-width:700px}
.decision-table th,.decision-table td{padding:1rem 1.15rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--gray-200);font-size:.9rem}
.decision-table th{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--gray-100)}
.decision-table tr:last-child td{border-bottom:0}
.decision-table td:first-child{font-weight:650;color:var(--ink);width:22%}
.service-start{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,5rem);align-items:start}
.service-start aside{position:sticky;top:calc(var(--nav-h) + 2rem)}
.service-start-list{display:grid;gap:0}
.service-start-item{padding:1.35rem 0;border-top:1px solid var(--gray-200)}
.service-start-item:last-child{border-bottom:1px solid var(--gray-200)}
.service-start-item h3{font-size:1.08rem;margin-bottom:.35rem}
.service-start-item p{font-size:.9rem;color:var(--text-muted)}
.service-card-link{display:inline-flex;margin-top:1.15rem;color:var(--gold);font-size:.85rem;font-weight:650}
.service-card-link:hover{text-decoration:underline;text-underline-offset:3px}
.deliverables{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.deliverable{padding:1.75rem;border-right:1px solid rgba(255,255,255,.14)}
.deliverable:last-child{border-right:0}
.deliverable span{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.deliverable h3{font-size:1.08rem;color:var(--white);margin:.45rem 0 .65rem}
.deliverable p{font-size:.87rem;color:rgba(255,255,255,.68)}
.material-code{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;color:var(--gold);margin-bottom:.65rem}
.content-note{margin-top:2rem;padding:1.25rem 1.4rem;background:var(--gold-pale);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-body)}
@media(max-width:900px){.deliverables{grid-template-columns:1fr 1fr}.deliverable:nth-child(2){border-right:0}.deliverable:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}}
@media(max-width:768px){.buyer-paths,.service-start{grid-template-columns:1fr}.service-start aside{position:static}.factory-showcase figure:nth-child(n){grid-column:1/-1}.factory-showcase img{height:240px}.deliverables{grid-template-columns:1fr}.deliverable{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.deliverable:last-child{border-bottom:0}.page-hero-actions .btn{width:100%;justify-content:center}}
