/* =====================================================================
   NEEDARIDE HORSE TRANSPORT
   Modern, photography-forward design system
   Warm off-white · near-black · rounded cards · pill buttons
   Type: Plus Jakarta Sans (UI/headings) · Playfair Display (italic accent)
   ===================================================================== */

/* ---------------------------------------------------------- 1. Tokens */
:root {
  --bg:        #f6f4ef;
  --surface:   #ffffff;
  --surface-2: #efece4;
  --ink:       #16140f;
  --ink-2:     #33302a;
  --muted:     #726d64;
  --line:      rgba(22,20,15,.10);
  --line-2:    rgba(22,20,15,.06);
  --black:     #16140f;
  --sand:      #e9e3d6;
  --brand:     #824e20;      /* logo brown */
  --brand-dark:#6b3f19;
  --accent:    #824e20;      /* logo brown — ticks, dots & small icons */

  --shadow-sm: 0 1px 2px rgba(22,20,15,.05), 0 4px 14px -8px rgba(22,20,15,.14);
  --shadow:    0 24px 60px -30px rgba(22,20,15,.34), 0 6px 18px -12px rgba(22,20,15,.12);
  --shadow-lg: 0 40px 90px -40px rgba(22,20,15,.46);

  --radius:    24px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --radius-lg: 34px;
  --radius-pill: 999px;

  --font-head: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-accent: 'Playfair Display', Georgia, serif;

  --container: 1240px;
  --gutter: clamp(1.1rem, 4vw, 2.4rem);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------------------------------------------------------- 2. Reset */
*,*::before,*::after { box-sizing:border-box; }
* { margin:0; }
html { -webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:110px; overflow-x:hidden; }
body {
  font-family:var(--font-body); color:var(--ink); background:var(--bg);
  line-height:1.6; font-size:1rem; -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility; overflow-x:hidden;
}
img,svg,video { display:block; max-width:100%; }
img { height:auto; }
a { color:inherit; text-decoration:none; transition:color .2s var(--ease), opacity .2s var(--ease); }
ul,ol { padding:0; list-style:none; }
button,input,select,textarea { font:inherit; color:inherit; }
h1,h2,h3,h4 { font-family:var(--font-head); font-weight:700; line-height:1.08; letter-spacing:-.02em; color:var(--ink); }
:focus-visible { outline:3px solid var(--ink); outline-offset:3px; border-radius:6px; }
::selection { background:var(--ink); color:#fff; }

/* ---------------------------------------------------- 3. Layout utils */
.container { width:100%; max-width:var(--container); margin-inline:auto; padding-inline:var(--gutter); }
.section { padding-block: clamp(3.2rem, 7vw, 6.5rem); }
.section--tight { padding-block: clamp(2.4rem, 5vw, 4rem); }
.section--flush-top { padding-top:0; }
.center { text-align:center; }
.mx-auto { margin-inline:auto; }
.measure { max-width:64ch; }
.hidden { display:none !important; }

.grid { display:grid; gap: clamp(1rem, 2.2vw, 1.6rem); }
.grid-2 { grid-template-columns:repeat(2,1fr); }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }

.col-aside { display:grid; gap:clamp(1.6rem,4vw,3rem); grid-template-columns:minmax(0,1fr) 320px; align-items:start; }
.col-form  { display:grid; gap:clamp(1.6rem,4vw,3rem); grid-template-columns:minmax(0,1.5fr) minmax(0,1fr); align-items:start; }
.col-form--even { align-items:stretch; }
.col-form--even > * { height:100%; }
@media (max-width:900px){ .col-aside,.col-form{ grid-template-columns:1fr; } }

/* ------------------------------------------------------ 4. Typography */
.eyebrow {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.4rem .9rem; border-radius:var(--radius-pill);
  background:var(--surface); border:1px solid var(--line);
  font-family:var(--font-body); font-size:.76rem; font-weight:600;
  letter-spacing:.12em; text-transform:uppercase; color:var(--ink-2);
}
.eyebrow::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--accent); }
.eyebrow--plain { background:transparent; border:none; padding:0; }
.on-dark .eyebrow, .eyebrow--dark { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.16); color:#f3efe6; }

.display { font-size:clamp(2.6rem,6.4vw,5rem); line-height:1; letter-spacing:-.035em; }
.title   { font-size:clamp(2rem,4.4vw,3.4rem); letter-spacing:-.03em; }
.title-sm{ font-size:clamp(1.4rem,2.6vw,2rem); }
.accent  { font-family:var(--font-accent); font-style:italic; font-weight:500; letter-spacing:-.01em; }

.lead { font-size:clamp(1.05rem,1.5vw,1.2rem); color:var(--muted); line-height:1.6; }
.on-dark .lead { color:rgba(255,255,255,.72); }

.section-head { max-width:52rem; margin-bottom:clamp(2rem,4vw,3rem); }
.section-head.center { margin-inline:auto; }
.section-head .title { margin-top:1rem; }
.section-head p { margin-top:1rem; color:var(--muted); }
.section-head--row { max-width:none; display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.section-head--row .sh-left { max-width:40rem; }

.prose > * + * { margin-top:1.05rem; }
.prose p { color:var(--ink-2); }
.prose h3 { font-size:1.4rem; margin-top:2.2rem; }
.prose h3:first-child { margin-top:0; }
.prose strong { color:var(--ink); font-weight:700; }
.prose a { text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--muted); }
.prose ul.dashed li { position:relative; padding-left:1.3rem; color:var(--ink-2); margin-top:.5rem; }
.prose ul.dashed li::before { content:""; position:absolute; left:0; top:.7em; width:12px; height:2px; background:var(--accent); }

.muted { color:var(--muted); }

/* --------------------------------------------------------- 5. Buttons */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  padding:.85rem 1.5rem; border-radius:var(--radius-pill);
  font-family:var(--font-head); font-weight:600; font-size:.96rem; letter-spacing:-.01em;
  background:var(--black); color:#fff; border:1.5px solid var(--black);
  cursor:pointer; transition:transform .18s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  white-space:nowrap;
}
.btn:hover { transform:translateY(-2px); box-shadow:var(--shadow); background:#000; border-color:#000; }
.btn:active { transform:translateY(0); }
.btn svg { width:18px; height:18px; }
.btn--light { background:var(--surface); color:var(--ink); border-color:var(--line); }
.btn--light:hover { background:#fff; border-color:var(--ink); }
.btn--ghost { background:transparent; color:var(--ink); border-color:var(--line); }
.btn--ghost:hover { background:var(--ink); color:#fff; border-color:var(--ink); }
.btn--on-dark { background:#fff; color:var(--ink); border-color:#fff; }
.btn--on-dark:hover { background:transparent; color:#fff; }
.btn--ghost-light { background:transparent; color:#fff; border-color:rgba(255,255,255,.45); }
.btn--ghost-light:hover { background:rgba(255,255,255,.12); }
.btn--lg { padding:1rem 1.7rem; font-size:1.02rem; }
.btn--block { width:100%; }

/* Pill button with trailing circular arrow */
.btn--arrow { padding:.45rem .5rem .45rem 1.35rem; gap:.9rem; }
.btn__ico { width:2.2rem; height:2.2rem; border-radius:50%; display:grid; place-items:center; flex:none; background:#fff; color:var(--ink); transition:transform .25s var(--ease); }
.btn--arrow:hover .btn__ico { transform:rotate(-45deg); }
.btn__ico svg { width:17px; height:17px; }
.btn--light .btn__ico, .btn--ghost .btn__ico { background:var(--ink); color:#fff; }
.btn--on-dark .btn__ico { background:var(--ink); color:#fff; }

.link-arrow { display:inline-flex; align-items:center; gap:.45rem; font-family:var(--font-head); font-weight:600; color:var(--ink); }
.link-arrow svg { width:16px; height:16px; transition:transform .2s var(--ease); }
.link-arrow:hover { color:var(--accent); }
.link-arrow:hover svg { transform:translateX(4px); }

/* ---------------------------------------------------------- 6. Header */
.site-header {
  position:sticky; top:0; z-index:100;
  background:rgba(246,244,239,.82);
  backdrop-filter:saturate(160%) blur(14px); -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid transparent; transition:border-color .25s var(--ease), background .25s var(--ease);
}
.site-header.is-stuck { border-color:var(--line); background:rgba(246,244,239,.94); }
.header__inner { display:flex; align-items:center; gap:1.5rem; min-height:76px; max-width:none; padding-inline:clamp(1.2rem,3vw,2.6rem); }

.brand { display:inline-flex; align-items:center; gap:.6rem; color:var(--ink); }
.brand__logo { height:34px; width:auto; display:block; }
.brand__logo--light { filter:brightness(0) invert(1); opacity:.96; }
.footer__brand .brand__logo { height:40px; }
.brand__mark { width:40px; height:40px; flex:none; }
.brand__text { display:flex; flex-direction:column; line-height:1; }
.brand__name { font-family:var(--font-head); font-weight:800; font-size:1.28rem; letter-spacing:-.02em; color:var(--ink); }
.brand__tag { font-size:.6rem; font-weight:600; letter-spacing:.28em; text-transform:uppercase; color:var(--muted); margin-top:.3rem; }

.nav { display:flex; align-items:center; gap:.1rem; margin-inline:auto; }
.nav__item { position:relative; }
.nav__link {
  position:relative; display:inline-flex; align-items:center; gap:.3rem;
  padding:.55rem .8rem; border-radius:var(--radius-pill);
  font-family:var(--font-head); font-weight:500; font-size:.95rem; color:var(--ink-2);
}
.nav__link:hover, .nav__item.is-open>.nav__link { color:var(--ink); background:rgba(22,20,15,.05); }
.nav__link[aria-current="page"] { color:var(--ink); font-weight:600; }
.nav__link .caret { width:14px; height:14px; transition:transform .2s var(--ease); opacity:.6; }
.nav__item.is-open .caret { transform:rotate(180deg); }

.nav__dropdown {
  position:absolute; top:calc(100% + 8px); left:50%; transform:translateX(-50%) translateY(8px);
  min-width:250px; background:var(--surface); border:1px solid var(--line);
  border-radius:var(--radius-sm); box-shadow:var(--shadow); padding:.5rem;
  opacity:0; visibility:hidden; transition:opacity .2s var(--ease), transform .2s var(--ease); z-index:20;
}
.nav__item.is-open .nav__dropdown { opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.nav__dropdown a { display:flex; align-items:center; gap:.6rem; padding:.6rem .7rem; border-radius:var(--radius-xs); font-size:.92rem; font-weight:500; color:var(--ink-2); }
.nav__dropdown a:hover { background:var(--surface-2); color:var(--ink); }
.nav__dropdown a svg { width:17px; height:17px; color:var(--muted); flex:none; }
.nav__dropdown .sub-label { padding:.6rem .7rem .3rem; font-size:.68rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.nav__dropdown hr { border:none; border-top:1px solid var(--line-2); margin:.35rem .3rem; }

.header__cta { display:flex; align-items:center; gap:.7rem; }
.header__phone { display:inline-flex; align-items:center; gap:.5rem; font-family:var(--font-head); font-weight:700; color:var(--ink); font-size:.95rem; }
.header__phone svg { width:18px; height:18px; color:var(--accent); }
.header__phone small { display:block; font-size:.6rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }

/* Phone dropdown */
.phone-dd { position:relative; }
.phone-dd__toggle { background:none; border:none; cursor:pointer; padding:.35rem .3rem; border-radius:var(--radius-xs); }
.phone-dd__toggle:hover { background:rgba(22,20,15,.05); }
.header__phone .caret { width:13px; height:13px; color:var(--muted); transition:transform .2s var(--ease); }
.phone-dd.is-open .caret { transform:rotate(180deg); }
.phone-dd__menu { position:absolute; top:calc(100% + 10px); right:0; min-width:242px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); box-shadow:var(--shadow); padding:.4rem; opacity:0; visibility:hidden; transform:translateY(8px); transition:opacity .2s var(--ease), transform .2s var(--ease); z-index:120; }
.phone-dd.is-open .phone-dd__menu { opacity:1; visibility:visible; transform:translateY(0); }
.phone-dd__menu a { display:flex; align-items:center; gap:.7rem; padding:.6rem .7rem; border-radius:var(--radius-xs); color:var(--ink); }
.phone-dd__menu a:hover { background:var(--surface-2); }
.phone-dd__ic { width:36px; height:36px; border-radius:10px; background:var(--surface-2); display:grid; place-items:center; flex:none; }
.phone-dd__ic svg { width:17px; height:17px; color:var(--accent); }
.phone-dd__menu a b { display:block; font-family:var(--font-head); font-weight:700; font-size:.92rem; color:var(--ink); }
.phone-dd__menu a small { font-size:.82rem; color:var(--muted); }

.nav-toggle { display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:12px; background:var(--surface); cursor:pointer; place-items:center; color:var(--ink); }
.nav-toggle svg { width:22px; height:22px; }

/* ------------------------------------------------- 7. Mobile nav */
.mobile-nav { position:fixed; inset:0 0 0 auto; width:min(88vw,380px); max-width:100vw; background:var(--surface); z-index:200; box-shadow:var(--shadow-lg); transform:translateX(100%); visibility:hidden; transition:transform .32s var(--ease), visibility .32s var(--ease); display:flex; flex-direction:column; overflow-y:auto; overflow-x:hidden; overscroll-behavior:contain; }
.mobile-nav.is-open { transform:translateX(0); visibility:visible; }
.mobile-nav__head { display:flex; align-items:center; justify-content:space-between; padding:1rem 1.2rem; border-bottom:1px solid var(--line); }
.mobile-nav__close { width:42px; height:42px; border:1px solid var(--line); border-radius:12px; background:transparent; display:grid; place-items:center; cursor:pointer; color:var(--ink); }
.mobile-nav__close svg { width:20px; height:20px; }
.mobile-nav nav { padding:.6rem .8rem 1.4rem; }
.mobile-nav nav a, .mobile-nav .m-acc__btn { display:flex; align-items:center; justify-content:space-between; gap:.5rem; width:100%; padding:.85rem .8rem; border-radius:12px; font-family:var(--font-head); font-weight:500; font-size:1.02rem; color:var(--ink); background:none; border:none; cursor:pointer; text-align:left; }
.mobile-nav nav a:hover, .mobile-nav .m-acc__btn:hover { background:var(--surface-2); }
.mobile-nav nav a[aria-current="page"] { color:var(--accent); font-weight:700; }
.m-acc__btn svg { width:18px; height:18px; transition:transform .22s var(--ease); }
.m-acc.is-open .m-acc__btn svg { transform:rotate(180deg); }
.m-acc__panel { display:none; padding-left:.6rem; margin-left:.5rem; border-left:2px solid var(--line); }
.m-acc.is-open .m-acc__panel { display:block; }
.m-acc__panel a { font-size:.95rem; padding:.6rem .8rem; color:var(--ink-2); }
.mobile-nav__foot { margin-top:auto; padding:1.2rem; border-top:1px solid var(--line); display:grid; gap:.7rem; }
.mobile-nav__foot .btn { width:100%; }
.mobile-nav__foot .m-phone { display:flex; align-items:center; justify-content:flex-start; gap:.7rem; padding:.15rem 0; font-family:var(--font-head); font-weight:700; font-size:1rem; color:var(--ink); }
.mobile-nav__foot .m-phone small { display:block; font-size:.64rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }
.mobile-nav__foot .m-phone svg { width:19px; height:19px; color:var(--accent); flex:none; }
.backdrop { position:fixed; inset:0; background:rgba(22,20,15,.5); z-index:150; opacity:0; visibility:hidden; transition:opacity .3s var(--ease); backdrop-filter:blur(2px); }
.backdrop.is-open { opacity:1; visibility:visible; }
html.no-scroll { overflow:hidden; }
body.no-scroll { overflow:hidden; position:fixed; left:0; right:0; width:100%; }

/* ------------------------------------------------------- 8. Hero */
.hero { position:relative; overflow:hidden; display:flex; align-items:center; min-height:clamp(560px,88vh,820px); color:#fff; background:#16140f; }
.hero__img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero__scrim { position:absolute; inset:0; z-index:1; background:
  linear-gradient(90deg, rgba(12,10,8,.80) 0%, rgba(12,10,8,.62) 26%, rgba(12,10,8,.30) 46%, rgba(12,10,8,0) 66%),
  linear-gradient(0deg, rgba(12,10,8,.42) 0%, rgba(12,10,8,0) 40%); }
.hero .container { position:relative; z-index:2; width:100%; }
.hero__body { max-width:41rem; padding-block:clamp(2rem,6vw,3.5rem); color:#fff; }
.hero__tag { display:inline-flex; align-items:center; gap:.5rem; margin-bottom:1.4rem; padding:.5rem 1rem; border-radius:var(--radius-pill); background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.28); color:#fff; font-size:.78rem; font-weight:600; letter-spacing:.04em; backdrop-filter:blur(6px); }
.hero__tag svg { width:15px; height:15px; }
.hero h1 { color:#fff; font-size:clamp(2.4rem,5.6vw,4.4rem); line-height:1.02; max-width:16ch; }
.hero h1 .accent { color:#fff; }
.hero__sub { margin-top:1.1rem; max-width:46ch; color:rgba(255,255,255,.82); font-size:clamp(1rem,1.4vw,1.15rem); }
.hero__actions { margin-top:1.8rem; display:flex; flex-wrap:wrap; gap:.8rem; align-items:center; }
.hero__callouts { margin-top:2rem; display:flex; flex-wrap:wrap; gap:1.4rem 2.4rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.18); max-width:760px; }
.hero__callout { display:flex; gap:.7rem; align-items:flex-start; max-width:330px; }
.hero__callout svg { width:22px; height:22px; color:#fff; flex:none; margin-top:.1rem; opacity:.9; }
.hero__callout b { display:block; font-family:var(--font-head); font-weight:700; font-size:.95rem; }
.hero__callout span { font-size:.82rem; color:rgba(255,255,255,.68); line-height:1.45; }

/* --------------------------------------------------- 9. Trust strip */
.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-strip__inner { display:flex; flex-direction:column; align-items:center; gap:1rem; padding-block:1.4rem; text-align:center; }
.trust-strip__lead { font-size:.76rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.trust-strip__items { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:.7rem 1.9rem; }
.trust-item { display:inline-flex; align-items:center; gap:.55rem; font-family:var(--font-head); font-weight:600; color:var(--ink); font-size:.95rem; }
.trust-item svg { width:20px; height:20px; color:var(--accent); flex:none; }

/* -------------------------------------------------- 10. Numbered cards */
.ncard { position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); transition:transform .28s var(--ease), box-shadow .28s var(--ease); display:flex; flex-direction:column; height:100%; }
.ncard:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.ncard__media { position:relative; aspect-ratio:16/10; overflow:hidden; background:var(--surface-2); }
.ncard__media img { width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.ncard:hover .ncard__media img { transform:scale(1.05); }
.ncard__num { position:absolute; top:.9rem; right:1.1rem; font-family:var(--font-head); font-weight:800; font-size:1.5rem; color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.4); }
.ncard__body { padding:1.3rem 1.4rem 1.5rem; display:flex; flex-direction:column; flex:1; }
.ncard__body h3 { font-size:1.25rem; }
.ncard__body p { margin-top:.5rem; color:var(--muted); font-size:.95rem; }
.ncard__body .link-arrow { margin-top:1.1rem; }
.ncard--icon .ncard__ic { width:52px; height:52px; border-radius:14px; display:grid; place-items:center; background:var(--surface-2); color:var(--ink); margin:1.4rem 1.4rem 0; }
.ncard--icon .ncard__ic svg { width:26px; height:26px; }

/* -------------------------------------------------- 11. Photo cards / grid */
.pcard { position:relative; display:block; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); aspect-ratio:4/5; background:var(--surface-2); }
.pcard img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .55s var(--ease); }
.pcard:hover img { transform:scale(1.06); }
.pcard__scrim { position:absolute; inset:0; background:linear-gradient(180deg, rgba(12,10,8,.05) 0%, rgba(12,10,8,0) 40%, rgba(12,10,8,.8) 100%); }
.pcard__badge { position:absolute; top:1rem; left:1rem; z-index:2; display:inline-flex; align-items:center; gap:.4rem; padding:.4rem .85rem; border-radius:var(--radius-pill); background:rgba(255,255,255,.9); color:var(--ink); font-size:.75rem; font-weight:700; letter-spacing:.02em; backdrop-filter:blur(4px); }
.pcard__badge svg { width:14px; height:14px; }
.pcard__cap { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:1.3rem 1.2rem; color:#fff; display:flex; align-items:flex-end; justify-content:space-between; gap:.8rem; }
.pcard__cap h3 { color:#fff; font-size:1.15rem; }
.pcard__cap p { color:rgba(255,255,255,.78); font-size:.85rem; margin-top:.2rem; }
.pcard__go { width:38px; height:38px; border-radius:50%; background:#fff; color:var(--ink); display:grid; place-items:center; flex:none; transition:transform .25s var(--ease); }
.pcard:hover .pcard__go { transform:rotate(-45deg); }
.pcard__go svg { width:17px; height:17px; }
.pcard--tall { aspect-ratio:3/4; }
.pcard--wide { aspect-ratio:16/10; }

/* -------------------------------------------------- 12. Filter pills */
.filter { display:flex; flex-wrap:wrap; gap:.6rem; }
.filter__pill { display:inline-flex; align-items:center; gap:.5rem; padding:.6rem 1.15rem; border-radius:var(--radius-pill); border:1px solid var(--line); background:var(--surface); font-family:var(--font-head); font-weight:600; font-size:.9rem; color:var(--ink); cursor:pointer; transition:all .2s var(--ease); }
.filter__pill:hover { border-color:var(--ink); }
.filter__pill.is-active { background:var(--brand); color:#fff; border-color:var(--brand); }
.filter__pill svg { width:16px; height:16px; }

/* -------------------------------------------------- 13. Split (img+text) */
.split { display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.6rem,4vw,3.5rem); align-items:stretch; }
.split--center { align-items:center; }
.split > * { min-width:0; }   /* stop grid children overflowing their column */
.split--reverse .split__media { order:2; }
.split__media { position:relative; width:100%; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); min-height:340px; background:var(--surface-2); }
.split__media img { width:100%; height:100%; object-fit:cover; }
/* wide banners carry their caption text on the left — crop from the right so
   only the photograph shows, never a half-cut word */
.split__media img.focus-right { object-position:78% center; }
.split__media .media-tag { position:absolute; left:1rem; bottom:1rem; z-index:3; background:rgba(255,255,255,.92); color:var(--ink); padding:.5rem .95rem; border-radius:var(--radius-pill); font-size:.82rem; font-weight:600; display:inline-flex; align-items:center; gap:.45rem; backdrop-filter:blur(4px); box-shadow:var(--shadow-sm); }
.split__media .media-tag svg { width:16px; height:16px; color:var(--accent); }
.split__media--tall { min-height:440px; }

/* stacked media collage */
.media-stack { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:auto auto; gap:1rem; }
.media-stack figure { border-radius:var(--radius-sm); overflow:hidden; box-shadow:var(--shadow-sm); aspect-ratio:1; background:var(--surface-2); }
.media-stack figure img { width:100%; height:100%; object-fit:cover; }
.media-stack figure:first-child { grid-column:1 / -1; aspect-ratio:16/9; }

/* --------------------------------------------------- 14. Checklist */
.checklist { display:grid; gap:.7rem; }
.checklist--2 { display:block; columns:2; column-gap:1.8rem; }
.checklist--2 li { break-inside:avoid; margin-bottom:.7rem; }
.checklist li { display:flex; align-items:flex-start; gap:.7rem; color:var(--ink-2); }
.checklist li svg { width:20px; height:20px; color:var(--accent); flex:none; margin-top:.15rem; }
.on-dark .checklist li { color:rgba(255,255,255,.82); }
.on-dark .checklist li svg { color:#fff; }

/* --------------------------------------------------- 15. Stats */
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.stat { padding:.4rem 0; }
.stat__num { font-family:var(--font-head); font-weight:800; font-size:clamp(2.2rem,4vw,3.1rem); letter-spacing:-.03em; color:var(--ink); line-height:1; }
.on-dark .stat__num { color:#fff; }
.stat__label { margin-top:.5rem; font-size:.88rem; color:var(--muted); font-weight:500; }
.on-dark .stat__label { color:rgba(255,255,255,.6); }
.stat--bordered { border-left:1px solid var(--line); padding-left:1.4rem; }
.on-dark .stat--bordered { border-color:rgba(255,255,255,.16); }

/* --------------------------------------------------- 16. Feature */
.feature { display:flex; gap:1rem; }
.feature__icon { width:48px; height:48px; border-radius:14px; background:var(--surface); border:1px solid var(--line); color:var(--ink); display:grid; place-items:center; flex:none; }
.feature__icon svg { width:23px; height:23px; }
.feature h3 { font-size:1.12rem; }
.feature p { margin-top:.3rem; color:var(--muted); font-size:.93rem; }
.on-dark .feature__icon { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.16); color:#fff; }
.on-dark .feature p { color:rgba(255,255,255,.66); }

/* --------------------------------------------------- 17. Cards (plain) */
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:1.7rem; box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s var(--ease); height:100%; display:flex; flex-direction:column; }
.card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.card__icon { width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:1.1rem; background:var(--brand); color:#fff; flex:none; }
.card__icon svg { width:25px; height:25px; }
.card h3 { font-size:1.25rem; margin-bottom:.5rem; }
.card p { color:var(--muted); font-size:.95rem; }
.card .link-arrow { margin-top:1.1rem; }

.info-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); padding:1.4rem 1.5rem; box-shadow:var(--shadow-sm); }
.info-card h3 { font-size:1.12rem; margin-bottom:.4rem; }
.info-card p { color:var(--muted); font-size:.94rem; }

.pill-row { display:flex; flex-wrap:wrap; gap:.55rem; }
.pill { display:inline-flex; align-items:center; gap:.4rem; padding:.5rem 1rem; border-radius:var(--radius-pill); background:var(--surface); border:1px solid var(--line); font-size:.88rem; font-weight:600; color:var(--ink); }
.pill svg { width:15px; height:15px; color:var(--accent); }

.region-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(205px,1fr)); grid-auto-rows:1fr; gap:.8rem; }
.region-link { display:flex; align-items:center; justify-content:space-between; gap:.6rem; min-height:70px; padding:1rem 1.2rem; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); font-family:var(--font-head); font-weight:600; color:var(--ink); box-shadow:var(--shadow-sm); transition:all .2s var(--ease); }
.region-link__label { display:inline-flex; align-items:center; gap:.6rem; line-height:1.25; }
.region-link__label svg { width:17px; height:17px; color:var(--accent); flex:none; }
.region-link:hover { border-color:var(--ink); transform:translateX(3px); }
.region-link svg { width:18px; height:18px; color:var(--muted); }

.contact-line { display:flex; align-items:flex-start; gap:.9rem; padding:1rem 0; }
.contact-line + .contact-line { border-top:1px solid var(--line-2); }
.contact-line__ico { width:46px; height:46px; border-radius:14px; background:var(--brand); color:#fff; display:grid; place-items:center; flex:none; }
.contact-line__ico svg { width:20px; height:20px; }
.contact-line small { font-size:.74rem; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); font-weight:600; }
.contact-line b, .contact-line a { display:block; font-family:var(--font-head); font-size:1.05rem; color:var(--ink); font-weight:600; }
.contact-line a:hover { color:var(--accent); }

.notice { display:flex; align-items:center; gap:1rem; padding:1.2rem 1.5rem; border-radius:var(--radius-sm); background:var(--ink); color:#fff; }
.notice svg { width:28px; height:28px; color:#fff; flex:none; opacity:.9; }
.notice strong { display:block; font-family:var(--font-head); font-size:1.1rem; }
.notice p { font-size:.9rem; color:rgba(255,255,255,.72); margin:0; }

/* --------------------------------------------------- 18. Testimonials */
.quote-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:1.8rem; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; }
.quote-card__top { display:flex; align-items:center; justify-content:space-between; margin-bottom:1rem; }
.stars { display:inline-flex; gap:.1rem; color:#e0a83a; }
.stars svg { width:17px; height:17px; }
.quote-mark { font-family:var(--font-accent); font-size:3rem; line-height:.4; color:var(--sand); height:1.1rem; }
.quote-card p { color:var(--ink-2); font-size:1rem; line-height:1.6; flex:1; }
.quote-card__by { margin-top:1.3rem; padding-top:1.1rem; border-top:1px solid var(--line-2); display:flex; align-items:center; gap:.75rem; }
.quote-card__avatar { width:44px; height:44px; border-radius:50%; background:var(--ink); color:#fff; display:grid; place-items:center; font-family:var(--font-head); font-weight:700; flex:none; }
.quote-card__name { display:block; font-family:var(--font-head); font-weight:700; color:var(--ink); font-size:.96rem; line-height:1.3; }
.quote-card__loc { display:block; font-size:.82rem; color:var(--muted); line-height:1.3; }

.slider { position:relative; }
.slider__track { display:flex; align-items:stretch; gap:1.4rem; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding-bottom:.4rem; -ms-overflow-style:none; scrollbar-width:none; }
.slider__track::-webkit-scrollbar { display:none; }
.slider__track > * { scroll-snap-align:start; flex:0 0 clamp(290px,33%,400px); }
.slider__nav { display:flex; gap:.6rem; }
.slider__btn { width:48px; height:48px; border-radius:50%; border:1.5px solid var(--line); background:var(--surface); color:var(--ink); display:grid; place-items:center; cursor:pointer; transition:all .2s var(--ease); }
.slider__btn:hover { background:var(--ink); color:#fff; border-color:var(--ink); }
.slider__btn svg { width:20px; height:20px; }

/* --------------------------------------------------- 19. Price cards */
.price-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:2rem 1.7rem; box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s var(--ease); height:100%; display:flex; flex-direction:column; }
.price-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.price-card--dark { background:var(--brand); color:#fff; border-color:var(--brand); }
.price-card--dark .price-card__amount { color:#fff; }
.price-card--dark .btn { box-shadow:0 6px 18px -8px rgba(0,0,0,.45); }
.price-card__icon { width:54px; height:54px; border-radius:14px; background:var(--surface-2); color:var(--ink); display:grid; place-items:center; margin-bottom:1.2rem; }
.price-card--dark .price-card__icon { background:rgba(255,255,255,.12); color:#fff; }
.price-card__icon svg { width:26px; height:26px; }
.price-card h3 { font-size:1.2rem; }
.price-card--dark h3 { color:#fff; }
.price-card__from { margin-top:1.1rem; font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); font-weight:600; }
.price-card--dark .price-card__from { color:rgba(255,255,255,.6); }
.price-card__amount { font-family:var(--font-head); font-weight:800; font-size:2.8rem; letter-spacing:-.03em; line-height:1; margin-top:.2rem; }
.price-card__unit { font-size:.9rem; color:var(--muted); margin-top:.3rem; margin-bottom:1.6rem; }
.price-card--dark .price-card__unit { color:rgba(255,255,255,.6); }
.price-card .btn { margin-top:auto; }

/* --------------------------------------------------- 20. FAQ */
.faq { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:var(--surface); box-shadow:var(--shadow-sm); }
.faq__item + .faq__item { border-top:1px solid var(--line-2); }
.faq__q { display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%; padding:1.2rem 1.5rem; background:none; border:none; cursor:pointer; text-align:left; font-family:var(--font-head); font-weight:600; font-size:1.08rem; color:var(--ink); }
.faq__q:hover { color:var(--accent); }
.faq__ico { width:30px; height:30px; border-radius:50%; border:1.5px solid var(--line); display:grid; place-items:center; flex:none; transition:all .2s var(--ease); }
.faq__ico svg { width:16px; height:16px; transition:transform .25s var(--ease); }
.faq__item.is-open .faq__ico { background:var(--brand); border-color:var(--brand); color:#fff; }
.faq__item.is-open .faq__ico svg { transform:rotate(45deg); }
.faq__a { max-height:0; overflow:hidden; transition:max-height .3s var(--ease); }
.faq__a-inner { padding:0 1.5rem 1.3rem; color:var(--ink-2); }
.faq__a-inner p + p { margin-top:.7rem; }

/* --------------------------------------------------- 21. Forms */
.form-card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:clamp(1.5rem,3vw,2.4rem); box-shadow:var(--shadow-sm); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.1rem 1.2rem; }
.field { display:flex; flex-direction:column; gap:.4rem; }
.field--full { grid-column:1 / -1; }
.field label { font-family:var(--font-head); font-weight:600; font-size:.86rem; color:var(--ink); }
.field input, .field select, .field textarea { width:100%; padding:.8rem .95rem; border:1.5px solid var(--line); border-radius:var(--radius-xs); background:var(--bg); color:var(--ink); font-size:.96rem; transition:border-color .2s var(--ease), box-shadow .2s var(--ease); }
.field textarea { resize:vertical; min-height:120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color:var(--ink); box-shadow:0 0 0 4px rgba(22,20,15,.08); background:#fff; }
.field input::placeholder, .field textarea::placeholder { color:#a8a49b; }
.form-note { margin-top:1rem; font-size:.84rem; color:var(--muted); display:flex; align-items:center; gap:.5rem; }
.form-note svg { width:16px; height:16px; flex:none; }
.form-success { display:none; padding:1rem 1.2rem; border-radius:var(--radius-xs); background:var(--ink); color:#fff; font-weight:600; margin-bottom:1.2rem; align-items:center; gap:.6rem; }
.form-success.is-visible { display:flex; }
.form-success svg { width:20px; height:20px; }

/* --------------------------------------------------- 22. Gallery */
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; grid-auto-flow:dense; }
.gallery-tile { position:relative; border-radius:var(--radius-sm); overflow:hidden; box-shadow:var(--shadow-sm); aspect-ratio:1; background:var(--surface-2); }
.gallery-tile img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.gallery-tile:hover img { transform:scale(1.07); }
.gallery-tile__cap { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:1.4rem .9rem .8rem; background:linear-gradient(to top, rgba(12,10,8,.82), transparent); color:#fff; font-family:var(--font-head); font-weight:600; font-size:.86rem; display:flex; align-items:center; gap:.4rem; }
.gallery-tile__cap svg { width:15px; height:15px; flex:none; }
.gallery-tile--wide { grid-column:span 2; aspect-ratio:2; }
.gallery-tile--tall { grid-row:span 2; aspect-ratio:1/2; }

/* --------------------------------------------------- 23. News */
.post-list { display:grid; gap:1.4rem; }
.post { display:grid; grid-template-columns:230px 1fr; gap:0; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s var(--ease); }
.post:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.post__thumb { position:relative; background:var(--surface-2); overflow:hidden; min-height:170px; }
.post__thumb img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.post__cat { position:absolute; top:.8rem; left:.8rem; z-index:2; background:rgba(255,255,255,.92); color:var(--ink); font-size:.68rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; padding:.3rem .7rem; border-radius:var(--radius-pill); backdrop-filter:blur(4px); }
.post__body { padding:1.5rem 1.6rem; display:flex; flex-direction:column; }
.post__date { font-size:.8rem; color:var(--muted); font-weight:600; display:inline-flex; align-items:center; gap:.4rem; }
.post__date svg { width:14px; height:14px; }
.post h3 { font-size:1.3rem; margin:.4rem 0 .5rem; }
.post h3 a:hover { color:var(--accent); }
.post p { color:var(--muted); font-size:.95rem; }
.post .link-arrow { margin-top:auto; padding-top:.9rem; }

.sidebar { display:grid; gap:1.4rem; }
.widget { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:1.5rem; box-shadow:var(--shadow-sm); }
.widget h4 { font-size:1.05rem; margin-bottom:1rem; }
.widget ul { display:grid; gap:.1rem; }
.widget li a { display:block; padding:.55rem 0; color:var(--ink-2); font-size:.93rem; border-bottom:1px solid var(--line-2); }
.widget li:last-child a { border-bottom:none; }
.widget li a:hover { color:var(--accent); padding-left:.3rem; }
.widget .tag-row { display:flex; flex-wrap:wrap; gap:.5rem; }
.widget .tag-row a { display:inline-block; padding:.4rem .8rem; border:1px solid var(--line); border-radius:var(--radius-pill); font-size:.82rem; color:var(--ink-2); }
.widget .tag-row a:hover { background:var(--ink); color:#fff; border-color:var(--ink); }

/* --------------------------------------------------- 24. Page hero */
.page-hero { padding-block: clamp(2.4rem,5vw,4rem); }
.page-hero__inner { display:grid; grid-template-columns:1.1fr .9fr; gap:2.5rem; align-items:center; }
.page-hero__inner--simple { display:block; }
.breadcrumb { display:flex; align-items:center; gap:.5rem; font-size:.85rem; color:var(--muted); margin-bottom:1.1rem; }
.breadcrumb a:hover { color:var(--ink); }
.breadcrumb svg { width:14px; height:14px; opacity:.6; }
.page-hero h1 { font-size:clamp(2.2rem,5vw,3.6rem); max-width:20ch; }
.page-hero__inner--simple h1 { max-width:24ch; }
.page-hero p { margin-top:1.1rem; color:var(--muted); font-size:1.1rem; max-width:52ch; }
.page-hero__actions { margin-top:1.6rem; display:flex; flex-wrap:wrap; gap:.8rem; }
.page-hero__media { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:4/3; background:var(--surface-2); }
.page-hero__media img { width:100%; height:100%; object-fit:cover; }

/* --------------------------------------------------- 25. CTA band */
.cta { }
.cta__box { position:relative; overflow:hidden; border-radius:var(--radius-lg); background:var(--ink); color:#fff; padding:clamp(2.2rem,5vw,4rem); }
.cta__box::after { content:""; position:absolute; right:-80px; top:-80px; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); }
.cta__inner { position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.cta__box h2 { color:#fff; font-size:clamp(1.9rem,3.6vw,3rem); max-width:18ch; }
.cta__box p { color:rgba(255,255,255,.72); margin-top:.8rem; max-width:44ch; }
.cta__actions { display:flex; flex-wrap:wrap; gap:.8rem; }

/* --------------------------------------------------- 26. Footer */
.site-footer { background:var(--ink); color:rgba(255,255,255,.66); }
.footer__promo { position:relative; padding-block:clamp(3rem,5.5vw,4.6rem); border-bottom:1px solid rgba(255,255,255,.1);
  background-image:linear-gradient(90deg, rgba(22,20,15,.96) 0%, rgba(22,20,15,.90) 42%, rgba(22,20,15,.55) 100%), url('/assets/img/horse-jump.jpg');
  background-repeat:no-repeat,no-repeat; background-size:cover,cover; background-position:center,center 40%; }
@media (max-width:820px){ .footer__promo { background-image:linear-gradient(180deg, rgba(22,20,15,.92) 0%, rgba(22,20,15,.86) 100%), url('/assets/img/horse-jump.jpg'); background-position:center,60% 38%; } }
.footer__promo-inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.footer__promo h2 { color:#fff; font-size:clamp(1.9rem,3.6vw,2.9rem); max-width:20ch; margin-top:1rem; }
.footer__promo p { color:rgba(255,255,255,.72); margin-top:.85rem; max-width:46ch; }
.footer__promo-actions { display:flex; flex-wrap:wrap; gap:.8rem; min-width:0; }
@media (max-width:720px){ .footer__promo-actions { width:100%; } .footer__promo-actions .btn { flex:1 1 auto; justify-content:center; } }
.footer__top { padding-block: clamp(2.8rem,5vw,4rem); }
.footer__grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:2rem; }
.footer__brand .brand__name { color:#fff; }
.footer__brand .brand__tag { color:rgba(255,255,255,.5); }
.footer__about { margin-top:1.1rem; font-size:.93rem; color:rgba(255,255,255,.6); max-width:34ch; }
.footer__socials { margin-top:1.3rem; display:flex; gap:.6rem; }
.footer__socials a { width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:grid; place-items:center; color:#fff; }
.footer__socials a:hover { background:#fff; color:var(--ink); }
.footer__socials svg { width:17px; height:17px; }
.footer h4 { color:#fff; font-family:var(--font-head); font-size:.8rem; letter-spacing:.14em; text-transform:uppercase; margin-bottom:1.1rem; }
.footer__links { display:grid; gap:.1rem; }
.footer__links a { display:inline-block; padding:.38rem 0; color:rgba(255,255,255,.62); font-size:.93rem; }
.footer__links a:hover { color:#fff; }
.footer__contact li { display:flex; align-items:flex-start; gap:.65rem; padding:.4rem 0; font-size:.93rem; color:rgba(255,255,255,.62); min-width:0; overflow-wrap:anywhere; }
.footer__contact li svg { width:17px; height:17px; color:rgba(255,255,255,.5); flex:none; margin-top:.2rem; }
.footer__contact a:hover { color:#fff; }
.footer__cta { margin-top:1.2rem; }
.footer__notice { border-top:1px solid rgba(255,255,255,.1); }
.footer__notice-inner { display:flex; align-items:center; justify-content:center; gap:.7rem; padding-block:1.05rem; text-align:center; }
.footer__notice svg { width:19px; height:19px; color:#d8a24a; flex:none; }
.footer__notice p { font-size:.88rem; color:rgba(255,255,255,.64); margin:0; }
.footer__notice strong { color:#fff; }
.footer__bottom { border-top:1px solid rgba(255,255,255,.1); padding-block:1.3rem; }
.footer__bottom-inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; font-size:.84rem; color:rgba(255,255,255,.5); }
.footer__bottom a:hover { color:#fff; }
.footer__legal { display:flex; gap:1.3rem; flex-wrap:wrap; }

.float-cta { position:fixed; bottom:18px; right:18px; z-index:90; display:none; box-shadow:var(--shadow); }
.to-top { position:fixed; bottom:22px; right:22px; z-index:80; width:48px; height:48px; border-radius:50%; background:var(--ink); color:#fff; border:none; display:grid; place-items:center; cursor:pointer; opacity:0; visibility:hidden; transform:translateY(12px); transition:all .25s var(--ease); box-shadow:var(--shadow); }
.to-top.is-visible { opacity:1; visibility:visible; transform:translateY(0); }
.to-top:hover { background:#000; }
.to-top svg { width:22px; height:22px; }

/* --------------------------------------------------- 27. Reveal */
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity:1; transform:none; }
.reveal[data-delay="1"]{ transition-delay:.08s; }
.reveal[data-delay="2"]{ transition-delay:.16s; }
.reveal[data-delay="3"]{ transition-delay:.24s; }
.reveal[data-delay="4"]{ transition-delay:.32s; }

/* --------------------------------------------------- 28. Sections tint */
.section--surface { background:var(--surface); }
.section--tint { background:var(--surface-2); }
.section--dark { background:var(--ink); color:rgba(255,255,255,.72); }
.section--dark h1,.section--dark h2,.section--dark h3 { color:#fff; }
/* logo-brown variant — distinct from the near-black footer */
.section--accent { background:linear-gradient(155deg,#8a5524 0%,#5c3616 100%); color:rgba(255,255,255,.78); }
.section--accent h1,.section--accent h2,.section--accent h3 { color:#fff; }
.section--accent p { color:rgba(255,255,255,.78) !important; }
.section--accent .eyebrow::before { background:rgba(255,255,255,.75); }

/* --------------------------------------------------- 29. Responsive */
@media (max-width:1080px){
  .footer__grid { grid-template-columns:1fr 1fr; gap:2rem 1.5rem; }
  .page-hero__inner { grid-template-columns:1fr; }
  .page-hero__media { max-height:340px; }
}
@media (max-width:960px){
  .nav, .phone-dd { display:none; }
  .nav-toggle { display:grid; }
  .header__cta { margin-left:auto; }
  .split { grid-template-columns:1fr; }
  .split--reverse .split__media { order:0; }
  .stats { grid-template-columns:repeat(2,1fr); gap:1.5rem 1rem; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .cta__inner { flex-direction:column; align-items:flex-start; }
  .hero__social { display:none; }
  .float-cta { display:inline-flex; }
}
@media (max-width:720px){
  .grid-2,.grid-3,.grid-4 { grid-template-columns:1fr; }
  .checklist--2 { columns:1; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .gallery-tile--wide,.gallery-tile--tall { grid-column:auto; grid-row:auto; aspect-ratio:1; }
  .post { grid-template-columns:1fr; }
  .post__thumb { min-height:180px; aspect-ratio:16/9; }
  .form-grid { grid-template-columns:1fr; }
  .footer__grid { grid-template-columns:1fr; }
  .footer__bottom-inner { flex-direction:column; text-align:center; }
  .header__cta > .btn { display:none; }        /* "Get a Quote" lives in the menu on phones */
  .header__inner { gap:.75rem; }
  .hero__callout { max-width:none; }
  .stat--bordered { border-left:none; padding-left:0; }
  .hero { min-height:80vh; align-items:flex-end; }
  .hero__img { object-position:72% center; }
  .hero__scrim { background:linear-gradient(0deg, rgba(12,10,8,.92) 0%, rgba(12,10,8,.55) 48%, rgba(12,10,8,.4) 100%); }
  .hero__body { max-width:none; padding-block:2rem 2.4rem; }
  .hero h1 { font-size:clamp(2.1rem,8.5vw,3rem); }
}
@media (max-width:480px){
  .brand__name { font-size:1.12rem; }
  .gallery-grid { grid-template-columns:1fr; }
  .stats { grid-template-columns:1fr 1fr; }
  .region-grid { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
  .reveal{ opacity:1; transform:none; }
}
@media print { .site-header,.mobile-nav,.backdrop,.to-top,.float-cta,.site-footer,.cta{ display:none !important; } body{ background:#fff; } }

/* Full-width prose in two readable columns */
.prose-cols .prose { columns:2; column-gap:clamp(2rem,4vw,3.5rem); }
.prose-cols .prose > * { break-inside:avoid; }
.prose-cols .prose h3 { break-after:avoid; }
@media (max-width:820px){ .prose-cols .prose { columns:1; } }
