.page-header { color: var(--paper); background: rgba(29,33,29,.96); }
.page-header .main-nav { justify-self: end; }
.page-header .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.page-main { padding-top: 82px; }
.page-hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1fr 1fr; color: var(--paper); background: var(--ink); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px) clamp(28px, 7vw, 116px); }
.page-kicker { margin: 0 0 2rem; color: var(--gold); font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.page-hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 6.7vw, 7.5rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.page-hero-copy > p:not(.page-kicker) { max-width: 590px; margin: 2.2rem 0 0; color: rgba(238,233,222,.75); font-family: var(--serif); font-size: clamp(1.12rem, 1.55vw, 1.48rem); line-height: 1.48; }
.page-hero .text-link { align-self: flex-start; margin-top: 2.5rem; }
.page-hero-visual { position: relative; min-height: 690px; margin: 0; overflow: hidden; }
.page-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21,24,21,.08), rgba(21,24,21,.45)); }
.page-hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62); }
.page-hero-visual.is-contain img { object-fit: contain; padding: 8%; background: #171a17; }
.page-hero-visual figcaption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.8rem; color: var(--paper); font-size: .64rem; letter-spacing: .08em; }

.editorial-intro { display: grid; grid-template-columns: .42fr 1.1fr .6fr; gap: 5vw; align-items: start; }
.editorial-intro .display-title { font-size: clamp(3rem, 5vw, 5.8rem); }
.editorial-intro-copy { color: #55554d; }
.editorial-intro-copy p:first-child { margin-top: .65rem; color: var(--ink); font-family: var(--serif); font-size: 1.42rem; line-height: 1.4; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--paper-2); }
.story-section.reverse .story-media { order: 2; }
.story-media { position: relative; min-height: 680px; margin: 0; overflow: hidden; background: #a79f91; }
.story-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.63); }
.story-media.is-contain img { object-fit: contain; padding: 7%; background: #262a26; }
.story-media figcaption { position: absolute; left: 1.8rem; right: 1.8rem; bottom: 1.5rem; padding: .75rem 0 0; color: var(--paper); border-top: 1px solid rgba(238,233,222,.42); font-size: .62rem; letter-spacing: .07em; }
.story-copy { align-self: center; max-width: 720px; padding: clamp(70px, 9vw, 145px); }
.story-copy .section-index { margin-bottom: 1.5rem; }
.story-copy h2 { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 5.2rem); font-weight: 400; line-height: .98; letter-spacing: -.03em; }
.story-copy h3 { margin: 2.2rem 0 .6rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.story-copy p { color: #57564e; }
.story-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }
.story-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-copy li { display: flex; justify-content: space-between; gap: 2rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.story-copy li span:first-child { color: #777267; text-transform: uppercase; font-size: .6rem; letter-spacing: .12em; }

.seo-guide { background: var(--paper); }
.seo-guide-heading { display: grid; grid-template-columns: .42fr 1.1fr .6fr; gap: 5vw; align-items: start; margin-bottom: clamp(70px, 9vw, 130px); }
.seo-guide-heading .display-title { font-size: clamp(3rem, 5vw, 5.8rem); }
.seo-guide-heading > div { margin-top: .65rem; color: #57564e; font-family: var(--serif); font-size: 1.2rem; line-height: 1.45; }
.seo-guide-heading > div p + p { margin-top: 1rem; }
.seo-guide-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 7vw, 96px) clamp(42px, 8vw, 120px); max-width: 1280px; margin-left: auto; }
.seo-guide-content article { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.seo-guide-content h3 { max-width: 560px; margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.25vw, 2.6rem); font-weight: 400; line-height: 1.08; }
.seo-guide-content p { color: #57564e; }
.seo-guide-content p + p { margin-top: 1.15rem; }
.body-link { color: inherit; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.body-link:hover, .body-link:focus-visible { color: #77613c; }

.page-steps { color: var(--paper); background: var(--ink-2); }
.page-steps .section-index { color: var(--gold); }
.page-steps-heading { display: grid; grid-template-columns: .45fr 1.1fr .55fr; gap: 5vw; align-items: start; margin-bottom: 5rem; }
.page-steps-heading > p:last-child { margin-top: .65rem; color: rgba(238,233,222,.62); }
.page-steps-list { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); list-style: none; }
.page-steps-list li { min-height: 310px; padding: clamp(24px, 3vw, 45px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.page-steps-list span { color: var(--gold); font-size: .62rem; letter-spacing: .14em; }
.page-steps-list h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.3rem); font-weight: 400; }
.page-steps-list p { color: rgba(238,233,222,.58); font-size: .9rem; }

.page-commercial { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; background: var(--paper-2); }
.page-commercial-intro .display-title { font-size: clamp(3rem, 5vw, 5.8rem); }
.page-commercial-intro .display-title em { color: #827864; }
.page-commercial-intro > p:last-child { max-width: 640px; margin-top: 2rem; color: #57564e; }
.page-commercial-body { padding: clamp(28px, 4vw, 58px); border: 1px solid var(--line); background: rgba(255,255,255,.24); }
.page-commercial-body h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 400; }
.page-commercial-body > p { color: #57564e; }
.page-commercial-body dl { margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.page-commercial-body dl div { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.page-commercial-body dt { color: #777267; text-transform: uppercase; font-size: .6rem; letter-spacing: .12em; }
.page-commercial-body dd { margin: 0; font-family: var(--serif); }

.technical { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; background: var(--paper); }
.technical .display-title { font-size: clamp(3rem, 5vw, 5.8rem); }
.technical-list { margin: 0; border-top: 1px solid var(--line); }
.technical-list div { display: grid; grid-template-columns: .6fr 1fr; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.technical-list dt { color: #777267; text-transform: uppercase; font-size: .6rem; letter-spacing: .13em; }
.technical-list dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; }
.technical-note { margin-top: 2rem; color: #56554d; }

.page-quote { min-height: 560px; }
.page-faq { background: var(--paper-2); }
.page-faq .faq-heading { position: static; }
.page-cta { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: end; color: var(--paper); background: var(--ink); }
.page-cta .section-index { color: var(--gold); }
.page-cta .display-title { max-width: 1000px; }
.page-cta .button { margin-bottom: .4rem; }
.page-footer .footer-brand { text-decoration: none; }

@media (max-width: 1120px) {
  .page-header .main-nav { justify-self: center; }
  .page-steps-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .page-main { padding-top: 68px; }
  .page-hero { min-height: auto; grid-template-columns: 1fr; }
  .page-hero-copy { min-height: 72svh; padding: 90px 24px 70px; }
  .page-hero h1 { font-size: clamp(3.5rem, 15vw, 5.8rem); }
  .page-hero-visual { min-height: 78svh; }
  .editorial-intro, .story-section, .technical, .page-steps-heading, .page-cta, .page-commercial { grid-template-columns: 1fr; }
  .story-section.reverse .story-media { order: 0; }
  .story-media { min-height: 75vw; }
  .story-copy { padding: 84px 24px; }
  .seo-guide-heading, .seo-guide-content { grid-template-columns: 1fr; }
  .seo-guide-heading { gap: 1.5rem; margin-bottom: 70px; }
  .seo-guide-content { gap: 56px; }
  .page-steps-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-cta { align-items: start; gap: 2.2rem; }
  .page-cta .button { justify-self: start; }
}
@media (max-width: 540px) {
  .page-hero-visual { min-height: 115vw; }
  .story-media { min-height: 100vw; }
  .page-steps-list { grid-template-columns: 1fr; }
  .page-steps-list li { min-height: auto; }
  .page-steps-list h3 { margin-top: 2.5rem; }
  .technical-list div { grid-template-columns: 1fr; gap: .3rem; }
}
