:root {
  --ink: #24312c;
  --forest: #263c34;
  --sage: #85988b;
  --paper: #f3eee7;
  --cream: #fbf8f3;
  --clay: #b96f55;
  --line: rgba(36, 49, 44, 0.17);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section { padding: 120px max(6vw, 28px); }

.site-header { height: 92px; padding: 0 max(6vw, 28px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; width: max-content; font-size: 14px; line-height: 1.2; text-transform: uppercase; letter-spacing: .11em; }
.brand small { display: block; margin-top: 5px; opacity: .58; font-size: 9px; letter-spacing: .17em; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 12px; letter-spacing: .05em; }
.nav { display: flex; gap: 34px; font-size: 13px; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--clay); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-button { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); margin: 7px 0; transition: .25s; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; line-height: 1.13; }
h1 { font-size: clamp(52px, 6.1vw, 94px); margin: 25px 0 28px; }
h2 { font-size: clamp(40px, 4.5vw, 68px); margin: 20px 0 0; }
h1 em, h2 em { color: var(--clay); font-weight: 400; }
h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.35; }
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .2em; font-weight: 600; display: flex; gap: 12px; align-items: center; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.62); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 65px; }
.section-heading h2 { margin-top: 0; }
.button { min-height: 58px; padding: 0 25px; background: var(--forest); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 35px; border: 1px solid var(--forest); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; transition: background .25s, color .25s, transform .25s; }
.button:hover { background: transparent; color: var(--forest); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; gap: 12px; }
.button-light { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.button-light:hover { background: transparent; color: white; }
.text-link { display: inline-block; font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link:hover { color: var(--clay); }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 460px); gap: 6vw; align-items: center; padding-top: 70px; padding-bottom: 80px; }
.hero-copy { max-width: 790px; }
.hero-lead { max-width: 630px; font-size: 18px; line-height: 1.75; color: rgba(36,49,44,.72); }
.hero-actions { display: flex; gap: 30px; align-items: center; margin-top: 35px; }
.trust-row { display: flex; gap: 0; margin-top: 65px; border-top: 1px solid var(--line); padding-top: 24px; }
.trust-row div { min-width: 150px; padding-right: 25px; margin-right: 25px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-family: var(--serif); font-weight: 400; font-size: 21px; display: block; }
.trust-row span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; opacity: .62; }
.hero-visual { position: relative; width: 100%; max-width: 460px; min-width: 0; justify-self: end; }
.portrait-frame { width: 100%; background: #d7d0c5; padding: 14px; transform: rotate(1.2deg); box-shadow: 0 25px 70px rgba(36,49,44,.13); }
.portrait-photo { width: 100%; max-width: 100%; height: auto; aspect-ratio: 1 / 1; display: block; object-fit: cover; object-position: center; filter: saturate(.88) contrast(.96); }
.portrait-caption { background: var(--cream); padding: 18px 15px 4px; display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.soft-card { position: absolute; right: -38px; bottom: 80px; padding: 22px 26px; background: var(--clay); color: white; font-family: var(--serif); font-size: 17px; line-height: 1.5; transform: rotate(-2deg); box-shadow: 0 12px 35px rgba(36,49,44,.18); }

.work { background: var(--cream); }
.concerns-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.concern { padding: 28px 28px 10px 0; margin-right: 28px; border-right: 1px solid var(--line); }
.concern:last-child { border: 0; margin-right: 0; }
.concern > span { font-size: 10px; opacity: .5; }
.concern h3 { margin: 35px 0 16px; }
.concern p { font-size: 14px; color: rgba(36,49,44,.68); }

.formats { background: var(--forest); color: white; }
.formats h2 em { color: #d7a18d; }
.format-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.format-card { min-height: 520px; border: 1px solid rgba(255,255,255,.2); padding: 40px; display: flex; flex-direction: column; }
.format-card.featured { background: #355146; border-color: #355146; }
.format-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; opacity: .62; }
.tag { border: 1px solid rgba(255,255,255,.34); border-radius: 99px; padding: 7px 12px; text-transform: uppercase; letter-spacing: .11em; }
.format-card h3 { font-size: 35px; margin: 55px 0 18px; }
.format-card p { max-width: 620px; color: rgba(255,255,255,.68); }
.format-card ul { padding: 0; list-style: none; margin: 20px 0 35px; display: flex; gap: 10px; flex-wrap: wrap; }
.format-card li { background: rgba(255,255,255,.08); padding: 8px 12px; font-size: 11px; }
.format-card .button, .format-card .text-link { margin-top: auto; align-self: flex-start; }
.formats .text-link { border-color: rgba(255,255,255,.3); }

.about { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.about-statement { min-height: 650px; padding: 60px; background: var(--sage); color: white; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.about-statement::before { content: "“"; position: absolute; top: -60px; right: 20px; font-family: var(--serif); font-size: 330px; color: rgba(255,255,255,.08); line-height: 1; }
.about-statement p { font-family: var(--serif); font-size: clamp(30px, 3vw, 46px); line-height: 1.45; margin: 0; position: relative; }
.about-copy { max-width: 660px; }
.about-copy > p:not(.eyebrow) { color: rgba(36,49,44,.72); }
.credentials { display: grid; gap: 0; margin: 34px 0; border-top: 1px solid var(--line); }
.credentials span { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.credentials span::before { content: "✓"; color: var(--clay); margin-right: 12px; }

.steps { background: var(--paper); }
.steps-list { list-style: none; padding: 0; margin: 0 0 55px; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 1fr 2fr; padding: 35px 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { font-family: var(--serif); color: var(--clay); font-size: 18px; }
.steps-list h3 { margin: 0 0 8px; }
.steps-list p { margin: 0; color: rgba(36,49,44,.65); }
.center { text-align: center; }

.faq { background: var(--cream); }
.accordion { max-width: 980px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 21px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--sans); font-weight: 300; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 730px; padding: 0 0 28px; margin: 0; color: rgba(36,49,44,.67); }

.final-cta { background: var(--clay); color: white; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(48px, 6vw, 86px); }
.final-cta h2 em { color: var(--forest); }
.final-cta > p:not(.eyebrow) { opacity: .75; }
.final-cta .hero-actions { justify-content: center; }
.light-link { border-color: rgba(255,255,255,.4); }

footer { background: #192a24; color: white; min-height: 210px; padding: 55px max(6vw,28px); display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: start; }
.footer-brand .brand-mark { border-color: white; }
.footer-links { display: flex; gap: 28px; font-size: 12px; }
footer > p { grid-column: 1 / -1; margin: 0; opacity: .42; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.floating-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 92px; background: var(--paper); padding: 25px max(6vw,28px) 35px; border-bottom: 1px solid var(--line); flex-direction: column; gap: 18px; }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 35px; }
  .concerns-grid { grid-template-columns: 1fr 1fr; }
  .concern:nth-child(2) { border-right: 0; }
  .about { gap: 5vw; }
  .about-statement { padding: 35px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .section { padding: 80px 22px; }
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand { font-size: 11px; }.brand-mark { width: 34px; height: 34px; }
  .header-cta { display: none; }.menu-button { grid-column: 2; grid-row: 1; }
  .nav { top: 76px; padding: 25px 22px 35px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 55px; }
  h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; text-align: center; gap: 18px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; }
  .trust-row div { border: 0; margin: 0; padding: 0; min-width: 0; }
  .hero-visual { width: min(100%, 390px); justify-self: center; margin-top: 20px; }
  .soft-card { right: -4px; bottom: 65px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 45px; }
  .concerns-grid { grid-template-columns: 1fr; }
  .concern, .concern:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 28px 0; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 480px; padding: 30px 24px; }
  .format-card h3 { margin-top: 45px; }
  .about { grid-template-columns: 1fr; }
  .about-statement { min-height: 520px; padding: 30px; }
  .steps-list li { grid-template-columns: 55px 1fr; }
  .accordion { margin: 0; }
  summary { font-size: 18px; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { flex-wrap: wrap; }
  .floating-cta { display: flex; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 70px; background: var(--forest); color: white; align-items: center; justify-content: center; gap: 18px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; box-shadow: 0 -8px 35px rgba(25,42,36,.18); }
  .reveal { transition-delay: 0s; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
