:root {
  --forest-950: #071914;
  --forest-900: #0d241e;
  --forest-800: #17372e;
  --forest-700: #285044;
  --river: #a9c7c0;
  --mist: #edf1eb;
  --paper: #f7f5ef;
  --ink: #10221d;
  --muted: #5a6963;
  --copper: #c98a5a;
  --line: rgba(16, 34, 29, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 26px 70px rgba(5, 20, 16, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; background: white; color: black; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 245, 239, 0.94); border-bottom: 1px solid rgba(16, 34, 29, 0.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; line-height: 1.05; }
.brand strong { display: block; font-size: .9rem; }
.brand small { display: block; margin-top: 5px; color: var(--forest-700); font-size: .7rem; letter-spacing: .25em; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50% 50% 45% 55%; color: white; background: var(--forest-900); font-weight: 800; letter-spacing: -.06em; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--forest-700); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 21px; border: 1px solid var(--copper); border-radius: 4px; color: white; background: var(--forest-900); font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { background: var(--forest-700); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .88rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--forest-800); font-weight: 750; text-underline-offset: 5px; }
.text-link:hover { color: #9b623c; }

.hero { overflow: hidden; padding: 82px 0 88px; color: white; background: var(--forest-950); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(3.1rem, 6vw, 5.6rem); }
h1 em { color: var(--river); font-weight: inherit; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { line-height: 1.25; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: #d6e0dc; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.hero .button { background: var(--copper); border-color: var(--copper); color: #18251f; }
.hero .button:hover { background: #dda274; }
.hero .text-link { color: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; color: #b9c8c2; font-size: .85rem; }
.trust-list li::before { content: "◆"; margin-right: 8px; color: var(--copper); font-size: .55rem; }
.brand-art { position: relative; margin: 0; filter: drop-shadow(0 28px 40px rgba(0,0,0,.35)); transform: rotate(1deg); }
.brand-art::after { content: ""; position: absolute; inset: 8% -5% -8% 12%; z-index: -1; border: 1px solid rgba(201,138,90,.38); }

.audiences { margin-top: -1px; background: var(--forest-900); color: white; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; }
.audience-grid article { min-height: 350px; padding: 60px clamp(28px, 5vw, 70px) 54px; border-top: 1px solid rgba(255,255,255,.12); }
.audience-grid article + article { border-left: 1px solid rgba(255,255,255,.14); }
.audience-grid .business-card { background: #f0eee6; color: var(--ink); }
.card-kicker { margin: 0 0 15px; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.audience-grid h2 { max-width: 580px; font-size: clamp(2rem, 3.3vw, 3.3rem); }
.audience-grid p:not(.card-kicker) { max-width: 570px; color: #bdcbc6; }
.audience-grid .business-card p:not(.card-kicker) { color: var(--muted); }
.audience-grid .text-link { margin-top: 12px; color: inherit; }

.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { grid-column: span 2; min-height: 280px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article:nth-child(4), .service-grid article:nth-child(5) { grid-column: span 3; }
.service-grid span { color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.service-grid h3 { margin: 54px 0 10px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.service-grid p { margin: 0; color: var(--muted); }

.process { color: white; background: var(--forest-800); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-weight: 800; }
.process h3 { margin: 0 0 6px; font-size: 1.15rem; }
.process li p { margin: 0; color: #c5d1cd; }

.about { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-panel { position: relative; min-height: 400px; display: flex; align-items: flex-end; padding: 42px; overflow: hidden; color: white; background: var(--forest-900); }
.about-panel::before, .about-panel::after { content: ""; position: absolute; inset: 15% -20% auto; height: 1px; background: var(--river); transform: rotate(-8deg); opacity: .45; }
.about-panel::after { inset: 48% -30% auto; transform: rotate(8deg); }
.about-panel p { position: relative; z-index: 1; margin: 0; font-family: Georgia, serif; font-size: 1.4rem; }
.about-panel strong { font-size: 2.4rem; font-weight: 500; }
.about-copy p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.04rem; }
.about-copy .text-link { margin-top: 10px; }

.quote { color: white; background: var(--forest-950); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.quote-intro > p:not(.eyebrow) { color: #bac9c3; }
.direct-contact { display: grid; gap: 14px; margin-top: 36px; }
.direct-contact a { display: block; text-decoration: none; }
.direct-contact small { display: block; color: var(--copper); text-transform: uppercase; letter-spacing: .16em; }
.direct-contact strong { display: block; margin-top: 4px; font-size: 1.05rem; overflow-wrap: anywhere; }
form { padding: 38px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 17px; color: #dce5e1; font-size: .88rem; font-weight: 650; }
input, textarea, select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 2px; color: white; background: #143029; outline: none; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #91a39c; }
input:focus, textarea:focus, select:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(201,138,90,.16); }
form .button { width: 100%; margin-top: 3px; background: var(--copper); color: #18251f; }
.form-note { margin: 12px 0 0; color: #9eada7; font-size: .79rem; }

footer { padding: 56px 0 26px; color: #c2cfca; background: #05110e; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand { color: white; }
.footer-grid p { margin: 0; }
.footer-contact { display: grid; justify-items: end; }
.footer-contact a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .section-heading, .process-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .brand-art { max-width: 760px; }
  .section-heading, .process-grid, .about-grid, .quote-grid { gap: 45px; }
  .service-grid article, .service-grid article:nth-child(4), .service-grid article:nth-child(5) { grid-column: span 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-items: start; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .header-inner > .button { display: none; }
  .hero { padding: 58px 0 64px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { padding-block: 8px; }
  .trust-list { display: grid; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 0; padding: 46px 24px; }
  .audience-grid article + article { border-left: 0; }
  .section { padding: 76px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(4), .service-grid article:nth-child(5) { grid-column: auto; min-height: 220px; }
  .service-grid h3 { margin-top: 35px; }
  .about-panel { min-height: 310px; padding: 28px; }
  form { padding: 22px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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