/* ============================================================
   IRONHAUL — premium roll-off site  ·  shared design system
   Pine + Amber on warm cream. Bold, warm, trustworthy.
   ============================================================ */

:root {
  --paper: #f8f5ee;
  --paper-2: #efe8db;
  --card: #ffffff;
  --ink: #16201c;
  --ink-2: #46514b;
  --mut: #7e877f;
  --mut-2: #a7ada4;
  --line: #e6dfd0;
  --line-2: #d6cdb9;

  --brand: #0f5c46;        /* pine */
  --brand-deep: #0a4736;
  --brand-dark: #0b2620;   /* near-black pine for dark sections */
  --brand-soft: #e1ede7;

  --amber: #f39200;        /* energetic accent */
  --amber-deep: #d87b00;
  --amber-soft: #fbe7c6;

  --r-lg: 26px;
  --r-md: 18px;
  --shadow-sm: 0 1px 2px rgba(20,30,25,.05), 0 10px 24px -16px rgba(20,30,25,.18);
  --shadow-md: 0 2px 4px rgba(20,30,25,.05), 0 26px 50px -28px rgba(20,30,25,.32);
  --shadow-lg: 0 40px 80px -40px rgba(11,38,32,.5);
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; border-color: var(--line); }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Bricolage Grotesque", system-ui, sans-serif; letter-spacing: -0.02em; margin: 0; line-height: 1.02; font-weight: 800; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--amber); color: #fff; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.font-disp { font-family: "Bricolage Grotesque", system-ui, sans-serif; }
.amber { color: var(--amber-deep); }
.brand { color: var(--brand); }

/* eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--brand); white-space: nowrap; }
.eyebrow .pip { width: 7px; height: 7px; border-radius: 9px; background: var(--amber); box-shadow: 0 0 0 4px var(--amber-soft); }
.eyebrow.on-dark { color: var(--amber); }
.eyebrow.on-dark .pip { box-shadow: 0 0 0 4px rgba(243,146,0,.18); }

/* section heading */
.h-sec { font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 0.98; }
.lede { color: var(--ink-2); font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.55; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 15px; border-radius: 999px; padding: 14px 26px; cursor: pointer; border: 0; transition: transform .25s var(--ease), box-shadow .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px) scale(.985); }
.btn svg { width: 18px; height: 18px; }
.btn-amber { background: var(--amber); color: #1a1206; box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 14px 28px -12px rgba(243,146,0,.6); }
.btn-amber:hover { background: #ffa51f; transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 22px 40px -14px rgba(243,146,0,.75); }
.btn-ink { background: var(--brand); color: #fff; }
.btn-ink:hover { background: var(--brand-deep); transform: translateY(-2px); box-shadow: 0 18px 34px -16px rgba(15,92,70,.6); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn-ghost.on-img { color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost.on-img:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 17px 32px; font-size: 16px; }

/* sheen */
.sheen { position: relative; overflow: hidden; isolation: isolate; }
.sheen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.45) 50%, transparent 65%); transform: translateX(-130%); transition: transform .8s var(--ease); }
.sheen:hover::after { transform: translateX(130%); }

/* ---------- cards ---------- */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.lift { transition: transform .5s var(--ease), box-shadow .5s ease, border-color .5s ease; will-change: transform; }
.lift:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--line-2); }

/* notched / unique shapes */
.notch { clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); }
.notch-tr { clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%); }

/* watermark number */
.wm { position: relative; overflow: hidden; }
.wm > .wm-num { position: absolute; right: -6px; top: -28px; font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 150px; line-height: 1; color: var(--brand-soft); pointer-events: none; user-select: none; z-index: 0; }
.wm > * { position: relative; z-index: 1; }

/* pill / chip */
.chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.chip .dot { width: 8px; height: 8px; border-radius: 9px; background: var(--amber); }
.tag-soft { display:inline-flex; align-items:center; gap:6px; white-space:nowrap; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: var(--brand-soft); color: var(--brand-deep); }
.tag-amber { background: var(--amber-soft); color: var(--amber-deep); }

/* icon badge */
.ibadge { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--brand); color: #fff; box-shadow: 0 12px 24px -12px rgba(15,92,70,.6); }
.ibadge.amber { background: var(--amber); color: #1a1206; box-shadow: 0 12px 24px -12px rgba(243,146,0,.6); }
.ibadge svg { width: 26px; height: 26px; }
.feat-ico { transition: transform .5s var(--ease); }
.group:hover .feat-ico { transform: translateY(-3px) rotate(-6deg) scale(1.07); }

/* ---------- header ---------- */
.hdr { position: fixed; top: 0; inset-inline: 0; z-index: 60; padding: 14px 0; transition: padding .3s ease; }
.hdr-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px 10px 18px; border-radius: 999px; transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.hdr.scrolled .hdr-bar { background: rgba(248,245,238,.82); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: var(--shadow-sm); }
.hdr.on-light .hdr-bar { background: rgba(248,245,238,.82); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: var(--shadow-sm); }
.logo { display: flex; align-items: center; gap: 11px; font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 21px; letter-spacing: -.02em; }
.logo-img { height: 64px; width: auto; display: block; }
.foot .logo-img { height: 76px; }
@media (max-width: 640px) { .logo-img { height: 52px; } }
.logo .mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand); color: #fff; }
.logo .mark svg { width: 22px; height: 22px; }
.logo small { display: block; font-family: "Hanken Grotesk"; font-weight: 600; font-size: 9px; letter-spacing: .26em; color: var(--mut); margin-top: 1px; }
.nav-links { display: none; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-2); position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-6px; height:2px; width:0; background: var(--amber); border-radius:2px; transition: width .3s var(--ease); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.hdr-right { display: flex; align-items: center; gap: 12px; }
.hdr-tel { display: none; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; }
.hdr-tel svg { width: 17px; height: 17px; color: var(--amber-deep); }
.menu-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line-2); background: var(--card); cursor: pointer; }
.menu-btn svg { width: 20px; height: 20px; }
@media (min-width: 1000px) { .nav-links { display: flex; } .hdr-tel { display: flex; } .menu-btn { display: none; } }
/* transparent header over a dark hero: everything white until scrolled */
.hdr:not(.on-light):not(.scrolled) .logo { color: #fff; }
.hdr:not(.on-light):not(.scrolled) .logo small { color: rgba(255,255,255,.72); }
.hdr:not(.on-light):not(.scrolled) .logo .mark { background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.hdr:not(.on-light):not(.scrolled) .nav-links a { color: rgba(255,255,255,.92); }
.hdr:not(.on-light):not(.scrolled) .nav-links a:hover { color: #fff; }
.hdr:not(.on-light):not(.scrolled) .hdr-tel { color: #fff; }
.hdr:not(.on-light):not(.scrolled) .hdr-tel svg { color: #ffb43d; }
.hdr:not(.on-light):not(.scrolled) .menu-btn { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.4); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hdr .logo, .hdr .logo small, .hdr .logo .mark, .hdr .nav-links a, .hdr-tel, .hdr .menu-btn { transition: color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease; }

/* mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 70; background: rgba(11,38,32,.4); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu .sheet { position: absolute; top: 12px; right: 12px; left: 12px; background: var(--card); border-radius: 24px; padding: 18px; box-shadow: var(--shadow-lg); transform: translateY(-16px); opacity: 0; transition: transform .4s var(--ease), opacity .3s ease; }
.mobile-menu.open .sheet { transform: none; opacity: 1; }
.mobile-menu a.mm { display: flex; align-items: center; justify-content: space-between; padding: 15px 14px; border-radius: 14px; font-weight: 600; font-size: 17px; }
.mobile-menu a.mm:hover { background: var(--paper); }

/* ---------- hero (moving sky) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 112%; top: -6%; object-fit: cover; will-change: transform; }
.sky-layer { position: absolute; inset: 0; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 34%, transparent 60%); mask-image: linear-gradient(180deg, #000 0%, #000 34%, transparent 60%); }
.clouds { position: absolute; top: -6%; left: -50%; width: 200%; height: 70%; opacity: .85; }
.clouds::before, .clouds::after { content: ""; position: absolute; inset: 0; background-repeat: repeat-x; }
.clouds::before {
  background-image:
    radial-gradient(closest-side, rgba(255,255,255,.55), transparent 70%),
    radial-gradient(closest-side, rgba(255,255,255,.4), transparent 70%),
    radial-gradient(closest-side, rgba(255,255,255,.5), transparent 70%);
  background-size: 38% 60%, 26% 42%, 32% 52%;
  background-position: 6% 30%, 40% 18%, 72% 40%;
  filter: blur(8px);
  animation: cloud-drift 70s linear infinite;
}
.clouds::after {
  background-image:
    radial-gradient(closest-side, rgba(255,255,255,.4), transparent 70%),
    radial-gradient(closest-side, rgba(255,255,255,.32), transparent 70%);
  background-size: 30% 48%, 22% 36%;
  background-position: 20% 52%, 60% 24%;
  filter: blur(10px);
  animation: cloud-drift 110s linear infinite reverse;
}
@keyframes cloud-drift { from { transform: translateX(0); } to { transform: translateX(25%); } }
.sun-glow { position: absolute; top: 6%; left: 4%; width: 42vw; height: 42vw; max-width: 620px; max-height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(255,196,110,.55), rgba(255,170,80,.18) 45%, transparent 70%); pointer-events: none; animation: sun-breathe 9s ease-in-out infinite; }
@keyframes sun-breathe { 0%,100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.08); opacity: 1; } }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,38,32,.28) 0%, transparent 26%, transparent 42%, rgba(11,38,32,.55) 78%, rgba(11,38,32,.86) 100%), linear-gradient(90deg, rgba(11,38,32,.5), transparent 60%); }

/* ---------- counters / stats ---------- */
.stat-num { font-family: "Bricolage Grotesque"; font-weight: 800; line-height: 1; letter-spacing: -.03em; }

/* ---------- divider rule ---------- */
.rule-dots { height: 1px; background-image: repeating-linear-gradient(90deg, var(--line-2) 0 2px, transparent 2px 9px); }

/* ---------- process timeline ---------- */
.step-line { position: absolute; left: 27px; top: 56px; bottom: 56px; width: 2px; background: repeating-linear-gradient(180deg, var(--line-2) 0 6px, transparent 6px 12px); }

/* ---------- FAQ accordion ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 26px 4px; font-family: "Bricolage Grotesque"; font-weight: 700; font-size: clamp(1.05rem, 2.2vw, 1.4rem); color: var(--ink); }
.faq-ico { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); transition: transform .4s var(--ease), background-color .3s ease, color .3s ease; }
.faq-ico svg { width: 20px; height: 20px; }
.faq-item[aria-expanded="true"] .faq-ico { background: var(--amber); color: #1a1206; transform: rotate(135deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 4px 26px; color: var(--ink-2); max-width: 760px; line-height: 1.6; }

/* ---------- dark section ---------- */
.section-dark { position: relative; background: var(--brand-dark); color: #eef3f0; overflow: hidden; }
.section-dark .lede { color: rgba(238,243,240,.72); }
.section-dark .mut { color: rgba(238,243,240,.6); }
.glow-dark { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.from-l { transform: translateX(-44px); }
.reveal.from-r { transform: translateX(44px); }
.reveal.from-l.in, .reveal.from-r.in { transform: none; }
.reveal.zoom { transform: scale(.94); }
.reveal.zoom.in { transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; } .d5 { transition-delay: .4s; }

/* parallax helpers */
[data-parallax] { will-change: transform; }

/* ---------- quote panel (opens like reference) ---------- */
.qp-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(11,38,32,.55); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity .35s ease; display: grid; place-items: center; padding: 20px; }
.qp-overlay.open { opacity: 1; pointer-events: auto; }
.qp { width: 100%; max-width: 460px; background: var(--card); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); transform: translateY(22px) scale(.97); opacity: 0; transition: transform .45s var(--ease), opacity .35s ease; }
.qp-overlay.open .qp { transform: none; opacity: 1; }
.qp-head { position: relative; background: var(--brand-dark); color: #fff; padding: 26px 26px 22px; overflow: hidden; }
.qp-head .glow-dark { width: 240px; height: 240px; top: -120px; right: -80px; background: rgba(243,146,0,.4); }
.qp-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.1); color: #fff; border: 0; cursor: pointer; transition: background-color .25s ease; z-index: 2; }
.qp-close:hover { background: rgba(255,255,255,.2); }
.qp-close svg { width: 18px; height: 18px; }
.qp-body { padding: 24px 26px 28px; }
.qp-tel { font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 30px; letter-spacing: -.02em; color: var(--ink); }
.qp-scan { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 16px; border: 1px dashed var(--line-2); border-radius: 18px; background: var(--paper); }
.qp-scan img { width: 96px; height: 96px; border-radius: 10px; background:#fff; }
.qp-divider { display: flex; align-items: center; gap: 14px; margin: 20px 0; color: var(--mut); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.qp-divider::before, .qp-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.qf-field { margin-bottom: 12px; }
.qf-field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 5px; }
.qf-field input, .qf-field select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: var(--paper); font: inherit; font-size: 15px; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.qf-field input:focus, .qf-field select:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px var(--amber-soft); }

/* ---------- sticky mobile bar ---------- */
.mbar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55; display: flex; gap: 10px; padding: 10px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-md); }
.mbar .btn { flex: 1; padding: 14px; }
@media (min-width: 1000px) { .mbar { display: none; } }

/* ---------- footer ---------- */
.foot { background: var(--brand-dark); color: rgba(238,243,240,.82); }
.foot a:hover { color: var(--amber); }

/* ============================================================
   SALES / SERVICE PAGES
   distinct hero · alternating rows · unique block cards
   ============================================================ */

/* sales hero — contained, asymmetric, notched image panel */
.shero { position: relative; padding-top: 120px; overflow: hidden; }
.shero-bg { position: absolute; inset: 0; background:
    radial-gradient(60% 50% at 88% 0%, var(--amber-soft), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, var(--brand-soft), transparent 60%); }
.shero-inner { position: relative; display: grid; gap: 40px; align-items: center; padding-block: 30px 70px; }
@media (min-width: 940px) { .shero-inner { grid-template-columns: 1.04fr 0.96fr; gap: 56px; } }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--mut); }
.crumb a:hover { color: var(--brand); }
.crumb svg { width: 15px; height: 15px; }
.shero-media { position: relative; }
.shero-photo { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); }
.shero-badge { position: absolute; left: -14px; bottom: -14px; background: var(--card); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-md); padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.shero-badge .big { font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 30px; line-height: 1; color: var(--brand); }
.shero-float { position: absolute; right: -12px; top: 24px; background: var(--amber); color: #1a1206; border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-md); font-weight: 700; transform: rotate(3deg); }
.shero-float small { display: block; font-size: 11px; font-weight: 700; opacity: .8; letter-spacing: .04em; }
.shero-float b { font-family: "Bricolage Grotesque"; font-size: 24px; }

/* alternating content rows */
.alt { display: grid; gap: 34px; align-items: center; }
@media (min-width: 920px) { .alt { grid-template-columns: 1fr 1fr; gap: 58px; } .alt.rev .alt-media { order: 2; } }
.alt-media { position: relative; }
.alt-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow-md); }
.alt-media .float-chip { position: absolute; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); padding: 12px 16px; display: flex; align-items: center; gap: 11px; font-weight: 700; }
.alt-media .float-chip svg { width: 20px; height: 20px; color: var(--brand); }
.alt-media .float-chip.tl { top: 16px; left: -14px; }
.alt-media .float-chip.br { bottom: 16px; right: -14px; }

/* unique block cards */
.u-check { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); padding: 22px 24px; margin-top: 24px; }
.u-check li { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; font-weight: 600; color: var(--ink); }
.u-check li + li { border-top: 1px dashed var(--line); }
.u-check li svg { width: 22px; height: 22px; flex: none; color: var(--brand); margin-top: 1px; }
.u-check ul { list-style: none; padding: 0; margin: 0; }

.u-ribbon { position: relative; overflow: hidden; background: var(--brand-dark); color: #fff; border-radius: var(--r-md); padding: 26px; margin-top: 24px; }
.u-ribbon .tab { position: absolute; top: 18px; right: -42px; transform: rotate(45deg); background: var(--amber); color: #1a1206; font-weight: 800; font-size: 12px; letter-spacing: .08em; padding: 6px 52px; text-transform: uppercase; }
.u-ribbon .from { font-size: 13px; color: rgba(238,243,240,.6); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.u-ribbon .price { font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 52px; line-height: 1; margin-top: 4px; }
.u-ribbon .price span { color: var(--amber); }

.u-timeline { margin-top: 24px; display: grid; gap: 14px; }
.u-step { display: flex; gap: 16px; align-items: flex-start; }
.u-step .n { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); font-family: "Bricolage Grotesque"; font-weight: 800; }
.u-step.amber .n { background: var(--amber-soft); color: var(--amber-deep); }
.u-step h4 { font-size: 1.1rem; }
.u-step p { color: var(--ink-2); font-size: 15px; margin-top: 2px; }

.u-quote { position: relative; background: var(--brand-soft); border-radius: var(--r-md); padding: 30px 28px; margin-top: 24px; }
.u-quote .mark { font-family: "Bricolage Grotesque"; font-size: 64px; line-height: .6; color: var(--brand); opacity: .35; }
.u-quote blockquote { font-family: "Bricolage Grotesque"; font-weight: 700; font-size: 1.35rem; line-height: 1.25; color: var(--ink); margin: 6px 0 0; }
.u-quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.u-quote .av { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: #fff; font-family: "Bricolage Grotesque"; font-weight: 800; }

.size-cards { display: grid; gap: 16px; margin-top: 24px; grid-template-columns: repeat(2,1fr); }
.size-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), border-color .4s ease; }
.size-card:hover { transform: translateY(-5px); border-color: var(--amber); }
.size-card .yd { font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 30px; color: var(--brand); }
.size-card .yd span { font-size: 15px; color: var(--mut); }

.stat-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 26px; }
.stat-band .sb { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; text-align: center; box-shadow: var(--shadow-sm); }
.stat-band .sb .n { font-family: "Bricolage Grotesque"; font-weight: 800; font-size: clamp(1.8rem,4vw,2.4rem); color: var(--brand); line-height: 1; }
.stat-band .sb p { font-size: 12.5px; color: var(--mut); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-top: 6px; }

/* ============================================================
   LOCATION / INNER SALES PAGE — unique block components
   ============================================================ */
.divider-eyebrow { display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.divider-eyebrow::after { content:""; height:1px; flex:1; background-image:repeating-linear-gradient(90deg,var(--line-2) 0 2px,transparent 2px 9px); }

/* trust tiles */
.tiles { display:grid; gap:16px; grid-template-columns:1fr; }
@media(min-width:720px){ .tiles{ grid-template-columns:repeat(3,1fr); } }
.tile { position:relative; overflow:hidden; border-radius:var(--r-md); padding:26px; border:1px solid var(--line); background:var(--card); box-shadow:var(--shadow-sm); }
.tile.fill { background:var(--brand-dark); color:#fff; border-color:transparent; }
.tile.fill .t-sub{ color:rgba(238,243,240,.7); }
.tile .t-ico { position:absolute; right:18px; top:18px; opacity:.16; }
.tile .t-ico svg { width:48px; height:48px; }
.tile .t-num { font-family:"Bricolage Grotesque"; font-weight:800; font-size:clamp(2.4rem,5vw,3.2rem); line-height:1; color:var(--brand); }
.tile.fill .t-num{ color:var(--amber); }
.tile .t-lab { font-weight:700; margin-top:8px; }
.tile .t-sub { color:var(--mut); font-size:14px; margin-top:4px; }

/* capacity-bar size cards */
.spec { display:grid; gap:16px; grid-template-columns:1fr; }
@media(min-width:560px){ .spec{ grid-template-columns:repeat(2,1fr);} }
@media(min-width:1040px){ .spec{ grid-template-columns:repeat(4,1fr);} }
.spec-card { position:relative; background:var(--card); border:1px solid var(--line); border-radius:var(--r-md); padding:24px; box-shadow:var(--shadow-sm); transition:transform .45s var(--ease), border-color .45s ease, box-shadow .45s ease; }
.spec-card:hover { transform:translateY(-6px); border-color:var(--amber); box-shadow:var(--shadow-md); }
.spec-card.pop { border-color:var(--amber); }
.spec-card .pop-tag { position:absolute; top:-11px; right:18px; background:var(--amber); color:#1a1206; font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; padding:4px 10px; border-radius:999px; }
.spec-card .yd { font-family:"Bricolage Grotesque"; font-weight:800; font-size:40px; line-height:1; color:var(--ink); }
.spec-card .yd b { color:var(--amber-deep); }
.spec-card .bar { height:8px; border-radius:99px; background:var(--paper-2); overflow:hidden; margin:16px 0 6px; }
.spec-card .bar i { display:block; height:100%; border-radius:99px; background:linear-gradient(90deg,var(--brand),var(--amber)); }
.spec-card .meta { font-size:12.5px; color:var(--mut); font-weight:600; }
.spec-card ul { list-style:none; padding:0; margin:14px 0 0; display:flex; flex-wrap:wrap; gap:6px; }
.spec-card li { font-size:12px; font-weight:600; color:var(--brand-deep); background:var(--brand-soft); padding:4px 9px; border-radius:999px; }

/* horizontal connected process */
.hsteps { display:grid; gap:20px; grid-template-columns:1fr; counter-reset:hs; }
@media(min-width:860px){ .hsteps{ grid-template-columns:repeat(4,1fr); position:relative; } .hsteps::before{ content:""; position:absolute; top:27px; left:11%; right:11%; height:2px; background-image:repeating-linear-gradient(90deg,var(--line-2) 0 4px,transparent 4px 10px);} }
.hstep { text-align:center; position:relative; }
.hstep .node { width:54px; height:54px; margin:0 auto 16px; border-radius:50%; display:grid; place-items:center; background:var(--card); border:2px solid var(--amber); color:var(--brand); font-family:"Bricolage Grotesque"; font-weight:800; font-size:20px; box-shadow:var(--shadow-sm); position:relative; z-index:1; }
.hstep:nth-child(odd) .node{ background:var(--amber); color:#1a1206; border-color:var(--amber); }
.hstep h4 { font-size:1.15rem; }
.hstep p { color:var(--ink-2); font-size:14.5px; margin-top:6px; }

/* perforated receipt / "what's included" */
.receipt { position:relative; background:var(--card); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow-md); padding:30px 30px 26px; }
.receipt::before, .receipt::after { content:""; position:absolute; left:0; right:0; height:14px; background-image:radial-gradient(circle at 7px 0, transparent 6px, var(--paper) 6.5px); background-size:18px 14px; background-repeat:repeat-x; }
.receipt::before { top:-1px; transform:rotate(180deg); } .receipt::after { bottom:-1px; }
.receipt h3 { font-size:1.4rem; }
.receipt .ln { display:flex; align-items:flex-start; gap:12px; padding:13px 0; border-bottom:1px dashed var(--line); }
.receipt .ln:last-of-type { border-bottom:0; }
.receipt .ln .ck { flex:none; width:24px; height:24px; border-radius:7px; background:var(--brand); color:#fff; display:grid; place-items:center; }
.receipt .ln .ck svg{ width:15px; height:15px; }
.receipt .ln b { display:block; }
.receipt .ln span { color:var(--ink-2); font-size:14px; }
.receipt .stamp { margin-top:18px; display:flex; align-items:center; justify-content:space-between; gap:12px; background:var(--brand-soft); border-radius:12px; padding:14px 18px; }
.receipt .stamp .big { font-family:"Bricolage Grotesque"; font-weight:800; font-size:22px; color:var(--brand-deep); }

/* split toss / keep-out */
.split { display:grid; gap:18px; grid-template-columns:1fr; }
@media(min-width:680px){ .split{ grid-template-columns:1fr 1fr; } }
.split .col { border-radius:var(--r-md); padding:26px; border:1px solid var(--line); box-shadow:var(--shadow-sm); }
.split .yes { background:var(--brand-soft); border-color:transparent; }
.split .no { background:#fbeae4; border-color:transparent; }
.split .col h4 { display:flex; align-items:center; gap:10px; font-size:1.25rem; }
.split .col h4 .m { width:30px; height:30px; border-radius:9px; display:grid; place-items:center; color:#fff; }
.split .yes .m { background:var(--brand); } .split .no .m { background:#c2502f; }
.split .col ul { list-style:none; padding:0; margin:16px 0 0; display:flex; flex-wrap:wrap; gap:8px; }
.split .col li { font-size:13.5px; font-weight:600; background:rgba(255,255,255,.7); border:1px solid rgba(0,0,0,.05); padding:7px 12px; border-radius:999px; }

/* vertical booking stepper */
.stepper { position:relative; padding-left:18px; }
.stepper::before { content:""; position:absolute; left:35px; top:10px; bottom:10px; width:2px; background-image:repeating-linear-gradient(180deg,var(--line-2) 0 5px,transparent 5px 11px); }
.stepper .row { display:flex; gap:20px; padding:14px 0; position:relative; }
.stepper .num { flex:none; width:36px; height:36px; border-radius:11px; background:var(--brand); color:#fff; display:grid; place-items:center; font-family:"Bricolage Grotesque"; font-weight:800; z-index:1; }
.stepper .row:nth-child(even) .num{ background:var(--amber); color:#1a1206; }
.stepper h4 { font-size:1.15rem; }
.stepper p { color:var(--ink-2); font-size:14.5px; margin-top:3px; }

/* size-match comparison table */
.cmp { border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden; box-shadow:var(--shadow-sm); background:var(--card); }
.cmp .r { display:grid; grid-template-columns:88px 1fr; gap:16px; align-items:center; padding:18px 20px; }
.cmp .r + .r { border-top:1px solid var(--line); }
.cmp .r:nth-child(even){ background:var(--paper); }
.cmp .sz { font-family:"Bricolage Grotesque"; font-weight:800; font-size:26px; color:var(--brand); }
.cmp .sz small { display:block; font-family:"Hanken Grotesk"; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--amber-deep); }
.cmp .desc b { display:block; }
.cmp .desc span { color:var(--ink-2); font-size:14px; }

/* duo business / residential */
.duo { display:grid; gap:20px; grid-template-columns:1fr; }
@media(min-width:820px){ .duo{ grid-template-columns:1fr 1fr; } }
.duo-card { border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line); background:var(--card); box-shadow:var(--shadow-sm); transition:transform .5s var(--ease), box-shadow .5s ease; }
.duo-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-md); }
.duo-card .ph { aspect-ratio:16/9; overflow:hidden; } .duo-card .ph img{ width:100%; height:100%; object-fit:cover; }
.duo-card .bd { padding:26px; }
.duo-card ul { list-style:none; padding:0; margin:14px 0 0; display:grid; gap:9px; }
.duo-card li { display:flex; gap:10px; align-items:flex-start; color:var(--ink-2); font-size:14.5px; }
.duo-card li svg { width:19px; height:19px; color:var(--brand); flex:none; margin-top:1px; }

/* permits callout band */
.callout { position:relative; overflow:hidden; background:var(--brand-dark); color:#fff; border-radius:var(--r-lg); padding:34px; display:grid; gap:20px; align-items:center; }
@media(min-width:780px){ .callout{ grid-template-columns:1fr auto; } }
.callout .stamp2 { justify-self:start; border:2px dashed var(--amber); color:var(--amber); border-radius:14px; padding:14px 22px; font-family:"Bricolage Grotesque"; font-weight:800; text-transform:uppercase; letter-spacing:.08em; transform:rotate(-3deg); text-align:center; line-height:1.1; }
.callout .stamp2 small{ display:block; font-size:11px; letter-spacing:.14em; color:rgba(255,255,255,.6); }

/* area chips */
.areas { display:flex; flex-wrap:wrap; gap:10px; }
.area { display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border-radius:999px; background:var(--card); border:1px solid var(--line); font-weight:600; font-size:14px; box-shadow:var(--shadow-sm); transition:border-color .3s ease, transform .3s ease, color .3s ease; }
.area:hover { border-color:var(--amber); color:var(--brand); transform:translateY(-2px); }
.area svg { width:15px; height:15px; color:var(--amber-deep); }

/* inner hero with media panel */
.lhero { position:relative; padding-top:120px; }
.lhero-inner { display:grid; gap:34px; align-items:center; padding-block:24px 64px; }
@media(min-width:940px){ .lhero-inner{ grid-template-columns:1.05fr 0.95fr; gap:54px; } }
.lhero-media { position:relative; border-radius:28px; overflow:hidden; box-shadow:var(--shadow-lg); aspect-ratio:4/3; }
.lhero-media video, .lhero-media img.bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.lhero-media .truck { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center bottom; }
.lhero-media .pin { position:absolute; left:16px; bottom:16px; display:flex; align-items:center; gap:10px; background:rgba(255,253,248,.92); backdrop-filter:blur(8px); border-radius:14px; padding:10px 14px; font-weight:700; box-shadow:var(--shadow-md); }
.lhero-media .pin svg{ width:18px; height:18px; color:var(--amber-deep); }

/* ---------- utility ---------- */
.grid { display: grid; }
.flex { display: flex; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ===== quote panel: QR on desktop, click-to-call on mobile ===== */
.qp-callbtn { display: none; }
.qp { max-height: 92vh; overflow-y: auto; }
@media (max-width: 640px) {
  .qp-scan { display: none; }
  .qp-callbtn { display: inline-flex; }
  .qp-divider { display: none; }
}

/* =================================================================
   MOBILE PASS — tighten, resize, and hide non-essentials
   ================================================================= */
@media (max-width: 999px) {
  /* clearance so the sticky call/quote bar never covers footer content */
  .foot { padding-bottom: 104px; }
}
@media (max-width: 768px) {
  .wrap { padding-inline: 18px; }
  /* hero: pull content up, ease the type, drop the floating stat card */
  .hero .wrap { padding-top: 116px !important; }
  .hero-stat { display: none; }
  .hero h1 { font-size: clamp(2.5rem, 9vw, 3.4rem) !important; }
  /* section rhythm a touch tighter */
  .sec-head { margin-bottom: 36px; gap: 14px; }
  /* watermark numerals shrink so they don't overrun small cards */
  .wm > .wm-num { font-size: 96px; top: -10px; right: -2px; }
  /* sales-hero floating tags can crowd — calm them */
  .shero-float { top: 12px; right: 8px; transform: rotate(2deg) scale(.92); }
  .shero-badge { left: 10px; bottom: -10px; padding: 12px 16px; }
  .alt-media .float-chip.tl { left: 8px; }
  .alt-media .float-chip.br { right: 8px; }
  /* inner-hero media: let it size naturally under the copy */
  .lhero-media { aspect-ratio: 16/11; }
  /* big editorial featured size card: keep text readable */
  .size-row { gap: 14px; }
}
@media (max-width: 520px) {
  .btn-lg { padding: 15px 22px; font-size: 15px; }
  .btn { font-size: 14.5px; padding: 13px 22px; }
  .mbar { left: 8px; right: 8px; bottom: 8px; padding: 8px; }
  .mbar .btn { padding: 13px; }
  /* hide decorative floating chips on the smallest screens */
  .alt-media .float-chip, .shero-float { display: none; }
  /* eyebrows + meta wrap gracefully */
  .stat-band { gap: 10px; }
  .h-sec { font-size: clamp(1.9rem, 8vw, 2.6rem); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .clouds::before, .clouds::after, .sun-glow { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
