:root{
  color-scheme: light;
  --hero-img:url("media/59cdb739043a3548.webp");
  --hero-img-sm:url("media/80372fa631c6c46f.webp");
  --evergreen:#0B3D2E;
  --emerald:#1E5B46;
  --gold:#D4AF6C;
  --ivory:#F7F4ED;
  --coral:#FF6F4E;
  --charcoal:#111111;
  --sage:#A7B89F;

  --ink:#1B1B1B;
  --ink-soft:#4A4F4C;
  --rule:rgba(17,17,17,.14);
  --rule-dark:rgba(212,175,108,.30);

  --display:"Playfair Display", Georgia, "Times New Roman", serif;
  --body:"Montserrat", "Helvetica Neue", Arial, sans-serif;

  --pad:clamp(3.5rem, 7vw, 7.5rem);
  --gutter:clamp(1.25rem, 4vw, 2.5rem);
  --max:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--ivory);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.72;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
button{font:inherit}

h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.12;margin:0;letter-spacing:-.01em}
h1{font-size:clamp(2.6rem,6.2vw,4rem);font-weight:700}
h2{font-size:clamp(1.9rem,3.9vw,2.625rem);font-weight:500}
h3{font-size:clamp(1.35rem,2.3vw,1.75rem);font-weight:500}
p{margin:0 0 1.15em}
p:last-child{margin-bottom:0}

.wrap{max-width:var(--max);margin:0 auto;padding-inline:var(--gutter)}
.narrow{max-width:66ch}

/* ---------- header ---------- */
.site-head{
  position:sticky;top:0;z-index:60;
  background:rgba(11,61,46,.94);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid rgba(212,175,108,.22);
  transition:background .3s ease, border-color .3s ease;
}
.site-head.over{background:transparent;backdrop-filter:none;border-bottom-color:transparent}
.brand{flex-direction:column;align-items:flex-start;gap:.4rem;text-decoration:none}
.brand-strap{font-size:.5625rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(212,175,108,.85);white-space:nowrap}
@media (max-width:1150px){.brand-strap{display:none}}
.head-in{max-width:var(--max);margin:0 auto;padding:.85rem var(--gutter);display:flex;align-items:center;gap:1.5rem}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:40px;width:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:clamp(.9rem,1.8vw,1.8rem)}
.nav a{
  color:#EFE9DC;text-decoration:none;font-size:.875rem;letter-spacing:.04em;
  padding:.4rem 0;border-bottom:1px solid transparent;white-space:nowrap;
}
.nav a:hover{border-bottom-color:var(--gold)}
.nav a[aria-current="page"]{color:#fff;border-bottom-color:var(--gold)}
.nav a.pill{
  border:1px solid var(--gold);border-radius:999px;padding:.55rem 1.15rem;
  color:var(--gold);text-decoration:none;font-size:.8125rem;letter-spacing:.06em;
  display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;
}
.nav a.pill:hover{background:var(--gold);color:var(--evergreen);border-color:var(--gold)}
.nav-toggle{display:none;background:none;border:1px solid rgba(212,175,108,.5);border-radius:6px;color:var(--gold);padding:.45rem .7rem;letter-spacing:.08em;font-size:.75rem}

@media (max-width:1000px){
  .nav-toggle{display:block;margin-left:auto}
  .nav{
    position:fixed;inset:64px 0 auto 0;margin:0;flex-direction:column;align-items:flex-start;
    gap:0;background:var(--evergreen);border-bottom:1px solid rgba(212,175,108,.25);
    padding:.5rem var(--gutter) 1.5rem;display:none;
  }
  .nav.open{display:flex}
  .nav a{width:100%;padding:.85rem 0;border-bottom:1px solid rgba(212,175,108,.15);font-size:1rem}
  .nav a.pill{margin-top:1.1rem;width:auto;padding:.7rem 1.3rem;font-size:.875rem}
}

/* ---------- sections ---------- */
.sec{padding-block:var(--pad)}
.sec-dark{
  background:
    radial-gradient(120% 90% at 78% 4%, #1E5B46 0%, rgba(30,91,70,0) 58%),
    radial-gradient(90% 80% at 4% 96%, #0F4634 0%, rgba(15,70,52,0) 62%),
    var(--evergreen);
  color:#EDE7DA;
}
.sec-dark h1,.sec-dark h2,.sec-dark h3{color:#FFFDF8}
.sec-sage{background:#EDEFE7}
.eyebrow{
  font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);
  margin:0 0 1.1rem;font-weight:600;
}
.sec-dark .eyebrow{color:var(--gold)}
.lede{font-size:clamp(1.0625rem,1.6vw,1.25rem);line-height:1.65}
.soft{color:var(--ink-soft)}
.sec-dark .soft{color:#C8CFC7}

/* ---------- hero: supplied artwork (desktop) ---------- */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.hero-flat{display:none}
@media (min-width:1001px){
  .hero-flat{
    display:block;position:relative;line-height:0;background:#06231A;
    margin-top:calc(-1 * var(--head-h, 4.5rem));
  }
  .hero-flat img{width:100%;height:auto;display:block}
  .hero-flat .hot{position:absolute;display:block;border-radius:6px}
  .hero-flat .hot:hover{box-shadow:0 0 0 1px rgba(212,175,108,.55)}
  .hero-flat .hot:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
}
.site-head{transition:background .3s ease, border-color .3s ease, opacity .25s ease, transform .25s ease}
.site-head.hide-top{opacity:0;pointer-events:none;transform:translateY(-101%)}

/* ---------- hero ---------- */
.hero{
  position:relative;isolation:isolate;overflow:hidden;color:#E4E9E0;
  margin-top:calc(-1 * var(--head-h, 4.5rem));
  min-height:clamp(30rem,44vw,41rem);
  display:flex;align-items:center;
  background-color:#06231A;
  background-image:var(--hero-img);
  background-size:cover;background-position:78% center;background-repeat:no-repeat;
  padding-block:calc(var(--head-h, 4.5rem) + clamp(1.75rem,3.5vw,3rem)) clamp(1.75rem,3vw,2.5rem);
}
.hero h1{color:#FFFDF8}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(180deg, rgba(4,24,18,.72) 0%, rgba(4,24,18,.22) 9%, rgba(4,24,18,0) 16%),
    linear-gradient(100deg, rgba(4,26,19,.93) 0%, rgba(5,32,24,.86) 26%, rgba(6,36,27,.45) 46%, rgba(6,36,27,0) 62%);
}
.hero-in{max-width:var(--max);margin:0 auto;padding-inline:var(--gutter);width:100%;position:relative}
.hero-copy{max-width:34rem}
.kicker{display:flex;align-items:center;gap:.9rem;margin-bottom:1.25rem}
.kicker::before{content:"";width:2.75rem;height:1px;background:var(--gold);flex:0 0 auto}
.kicker span{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:500}
.hero h1{font-size:clamp(2.5rem,4.5vw,3.9rem);line-height:1.05;margin-bottom:1.25rem;text-wrap:balance}
.hero h1 .accent{font-style:italic;font-weight:500;color:var(--gold);display:block}
.hero-sub{font-size:clamp(1rem,1.35vw,1.1875rem);color:#DDE3DA;max-width:36ch;margin-bottom:1.75rem;line-height:1.6;letter-spacing:.005em}

.cta{
  display:inline-flex;align-items:center;gap:.7rem;background:var(--coral);color:#fff;
  text-decoration:none;border:0;border-radius:6px;padding:1rem 1.9rem;
  font-size:.875rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;
}
.cta:hover{background:#F2603F}
.cta-ghost{
  display:inline-flex;align-items:center;gap:.65rem;background:transparent;color:var(--ink);
  text-decoration:none;border:1px solid rgba(17,17,17,.35);border-radius:6px;padding:.9rem 1.55rem;
  font-size:.9375rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;
}
.cta-ghost:hover{border-color:var(--evergreen);background:rgba(11,61,46,.05)}
.sec-dark .cta-ghost{color:#FFFDF8;border-color:rgba(212,175,108,.55)}
.sec-dark .cta-ghost:hover{background:rgba(212,175,108,.12);border-color:var(--gold)}

/* four proof pillars, bottom left of the hero */
.pillars{display:flex;gap:0;margin-top:clamp(1.75rem,3.5vw,2.75rem);max-width:34rem}
.pillar{padding:0 1.35rem;border-left:1px solid rgba(212,175,108,.28)}
.pillar:first-child{border-left:0;padding-left:0}
.pillar svg{width:26px;height:26px;margin-bottom:.7rem}
.pillar span{display:block;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;color:#D8DDD4;line-height:1.6}

/* vertical word rails on the right edge */
.rail{position:absolute;right:var(--gutter);font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;
  color:#CBD3C9;line-height:2.1;text-align:left;z-index:2}
.rail-top{top:clamp(5.5rem,9vw,8rem)}
.rail-bottom{bottom:clamp(2rem,4vw,3.5rem);color:var(--gold)}
.rail-bottom::before{content:"";display:block;width:1.75rem;height:1px;background:var(--gold);margin-bottom:.9rem}
@media (max-width:1240px){.rail{display:none}}

.hero-shot{display:none}

@media (max-width:1000px){
  .hero{
    background-image:none;
    background:linear-gradient(170deg,#06231A 0%,#0B3D2E 55%,#072A20 100%);
    min-height:auto;align-items:flex-start;
    padding-block:calc(var(--head-h, 4.5rem) + clamp(2rem,5vw,3rem)) clamp(2.5rem,6vw,4rem);
  }
  .hero::before{display:none}
  .hero-shot{display:block;width:min(100%,22rem);height:auto;margin:2.5rem auto 0;border-radius:10px}
  .hero-copy{max-width:none}
  .hero h1{font-size:clamp(2.5rem,10vw,3.5rem)}
  .hero-sub{max-width:34ch}
  .pillars{flex-wrap:wrap;max-width:none;gap:1.25rem 0;margin-top:2.25rem}
  .pillar{flex:0 0 50%;padding:0 1rem 0 0;border-left:0}
  .pillar:nth-child(n+3){padding-top:1.25rem;border-top:1px solid rgba(212,175,108,.2)}
}

/* ---------- split layout ---------- */
.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(1.75rem,5vw,4.5rem);align-items:start}
.split-tight{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media (max-width:820px){.split{grid-template-columns:1fr;gap:1.75rem}}

/* ---------- statement run ---------- */
.run{list-style:none;margin:2rem 0 0;padding:0}
.run li{
  padding:.95rem 0 .95rem 1.5rem;border-top:1px solid var(--rule-dark);
  position:relative;font-size:1.0625rem;line-height:1.6;
}
.run li::before{content:"";position:absolute;left:0;top:1.65rem;width:.65rem;height:1px;background:var(--gold)}
.run li:last-child{border-bottom:1px solid var(--rule-dark)}
.sec-light .run li{border-color:var(--rule)}

/* ---------- question block ---------- */
.questions{border-left:2px solid var(--gold);padding-left:clamp(1.25rem,3vw,2.25rem);margin:2rem 0 0}
.questions p{
  font-family:var(--display);font-style:italic;font-size:clamp(1.15rem,2vw,1.5rem);
  line-height:1.45;margin:0 0 .85rem;color:var(--evergreen);
}
.sec-dark .questions p{color:#F6EEDC}
.questions p:last-child{margin-bottom:0}

/* ---------- staccato copy (short declarative lines) ---------- */
.staccato p{margin-bottom:.35em;font-size:1.0625rem}
.staccato p.gap{margin-bottom:1.2em}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);margin-top:2.5rem}
@media (max-width:820px){.steps{grid-template-columns:1fr}}
.step{border-top:1px solid var(--rule-dark);padding-top:1.5rem}
.step-num{
  font-family:var(--display);font-size:.875rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);display:block;margin-bottom:.75rem;
}
.step h3{margin-bottom:.9rem}
.step .cta,.step .cta-ghost{margin-top:1.25rem}

/* ---------- figures ---------- */
.figure{
  font-family:var(--display);font-size:clamp(2rem,4.5vw,2.9rem);line-height:1;color:var(--evergreen);
  font-weight:600;margin:0 0 .6rem;letter-spacing:-.02em;
}
.figure em{font-style:normal;color:var(--gold)}

/* ---------- boxes ---------- */
.boxes{display:grid;gap:clamp(.75rem,1.4vw,1.15rem);margin-top:clamp(2rem,3.5vw,3rem)}
.boxes-4{grid-template-columns:repeat(4,1fr)}
.boxes-3{grid-template-columns:repeat(3,1fr)}
.boxes-2{grid-template-columns:repeat(2,1fr)}
@media (max-width:1000px){.boxes-4{grid-template-columns:repeat(2,1fr)}.boxes-3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:660px){.boxes-4,.boxes-3,.boxes-2{grid-template-columns:1fr}}
.box{
  background:#fff;border:1px solid rgba(17,17,17,.10);border-radius:4px;
  padding:clamp(1.5rem,2.2vw,2rem);display:flex;flex-direction:column;gap:.7rem;
}
.box h3{font-family:var(--body);font-size:1rem;font-weight:600;letter-spacing:0;line-height:1.4;color:var(--evergreen)}
.box p{font-size:.9375rem;line-height:1.65;color:var(--ink-soft);margin:0}
.box .num{font-family:var(--display);font-size:.8125rem;letter-spacing:.14em;color:var(--gold);font-weight:600}
.sec-dark .box{background:rgba(255,255,255,.05);border-color:rgba(212,175,108,.22)}
.sec-dark .box h3{color:#FFFDF8}
.sec-dark .box p{color:#C8CFC7}
.sec-sage .box{background:#fff;border-color:rgba(17,17,17,.08)}

/* two large offer panels */
.panels{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(2rem,3.5vw,3rem)}
@media (max-width:820px){.panels{grid-template-columns:1fr}}
.panel{
  background:rgba(255,255,255,.05);border:1px solid rgba(212,175,108,.28);border-radius:4px;
  padding:clamp(1.75rem,3vw,2.75rem);display:flex;flex-direction:column;
}
.panel .num{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1rem}
.panel h3{font-size:clamp(1.35rem,2.2vw,1.75rem);margin-bottom:.9rem}
.panel > p{color:#C8CFC7;font-size:.9375rem;margin-bottom:1.4rem}
.panel ul{list-style:none;margin:0 0 1.75rem;padding:0;display:grid;gap:.7rem}
.panel li{position:relative;padding-left:1.4rem;font-size:.9375rem;line-height:1.55;color:#E4E9E0}
.panel li::before{content:"";position:absolute;left:0;top:.68em;width:.65rem;height:1px;background:var(--gold)}
.panel .cta-ghost{margin-top:auto;align-self:flex-start}

/* section intro */
.intro{max-width:44rem}
.intro h2{margin-bottom:1rem}
.intro p{font-size:clamp(1rem,1.5vw,1.125rem);color:var(--ink-soft)}
.sec-dark .intro p{color:#C8CFC7}

/* closing call to action */
.final{text-align:center}
.final .intro{margin-inline:auto;text-align:center}
.final-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}
.call{
  display:inline-flex;align-items:center;gap:.6rem;font-family:var(--display);
  font-size:clamp(1.25rem,2vw,1.6rem);color:var(--gold);text-decoration:none;
}
.call:hover{color:#EBCB92}

/* ---------- cards ---------- */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.5vw,1.75rem);margin-top:2.5rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2.5vw,1.75rem);margin-top:2.5rem}
@media (max-width:820px){.grid-3,.grid-2{grid-template-columns:1fr}}
.card{
  background:#fff;border:1px solid var(--rule);border-radius:10px;padding:1.75rem;
  display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;
}
a.card:hover{border-color:var(--evergreen)}
.card h3{font-size:1.25rem;color:var(--evergreen)}
.card .meta{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600}
.card .more{margin-top:auto;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--evergreen);font-weight:600;padding-top:.5rem}
.card.card-with-image{padding:0;overflow:hidden;gap:0}
.card-media{aspect-ratio:4/3;background:#F5F1EA;border-bottom:1px solid var(--rule)}
.card-media img{width:100%;height:100%;display:block;object-fit:cover}
.card-copy{padding:1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.sec-dark .card.card-with-image .card-media{border-bottom-color:rgba(212,175,108,.18)}
.sec-dark .card.card-with-image .card-copy{background:transparent}
.sec-dark .card.card-with-image .card-copy h3{color:#FFFDF8}
.sec-dark .card.card-with-image .card-copy .more{color:var(--gold)}
.sec-dark .card{background:rgba(255,255,255,.045);border-color:rgba(212,175,108,.25)}
.sec-dark .card h3{color:#FFFDF8}
.sec-dark .card .more{color:var(--gold)}

/* checklist grid (audit scope) */
.scope{list-style:none;margin:2rem 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:0}
@media (max-width:820px){.scope{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.scope{grid-template-columns:1fr}}
.scope li{
  padding:1rem 1rem 1rem 0;border-top:1px solid var(--rule-dark);font-size:.9375rem;line-height:1.5;
}

/* ---------- page head ---------- */
.page-head{padding-block:clamp(3rem,6vw,5rem) clamp(2rem,4vw,3rem)}
.page-head h1{max-width:20ch;margin-bottom:1.25rem}
.page-head .lede{max-width:60ch;color:#DCD8C9}

/* ---------- about ---------- */
.about-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.75rem,5vw,4rem);align-items:start}
@media (max-width:820px){.about-grid{grid-template-columns:1fr}}
.portrait{border-radius:12px;overflow:hidden;border:1px solid var(--rule)}

/* ---------- form ---------- */
.form{display:grid;gap:1.1rem;margin-top:2rem;max-width:36rem}
.field{display:grid;gap:.45rem}
.field label{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--evergreen)}
.sec-dark .field label{color:var(--gold)}
.field input,.field textarea,.field select{
  font:inherit;font-size:.9375rem;padding:.8rem .9rem;border-radius:8px;
  border:1px solid rgba(17,17,17,.25);background:#fff;color:var(--ink);
}
.field textarea{min-height:8rem;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--evergreen)}
.form-note{font-size:.8125rem;color:var(--ink-soft)}
.form-ok{
  margin-top:1.25rem;padding:1rem 1.1rem;border-radius:8px;border:1px solid var(--evergreen);
  background:rgba(11,61,46,.06);font-size:.9375rem;
}

/* ---------- utility marker ---------- */
.scaffold{
  display:inline-block;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;
  color:#8A6A2F;border:1px dashed rgba(138,106,47,.55);border-radius:999px;padding:.3rem .75rem;margin-bottom:1.25rem;
}
.sec-dark .scaffold{color:var(--gold);border-color:rgba(212,175,108,.5)}

/* ---------- footer ---------- */
.site-foot{background:var(--evergreen);color:#CFD6CD;padding-block:clamp(3rem,6vw,4.5rem) 2rem;border-top:1px solid rgba(212,175,108,.25)}
.foot-grid{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,.9fr));gap:2rem}
@media (max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.foot-grid{grid-template-columns:1fr}}
.site-foot img{height:56px;width:auto;margin-bottom:1.25rem}
.foot-tag{font-family:var(--display);font-style:italic;font-size:1.0625rem;color:var(--gold);max-width:26ch;line-height:1.5}
.foot-col h4{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-family:var(--body);font-weight:600;margin:0 0 .9rem}
.foot-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.foot-col a{text-decoration:none;font-size:.875rem}
.foot-col a:hover{color:var(--gold)}
.foot-base{
  margin-top:2.75rem;padding-top:1.5rem;border-top:1px solid rgba(212,175,108,.22);
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.75rem;letter-spacing:.06em;color:#9EAAA1;
}

/* ---------- proof marquee ---------- */
.proof{background:#0F4634;border-top:1px solid rgba(212,175,108,.28);padding-block:clamp(2.75rem,5vw,4.25rem);overflow:hidden}
.proof-head{max-width:var(--max);margin:0 auto;padding-inline:var(--gutter);
  display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem 2rem;justify-content:space-between;margin-bottom:2rem}
.proof-head h2{font-size:clamp(1.5rem,2.8vw,2rem)}
.marquee-pause{
  background:none;border:1px solid rgba(212,175,108,.45);border-radius:999px;color:var(--gold);
  padding:.45rem 1rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;
}
.marquee-pause:hover{background:rgba(212,175,108,.14)}
.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.marquee-track{display:flex;gap:1.25rem;width:max-content;animation:slide 64s linear infinite}
.marquee:hover .marquee-track,.marquee:focus-within .marquee-track,.marquee.paused .marquee-track{animation-play-state:paused}
@keyframes slide{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
.proof-card{
  flex:0 0 auto;width:clamp(16.5rem,26vw,21rem);padding:1.6rem 1.5rem;
  border:1px solid rgba(212,175,108,.3);border-radius:10px;background:rgba(255,255,255,.045);
}
.proof-card .fig{
  font-family:var(--display);font-size:clamp(1.5rem,2.4vw,1.9rem);color:var(--gold);
  line-height:1.1;margin:0 0 .65rem;letter-spacing:-.01em;
}
.proof-card h3{font-size:1.0625rem;line-height:1.35;margin-bottom:.6rem;font-family:var(--body);font-weight:600;letter-spacing:0}
.proof-card p{font-size:.9375rem;line-height:1.6;color:#C8CFC7;margin:0}
.proof-foot{max-width:var(--max);margin:2.25rem auto 0;padding-inline:var(--gutter);
  display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center;justify-content:space-between}
.proof-foot p{max-width:52ch;color:#C8CFC7;font-size:.9375rem}
@media (prefers-reduced-motion:reduce){
  .marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  .marquee-track{animation:none}
  .marquee-pause{display:none}
}

/* ---------- routing ---------- */
.route{display:none}
.route.active{display:block}

/* ---------- motion ---------- */
.reveal{opacity:0;transform:translateY(14px)}
.loaded .reveal{opacity:1;transform:none;transition:opacity .7s ease, transform .7s ease}
.loaded .reveal.d1{transition-delay:.08s}
.loaded .reveal.d2{transition-delay:.16s}
.loaded .reveal.d3{transition-delay:.24s}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none}
  .loaded .reveal{transition:none}
  html{scroll-behavior:auto}
}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:.6rem;z-index:99;background:var(--gold);color:var(--evergreen);padding:.6rem 1rem;border-radius:6px}

/* supplied hero artwork replaces the built hero on desktop (declared last so it wins) */
@media (min-width:1001px){
  section.hero{display:none}
  section.hero-flat{display:block}
}


/* ===== 2026 combined-offer overrides ===== */
@media (min-width:1001px){section.hero-flat{display:none!important}section.hero{display:flex!important}}
.site-head.hide-top{opacity:1!important;pointer-events:auto!important;transform:none!important}
.brand-strap{color:rgba(212,175,108,.95)}

/* Wider navigation with two compact dropdowns */
.nav{gap:clamp(.45rem,.8vw,.9rem)}
.nav a,.nav-drop-toggle{font-size:.76rem;letter-spacing:.035em}
.nav-drop{position:relative;display:flex;align-items:center}
.nav-drop-toggle{appearance:none;border:0;background:transparent;color:#EFE9DC;cursor:pointer;padding:.4rem 0;white-space:nowrap;font-family:var(--body)}
.nav-drop-toggle::after{content:"⌄";margin-left:.32rem;color:var(--gold);font-size:.8em}
.nav-drop-menu{position:absolute;top:calc(100% + .55rem);left:-1rem;min-width:15rem;background:#083326;border:1px solid rgba(212,175,108,.34);border-radius:10px;padding:.55rem;box-shadow:0 18px 40px rgba(0,0,0,.2);display:none}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block}
.nav-drop-menu a{display:block;padding:.65rem .75rem;border-radius:6px;border-bottom:0!important}
.nav-drop-menu a:hover{background:rgba(212,175,108,.1)}
@media (max-width:1120px){
  .nav-toggle{display:block;margin-left:auto}
  .nav{position:fixed;inset:64px 0 auto 0;margin:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--evergreen);border-bottom:1px solid rgba(212,175,108,.25);padding:.5rem var(--gutter) 1.5rem;display:none;max-height:calc(100vh - 64px);overflow:auto}
  .nav.open{display:flex}.nav>a,.nav-drop{width:100%}.nav a{font-size:.96rem}.nav-drop{display:block;border-bottom:1px solid rgba(212,175,108,.15);padding:.2rem 0}.nav-drop-toggle{font-size:.96rem;padding:.75rem 0}.nav-drop-menu{display:block!important;position:static;box-shadow:none;border:0;background:transparent;padding:0 0 .55rem 1rem;min-width:0}.nav-drop-menu a{padding:.52rem 0;color:#D5DBD3}.nav a.pill{margin-top:1rem;width:auto}
}

/* Universal homepage hero */
.hero-v2{background-image:none!important;background-color:#062B21!important;min-height:clamp(38rem,50vw,46rem);padding-bottom:0!important}
.hero-v2::before{display:block!important;background:
  linear-gradient(90deg,rgba(3,28,21,.97) 0%,rgba(4,35,26,.92) 42%,rgba(5,45,34,.50) 63%,rgba(5,45,34,.1) 100%),
  radial-gradient(90% 100% at 90% 10%,rgba(30,91,70,.65),transparent 62%),
  repeating-linear-gradient(128deg,transparent 0 11%,rgba(212,175,108,.09) 11.08% 11.18%,transparent 11.28% 23%),
  #062B21!important}
.hero-v2 .hero-in{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(22rem,.75fr);gap:clamp(2rem,5vw,5rem);align-items:end;min-height:inherit}
.hero-v2 .hero-copy{max-width:39rem;padding-bottom:clamp(3.25rem,6vw,5rem);padding-top:1.25rem;z-index:2}
.hero-v2 h1{font-size:clamp(3.25rem,6vw,5.6rem);line-height:.98;max-width:10ch;margin-bottom:1.35rem}
.hero-v2 h1 .accent{font-size:.82em}
.hero-v2 .hero-sub{max-width:42ch;font-size:clamp(1rem,1.35vw,1.18rem)}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}
.hero-v2 .cta-ghost{color:#FFFDF8;border-color:rgba(212,175,108,.62);background:rgba(8,51,38,.35)}
.hero-v2 .cta-ghost:hover{background:rgba(212,175,108,.12);border-color:var(--gold)}
.hero-proofline{margin-top:1.4rem;padding-top:1.15rem;border-top:1px solid rgba(212,175,108,.45);display:flex;align-items:center;gap:.75rem;color:#D9DED7;font-size:.82rem;line-height:1.5;max-width:39rem}
.hero-proofline svg{width:24px;height:24px;color:var(--gold);flex:0 0 auto}
.hero-portrait-frame{height:clamp(31rem,45vw,43rem);align-self:end;overflow:hidden;border:1px solid rgba(212,175,108,.42);border-bottom:0;border-radius:48% 48% 0 0;box-shadow:0 0 0 1px rgba(255,255,255,.02),0 28px 70px rgba(0,0,0,.28);background:#173F34;position:relative}
.hero-portrait-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,36,27,.12));pointer-events:none}
.hero-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:saturate(.98) contrast(1.01)}
@media (max-width:900px){.hero-v2 .hero-in{grid-template-columns:1fr}.hero-v2 .hero-copy{padding-bottom:1rem}.hero-portrait-frame{height:32rem;max-width:27rem;width:100%;justify-self:center;border-bottom:1px solid rgba(212,175,108,.42)}.hero-v2 h1{max-width:12ch}.hero-proofline{margin-bottom:2rem}}

/* Offer gateway */
.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.2rem}
.offer-card{padding:clamp(1.5rem,3vw,2.4rem);border-radius:14px;border:1px solid rgba(17,17,17,.12);display:flex;flex-direction:column;min-height:23rem}
.offer-card.local{background:#0B3D2E;color:#F7F4ED;border-color:rgba(212,175,108,.28)}
.offer-card.accel{background:#1E5B46;color:#F7F4ED;border-color:rgba(212,175,108,.28)}
.offer-card .eyebrow{margin-bottom:.75rem}.offer-card h3{font-size:clamp(1.7rem,3vw,2.35rem);color:#FFFDF8;margin-bottom:1rem}.offer-card p{color:#DDE3DA}.offer-card .offer-for{font-size:.85rem;color:#C7D0C9;border-top:1px solid rgba(212,175,108,.25);padding-top:1rem;margin-top:auto}.offer-card .more{margin-top:1.2rem;color:var(--gold);font-weight:600;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}.offer-card .more:hover{text-decoration:underline}
@media(max-width:760px){.offer-grid{grid-template-columns:1fr}.offer-card{min-height:0}}

/* Compact principle grid and proof grid */
.principle-grid,.proof-grid,.price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}
.principle{padding:1.35rem;border-top:2px solid var(--gold);background:rgba(255,255,255,.42)}
.principle h3{font-size:1.25rem;margin-bottom:.55rem}.principle p{font-size:.92rem;color:var(--ink-soft)}
.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.proof-tile{padding:1.5rem;border:1px solid var(--rule);border-radius:10px}.proof-tile h3{font-size:1.35rem;margin-bottom:.65rem}.proof-tile p{color:var(--ink-soft);font-size:.94rem}
.business-tags{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}.business-tag{border:1px solid rgba(11,61,46,.2);padding:.65rem .8rem;border-radius:999px;font-size:.82rem;background:#fff}
@media(max-width:820px){.principle-grid,.proof-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.principle-grid,.proof-grid{grid-template-columns:1fr}}

/* Service pages */
.service-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.service-step{padding:1.6rem;border:1px solid var(--rule);border-radius:10px;background:#fff}.service-step .num{display:block;color:var(--gold);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin-bottom:.7rem}.service-step h3{font-size:1.45rem;margin-bottom:.7rem}.service-step p{color:var(--ink-soft);font-size:.94rem}
.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.fit-box{padding:1.5rem;border-radius:10px;border:1px solid var(--rule)}.fit-box.good{background:#EEF2EB}.fit-box.no{background:#F5F0E8}.fit-box h3{font-size:1.35rem;margin-bottom:.75rem}
@media(max-width:760px){.service-steps,.fit-grid{grid-template-columns:1fr}}

/* Pricing */
.price-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.price-panel{padding:clamp(1.5rem,3vw,2.5rem);border-radius:14px;border:1px solid var(--rule);background:#fff}.price-panel.dark{background:#0B3D2E;color:#F7F4ED;border-color:rgba(212,175,108,.32)}.price-panel.dark h2,.price-panel.dark h3{color:#fff}.price-item{padding:1.1rem 0;border-top:1px solid rgba(17,17,17,.12)}.price-panel.dark .price-item{border-color:rgba(212,175,108,.24)}.price-item:first-of-type{margin-top:1rem}.price{font-family:var(--display);font-size:1.65rem;color:var(--gold);margin:.2rem 0}.price-note{font-size:.83rem;color:var(--ink-soft)}.price-panel.dark .price-note{color:#C8CFC7}
@media(max-width:820px){.price-grid{grid-template-columns:1fr}}

/* Careers */
.career-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.career-point{padding:1.4rem;border:1px solid var(--rule);border-radius:10px;background:#fff}.career-point h3{font-size:1.3rem;margin-bottom:.55rem}.career-point p{color:var(--ink-soft);font-size:.94rem}.career-form input[type=file]{padding:.65rem;background:#fff}
@media(max-width:680px){.career-points{grid-template-columns:1fr}}

/* Visibility check mock */
.check-shell{max-width:820px;margin:2rem auto 0;background:#fff;border:1px solid var(--rule);border-radius:14px;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 18px 50px rgba(11,61,46,.08)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.check-grid .field:last-of-type{grid-column:1/-1}@media(max-width:650px){.check-grid{grid-template-columns:1fr}.check-grid .field:last-of-type{grid-column:auto}}

/* Footer */
.site-foot .foot-grid{grid-template-columns:1.35fr repeat(4,minmax(0,1fr))}.site-foot .foot-brand p{max-width:30ch}@media(max-width:950px){.site-foot .foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site-foot .foot-grid{grid-template-columns:1fr}}


/* ===== Hero restored to the approved premium treatment ===== */
@media (min-width:1001px){
  section.hero-flat{display:none!important}
  section.hero{display:flex!important}
}
.site-head.hide-top{opacity:1!important;pointer-events:auto!important;transform:none!important}
.brand-strap{color:rgba(239,233,220,.92);letter-spacing:.155em}

.hero-new{
  min-height:clamp(38rem,54vw,49rem);
  background-size:cover;
  background-position:calc(100% + 18vw) center;
  padding-block:calc(var(--head-h,4.5rem) + clamp(3.1rem,5vw,5.1rem)) clamp(3.4rem,5vw,5.25rem);
}
.hero-new::before{
  z-index:0;
  background:
    linear-gradient(180deg,rgba(3,24,18,.44) 0%,rgba(3,24,18,.08) 18%,rgba(3,24,18,0) 38%),
    linear-gradient(90deg,rgba(4,28,21,.98) 0%,rgba(4,28,21,.94) 28%,rgba(4,28,21,.78) 43%,rgba(4,28,21,.18) 61%,rgba(4,28,21,0) 73%),
    linear-gradient(270deg,rgba(4,30,23,.72) 0%,rgba(4,30,23,.22) 10%,rgba(4,30,23,0) 20%);
}
.hero-new .hero-in{z-index:1}
.hero-new .hero-copy{max-width:45rem}
.hero-new .kicker{margin-bottom:1.05rem}
.hero-new .kicker::before{display:none}
.hero-new .kicker span{font-size:.78rem;letter-spacing:.085em;font-weight:600}
.hero-new h1{font-size:clamp(3.45rem,5.8vw,5.9rem);max-width:9.8ch;line-height:.98;margin-bottom:1.4rem}
.hero-new h1 .accent{font-size:.9em;line-height:1.08;margin-top:.08em}
.hero-new .hero-sub{font-size:clamp(1rem,1.3vw,1.22rem);line-height:1.58;max-width:40rem;margin-bottom:1.35rem}
.hero-new .hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}
.hero-new .cta{font-size:.93rem;padding:1rem 2rem;min-width:20rem;justify-content:center;background:#FF5F45}
.hero-new .hero-micro{font-size:.84rem;color:#E5E7E1;margin:0}
.hero-new .hero-shot{display:none}

@media (max-width:1180px){
  .hero-new{background-position:calc(100% + 22vw) center}
}
@media (max-width:1000px){
  .hero-new{background-image:none;padding-block:calc(var(--head-h,4.5rem) + 2.25rem) 3.25rem}
  .hero-new::before{display:none}
  .hero-new h1{font-size:clamp(2.75rem,11vw,4rem);max-width:11ch}
  .hero-new .hero-copy{max-width:none}
  .hero-new .cta{min-width:0;width:100%;max-width:24rem}
  .hero-new .hero-shot{display:block;width:min(100%,20rem);margin:2.25rem auto 0;border-radius:10px}
}



/* ===== LOCKED VJ DIRECTION — approved hero, navigation and footer ===== */
.site-head{z-index:90}
.site-head.over{background:transparent!important;border-bottom-color:transparent!important;backdrop-filter:none!important}
.head-in{max-width:1680px;padding:1rem clamp(1.25rem,3.4vw,4.2rem) .72rem;gap:1.35rem}
.brand{gap:.5rem}
.brand img{height:clamp(48px,4.2vw,66px);width:auto}
.brand-strap{font-size:.59rem;letter-spacing:.16em;color:#EFE9DC!important}
.nav{gap:clamp(.6rem,1.05vw,1.15rem)}
.nav a,.nav-drop-toggle{font-size:.73rem;letter-spacing:.035em;font-weight:500}
.nav a.pill{padding:.72rem 1.4rem;font-size:.76rem}

.hero-final{
  position:relative;isolation:isolate;overflow:hidden;color:#F7F4ED;
  margin-top:calc(-1 * var(--head-h,4.5rem));
  min-height:clamp(47rem,48vw,54rem);
  display:flex;align-items:center;
  background:#062B21;
  padding-block:calc(var(--head-h,4.5rem) + clamp(5.4rem,8vw,8.2rem)) clamp(4rem,6vw,6.2rem);
}
.hero-final .hero-approved-art{
  position:absolute;inset:0;z-index:-4;
  background-image:url("media/08b4d8121211fbe1.webp");
  background-size:cover;background-position:60% top;background-repeat:no-repeat;
}
/* Hide the old screenshot copy while preserving the approved portrait and marble composition. */
.hero-final::before{
  content:"";position:absolute;inset:0;z-index:-3;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(4,29,22,1) 0%,rgba(4,29,22,.998) 42%,rgba(4,29,22,.985) 50%,rgba(4,29,22,.82) 56%,rgba(4,29,22,.34) 63%,rgba(4,29,22,0) 70%),
    linear-gradient(180deg,rgba(4,29,22,.98) 0 12.5%,rgba(4,29,22,.34) 18%,rgba(4,29,22,0) 29%);
}
/* A clean header band prevents the previous baked-in navigation from showing through. */
.hero-final::after{
  content:"";position:absolute;left:0;right:0;top:0;height:clamp(6.4rem,7.5vw,8.1rem);z-index:-2;
  background:rgba(4,35,26,.975);border-bottom:1px solid rgba(212,175,108,.12);
}
.hero-final-veins{
  position:absolute;left:-8%;top:12%;bottom:-15%;width:67%;z-index:-1;opacity:.38;pointer-events:none;
  background:
    linear-gradient(132deg,transparent 0 18%,rgba(212,175,108,.28) 18.08% 18.16%,transparent 18.24% 42%,rgba(212,175,108,.18) 42.08% 42.13%,transparent 42.2% 71%,rgba(212,175,108,.12) 71.08% 71.13%,transparent 71.2%),
    radial-gradient(80% 60% at 30% 40%,rgba(30,91,70,.24),transparent 70%);
  transform:rotate(-2deg);
}
.hero-final .hero-in{max-width:1680px;padding-inline:clamp(1.4rem,3.8vw,4.4rem);position:relative;z-index:2;width:100%}
.hero-final .hero-copy{max-width:min(62rem,57vw)}
.hero-final .kicker{margin-bottom:1.2rem;display:block}
.hero-final .kicker::before{content:"";display:block;width:3.8rem;height:2px;background:var(--gold);margin-bottom:1.15rem}
.hero-final .kicker span{font-size:clamp(.77rem,.88vw,.94rem);letter-spacing:.055em;color:#E9C77F;font-weight:600}
.hero-final h1{font-size:clamp(4.25rem,6.15vw,7.15rem);line-height:.9;letter-spacing:-.038em;max-width:9.6ch;margin-bottom:1.55rem;color:#FFFDF8}
.hero-final h1 .accent{display:block;color:#E9C77F;font-style:italic;font-weight:500;font-size:.88em;line-height:1.02;margin-top:.08em}
.hero-final .hero-sub{font-size:clamp(1.05rem,1.35vw,1.34rem);line-height:1.62;color:#E0E5DF;max-width:42rem;margin-bottom:1.55rem;letter-spacing:.01em}
.hero-final .hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}
.hero-final .cta{min-width:22rem;justify-content:center;padding:1.12rem 2.1rem;background:#FF6F4E;font-size:.93rem}
.hero-final .cta:hover{background:#F2603F}
.hero-final .hero-micro{margin:0;color:#E7E9E3;font-size:.88rem;letter-spacing:.02em}
.hero-mobile-portrait{display:none}

/* Keep the first content section feeling like the same premium brand, not a second website. */
.route[data-route="home"] > .sec-light:first-of-type{background:linear-gradient(180deg,#FBF8F1 0%,#F7F4ED 100%);padding-top:clamp(4.5rem,7vw,6.5rem)}
.route[data-route="home"] > .sec-light:first-of-type .intro{max-width:53rem}
.route[data-route="home"] > .sec-light:first-of-type .intro h2{font-size:clamp(2.6rem,4.4vw,4rem)}
.offer-card{box-shadow:0 18px 45px rgba(11,61,46,.08);border-radius:12px;position:relative;overflow:hidden}
.offer-card::before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--gold)}
.offer-card .more{display:inline-flex;align-items:center;gap:.4rem}

/* A stronger footer using the same green / gold language as the hero. */
.site-foot{
  background:
    linear-gradient(135deg,rgba(212,175,108,.065) 0 1px,transparent 1px 17%),
    radial-gradient(90% 100% at 12% 18%,#154C3A 0%,rgba(21,76,58,0) 58%),
    #062B21!important;
  border-top:1px solid rgba(212,175,108,.32);
}
.site-foot .foot-grid{padding-top:1rem}
.site-foot h3,.site-foot h4{color:#FFFDF8}
.site-foot a{color:#DDE3DA}
.site-foot a:hover{color:var(--gold)}
.site-foot .foot-base{border-top-color:rgba(212,175,108,.28)}

@media (max-width:1180px){
  .hero-final .hero-copy{max-width:55vw}
  .hero-final h1{font-size:clamp(3.6rem,6vw,5.5rem)}
}
@media (max-width:1000px){
  .site-head{background:#062B21!important}
  .hero-final{margin-top:0;min-height:auto;padding:calc(var(--head-h,4.5rem) + 2.8rem) 0 0;background:#062B21}
  .hero-final .hero-approved-art,.hero-final::before,.hero-final::after,.hero-final-veins{display:none}
  .hero-final .hero-copy{max-width:none}
  .hero-final h1{font-size:clamp(3rem,11vw,4.8rem);max-width:10ch}
  .hero-final .hero-sub{max-width:38rem}
  .hero-final .cta{min-width:0;width:100%;max-width:24rem}
  .hero-mobile-portrait{display:block;width:min(100%,28rem);margin:2.3rem auto 0;border-radius:18px 18px 0 0;box-shadow:0 22px 50px rgba(0,0,0,.24)}
}
@media (max-width:720px){
  .brand img{height:46px}
  .hero-final .hero-in{padding-inline:1.2rem}
  .hero-final .kicker span{font-size:.7rem;line-height:1.5}
  .hero-final h1{font-size:clamp(2.8rem,15vw,4rem)}
}

/* ---------- case studies & legal ---------- */
.case-intro{max-width:68rem}
.case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.case-grid .card{min-height:17rem}
@media(max-width:760px){.case-grid{grid-template-columns:1fr}}
.case-study-body{max-width:54rem}
.case-study-body h2{font-size:clamp(2rem,3.5vw,3rem);margin:2.6rem 0 .9rem}
.case-study-body h3{font-size:1.35rem;margin:2rem 0 .65rem;color:var(--evergreen)}
.case-study-body p{margin:.8rem 0;line-height:1.8}
.case-study-body .case-client{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:600;margin-top:.2rem}
.case-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1.4rem 0 2rem}
.case-metric{border:1px solid var(--rule);border-radius:10px;padding:1rem;background:#fff}
.case-metric strong{display:block;font-family:var(--head);font-size:1.8rem;color:var(--evergreen);font-weight:500}
.case-metric span{font-size:.82rem;color:var(--ink-soft);line-height:1.45}
@media(max-width:700px){.case-metrics{grid-template-columns:1fr}}
.case-quote{margin:1.5rem 0;padding:1.3rem 1.5rem;border-left:3px solid var(--gold);background:var(--ivory)}
.legal-copy{max-width:58rem}
.legal-copy h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:2.4rem 0 .7rem}
.legal-copy h3{font-size:1.15rem;margin:1.5rem 0 .45rem}
.legal-copy p,.legal-copy li{line-height:1.75;color:var(--ink-soft)}
.legal-copy ul{padding-left:1.25rem;margin:.75rem 0 1.2rem}
.legal-note{padding:1rem 1.1rem;border:1px solid var(--rule);border-radius:8px;background:#fff;margin:1.25rem 0}
.footer-legal-identity{font-size:.75rem;color:#AEB8B1;line-height:1.55;max-width:48rem;margin-top:1rem}
.portrait-founder img{width:100%;height:auto;display:block}


/* --- September 2026 correction pass --- */
.hero-final .hero-approved-art{background-position:56% top!important;}
@media (min-width:1001px){.hero-final .hero-copy{max-width:44rem}}
.why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}
.why-card{padding:1.5rem;border:1px solid var(--rule);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(11,61,46,.05)}
.why-card h3{font-size:1.3rem;margin-bottom:.6rem}.why-card p{color:var(--ink-soft);font-size:.95rem}
@media(max-width:760px){.why-grid{grid-template-columns:1fr}}
.case-results-strip{background:#0B3D2E;color:#F7F4ED;border-top:1px solid rgba(212,175,108,.24);border-bottom:1px solid rgba(212,175,108,.2)}
.case-results-strip .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1rem clamp(1.25rem,3vw,4rem)}
.case-results-title{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:#E9C77F;font-weight:700}
.case-result-item{display:flex;gap:.55rem;align-items:baseline}.case-result-item strong{font-family:var(--display);font-size:1.35rem;line-height:1;color:#FFFDF8;white-space:nowrap}.case-result-item span{font-size:.9rem;color:#DDE3DA}
.about-links .business-tags{margin-top:1rem}.about-links .business-tag{text-decoration:none;color:#173A2F;font-weight:500}.about-links .business-tag:hover{border-color:rgba(11,61,46,.35);transform:translateY(-1px)}
@media(max-width:760px){.case-results-strip .wrap{align-items:flex-start}.case-result-item{flex-direction:column;gap:.15rem}}


/* --- Agreed edit: preserve existing design, refine only requested areas --- */
.hero-final .hero-approved-art{background-position:72% top!important;}
.portrait-founder img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover;object-position:50% 40%;}
.case-results-strip .wrap{gap:1rem 0!important;padding-top:1.35rem!important;padding-bottom:1.35rem!important;}
.case-results-title{margin-right:1.65rem;align-self:center;}
.case-result-item{display:grid!important;gap:.28rem!important;align-items:start!important;min-width:12rem;padding:0 1.55rem;border-left:1px solid rgba(212,175,108,.35);}
.case-result-item strong{font-family:var(--display);font-size:clamp(2rem,2.6vw,2.75rem)!important;line-height:.92!important;letter-spacing:-.025em;color:#FFFDF8!important;font-weight:600;}
.case-result-item span{font-size:.78rem!important;line-height:1.35;color:#DDE3DA!important;letter-spacing:.02em;max-width:12rem;}
@media(max-width:760px){
  .hero-final .hero-approved-art{background-position:72% top!important;}
  .case-results-strip .wrap{display:grid!important;grid-template-columns:1fr 1fr;gap:1.1rem!important;}
  .case-results-title{grid-column:1/-1;margin:0 0 .25rem 0;}
  .case-result-item{min-width:0;padding:0 0 0 1rem;}
  .case-result-item strong{font-size:2rem!important;}
}


/* ===== 22 SEPTEMBER REVIEW PASS ===== */
/* Header: keep elegance, improve legibility */
@media (min-width:1001px){
  .head-in{max-width:1740px;padding-inline:clamp(1.4rem,2.8vw,3.3rem);gap:1rem}
  .nav{gap:clamp(.48rem,.78vw,.88rem)}
  .nav a,.nav-drop-toggle{font-size:.84rem!important;letter-spacing:.03em!important;font-weight:550!important}
  .nav a.pill{font-size:.83rem!important;padding:.78rem 1.32rem!important}
  .hero-final .hero-copy{transform:translateX(clamp(.6rem,1.25vw,1.45rem));max-width:45rem}
  .hero-final .hero-approved-art{background-position:52% top!important}
}

/* Three-route offer grids */
.offer-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.offer-card.project{background:#F7F4ED;color:#173A2F;border-color:rgba(11,61,46,.16)}
.offer-card.project h3{color:#173A2F}
.offer-card.project p{color:#53645C}
.offer-card.project .offer-for{color:#68766F;border-top-color:rgba(11,61,46,.15)}
@media(max-width:980px){.offer-grid.three{grid-template-columns:1fr}.offer-card{min-height:0}}

/* Project services */
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}
.project-card{padding:1.45rem;border:1px solid var(--rule);border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(11,61,46,.055)}
.project-card h3{font-size:1.28rem;margin:.45rem 0 .55rem}.project-card p{color:var(--ink-soft);font-size:.94rem}
.project-icon{width:2.3rem;height:2.3rem;border:1px solid rgba(212,175,108,.65);border-radius:50%;display:grid;place-items:center;color:#9A6D1D;font-weight:700}
.project-category{margin-top:3rem}.project-category:first-child{margin-top:0}
.project-service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.2rem}
.project-service{padding:1.35rem 1.45rem;border:1px solid var(--rule);border-radius:12px;background:#fff}
.project-service h3{font-size:1.26rem;margin-bottom:.45rem}.project-service .price{font-family:var(--display);font-size:1.55rem;color:#A77724;margin:.3rem 0 .65rem}
.project-service p{color:var(--ink-soft);font-size:.94rem}
.price-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.35rem}
.price-project-item{padding:1rem 1.1rem;border:1px solid var(--rule);border-radius:10px;background:#fff}
.price-project-item strong{display:block;font-size:.96rem}.price-project-item span{display:block;margin-top:.35rem;color:#A77724;font-weight:650}
@media(max-width:900px){.project-grid,.price-project-grid{grid-template-columns:1fr 1fr}.project-service-list{grid-template-columns:1fr}}
@media(max-width:620px){.project-grid,.price-project-grid{grid-template-columns:1fr}}

/* Case study landing */
.case-intro-short{max-width:52rem}.case-intro-short .lede{max-width:44rem}
.case-grid.visual{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.case-card-visual{display:block;overflow:hidden;padding:0!important;min-height:0!important;background:#fff;border:1px solid var(--rule);border-radius:14px;text-decoration:none;color:inherit;box-shadow:0 16px 38px rgba(11,61,46,.06);transition:transform .2s ease,box-shadow .2s ease}
.case-card-visual:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(11,61,46,.1)}
.case-card-band{height:11rem;background-size:cover;background-position:center;position:relative}
.case-card-band::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,43,33,.02),rgba(6,43,33,.28))}
.case-card-body{padding:1.4rem 1.45rem 1.5rem}.case-card-body .meta{color:#9A6D1D}.case-card-body h3{font-size:1.85rem;margin:.25rem 0 .65rem}.case-card-body p{color:var(--ink-soft);font-size:.94rem}.case-card-body .company{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#6C776F;margin-top:.8rem}.case-card-body .more{display:inline-flex;margin-top:1rem;color:#9A6D1D;font-weight:650;font-size:.83rem;letter-spacing:.04em;text-transform:uppercase}
@media(max-width:760px){.case-grid.visual{grid-template-columns:1fr}.case-card-band{height:9rem}}

/* Individual case studies: visual hero */
.case-page-head{padding-block:clamp(3.5rem,6vw,5.5rem)!important;overflow:hidden}
.case-head-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(20rem,.88fr);gap:clamp(2rem,5vw,5rem);align-items:center}
.case-head-copy h1{max-width:15ch}.case-head-copy .lede{max-width:46rem}.case-client-line{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-top:1rem}.case-client{margin:0!important}.case-client-link{font-size:.78rem;color:#E9C77F;text-decoration:none;border-bottom:1px solid rgba(233,199,127,.45);padding-bottom:.08rem}.case-client-link:hover{border-bottom-color:#E9C77F}
.case-head-media{height:clamp(18rem,30vw,29rem);border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(212,175,108,.38);box-shadow:0 24px 50px rgba(0,0,0,.18);background:#173A2F}
.case-head-media img{width:100%;height:100%;display:block;object-fit:cover}.case-head-media::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(6,43,33,.28),rgba(6,43,33,.02) 55%,rgba(6,43,33,.12));pointer-events:none}
.case-head-media.soft img{filter:saturate(.82) contrast(.96)}
.case-head-media.flag img{opacity:.72;transform:scale(1.34);object-position:75% center;filter:saturate(.72) contrast(.92)}
.case-head-media.product img{object-fit:contain;background:#F7F4ED;padding:1.2rem}
.case-head-media.hbn img{object-position:50% 12%}

/* Results: one controlled grid, no wrapping chaos */
.case-results-strip{background:#0B3D2E!important;border-top:1px solid rgba(212,175,108,.26)!important;border-bottom:1px solid rgba(212,175,108,.23)!important}
.case-results-strip .wrap{display:grid!important;grid-template-columns:minmax(9.5rem,.68fr) repeat(var(--metric-count,3),minmax(0,1fr))!important;gap:0!important;align-items:stretch!important;padding:0 clamp(1.25rem,3vw,4rem)!important}
.case-results-title{display:flex!important;align-items:center;padding:1.7rem 1.4rem 1.7rem 0!important;font-size:.72rem!important;letter-spacing:.17em!important;color:#E9C77F!important;border-right:1px solid rgba(212,175,108,.34);line-height:1.35}
.case-result-item{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:.28rem!important;padding:1.35rem 1.5rem!important;border-right:1px solid rgba(212,175,108,.34)}
.case-result-item:last-child{border-right:0}.case-result-item strong{font-family:var(--display)!important;font-weight:500!important;font-size:clamp(2rem,3.1vw,3rem)!important;line-height:.95!important;letter-spacing:-.025em;color:#FFFDF8!important;white-space:normal!important}.case-result-item span{font-size:.82rem!important;line-height:1.38!important;color:#D6DED8!important;max-width:18rem}
@media(max-width:980px){.case-head-grid{grid-template-columns:1fr}.case-head-media{height:22rem}.case-results-strip .wrap{grid-template-columns:1fr 1fr!important;padding-block:.5rem!important}.case-results-title{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(212,175,108,.34);padding:1rem 0!important}.case-result-item{border-bottom:1px solid rgba(212,175,108,.22)}.case-result-item:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:620px){.case-head-media{height:16rem}.case-results-strip .wrap{grid-template-columns:1fr!important}.case-result-item{border-right:0!important;border-bottom:1px solid rgba(212,175,108,.24)!important;padding:1.1rem 0!important}.case-result-item:last-child{border-bottom:0!important}.case-result-item strong{font-size:2.25rem!important}}

/* Case overview inspired by the cleaner reference, while retaining the full story below */
.case-overview{padding-block:clamp(3.5rem,6vw,5.5rem)!important;background:#FBF8F1!important}
.case-overview-grid{display:grid;grid-template-columns:minmax(16rem,.85fr) repeat(3,minmax(0,1fr));gap:0;align-items:stretch}
.case-overview-media{min-height:21rem;border-radius:14px 0 0 14px;overflow:hidden;background:#E9E4DA;position:relative}
.case-overview-media img{width:100%;height:100%;object-fit:cover;display:block}.case-overview-media.product img{object-fit:contain;padding:1.2rem;background:#F7F4ED}.case-overview-media.flag img{transform:scale(1.32);object-position:72% center;opacity:.78;filter:saturate(.72)}
.case-overview-col{padding:1.2rem 1.45rem 1.5rem;border-left:1px solid rgba(212,175,108,.42)}
.case-overview-col .num{display:block;font-size:.72rem;letter-spacing:.14em;color:#A77724;margin-bottom:.8rem}.case-overview-col h2{font-size:1.55rem;margin-bottom:.75rem}.case-overview-col p{font-size:.92rem;line-height:1.62;color:var(--ink-soft)}
@media(max-width:1050px){.case-overview-grid{grid-template-columns:1fr 1fr}.case-overview-media{grid-row:span 2;border-radius:14px}.case-overview-col{border-left:0;border-top:1px solid rgba(212,175,108,.32)}}
@media(max-width:720px){.case-overview-grid{grid-template-columns:1fr}.case-overview-media{min-height:15rem;grid-row:auto}.case-overview-col{padding:1.15rem 0;border-left:0;border-top:1px solid rgba(212,175,108,.32)}}

/* Full story: calm editorial spacing */
.case-detail-section{padding-top:clamp(3.7rem,7vw,6rem)!important}.case-study-body{max-width:900px!important;margin-inline:auto}.case-study-body h2{font-size:clamp(1.8rem,3vw,2.35rem);margin-top:3.4rem;padding-top:1.25rem;border-top:1px solid rgba(11,61,46,.16)}.case-study-body h2:first-child{margin-top:0}.case-study-body p{font-size:1rem;line-height:1.78;color:#36483F}.case-study-body .case-metrics{margin-block:1.6rem}
.case-story-note{margin-top:3rem;padding:1.4rem 1.5rem;border-left:3px solid var(--gold);background:#EEF2EB;border-radius:0 10px 10px 0}

/* Tablet + mobile tuning */
@media(max-width:1000px){.hero-final .hero-copy{transform:none}.hero-final .hero-approved-art{background-position:60% top!important}.nav a,.nav-drop-toggle{font-size:.98rem!important}}


/* ===== REVIEW POLISH ===== */
@media (min-width:1001px){
  .site-head:not(.over){background:#F7F4ED!important;border-bottom:1px solid rgba(11,61,46,.12)!important;backdrop-filter:none!important}
  .site-head:not(.over) .nav a,.site-head:not(.over) .nav-drop-toggle{color:#173A2F!important}
  .site-head:not(.over) .brand-strap{color:#173A2F!important}
  .site-head:not(.over) .nav a.pill{color:#9A6D1D!important;border-color:#C89A47!important}
  .hero-final h1{font-size:clamp(4rem,4.35vw,5.6rem)!important;max-width:none!important;line-height:.94!important;letter-spacing:-.035em!important}
  .hero-final h1 .hero-main-line{display:block;white-space:nowrap}
  .hero-final h1 .accent{font-size:.9em!important;margin-top:.08em!important}
  .hero-final .hero-sub{max-width:40rem!important}
}
.case-intro-short{max-width:none!important}
.case-intro-short .wrap{max-width:1380px}
.case-intro-short h1{max-width:14ch!important}
.case-intro-short .lede{max-width:50rem!important}
.case-head-copy .case-head-note{max-width:44rem;color:#BFCBC4;font-size:.94rem;line-height:1.55;margin-top:.75rem}
.case-head-copy h1{max-width:14ch!important}
.case-head-copy .lede{font-family:var(--display);font-size:clamp(1.45rem,2.3vw,2.05rem);line-height:1.22;color:#FFFDF8;margin-top:.55rem}


/* ===== 22 SEPTEMBER REVIEW PASS v2 ===== */
/* Keep the sticky header in the brand green after leaving the hero. */
@media (min-width:1001px){
  .site-head:not(.over){background:rgba(11,61,46,.98)!important;border-bottom:1px solid rgba(212,175,108,.28)!important;backdrop-filter:saturate(135%) blur(10px)!important}
  .site-head:not(.over) .nav a,.site-head:not(.over) .nav-drop-toggle{color:#EFE9DC!important}
  .site-head:not(.over) .brand-strap{color:#EFE9DC!important}
  .site-head:not(.over) .nav a.pill{color:#D4AF6C!important;border-color:#D4AF6C!important}
}
/* Make the whole dropdown label a comfortable click/tap target. */
.nav-drop-toggle{display:inline-flex!important;align-items:center;justify-content:space-between;gap:.3rem;padding:.68rem .14rem!important;min-height:2.65rem}
.nav-drop-toggle::after{transition:transform .18s ease}
.nav-drop.open>.nav-drop-toggle::after{transform:rotate(180deg)}
.nav-drop-menu{top:100%!important;margin-top:0!important;z-index:120!important;background:#083326!important}
.nav-drop.open>.nav-drop-menu{display:block!important}
@media (min-width:1121px){
  .nav-drop:hover>.nav-drop-menu,.nav-drop:focus-within>.nav-drop-menu{display:block}
}
@media (max-width:1120px){
  .nav-drop-toggle{width:100%;font-size:1rem!important;text-align:left}
  .nav-drop-menu{display:none!important;position:static!important;box-shadow:none!important;border:0!important;background:transparent!important;padding:0 0 .55rem 1rem!important;min-width:0!important}
  .nav-drop.open>.nav-drop-menu{display:block!important}
}

/* Project Services page: offers only, pricing lives on Pricing. */
.route[data-route="project-services"] .project-service{min-height:10rem}
.route[data-route="project-services"] .project-service h3{margin-bottom:.7rem}
.route[data-route="project-services"] .project-pricing-link{display:flex;justify-content:flex-start}

/* Pricing: clear low / mid / high progression. */
.pricing-tier{padding-block:clamp(3.4rem,6vw,5.6rem)!important}
.pricing-tier-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,5rem);align-items:start;margin-bottom:2rem}
.price-project-grid-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
details.price-project-item{padding:0;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}
details.price-project-item[open]{border-color:rgba(167,119,36,.5);box-shadow:0 12px 28px rgba(11,61,46,.07)}
details.price-project-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.75rem;align-items:center;padding:1rem 1.05rem;min-height:5.4rem}
details.price-project-item summary::-webkit-details-marker{display:none}
.price-project-name{font-weight:650;color:#173A2F;line-height:1.35}
.price-project-price{color:#A77724;font-weight:700;white-space:nowrap}
.price-project-plus{width:1.55rem;height:1.55rem;border:1px solid rgba(11,61,46,.2);border-radius:50%;display:grid;place-items:center;color:#173A2F;transition:transform .18s ease}
details.price-project-item[open] .price-project-plus{transform:rotate(45deg)}
details.price-project-item>p{padding:0 1.05rem 1.05rem;margin:0;color:#5B6761;font-size:.9rem;line-height:1.55;border-top:1px solid rgba(11,61,46,.09);padding-top:.9rem}
.pricing-note{margin-top:1.4rem;color:#5B6761;font-size:.9rem;max-width:72rem}
.local-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.local-price-card{background:#fff;border:1px solid rgba(11,61,46,.12);border-radius:12px;padding:1.5rem;box-shadow:0 10px 28px rgba(11,61,46,.045)}
.local-price-card h3{font-size:1.22rem;margin-bottom:.7rem}.local-price-card .price{font-family:var(--display);font-size:1.45rem;color:#9A6D1D;margin:.15rem 0 .7rem}.local-price-card p:last-child{font-size:.92rem;color:#5B6761}
.pricing-accelerator-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,5rem);align-items:start}
.accelerator-steps{display:grid;gap:.8rem;margin-top:1.25rem}.accelerator-steps>div{border-top:1px solid rgba(212,175,108,.28);padding-top:.9rem}.accelerator-steps strong,.accelerator-steps span{display:block}.accelerator-steps span{color:#C8CFC7;font-size:.92rem;margin-top:.25rem}
@media(max-width:900px){.pricing-tier-head,.pricing-accelerator-grid{grid-template-columns:1fr}.price-project-grid-details,.local-pricing-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.price-project-grid-details,.local-pricing-grid{grid-template-columns:1fr}details.price-project-item summary{min-height:0}}

/* Heathcote: make the four proof points compact, level and visually balanced. */
@media (min-width:901px){
  .route[data-route="case-heathcote"] .case-results-strip .wrap{display:grid!important;grid-template-columns:.78fr repeat(4,1.1fr)!important;gap:0!important;align-items:stretch!important;padding-top:.92rem!important;padding-bottom:.92rem!important}
  .route[data-route="case-heathcote"] .case-results-title{display:flex;align-items:center;margin:0!important;padding-right:1.2rem;font-size:.68rem!important;line-height:1.35}
  .route[data-route="case-heathcote"] .case-result-item{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:.26rem!important;min-width:0!important;padding:.1rem 1.25rem!important;border-left:1px solid rgba(212,175,108,.34)!important}
  .route[data-route="case-heathcote"] .case-result-item strong{font-family:var(--display)!important;font-size:clamp(1.8rem,2.15vw,2.3rem)!important;line-height:1!important;letter-spacing:-.02em!important;white-space:nowrap!important;font-weight:600!important}
  .route[data-route="case-heathcote"] .case-result-item span{font-size:.72rem!important;line-height:1.35!important;max-width:13rem!important}
}
@media (max-width:900px){
  .route[data-route="case-heathcote"] .case-results-strip .wrap{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1rem!important}
  .route[data-route="case-heathcote"] .case-results-title{grid-column:1/-1;margin:0!important}
  .route[data-route="case-heathcote"] .case-result-item{min-width:0!important;padding-left:1rem!important}
  .route[data-route="case-heathcote"] .case-result-item strong{font-size:1.8rem!important;white-space:nowrap!important}
}

/* === 22 Sep targeted image + pricing edit === */
.page-head{
  background-image:linear-gradient(90deg,rgba(6,43,33,.90),rgba(6,43,33,.76)),url("media/95c3126dee5633a0.webp")!important;
  background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;
}
.page-head.case-page-head{background-image:linear-gradient(90deg,rgba(6,43,33,.88),rgba(6,43,33,.70)),url("media/95c3126dee5633a0.webp")!important}
.service-feature-visual{margin:2rem 0 2.4rem;border-radius:16px;overflow:hidden;border:1px solid rgba(212,175,108,.35);box-shadow:0 18px 42px rgba(11,61,46,.12);background:#0B3D2E}
.service-feature-visual img{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover}
.service-feature-visual.projects img{object-position:center 48%}
.service-feature-visual.local img{object-position:center 48%}
.service-feature-visual.accelerator img{object-position:center 48%}
.case-head-media video{width:100%;height:100%;display:block;object-fit:cover}
.case-head-media.hbn img{object-fit:contain!important;object-position:center!important;background:#0B3D2E!important;padding:.65rem!important}
.case-head-media.product img{object-fit:cover!important;background:#173A2F!important;padding:0!important}
.case-overview-media.product img{object-fit:contain!important;background:#F7F4ED!important;padding:1rem!important}
.case-head-media.flag img{opacity:1!important;transform:none!important;object-position:center!important;filter:none!important}
.pricing-overview-section{padding-top:clamp(2.5rem,5vw,4rem)!important;padding-bottom:clamp(2.8rem,5vw,4.5rem)!important}
.pricing-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.8rem;align-items:stretch}
.pricing-overview-card{border:1px solid var(--rule);border-radius:14px;background:#fff;padding:1.55rem;display:flex;flex-direction:column;min-height:100%;box-shadow:0 12px 28px rgba(11,61,46,.05)}
.pricing-overview-card .tier-no{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--gold-dark);margin-bottom:.5rem}
.pricing-overview-card h3{font-size:1.65rem;margin:0 0 .55rem}
.pricing-overview-card .tier-price{font-family:var(--display);font-size:2rem;line-height:1.05;color:var(--evergreen);margin:.55rem 0 .8rem}
.pricing-overview-card .tier-detail{font-size:.91rem;color:var(--ink-soft);margin-bottom:1rem}
.pricing-overview-card .tier-fit{font-size:.86rem;color:var(--ink-soft);margin-bottom:1.2rem}
.pricing-overview-card .more{margin-top:auto}
.pricing-overview-card.featured{border-color:rgba(212,175,108,.72);box-shadow:0 18px 36px rgba(11,61,46,.09)}
@media(max-width:900px){.pricing-overview-grid{grid-template-columns:1fr}.service-feature-visual img{aspect-ratio:16/9}}
@media(max-width:620px){.service-feature-visual{margin:1.4rem 0 1.8rem;border-radius:12px}.service-feature-visual img{aspect-ratio:4/3}.pricing-overview-card{padding:1.3rem}}

/* === 22 Sep case-study hero correction: keep media contained in its own panel === */
@media (min-width:960px){
  .case-page-head{position:relative;overflow:hidden;isolation:isolate}
  .case-page-head .wrap{position:relative;z-index:2}
  .case-page-head .case-head-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(22rem,.92fr)!important;
    gap:clamp(2.2rem,4vw,4.5rem)!important;
    align-items:center!important;
    min-height:auto!important;
  }
  .case-page-head .case-head-copy{
    max-width:none!important;
    padding-right:0!important;
    min-width:0;
  }
  .case-page-head .case-head-copy h1{max-width:15ch!important}
  .case-page-head .case-head-media{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    aspect-ratio:4/3;
    height:auto!important;
    border:1px solid rgba(212,175,108,.42)!important;
    border-radius:14px!important;
    box-shadow:0 22px 48px rgba(0,0,0,.18)!important;
    background:#173A2F!important;
    overflow:hidden!important;
    z-index:auto!important;
  }
  .case-page-head .case-head-media::before{content:none!important}
  .case-page-head .case-head-media::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,rgba(6,43,33,.03),rgba(6,43,33,.14))!important;
  }
  .case-page-head .case-head-media img,
  .case-page-head .case-head-media video{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:none!important;
  }
  .case-page-head .case-head-media.soft img{
    filter:saturate(.92) contrast(.98)!important;
  }
  .case-page-head .case-head-media.flag img{
    opacity:.9!important;
    transform:scale(1.08)!important;
    object-position:72% center!important;
    filter:saturate(.82) contrast(.96)!important;
  }
  .case-page-head .case-head-media.product img{
    object-fit:cover!important;
    object-position:center center!important;
    background:#173A2F!important;
    padding:0!important;
  }
  .case-page-head .case-head-media.hbn img{
    object-fit:contain!important;
    object-position:center center!important;
    background:#0B3D2E!important;
    padding:.7rem!important;
    transform:none!important;
  }
}
@media (max-width:959px){
  .case-page-head .case-head-grid{grid-template-columns:1fr!important}
  .case-page-head .case-head-media{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/10;
    border:1px solid rgba(212,175,108,.32)!important;
    border-radius:13px!important;
    box-shadow:0 18px 38px rgba(0,0,0,.16)!important;
    overflow:hidden!important;
  }
  .case-page-head .case-head-media.hbn img{object-fit:contain!important;background:#0B3D2E!important;padding:.5rem!important}
}

/* Guide reading pages */
.guide-copy{max-width:52rem!important}.guide-copy>.lede{font-size:1.12rem;line-height:1.75;color:#3f4a45;margin-bottom:2.4rem}.guide-copy h2{margin-top:3rem;margin-bottom:1rem}.guide-copy h3{font-family:var(--display);font-size:clamp(1.35rem,2vw,1.65rem);margin:2rem 0 .45rem;color:var(--green)}.guide-copy .run{margin:1rem 0 1.5rem;padding-left:1.3rem}.guide-copy .run li{margin:.7rem 0;line-height:1.65}.guide-copy blockquote{margin:1.4rem 0 2rem;padding:1.2rem 1.4rem;border-left:3px solid var(--gold);background:#F1ECE1;font-family:var(--display);font-size:1.25rem;line-height:1.55;color:var(--green)}

/* Insights article reading treatment */
.article-copy>p.lede{margin-bottom:2.35rem}
.article-copy a:not(.cta):not(.cta-ghost){color:var(--green);text-decoration-color:rgba(212,175,108,.8);text-underline-offset:.18em}
.article-copy a:not(.cta):not(.cta-ghost):hover{color:#1E5B46}
.article-copy ol.run{padding-left:1.45rem}
.article-copy strong{color:#173A2F}

/* ===== Legal document pages ===== */
.legal-document{max-width:58rem;margin:0 auto}.legal-document .legal-updated{color:var(--ink-soft);font-size:.86rem;margin-bottom:2rem}.legal-document h2{font-size:clamp(1.55rem,2.4vw,2rem);margin-top:2.7rem;margin-bottom:.8rem}.legal-document h3{font-family:var(--display);font-size:1.25rem;margin-top:1.7rem;margin-bottom:.55rem;color:var(--evergreen)}.legal-document p,.legal-document li{line-height:1.72}.legal-document ul,.legal-document ol{padding-left:1.25rem;margin:.8rem 0 1.2rem}.legal-document li{margin:.4rem 0}.legal-part-title{font-size:clamp(2rem,3.4vw,2.8rem)!important;margin-top:4rem!important}.legal-table-wrap{overflow-x:auto;margin:1.2rem 0 1.7rem;border:1px solid var(--rule);border-radius:12px}.legal-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}.legal-table th,.legal-table td{padding:.8rem .9rem;border-bottom:1px solid var(--rule);vertical-align:top;text-align:left;line-height:1.45}.legal-table th{background:#f1ece1;color:var(--evergreen);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.legal-table tr:last-child td{border-bottom:0}.legal-identity{background:#f7f4ed;border-left:3px solid var(--gold);padding:1rem 1.15rem;border-radius:0 10px 10px 0;margin:1rem 0 2rem}.legal-draft-note{font-size:.78rem;color:var(--ink-soft);margin-top:2rem;padding-top:1rem;border-top:1px solid var(--rule)}


/* ===== Launch form refinements ===== */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.form-consent{display:flex;align-items:flex-start;gap:.65rem;font-size:.8rem;line-height:1.55;color:var(--ink-soft);margin:.1rem 0 .2rem}
.form-consent input[type="checkbox"]{width:1rem;height:1rem;min-width:1rem;margin:.18rem 0 0;accent-color:var(--evergreen)}
.form-consent a,.form-note a{color:var(--evergreen);text-decoration:underline;text-underline-offset:.16em}
.form-status{margin-top:.3rem;padding:1rem 1.1rem;border-radius:9px;font-size:.9rem;line-height:1.55}
.form-status.success{border:1px solid rgba(11,61,46,.5);background:rgba(11,61,46,.07);color:var(--evergreen)}
.form-status.error{border:1px solid rgba(145,59,39,.45);background:rgba(145,59,39,.07);color:#7b2e1d}
.form button[disabled]{opacity:.65;cursor:wait}
.check-shell .form{max-width:none}
.check-grid .field:nth-last-child(1){grid-column:auto}
@media(max-width:820px){
  .form{max-width:none;width:100%}
  .field input,.field textarea,.field select{font-size:16px;max-width:100%}
  .check-shell{margin-top:1.2rem}
}
@media(max-width:520px){
  .check-shell{padding:1.2rem;border-radius:12px}
  .form{gap:.95rem}
  .form-consent{font-size:.76rem}
}
