:root {
  --brand-gray: #666666;
  --brand-gradient-gray: #9c9c9c;
  --brand-taupe: #9f9783;
  --brand-gold: #d5ae6b;
  --brand-orange: #ea7f00;
  --interactive-accent: #8b714a;
  --paper: #f2f0e9;
  --ink: #3f3d39;
  --muted: var(--brand-gray);
  --line: #d1cdc3;
  --accent: var(--interactive-accent);
  --dark: #242220;
  --light: #f7f5ee;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: 0; left: 1rem; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--interactive-accent); outline-offset: 4px; }

.site-header { height: 6.5rem; padding: 0 clamp(1.5rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; font-size: 1.05rem; font-weight: 600; letter-spacing: -.02em; text-decoration: none; }
.brand img { display: block; width: 8.5rem; max-width: 100%; height: auto; }
.header-link, .contact-link { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.header-link span, .contact-link span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.header-link:hover { color: var(--interactive-accent); }
.contact-link:hover { color: var(--brand-orange); }
.header-link:hover span, .contact-link:hover span { transform: translate(2px, -2px); }

.hero { min-height: calc(100svh - 6.5rem); padding: clamp(3rem, 7vh, 6.5rem) clamp(1.5rem, 5vw, 5.5rem) 2.5rem; display: grid; grid-template-columns: minmax(8rem, 1fr) minmax(0, 5fr); grid-template-rows: auto 1fr auto; column-gap: clamp(2rem, 5vw, 7rem); }
.hero-kicker { grid-row: 1 / 3; padding-top: .7rem; display: flex; flex-direction: column; gap: .65rem; color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-content { max-width: 77rem; }
h1, h2 { margin: 0; font-weight: 400; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 66rem; font-size: clamp(3.25rem, 5.8vw, 6.35rem); }
h1 em, h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.hero-detail { margin-top: clamp(2.5rem, 4.5vh, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, .8fr); gap: clamp(3rem, 7vw, 8rem); align-items: end; }
.hero-detail p { max-width: 39rem; margin: 0; color: #514f4a; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { min-height: 3.9rem; padding: 0 1.65rem; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; border: 1px solid transparent; font-size: .76rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary span { color: var(--brand-gold); }
.button-primary:hover { background: #53504a; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--muted); font-size: .72rem; text-decoration: none; white-space: nowrap; }
.text-link svg { width: 1rem; fill: currentColor; }
.text-link:hover { color: var(--ink); }
.scroll-note { grid-column: 1 / 3; align-self: end; display: flex; align-items: center; gap: .8rem; color: var(--brand-gray); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-note span { width: 2.5rem; height: 1px; background: var(--brand-gold); }

.approach { min-height: 46rem; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5.5rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(8rem, .7fr) minmax(0, 5.3fr); gap: clamp(2rem, 4vw, 5rem); }
.section-label { margin: .55rem 0 0; color: var(--muted); font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.approach-content { max-width: 74rem; }
.approach h2 { max-width: 60rem; font-size: clamp(3rem, 5.3vw, 6rem); }
.approach-copy { width: 62%; min-width: 35rem; margin: clamp(3.5rem, 6vw, 6rem) 0 0; padding-left: clamp(2rem, 4vw, 4.5rem); border-left: 1px solid var(--line); }
.approach-copy p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.68; }
.approach-copy p + p { margin-top: 1.8rem; color: var(--muted); }
.approach-note { margin: clamp(3rem, 5vw, 5rem) 0 0; display: flex; gap: 0; color: var(--brand-gray); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.approach-note span { display: flex; align-items: center; }
.approach-note .progress-arrow { margin: 0 1rem; color: var(--brand-orange); font-size: .85rem; line-height: 1; }

.contact { background: var(--dark); color: var(--light); }
.contact-inner { min-height: 39rem; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5.5rem); display: grid; grid-template-columns: minmax(8rem, 1fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 7rem); }
.contact .section-label { color: var(--brand-gradient-gray); }
.contact h2 { font-size: clamp(3.1rem, 6vw, 6.7rem); }
.contact-title-line { display: block; }
.contact h2 em { color: var(--brand-gold); }
.contact-actions { margin-top: clamp(4rem, 7vw, 7rem); display: flex; align-items: center; gap: 2.5rem; }
.button-light { background: var(--light); color: var(--dark); }
.button-light span { color: var(--brand-orange); }
.button-light:hover { background: #e7dfd0; }
.contact-link { color: #d8d3c9; }
footer { min-height: 8.5rem; padding: 2rem clamp(1.5rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--dark); color: var(--brand-gradient-gray); border-top: 1px solid #48443f; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.brand-footer { color: var(--light); font-size: .9rem; letter-spacing: 0; text-transform: none; }
footer p { margin: 0; }
footer p span { margin: 0 .5rem; color: var(--brand-taupe); }

@media (min-width: 781px) and (max-width: 1280px) {
  .hero { min-height: calc(80svh - 5.2rem); }
}

@media (max-width: 1100px) and (min-width: 781px) {
  .brand img { width: 7.75rem; }
  .hero-detail { grid-template-columns: 1fr minmax(15rem, .75fr); gap: 2.5rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
}

@media (max-width: 780px) {
  .site-header { height: 5rem; }
  .brand img { width: 6rem; }
  .hero { min-height: calc(100svh - 5rem); display: block; padding-top: 2.5rem; }
  .hero-kicker { flex-direction: row; flex-wrap: wrap; gap: .45rem 1rem; margin-bottom: 2.4rem; }
  h1 { font-size: clamp(2.9rem, 13vw, 4.7rem); }
  .hero-detail { display: block; margin-top: 2.7rem; }
  .hero-detail p { font-size: 1rem; }
  .hero-actions { margin-top: 2rem; align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .button { width: 100%; justify-content: space-between; }
  .scroll-note { margin-top: 3.5rem; }
  .approach { min-height: 0; display: block; padding-top: 5.5rem; padding-bottom: 6rem; }
  .approach-content { margin-top: 2rem; }
  .approach h2 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .approach-copy { width: auto; min-width: 0; margin-top: 3.5rem; padding: 0 0 0 1.5rem; }
  .approach-note { margin-top: 3.5rem; padding-left: 1.5rem; flex-wrap: wrap; gap: .75rem; }
  .approach-note .progress-arrow { margin: 0; }
  .contact-inner { min-height: 34rem; display: block; }
  .contact h2 { margin-top: 2.2rem; font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .contact-title-line { display: inline; }
  .contact-title-line + .contact-title-line::before { content: " "; }
  .contact-actions { margin-top: 3.5rem; flex-direction: column; align-items: flex-start; gap: 1.8rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
