:root {
  --forest: #162820;
  --forest-soft: #20372d;
  --cream: #f3eddf;
  --paper: #fbf8f1;
  --ink: #15231d;
  --gold: #c58b28;
  --gold-pale: #e9d2a1;
  --line: rgba(21, 35, 29, 0.18);
  --body: "DM Sans", Arial, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { align-items: center; background: var(--forest); color: var(--cream); display: flex; gap: 2rem; justify-content: space-between; min-height: 78px; padding: 0 5vw; position: sticky; top: 0; z-index: 20; }
.header-tagline { color: rgba(243, 237, 223, .62); flex: 1; font-family: var(--mono); font-size: .72rem; letter-spacing: .07em; line-height: 1.5; margin: 0; text-transform: uppercase; }
.header-tagline span { display: block; }
.brand { align-items: center; display: inline-flex; font-size: 1.05rem; font-weight: 700; gap: .65rem; letter-spacing: -.03em; }
.brand-logo { color: var(--cream); display: block; height: 25px; width: 122px; }
.site-navigation { align-items: center; display: flex; gap: 1.8rem; font-size: .9rem; }
.site-navigation > a { color: rgba(243, 237, 223, .82); }
.site-navigation > a:hover { color: white; }
.site-navigation .nav-contact { border: 1px solid rgba(243,237,223,.45); border-radius: 99px; color: var(--cream); padding: .55rem .85rem; }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; padding: .6rem 0 .6rem .8rem; }
.menu-button span:not(.visually-hidden) { background: var(--cream); display: block; height: 1px; margin: 5px 0; width: 26px; }
.visually-hidden { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0,0,0,0); }

.hero { background: var(--forest); color: var(--cream); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); min-height: 660px; overflow: hidden; }
.hero-copy { align-self: center; max-width: 740px; padding: 6rem 5vw 6.5rem; }
.eyebrow, .section-label { color: var(--gold); font-family: var(--mono); font-size: .9rem; letter-spacing: .08em; margin: 0 0 1.15rem; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 5.5vw, 5.8rem); margin-bottom: 1.55rem; }
h2 { font-size: clamp(2.35rem, 4vw, 4.4rem); margin-bottom: 1.6rem; }
.hero-intro { color: rgba(243,237,223,.79); font-size: clamp(1.05rem, 1.4vw, 1.28rem); max-width: 615px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.35rem; margin-top: 2.25rem; }
.button { align-items: center; display: inline-flex; font-size: .95rem; font-weight: 600; gap: .6rem; justify-content: center; }
.button span, .email-link span { font-size: 1.18em; }
.button-primary { background: var(--gold); border-radius: 2px; color: var(--forest); padding: .9rem 1.15rem; }
.button-primary:hover { background: #d89e38; }
.button-text { color: var(--cream); padding: .75rem 0; }
.hero-note { border-top: 1px solid rgba(243,237,223,.2); color: rgba(243,237,223,.52); font-size: .82rem; margin: 3.1rem 0 0; max-width: 510px; padding-top: 1rem; }
.hero-portrait { min-height: 100%; position: relative; }
.hero-portrait img { height: 100%; object-fit: cover; object-position: 66% center; position: absolute; width: 100%; }
.hero-portrait::after { background: linear-gradient(90deg, var(--forest) 0%, transparent 22%), linear-gradient(0deg, rgba(9,18,14,.45), transparent 50%); content: ""; inset: 0; position: absolute; }
.section-shell { margin: 0 auto; max-width: 1320px; padding-left: 5vw; padding-right: 5vw; }
.two-lists { padding-bottom: 8rem; padding-top: 8rem; }
.two-lists-layout { align-items: start; display: grid; gap: 8vw; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.two-lists-layout h2 { font-size: clamp(2.5rem, 4.7vw, 5.1rem); max-width: 560px; }
.two-lists-content > p:not(.pull-quote) { color: #405047; font-size: 1.12rem; max-width: 730px; }
.two-lists-content > p:not(.pull-quote) strong { color: var(--forest); font-weight: 600; }
.two-lists-intro { color: #405047; font-size: 1.12rem; margin-top: 1.6rem; max-width: 560px; }
.two-lists-intro strong { color: var(--forest); font-weight: 600; }
.lists-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 2.4rem; }
.lists-grid article { border-top: 2px solid var(--gold); padding: 1.2rem 1.25rem 1.3rem 0; }
.number { color: var(--gold); font-family: var(--mono); font-size: .75rem; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; line-height: 1.25; margin: .7rem 0 .7rem; }
.lists-grid p { color: #526057; max-width: 370px; }
.key-word { color: var(--gold); font-style: normal; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .18em; }
.pull-quote { border-left: 2px solid var(--forest); font-family: var(--display); font-size: 1.35rem; line-height: 1.35; max-width: 780px; padding-left: 1rem; }

.audit-section { background: var(--forest-soft); color: var(--cream); padding: 7rem 0; }
.audit-layout { align-items: start; display: grid; gap: 8vw; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.audit-layout h2 { font-size: clamp(2.5rem, 4.7vw, 5.1rem); }
.audit-summary { color: rgba(243,237,223,.76); font-size: 1.12rem; max-width: 490px; }
.button-light { border: 1px solid rgba(243,237,223,.46); color: var(--cream); margin-top: 1.3rem; padding: .8rem 1rem; }
.audit-steps { border-top: 1px solid rgba(243,237,223,.25); list-style: none; margin: 0; padding: 0; }
.audit-steps li { border-bottom: 1px solid rgba(243,237,223,.25); display: grid; gap: 1rem; grid-template-columns: 42px 1fr; padding: 1.5rem 0; }
.audit-steps span { color: var(--gold); font-family: var(--mono); font-size: .78rem; padding-top: .25rem; }
.audit-steps strong { display: block; font-size: 1.06rem; margin-bottom: .3rem; }
.audit-steps p { color: rgba(243,237,223,.72); margin: 0; }

.creative-section { background: #e7ddc7; color: var(--forest); padding: 7rem 0; }
.creative-layout { display: grid; gap: 8vw; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.creative-layout h2 { font-size: clamp(2.5rem, 4.7vw, 5.1rem); max-width: 560px; }
.creative-copy > p { color: #405047; font-size: 1.12rem; max-width: 650px; }
.creative-copy > p strong { color: var(--forest); font-weight: 600; }
.creative-grid { border-top: 1px solid rgba(22,40,32,.25); display: grid; gap: 0; grid-template-columns: 1fr; margin-top: 2.25rem; }
.creative-grid > div { border-bottom: 1px solid rgba(22,40,32,.25); padding: 1.5rem 0; }
.creative-grid span { display: block; font-size: 1.06rem; font-weight: 600; margin-bottom: .3rem; }
.creative-grid p { color: #405047; margin: 0; }

.about-section { background: var(--cream); padding: 7.5rem 0; }
.about-layout { display: grid; gap: 8vw; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.about-heading h2 { max-width: 360px; }
.about-portrait { border-radius: 2px; display: block; height: auto; margin-top: 1.6rem; object-fit: cover; width: 240px; }
.about-layout p:not(.section-label) { color: #405047; font-size: 1.12rem; max-width: 710px; }
.text-link { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .18em; transition: color .18s ease, text-decoration-color .18s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--gold); text-decoration-color: var(--gold); }

.contact-section { background: var(--forest-soft); color: var(--cream); padding: 6.5rem 0; }
.contact-layout { display: grid; gap: 8vw; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.contact-layout h2 { max-width: 500px; }
.contact-layout > div:last-child { align-self: end; max-width: 710px; }
.contact-layout .section-label { color: var(--gold); }
.contact-summary { color: rgba(243,237,223,.76); font-size: 1.12rem; max-width: 710px; }
.contact-form { display: grid; gap: 1rem; margin-top: 1.7rem; }
.contact-form label { display: grid; font-size: .78rem; font-weight: 700; gap: .35rem; letter-spacing: .01em; }
.contact-form label span { font-weight: 400; opacity: .7; }
.contact-form input, .contact-form textarea { appearance: none; background: rgba(251,248,241,.94); border: 1px solid rgba(243,237,223,.35); border-radius: 0; color: var(--forest); font: inherit; min-height: 48px; padding: .65rem .7rem; resize: vertical; }
.contact-form textarea { min-height: 112px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.contact-form .checkbox-field { align-items: start; gap: .7rem; grid-template-columns: 1.1rem 1fr; line-height: 1.4; }
.contact-form .checkbox-field input { accent-color: var(--gold); appearance: auto; background: transparent; border: 0; margin: .15rem 0 0; min-height: 1rem; padding: 0; }
.contact-form .checkbox-field span { color: var(--cream); opacity: 1; }
.form-privacy { font-size: .78rem; line-height: 1.45; margin: -.15rem 0 0 1.8rem; opacity: .78; }
.honeypot { display: none; }
.form-submit { align-items: center; background: var(--gold); border: 0; color: var(--forest); cursor: pointer; display: inline-flex; font: inherit; font-weight: 600; gap: .65rem; justify-content: center; justify-self: start; margin-top: .2rem; padding: .9rem 1.15rem; }
.form-submit:disabled { cursor: not-allowed; opacity: .5; }
.form-status { font-size: .86rem; margin: 0; min-height: 1.4em; }

.thanks-page { align-items: center; background: var(--cream); color: var(--forest); display: flex; min-height: 100vh; padding: 2rem; }
.thanks-card { border-top: 1px solid var(--line); max-width: 700px; padding-top: 1.5rem; }
.thanks-card h1 { max-width: 650px; }
.thanks-card p { color: #405047; font-size: 1.1rem; max-width: 580px; }
.thanks-card .button { margin-top: 1rem; }

.site-footer { align-items: center; background: #10221a; color: rgba(243,237,223,.58); display: flex; font-family: var(--mono); font-size: .66rem; gap: 1rem; justify-content: space-between; letter-spacing: .03em; padding: 1.4rem 5vw; text-transform: uppercase; }

@media (max-width: 830px) {
  .site-header { min-height: 70px; }
  .header-tagline { display: none; }
  .site-navigation { background: var(--forest); border-top: 1px solid rgba(243,237,223,.16); display: none; flex-direction: column; left: 0; padding: 1.5rem 5vw 2rem; position: absolute; right: 0; top: 70px; align-items: flex-start; }
  .site-navigation.is-open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 3.5rem; padding-top: 4.3rem; }
  .hero-portrait { min-height: 430px; }
  .hero-portrait::after { background: linear-gradient(0deg, rgba(9,18,14,.45), transparent 50%); }
  .two-lists-layout, .about-layout { gap: 2rem; grid-template-columns: 1fr; }
  .audit-layout, .creative-layout, .contact-layout { gap: 3rem; grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: .6rem; }
}

@media (max-width: 560px) {
  h1 { font-size: 3.1rem; }
  .lists-grid { grid-template-columns: 1fr; }
  .hero-copy, .section-shell { padding-left: 1.5rem; padding-right: 1.5rem; }
  .site-header, .site-footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .two-lists { padding-bottom: 5rem; padding-top: 5rem; }
  .audit-section, .about-section { padding: 5rem 0; }
  .creative-section { padding: 5rem 0; }
  .contact-section { padding: 4.5rem 0; }
  .creative-grid { grid-template-columns: 1fr; }
}

.hero-eyebrow { line-height: 1.45; margin-bottom: .9rem; max-width: none; }
