/* =====================================================================
   Homepage "Back Outside" (V3) — body-section styles.

   Extracted from the approved prototype (v3-final.html), limited to the body
   sections (welcome through mission, plus FAQ and the shared section scaffolding).
   The header, nav, hero, mobile-search and footer chrome styles are intentionally
   dropped — the live theme renders those. Every class is namespaced hdm-hp- and all
   rules are scoped under the #hdm-hp root so nothing collides with theme or plugin
   selectors in either direction. The theme already loads Sen and sets body 18px.
   ===================================================================== */

#hdm-hp{
  --blue:#115FEB;
  --blue-hover:#0d4ec4;
  --blue-deep:#0b3ea0;
  --blue-tint:#eef4ff;
  --blue-tint-2:#dce9ff;
  --green:#37B44A;
  --green-hover:#2f9c40;
  --green-deep:#1f7d33;
  --green-tint:#effaf1;
  --ink:#14213d;
  --ink-soft:#3b475e;
  --body:#444444;
  --muted:#6b7280;
  --line:#e5e7eb;
  --line-soft:#eef0f3;
  --sand-1:#faf7f1;
  --sand-2:#f4ecdd;
  --sand-3:#e8dcc4;
  --white:#ffffff;
  --radius:16px;
  --radius-lg:26px;
  --shadow:0 12px 30px -16px rgba(20,33,61,.26);
  --shadow-lg:0 22px 50px -24px rgba(20,33,61,.34);
  --maxw:1280px;
  --star:#f5a623;
  font-size:18px;
  line-height:1.7;
  color:var(--body);
}

#hdm-hp,#hdm-hp *{box-sizing:border-box}
#hdm-hp h1,#hdm-hp h2,#hdm-hp h3,#hdm-hp h4{font-family:'Sen',sans-serif;line-height:1.12;margin:0;color:var(--ink);font-weight:800;letter-spacing:-.01em}
#hdm-hp p{margin:0 0 1rem}
#hdm-hp a{color:var(--blue);text-decoration:none}
#hdm-hp a:hover{color:var(--blue-hover)}
#hdm-hp img{max-width:100%;height:auto;display:block}
#hdm-hp ul{margin:0;padding:0}
#hdm-hp .hdm-hp-wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,3vw,2.25rem)}
#hdm-hp :focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:8px}

/* ---------- buttons ---------- */
#hdm-hp .hdm-hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:'Sen',sans-serif;font-weight:800;
  font-size:1.02rem;padding:.85rem 1.5rem;border-radius:12px;border:2px solid transparent;cursor:pointer;min-height:50px;
  text-align:center;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}
#hdm-hp .hdm-hp-btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 22px -12px rgba(17,95,235,.7)}
#hdm-hp .hdm-hp-btn-primary:hover{background:var(--blue-hover);color:#fff;transform:translateY(-2px)}
#hdm-hp .hdm-hp-btn-green{background:var(--green-deep);color:#fff}
#hdm-hp .hdm-hp-btn-green:hover{background:#17692a;color:#fff;transform:translateY(-2px)}
#hdm-hp .hdm-hp-btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
#hdm-hp .hdm-hp-btn-ghost:hover{background:var(--blue-tint);color:var(--blue-deep);border-color:var(--blue-tint-2);transform:translateY(-2px)}
#hdm-hp .hdm-hp-btn-outline-w{background:transparent;color:#fff;border-color:rgba(255,255,255,.75)}
#hdm-hp .hdm-hp-btn-outline-w:hover{background:rgba(255,255,255,.14);color:#fff;transform:translateY(-2px)}
@media (prefers-reduced-motion:reduce){#hdm-hp .hdm-hp-btn:hover{transform:none}}

/* accurate star rating rows, last star partially filled via gradient */
#hdm-hp .hdm-hp-stars5{width:auto;height:1em;display:inline-block;vertical-align:-2px}

/* short editorial accent under de-AI section headings */
#hdm-hp .hdm-hp-ruled{position:relative}
#hdm-hp .hdm-hp-ruled::after{content:"";display:block;width:60px;height:4px;border-radius:2px;background:var(--green);margin-top:.75rem}

/* ---------- body scaffolding ---------- */
#hdm-hp section{position:relative}
#hdm-hp .hdm-hp-sec{padding:clamp(2.75rem,6vw,5rem) 0}
#hdm-hp .hdm-hp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;color:var(--blue);text-transform:uppercase;
  letter-spacing:.09em;font-size:.82rem;margin-bottom:.85rem}
#hdm-hp .hdm-hp-eyebrow .hdm-hp-dot{width:10px;height:10px;border-radius:50%;background:var(--green)}
#hdm-hp h2.hdm-hp-sec-title{font-size:clamp(1.8rem,3.6vw,2.7rem);max-width:22ch}
#hdm-hp .hdm-hp-sec-lead{font-size:1.16rem;color:var(--ink-soft);max-width:62ch;margin-top:.85rem}

/* journey path divider */
#hdm-hp .hdm-hp-trail{position:relative;height:78px;display:flex;justify-content:center;align-items:center;pointer-events:none}
#hdm-hp .hdm-hp-trail svg.hdm-hp-line{position:absolute;inset:0;width:100%;height:100%}
#hdm-hp .hdm-hp-trail .hdm-hp-lpath{fill:none;stroke:var(--blue);stroke-width:3;stroke-dasharray:2 12;stroke-linecap:round;opacity:.35}
#hdm-hp .hdm-hp-trail .hdm-hp-pin{position:relative;z-index:2;width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid var(--blue);
  display:grid;place-items:center;box-shadow:var(--shadow)}
#hdm-hp .hdm-hp-trail .hdm-hp-pin svg{width:20px;height:20px;stroke:var(--green)}

/* 3.1 welcome value band */
#hdm-hp .hdm-hp-welcome .hdm-hp-wrap{max-width:1120px}
#hdm-hp .hdm-hp-welcard{position:relative;overflow:hidden;background:#0f5222;color:#fff;border-radius:var(--radius-lg);
  padding:clamp(2rem,4.5vw,3.2rem);box-shadow:var(--shadow-lg)}
#hdm-hp .hdm-hp-welcard>*{position:relative;z-index:2}
#hdm-hp .hdm-hp-welcard>.hdm-hp-bg{z-index:1}
#hdm-hp .hdm-hp-welcard .hdm-hp-eyebrow{color:#bfe6c6;margin-bottom:.55rem}
#hdm-hp .hdm-hp-welcard h1{color:#fff;font-size:clamp(2rem,4.6vw,3.1rem);max-width:20ch;font-family:'Sen',sans-serif;line-height:1.12;font-weight:800;letter-spacing:-.01em}
#hdm-hp .hdm-hp-welcard .hdm-hp-lead{color:#e7ffeb;font-size:1.2rem;max-width:60ch;margin:1.1rem 0 1.6rem}
#hdm-hp .hdm-hp-welcard .hdm-hp-cta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
#hdm-hp .hdm-hp-welcard .hdm-hp-btn-light{background:#fff;color:var(--blue-deep);box-shadow:0 12px 24px -12px rgba(0,0,0,.45)}
#hdm-hp .hdm-hp-welcard .hdm-hp-btn-light:hover{background:var(--blue-tint);color:var(--blue-deep);transform:translateY(-2px)}
#hdm-hp .hdm-hp-welscores{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}
#hdm-hp .hdm-hp-welscore{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid transparent;
  border-radius:999px;padding:.5rem .95rem;font-weight:800;font-size:.95rem;color:var(--ink);text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease}
#hdm-hp a.hdm-hp-welscore:hover{color:var(--ink);transform:translateY(-2px);box-shadow:0 10px 20px -10px rgba(0,0,0,.5)}
#hdm-hp .hdm-hp-welscore img{width:20px;height:20px}
#hdm-hp .hdm-hp-welscore-tp img{width:auto;height:34px}

/* 3.2 shop by need, restored concept destination cards (green-led) */
#hdm-hp .hdm-hp-need-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;color:var(--green-deep);
  text-transform:uppercase;letter-spacing:.09em;font-size:.82rem;margin-bottom:.85rem}
#hdm-hp .hdm-hp-need-eyebrow .hdm-hp-chk{width:24px;height:24px;border-radius:50%;background:var(--green);display:grid;place-items:center;flex:0 0 auto}
#hdm-hp .hdm-hp-need-eyebrow .hdm-hp-chk svg{width:14px;height:14px;stroke:#fff}
#hdm-hp .hdm-hp-needgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:1.2rem;margin-top:2rem}
#hdm-hp .hdm-hp-need{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;
  border-radius:28px;padding:1.6rem;color:#fff;overflow:hidden;min-height:236px;isolation:isolate}
#hdm-hp .hdm-hp-need.hdm-hp-lead{grid-row:1 / span 2;min-height:auto}
#hdm-hp .hdm-hp-need::before{content:"";position:absolute;inset:0;z-index:-2}
#hdm-hp .hdm-hp-need-1::before{background:linear-gradient(150deg,#1f7d33,#37b44a 55%,#7cc98f)}
#hdm-hp .hdm-hp-need-2::before{background:linear-gradient(150deg,#0d47c0,#2f6fd6 55%,#7fb0ee)}
#hdm-hp .hdm-hp-need-3::before{background:linear-gradient(150deg,#6f5a1c,#a98f38 48%,#4f9e57)}
#hdm-hp .hdm-hp-need-4::before{background:linear-gradient(150deg,#12586b,#2b8fb0 55%,#6fcdbd)}
#hdm-hp .hdm-hp-need::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(120deg,rgba(8,22,12,.4),rgba(8,22,12,0) 58%)}
#hdm-hp .hdm-hp-need>div,#hdm-hp .hdm-hp-need .hdm-hp-go{position:relative;z-index:2}
/* Stacked card: copy, then button, then the product image on its own bottom
   row - nothing can ever overlap or crop the image at any width. */
#hdm-hp .hdm-hp-need>div{grid-row:1}
#hdm-hp .hdm-hp-need .hdm-hp-go{grid-row:2;justify-self:start}
#hdm-hp .hdm-hp-need h3{color:#fff;font-size:1.5rem;font-weight:800;text-shadow:0 2px 10px rgba(8,26,14,.45)}
#hdm-hp .hdm-hp-need.hdm-hp-lead h3{font-size:2.1rem;max-width:12ch}
#hdm-hp .hdm-hp-need p{color:#fff;margin:.5rem 0 0;font-size:1.02rem;max-width:26ch;text-shadow:0 1px 8px rgba(8,26,14,.45)}
#hdm-hp .hdm-hp-need .hdm-hp-go{margin-top:1.1rem;display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--blue-deep);
  font-weight:800;padding:.6rem 1.05rem;border-radius:999px;align-self:flex-start;min-height:44px;white-space:nowrap}
#hdm-hp .hdm-hp-need .hdm-hp-go svg{width:18px;height:18px;stroke:var(--blue-deep)}
#hdm-hp .hdm-hp-need .hdm-hp-go:hover{background:var(--blue-tint)}
#hdm-hp .hdm-hp-need-img{grid-row:3;justify-self:end;align-self:end;width:118px;
  max-width:100%;margin-top:.5rem;opacity:.98;z-index:1;filter:drop-shadow(0 12px 16px rgba(8,26,14,.4))}
#hdm-hp .hdm-hp-need-img.hdm-hp-cutjpg{mix-blend-mode:multiply;filter:none}
#hdm-hp .hdm-hp-need.hdm-hp-lead .hdm-hp-need-img{width:230px}

/* 3.3 pillar doors, flat catalog tiles divided by rules */
#hdm-hp .hdm-hp-pgroup{margin-top:2.4rem}
#hdm-hp .hdm-hp-pgroup:first-of-type{margin-top:2rem}
#hdm-hp .hdm-hp-pghead{display:flex;align-items:center;gap:.65rem;margin-bottom:1.1rem;padding-bottom:.8rem;border-bottom:1px solid var(--line)}
#hdm-hp .hdm-hp-pghead .hdm-hp-cico{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto}
#hdm-hp .hdm-hp-pghead .hdm-hp-cico svg{width:27px;height:27px;stroke:var(--blue)}
#hdm-hp .hdm-hp-pghead.hdm-hp-green .hdm-hp-cico svg{stroke:var(--green-deep)}
#hdm-hp .hdm-hp-pghead h3{font-size:1.35rem}
#hdm-hp .hdm-hp-pghead p{margin:.1rem 0 0;color:var(--muted);font-size:.96rem;font-weight:600}
#hdm-hp .hdm-hp-tilegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}
#hdm-hp .hdm-hp-tile{display:block;border:1px solid #d7dbe0;border-radius:5px;overflow:hidden;background:#fff;
  transition:border-color .15s ease}
#hdm-hp .hdm-hp-tile:hover{border-color:var(--blue)}
#hdm-hp .hdm-hp-tile .hdm-hp-imw{aspect-ratio:4/3;background:#f4f6f8;overflow:hidden;border-bottom:1px solid #e7eaee}
#hdm-hp .hdm-hp-tile .hdm-hp-imw img{width:100%;height:100%;object-fit:cover}
#hdm-hp .hdm-hp-tile.hdm-hp-prod .hdm-hp-imw{background:#fff}
#hdm-hp .hdm-hp-tile.hdm-hp-prod .hdm-hp-imw img{object-fit:contain;padding:.7rem}
#hdm-hp .hdm-hp-tile .hdm-hp-lab{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem .9rem;font-weight:800;color:var(--ink);font-size:1.02rem}
#hdm-hp .hdm-hp-tile .hdm-hp-lab svg{width:18px;height:18px;stroke:var(--blue);flex:0 0 auto}
#hdm-hp .hdm-hp-tile:hover .hdm-hp-lab{color:var(--blue)}
/* crafted see-all moment, cutout breaking the edge + journey path */
#hdm-hp .hdm-hp-tile.hdm-hp-seeall{grid-column:span 2;position:relative;display:flex;align-items:center;overflow:hidden;
  background:var(--blue-deep);border:1px solid var(--blue-deep);border-radius:5px;min-height:100%}
#hdm-hp .hdm-hp-seeall-trail{position:absolute;inset:0;width:100%;height:100%;opacity:.55}
#hdm-hp .hdm-hp-seeall-txt{position:relative;z-index:2;display:flex;align-items:center;gap:.6rem;padding:1.5rem 1.6rem;color:#fff;
  font-weight:800;font-size:clamp(1.4rem,2.4vw,1.9rem);letter-spacing:-.01em;line-height:1.05;max-width:60%}
#hdm-hp .hdm-hp-seeall-txt svg{width:26px;height:26px;stroke:#fff;flex:0 0 auto}
#hdm-hp .hdm-hp-seeall-cut{position:absolute;right:-8px;bottom:-10px;width:min(44%,230px);z-index:1;filter:drop-shadow(0 14px 20px rgba(0,0,0,.45))}

/* 3.4 brand wall, flat bordered logo grid divided by single rules */
#hdm-hp .hdm-hp-brands{background:#fff}
#hdm-hp .hdm-hp-brandwall{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2rem;
  border-top:1px solid #d7dbe0;border-left:1px solid #d7dbe0}
#hdm-hp .hdm-hp-brandcard{display:grid;place-items:center;background:#fff;border:0;border-right:1px solid #d7dbe0;border-bottom:1px solid #d7dbe0;
  border-radius:0;min-height:122px;padding:1.4rem 1.2rem;transition:background .15s ease}
#hdm-hp .hdm-hp-brandcard:hover{background:#f6f9ff}
#hdm-hp .hdm-hp-brandcard img{max-height:54px;max-width:min(168px,100%);width:auto;object-fit:contain;mix-blend-mode:multiply}
#hdm-hp .hdm-hp-brandcard.hdm-hp-first{background:#f3f7ff}
#hdm-hp .hdm-hp-brandcard.hdm-hp-first img{mix-blend-mode:normal}
#hdm-hp .hdm-hp-brand-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.6rem}
#hdm-hp .hdm-hp-brand-foot .hdm-hp-seeall{font-weight:800;color:var(--blue);display:inline-flex;align-items:center;gap:.4rem;min-height:44px}
#hdm-hp .hdm-hp-brand-foot .hdm-hp-seeall svg{width:18px;height:18px;stroke:var(--blue)}
#hdm-hp .hdm-hp-brand-foot .hdm-hp-lift{color:var(--ink-soft);font-weight:600}
#hdm-hp .hdm-hp-dealer{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.6rem;background:var(--blue-deep);color:#fff;
  border-radius:var(--radius);padding:1.2rem 1.5rem}
#hdm-hp .hdm-hp-dealer b{color:#fff;font-size:1.12rem;display:block}
#hdm-hp .hdm-hp-dealer p{color:#cfe0ff;margin:.2rem 0 0;font-size:.98rem}
#hdm-hp .hdm-hp-dealer .hdm-hp-btn{margin-left:auto}

/* 3.5 featured products */
#hdm-hp .hdm-hp-prodgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;margin-top:2rem}
#hdm-hp .hdm-hp-pcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease}
#hdm-hp .hdm-hp-pcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
@media (prefers-reduced-motion:reduce){#hdm-hp .hdm-hp-pcard:hover{transform:none}}
#hdm-hp .hdm-hp-pcard .hdm-hp-imw{position:relative;background:linear-gradient(180deg,#f6faf6,#eef4f4);padding:1.1rem;display:grid;place-items:center;min-height:206px}
#hdm-hp .hdm-hp-pcard .hdm-hp-imw img{max-height:184px;width:auto;mix-blend-mode:multiply}
#hdm-hp .hdm-hp-pbadge{position:absolute;top:12px;left:12px;font-weight:800;font-size:.78rem;padding:.28rem .7rem;border-radius:999px;color:#fff}
#hdm-hp .hdm-hp-pbadge.hdm-hp-save{background:var(--green-deep)}
#hdm-hp .hdm-hp-pbadge.hdm-hp-cat{background:var(--blue)}
#hdm-hp .hdm-hp-pcard .hdm-hp-pb{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;flex:1}
#hdm-hp .hdm-hp-pcard h3{font-size:1.08rem;line-height:1.25}
#hdm-hp .hdm-hp-pcard h3 a{color:var(--ink)}
#hdm-hp .hdm-hp-pcard h3 a:hover{color:var(--blue)}
#hdm-hp .hdm-hp-pprice{margin:.55rem 0 1rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}
#hdm-hp .hdm-hp-pprice .hdm-hp-now{font-weight:800;font-size:1.4rem;color:var(--green-deep)}
#hdm-hp .hdm-hp-pprice .hdm-hp-was{text-decoration:line-through;color:var(--muted);font-weight:700;font-size:.95rem}
#hdm-hp .hdm-hp-pcard .hdm-hp-btn{margin-top:auto;width:100%}

/* 3.6 travel narrative */
#hdm-hp .hdm-hp-travel{background:linear-gradient(160deg,var(--sand-2),var(--sand-1))}
#hdm-hp .hdm-hp-travelbox{display:grid;grid-template-columns:1.05fr 1fr;gap:2.4rem;align-items:center}
#hdm-hp .hdm-hp-travel-copy h2{font-size:clamp(1.7rem,3.4vw,2.5rem);max-width:16ch}
#hdm-hp .hdm-hp-travel-copy p{font-size:1.14rem;color:var(--ink-soft);max-width:46ch;margin-top:.9rem}
#hdm-hp .hdm-hp-travel-copy .hdm-hp-btn{margin-top:1.3rem}
#hdm-hp .hdm-hp-travel-media{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:1rem;
  background:radial-gradient(120% 100% at 50% 20%,#fff,rgba(255,255,255,0) 70%);padding:1rem}
#hdm-hp .hdm-hp-travel-media img{filter:drop-shadow(0 22px 28px rgba(20,33,61,.28))}
#hdm-hp .hdm-hp-travel-media .hdm-hp-m1{width:56%;max-width:320px}
#hdm-hp .hdm-hp-travel-media .hdm-hp-m2{width:40%;max-width:230px}

/* 3.7 why buy ledger */
#hdm-hp .hdm-hp-why{background:#fff}
#hdm-hp .hdm-hp-why-online{margin-top:1rem;font-weight:600;color:var(--ink-soft)}
#hdm-hp .hdm-hp-ledger{margin-top:2.2rem;display:flex;flex-direction:column;gap:0}
#hdm-hp .hdm-hp-lrow{display:grid;grid-template-columns:64px 1fr;gap:1.4rem;align-items:start;padding:1.5rem 0;border-top:1px solid var(--line)}
#hdm-hp .hdm-hp-lrow:last-child{border-bottom:1px solid var(--line)}
#hdm-hp .hdm-hp-lrow .hdm-hp-num{font-family:'Sen',sans-serif;font-weight:800;font-size:2.1rem;color:var(--blue);line-height:1;letter-spacing:-.02em}
#hdm-hp .hdm-hp-lrow h3{font-size:1.28rem;margin-bottom:.3rem;display:flex;align-items:center;gap:.65rem}
#hdm-hp .hdm-hp-lrow h3 svg{width:26px;height:26px;stroke:var(--green);flex:0 0 auto}
#hdm-hp .hdm-hp-lrow h3 svg.hdm-hp-fillic{stroke:none;fill:var(--green);color:var(--green)}
#hdm-hp .hdm-hp-lrow p{margin:0;color:var(--ink-soft);font-size:1.06rem;max-width:70ch}
#hdm-hp .hdm-hp-why-cta{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}

/* 3.8 video */
#hdm-hp .hdm-hp-video{background:var(--ink);color:#eaf2ff}
#hdm-hp .hdm-hp-video .hdm-hp-eyebrow{color:#9dc0ff}
#hdm-hp .hdm-hp-video .hdm-hp-eyebrow .hdm-hp-dot{background:var(--green)}
#hdm-hp .hdm-hp-video h2{color:#fff}
#hdm-hp .hdm-hp-video-lead{color:#c7d6f0;font-size:1.16rem;max-width:60ch;margin-top:.85rem}
#hdm-hp .hdm-hp-videobox{margin-top:2.2rem;display:grid;grid-template-columns:1.4fr 1fr;gap:2.2rem;align-items:center}
#hdm-hp .hdm-hp-facade{position:relative;border:0;padding:0;margin:0;width:100%;aspect-ratio:16/9;border-radius:4px;
  overflow:hidden;cursor:pointer;background:#000;box-shadow:16px 16px 0 rgba(96,156,255,.22);display:block}
#hdm-hp .hdm-hp-facade img{width:100%;height:100%;object-fit:cover;opacity:.86}
#hdm-hp .hdm-hp-facade .hdm-hp-play{position:absolute;inset:0;display:grid;place-items:center}
#hdm-hp .hdm-hp-facade .hdm-hp-play span{width:82px;height:82px;border-radius:50%;background:var(--blue);display:grid;place-items:center;
  box-shadow:0 10px 30px rgba(0,0,0,.45);transition:transform .15s ease}
#hdm-hp .hdm-hp-facade:hover .hdm-hp-play span{transform:scale(1.07)}
@media (prefers-reduced-motion:reduce){#hdm-hp .hdm-hp-facade:hover .hdm-hp-play span{transform:none}}
#hdm-hp .hdm-hp-facade .hdm-hp-play svg{width:34px;height:34px;fill:#fff;margin-left:5px}
#hdm-hp .hdm-hp-facade .hdm-hp-cap{position:absolute;left:14px;bottom:14px;background:rgba(0,0,0,.55);color:#fff;font-weight:800;
  padding:.4rem .85rem;border-radius:999px;font-size:.9rem}
#hdm-hp .hdm-hp-vpoints{list-style:none}
#hdm-hp .hdm-hp-vpoints li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:1rem;color:#eaf2ff;font-weight:600;font-size:1.04rem}
#hdm-hp .hdm-hp-vpoints svg{width:24px;height:24px;flex:0 0 auto;margin-top:2px;stroke:var(--green)}

/* 3.9 testimonials, editorial columns with a top rule */
#hdm-hp .hdm-hp-tst{background:linear-gradient(180deg,var(--sand-1),#fff)}
#hdm-hp .hdm-hp-tst-head{text-align:center;max-width:60ch;margin:0 auto}
#hdm-hp .hdm-hp-tst-head .hdm-hp-eyebrow{justify-content:center}
#hdm-hp .hdm-hp-tst-head h2{margin:0 auto}
#hdm-hp .hdm-hp-tst-head .hdm-hp-ruled::after{margin-left:auto;margin-right:auto}
#hdm-hp .hdm-hp-tst-head .hdm-hp-sec-lead{margin-left:auto;margin-right:auto}
#hdm-hp .hdm-hp-tstgrid{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem 3rem;margin-top:2.6rem}
#hdm-hp .hdm-hp-quote{position:relative;background:transparent;border:0;border-top:2px solid var(--ink);border-radius:0;padding:1.4rem 0 0;box-shadow:none}
#hdm-hp .hdm-hp-quote .hdm-hp-stars5{height:18px;margin-bottom:.6rem}
#hdm-hp .hdm-hp-quote h3{font-size:1.2rem;margin-bottom:.55rem}
#hdm-hp .hdm-hp-quote blockquote{margin:0}
#hdm-hp .hdm-hp-quote blockquote p{font-size:1.1rem;color:var(--ink-soft);line-height:1.65;margin:0}
#hdm-hp .hdm-hp-quote .hdm-hp-who{display:flex;align-items:center;gap:.8rem;margin-top:1.2rem}
#hdm-hp .hdm-hp-quote .hdm-hp-who .hdm-hp-hs{width:52px;height:52px;border-radius:50%;overflow:hidden;flex:0 0 auto;border:1px solid var(--line)}
#hdm-hp .hdm-hp-quote .hdm-hp-who .hdm-hp-hs img{width:100%;height:100%;object-fit:cover}
#hdm-hp .hdm-hp-quote .hdm-hp-who .hdm-hp-nm{font-weight:800;color:var(--ink);font-size:1.05rem}
#hdm-hp .hdm-hp-tst-cta{text-align:center;margin-top:2.4rem}

/* 3.10 faq, flat divided accordion with full-width rules */
#hdm-hp .hdm-hp-faq{background:#fff}
#hdm-hp .hdm-hp-faqlist{margin-top:2rem;max-width:920px;border-top:1px solid var(--line)}
#hdm-hp .hdm-hp-faqitem{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;margin:0}
#hdm-hp .hdm-hp-faqitem summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.2rem .2rem;font-weight:800;color:var(--ink);font-size:1.08rem}
#hdm-hp .hdm-hp-faqitem summary::-webkit-details-marker{display:none}
#hdm-hp .hdm-hp-faqitem summary:hover{color:var(--blue)}
#hdm-hp .hdm-hp-faqitem summary .hdm-hp-pm{width:24px;height:24px;flex:0 0 auto;stroke:var(--blue);transition:transform .2s ease}
#hdm-hp .hdm-hp-faqitem[open] summary .hdm-hp-pm{transform:rotate(45deg)}
#hdm-hp .hdm-hp-faqitem .hdm-hp-ans{padding:0 .2rem 1.25rem;color:var(--ink-soft);font-size:1.04rem;max-width:80ch}
#hdm-hp .hdm-hp-faqitem .hdm-hp-ans a{font-weight:700}

/* 3.11 mission */
#hdm-hp .hdm-hp-mission{position:relative;overflow:hidden;background:#0f5222;color:#fff}
#hdm-hp .hdm-hp-mission .hdm-hp-wrap{position:relative;z-index:2}
#hdm-hp .hdm-hp-mission .hdm-hp-eyebrow{color:#bcffc4}
#hdm-hp .hdm-hp-mission h2{color:#fff;font-size:clamp(1.85rem,3.8vw,2.9rem);max-width:24ch}
#hdm-hp .hdm-hp-mission .hdm-hp-lead{color:#e7ffeb;font-size:1.22rem;max-width:60ch;margin-top:1rem}
#hdm-hp .hdm-hp-mbody{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.7rem}
#hdm-hp .hdm-hp-mbody p{color:#dbffe0;font-size:1.06rem;margin:0}
#hdm-hp .hdm-hp-mission .hdm-hp-btn{margin-top:1.8rem}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width:1080px){
  #hdm-hp .hdm-hp-needgrid{grid-template-columns:1fr 1fr}
  #hdm-hp .hdm-hp-need.hdm-hp-lead{grid-row:auto;grid-column:1 / -1;min-height:240px}
  #hdm-hp .hdm-hp-tilegrid{grid-template-columns:repeat(3,1fr)}
  #hdm-hp .hdm-hp-tilegrid .hdm-hp-wide{grid-column:1 / -1}
  #hdm-hp .hdm-hp-brandwall{grid-template-columns:repeat(3,1fr)}
  #hdm-hp .hdm-hp-prodgrid{grid-template-columns:repeat(2,1fr)}
  #hdm-hp .hdm-hp-videobox{grid-template-columns:1fr}
  #hdm-hp .hdm-hp-travelbox{grid-template-columns:1fr;gap:1.6rem}
  #hdm-hp .hdm-hp-mbody{grid-template-columns:1fr}
}
@media (max-width:640px){
  #hdm-hp{font-size:17px}
  #hdm-hp .hdm-hp-needgrid{grid-template-columns:1fr}
  #hdm-hp .hdm-hp-need.hdm-hp-lead{grid-column:auto}
  #hdm-hp .hdm-hp-tilegrid{grid-template-columns:repeat(2,1fr)}
  #hdm-hp .hdm-hp-tile.hdm-hp-seeall{min-height:170px}
  #hdm-hp .hdm-hp-seeall-cut{right:4px;bottom:6px;width:min(42%,150px)}
  #hdm-hp .hdm-hp-seeall-txt{max-width:55%}
  #hdm-hp .hdm-hp-brandwall{grid-template-columns:repeat(2,1fr)}
  #hdm-hp .hdm-hp-prodgrid{grid-template-columns:1fr 1fr}
  #hdm-hp .hdm-hp-tstgrid{grid-template-columns:1fr}
  #hdm-hp .hdm-hp-lrow{grid-template-columns:48px 1fr;gap:1rem}
  #hdm-hp .hdm-hp-lrow .hdm-hp-num{font-size:1.7rem}
  #hdm-hp .hdm-hp-dealer .hdm-hp-btn{margin-left:0}
  #hdm-hp .hdm-hp-why-cta .hdm-hp-btn{flex:1 1 100%}
  #hdm-hp .hdm-hp-brand-foot .hdm-hp-lift a{display:inline-flex;align-items:center;min-height:44px}
  /* Destination cards on phones: same two-zone grid, slightly larger image cell. */
  #hdm-hp .hdm-hp-need-img{width:124px}
  #hdm-hp .hdm-hp-need.hdm-hp-lead .hdm-hp-need-img{width:160px}
}
@media (max-width:420px){
  #hdm-hp .hdm-hp-prodgrid{grid-template-columns:1fr}
}
