/* PocketPaddock static marketing site. Generated by tool/gen_site.py.
   Styled to the PocketPaddock brand guidelines v1.0 (Burnoff on Wool,
   Barlow + Geist Mono, survey linework) — wordmark guidance excepted. */
:root {
  /* Brand tokens */
  --burnoff: #F4500F; --ember: #C93A04; --ironbark: #231A13;
  --wool: #F3EDDE; --paper: #FCFAF4; --stone: #8B8578;
  --stubble: #CBBBA4; --gum: #3E6B4F; --wheat: #E3B14C;
  --redgum: #9E2B25;
  --font-display: "Zilla Slab", "Bitter", Georgia, serif;
  --font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", monospace;
  --shadow-1: 0 2px 8px rgba(35,26,19,0.08);
  --shadow-2: 0 6px 24px rgba(35,26,19,0.12);
  --ease: cubic-bezier(0.2,0.7,0.3,1);
  --focus: 0 0 0 2px var(--wool), 0 0 0 4px var(--burnoff);
  /* Semantic mapping (light) */
  --orange: var(--burnoff); --ink: var(--ironbark); --muted: #6A6357;
  --bg: var(--wool); --alt: var(--paper);
  --line: rgba(35,26,19,0.10); --card: var(--paper);
}
@media (prefers-color-scheme: dark) {
  /* Dark mode: Ironbark surfaces, Wool text, borders instead of shadows
     (page-chrome tokens from the design system). */
  :root { --ink: var(--wool); --muted: var(--stubble); --bg: #15100C;
          --alt: var(--ironbark); --line: rgba(243,237,222,0.14);
          --card: #231A13; }
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: var(--font-body); color: var(--ink);
       background: var(--bg); font-size: 17px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, .btn:focus-visible { outline: none;
       box-shadow: var(--focus); border-radius: 6px; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
h1 { font-family: var(--font-display); font-weight: 700;
     font-size: clamp(40px, 5vw, 58px); letter-spacing: -0.01em;
     line-height: 1.04; }
h2 { font-family: var(--font-display); font-weight: 700;
     font-size: clamp(29px, 3.4vw, 40px); letter-spacing: -0.01em;
     line-height: 1.06; }
h3 { font-size: 19px; font-weight: 700; }
.center { text-align: center; }
.sub { color: var(--muted); margin-top: 10px; }
.eyebrow { font-family: var(--font-mono); color: var(--ember);
           font-size: 12.5px; letter-spacing: 0.2em;
           text-transform: uppercase; margin-bottom: 14px; }
.ic { width: 20px; height: 20px; color: var(--orange); flex: none; }

/* Nav — sticky on every page. Subpages carry a solid blurred bar; the
   landing rides transparent over the hero and solidifies once scrolled
   (the .scrolled class is toggled by a tiny scroll listener in the page). */
.nav { display: flex; align-items: center; justify-content: space-between;
       height: 64px; padding: 0 24px; position: sticky; top: 0; z-index: 50;
       transition: background 200ms var(--ease), box-shadow 200ms var(--ease); }
.nav:not(.overlay) { background: color-mix(in srgb, var(--bg) 88%, transparent);
       backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
       border-bottom: 1px solid var(--line); }
.nav nav { display: flex; align-items: center; gap: 6px; }
.nav a, .nav .dd-btn { font-weight: 600; font-size: 15px; padding: 8px 12px;
       border: 0; background: none; color: var(--ink); cursor: pointer;
       font-family: var(--font-body); border-radius: 8px; }
.nav a:hover, .nav .dd-btn:hover { background: rgba(35,26,19,0.07); }
.nav.overlay { background: rgba(35,26,19,0.35); }
.nav.overlay a, .nav.overlay .dd-btn { color: var(--wool); }
.nav.overlay a:hover, .nav.overlay .dd-btn:hover {
       background: rgba(243,237,222,0.12); }
/* Landing nav once scrolled: solidify like a subpage bar so the wool text
   doesn't sit unreadably over light content. */
.nav.overlay.scrolled { background: color-mix(in srgb, var(--bg) 92%, transparent);
       backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
       border-bottom: 1px solid var(--line); }
.nav.overlay.scrolled a, .nav.overlay.scrolled .dd-btn { color: var(--ink); }
.nav.overlay.scrolled a:hover, .nav.overlay.scrolled .dd-btn:hover {
       background: rgba(35,26,19,0.07); }
.nav.overlay.scrolled .mico { color: var(--ink); }
.dd-btn { display: inline-flex; align-items: center; gap: 6px; }
.chev { width: 16px; height: 16px; opacity: 0.85; }
.dd { position: relative; }
.dd-menu { display: none; position: absolute; top: 100%; left: 0;
       background: var(--card); border: 1px solid var(--line);
       border-radius: 16px; padding: 8px; min-width: 268px;
       box-shadow: var(--shadow-2); }
.dd:hover .dd-menu, .dd:focus-within .dd-menu { display: block; }
.dd-menu a, .nav.overlay .dd-menu a { display: flex; align-items: center;
       gap: 12px; color: var(--ink); padding: 8px 10px;
       border-radius: 10px; }
.dd-menu a:hover, .nav.overlay .dd-menu a:hover {
       background: rgba(244,80,15,0.08); }
.dd-menu .mi, .mnav-panel .mi { width: 34px; height: 34px;
       border-radius: 9px; flex: none;
       background: rgba(244,80,15,0.12); color: var(--orange);
       display: flex; align-items: center; justify-content: center; }
.dd-menu .mi .ic, .mnav-panel .mi .ic { width: 18px; height: 18px; }

/* Logo lockups: dark-on-light for light backgrounds, light-on-dark for
   dark mode and the photo-overlay nav. */
.brand .lg-dark { display: none; }
@media (prefers-color-scheme: dark) {
  .brand .lg-light { display: none; }
  .brand .lg-dark { display: block; }
}
.nav.overlay .brand .lg-light { display: none; }
.nav.overlay .brand .lg-dark { display: block; }
/* Scrolled (solid) landing nav: logo follows the solid bar's scheme —
   dark-ink lockup on the light bar, light lockup on the dark bar. */
.nav.overlay.scrolled .brand .lg-light { display: block; }
.nav.overlay.scrolled .brand .lg-dark { display: none; }
@media (prefers-color-scheme: dark) {
  .nav.overlay.scrolled .brand .lg-light { display: none; }
  .nav.overlay.scrolled .brand .lg-dark { display: block; }
}

/* Mobile menu: a native disclosure that replaces the desktop links. */
.mnav { display: none; position: relative; }
.mnav summary { list-style: none; cursor: pointer; display: flex;
       padding: 8px 10px; border-radius: 8px; }
.mnav summary::-webkit-details-marker { display: none; }
.mnav summary:focus-visible { outline: none; box-shadow: var(--focus); }
.mico { width: 24px; height: 24px; color: var(--ink); }
.nav.overlay .mico { color: var(--wool); }
.mnav-panel { position: absolute; right: 0; top: calc(100% + 10px);
       background: var(--card); border: 1px solid var(--line);
       border-radius: 16px; box-shadow: var(--shadow-2); padding: 10px;
       min-width: 260px; z-index: 30; }
.mnav-panel a, .nav.overlay .mnav-panel a { display: flex;
       align-items: center; gap: 12px; padding: 9px 10px;
       border-radius: 10px; font-weight: 600; font-size: 15px;
       color: var(--ink); }
.mnav-panel a:hover, .nav.overlay .mnav-panel a:hover {
       background: rgba(244,80,15,0.08); }
.mnav-panel .sep { height: 1px; background: var(--line); margin: 8px 6px; }

/* Homepage hero — the photo is a BAND, not a backdrop.
   The artwork is 2.33:1 and full of content edge to edge: two cards up top,
   a chip on the left, a pin on the right, the ute and the sprayer along the
   bottom. There is no clear area big enough to set a headline in, and any
   crop that makes room throws away part of what it is showing. So the copy
   doesn't go ON it — it goes ABOVE it, on flat colour sampled from the
   photo's own top edge, which is #020912 to within ±3 across the full
   width. The join reads as one sky.
   Pulled up under the sticky, transparent landing nav (64px of flow). */
.hero { position: relative; margin-top: -64px;
        background-color: #020912;
        background-image: url('/img/hero_home.jpg');
        background-position: center bottom;
        /* Full width at the photo's own aspect — never cropped, so the
           chips at both edges survive. 42.85vw is 821/1916. */
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-bottom: 42.85vw;
        display: flex; flex-direction: column; }
.hero-title { position: relative; text-align: center; margin: 0 auto;
              padding: 92px 24px 0; max-width: 860px; }
/* No text-shadows any more: they existed to lift type off a photograph, and
   on flat colour they only soften the edges. */
.hero-title h1 { color: var(--wool); font-size: clamp(40px, 4.8vw, 60px); }
.hero-title .overline { font-family: var(--font-mono);
     color: rgba(243,237,222,0.72); font-size: 12.5px;
     letter-spacing: 0.2em; margin-bottom: 16px; }
.hero-sub { color: rgba(243,237,222,0.80); font-size: 18px;
     line-height: 1.6; margin: 18px auto 0; max-width: 660px; }
/* margin-top:auto pins the trust row to the foot of the CONTENT box, which
   is where the photo starts — so its bottom padding is the breathing room
   between the copy and the picture. */
.hero-foot { position: relative; text-align: center; padding: 36px 24px 56px;
             margin-top: auto; }
.trust { display: flex; gap: 14px 30px; justify-content: center;
         flex-wrap: wrap; color: rgba(243,237,222,0.72);
         font-size: 14px; font-weight: 600; }
.trust span { display: inline-flex; align-items: center; gap: 7px; }
.trust .ic { width: 16px; height: 16px; color: var(--burnoff); opacity: 0.9; }

.hero-ctas { display: flex; gap: 12px; justify-content: center;
             flex-wrap: wrap; margin-top: 26px; }

/* Buttons — primary is Burnoff with an Ironbark label (not white);
   hover shifts to Ember with a Wool label. */
.btn { display: inline-block; padding: 14px 24px; border-radius: 12px;
       font-weight: 600; font-size: 16px;
       transition: background 150ms var(--ease), color 150ms var(--ease); }
.btn.primary { background: var(--burnoff); color: var(--ironbark); }
.btn.primary:hover { background: var(--ember); color: var(--wool); }
.btn.ghost { box-shadow: inset 0 0 0 1.5px rgba(243,237,222,0.8);
             color: var(--wool); }
.btn.ghost:hover { background: rgba(243,237,222,0.12); }
.textlink { color: var(--ember); font-weight: 600; font-size: 15px; }

/* Bands */
.band { padding: 64px 0; }
.band.alt { background: var(--alt); }
.band.alt2 { background: var(--alt); }
.band.tight { padding: 36px 0; }
.band.dark { background: var(--ironbark); }
.band.dark h2 { color: var(--wool); }
.band.dark .splitcopy > p { color: var(--stubble); }
.band.dark .ticks li { color: rgba(243,237,222,0.9); }
.band.dark .eyebrow { color: var(--burnoff); }

/* Animated survey-plan background (design system §08 — "A plan that draws
   itself"): paddock boundaries survey themselves in, hold, then fade, with a
   dashed laneway, mono hectare labels and pins. Every path carries
   pathLength="1" so one keyframe set drives them all; each runs on a negative
   delay so the loop never visibly restarts. Compositor-only properties, and it
   settles to a finished plan under prefers-reduced-motion. */
.has-plan { position: relative; overflow: hidden; }
.has-plan > :not(.pp-bg) { position: relative; z-index: 1; }
/* Several blocks sharing ONE plan: the wrapper owns the ground colour and
   the animation, and the sections inside go transparent so the survey runs
   straight through the join instead of restarting at it. */
.planwrap.alt { background: var(--alt); }
.planwrap > .band, .planwrap > .cta { background: transparent; }
.pp-bg {
  --pb-colour: var(--burnoff);
  --pb-opacity: .10;
  --pb-label-opacity: .28;
  --pb-stroke: 1.4;
  --pb-duration: 42s;
  --pb-stagger: 1.6s;
  --pb-lane-speed: 9s;
  --pb-drift: 16px;
  --pb-label-size: 15px;
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
  z-index: 0;
}
.pp-bg .pp-plan { position: absolute; left: -4%; top: -4%;
  width: 108%; height: 108%; will-change: transform;
  animation: pp-drift calc(var(--pb-duration) * 2.5) ease-in-out infinite alternate; }
.pp-bg .pp-boundary { fill: none; stroke: var(--pb-colour);
  stroke-width: var(--pb-stroke); stroke-opacity: var(--pb-opacity);
  stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1;
  animation: pp-draw var(--pb-duration) linear infinite;
  animation-delay: calc(var(--i) * var(--pb-stagger)); }
.pp-bg .pp-lane { fill: none; stroke: var(--pb-colour);
  stroke-width: var(--pb-stroke); stroke-opacity: calc(var(--pb-opacity) * .8);
  stroke-dasharray: .012 .010;
  animation: pp-flow var(--pb-lane-speed) linear infinite; }
.pp-bg .pp-ha { fill: var(--pb-colour); font-family: var(--font-mono);
  font-size: var(--pb-label-size); opacity: 0;
  animation: pp-label var(--pb-duration) linear infinite;
  animation-delay: calc(var(--i) * var(--pb-stagger)); }
.pp-bg .pp-pin { fill: var(--pb-colour); opacity: 0;
  transform-box: fill-box; transform-origin: center;
  animation: pp-pop var(--pb-duration) linear infinite;
  animation-delay: calc(var(--i) * var(--pb-stagger)); }
.pp-bg .pp-ring { fill: none; stroke: var(--pb-colour);
  stroke-width: var(--pb-stroke); stroke-opacity: .5; }
@keyframes pp-draw {
  0%        { stroke-dashoffset: 1; opacity: 0; }
  3%        { opacity: 1; }
  22%       { stroke-dashoffset: 0; }
  55%       { stroke-dashoffset: 0; opacity: 1; }
  70%, 100% { stroke-dashoffset: 0; opacity: 0; }
}
@keyframes pp-label {
  0%, 20%   { opacity: 0; }
  27%, 55%  { opacity: var(--pb-label-opacity); }
  70%, 100% { opacity: 0; }
}
@keyframes pp-pop {
  0%, 18%   { opacity: 0; transform: scale(.5); }
  26%, 55%  { opacity: calc(var(--pb-label-opacity) * 1.1); transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1); }
}
@keyframes pp-flow { to { stroke-dashoffset: -.022; } }
@keyframes pp-drift {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(var(--pb-drift) * -1), calc(var(--pb-drift) * .42), 0); }
}
/* presets */
.pp-bg--subtle  { --pb-opacity: .07; --pb-label-opacity: .18; --pb-duration: 56s; --pb-drift: 10px; }
.pp-bg--ambient { --pb-opacity: .10; --pb-label-opacity: .26; --pb-duration: 42s; }
.pp-bg--feature { --pb-opacity: .17; --pb-label-opacity: .38; --pb-duration: 32s;
                  --pb-stroke: 1.7; --pb-drift: 22px; }
/* on dark / orange ground */
.pp-bg--on-ink     { --pb-colour: #F3EDDE; --pb-opacity: .07; --pb-label-opacity: .17; }
.pp-bg--on-burnoff { --pb-colour: #231A13; --pb-opacity: .13; --pb-label-opacity: .30; }
@media (prefers-reduced-motion: reduce) {
  .pp-bg .pp-plan, .pp-bg .pp-boundary, .pp-bg .pp-lane,
  .pp-bg .pp-ha, .pp-bg .pp-pin { animation: none; }
  .pp-bg .pp-boundary { stroke-dashoffset: 0; opacity: 1; }
  .pp-bg .pp-ha { opacity: var(--pb-label-opacity); }
  .pp-bg .pp-pin { opacity: var(--pb-label-opacity); transform: none; }
}

/* Pillar cards (the main line, under the hero) */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { display: block; background: var(--card); border: 1px solid var(--line);
    border-radius: 16px; padding: 24px; color: inherit;
    box-shadow: var(--shadow-1);
    transition: border-color 150ms var(--ease), transform 150ms var(--ease); }
.pillar:hover { border-color: var(--burnoff); transform: translateY(-2px); }
.pillar .pnum { font-family: var(--font-mono); color: var(--ember);
    font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
    margin-top: 14px; }
.pillar h3 { margin: 6px 0 6px; font-size: 19px; }
.pillar p { color: var(--muted); font-size: 15px; margin: 0 0 12px; }
.pillarlink { color: var(--ember); font-weight: 600; font-size: 14px; }
.prose { max-width: 860px; }
.lede { font-size: 19px; line-height: 1.6; color: var(--muted); }
.legal h2 { font-size: 22px; margin: 26px 0 8px; }
.legal p { color: var(--muted); font-size: 15.5px; }
.legal .updated { color: var(--muted); font-size: 13.5px; margin: 6px 0 4px; }

/* Page header band */
.pagehead { position: relative; min-height: 260px; height: 30vw;
            max-height: 360px; background-size: cover;
            background-position: center; display: flex; align-items: center;
            justify-content: center; }
.pagehead-scrim { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(24,16,10,0.3) 0%, rgba(24,16,10,0.2) 50%,
                  rgba(24,16,10,0.42) 100%); }
.pagehead-copy { position: relative; text-align: center; padding: 84px 24px 24px;
                 max-width: 820px; }
.pagehead-copy h1 { color: var(--wool); font-size: clamp(34px, 4vw, 48px);
                    text-shadow: 0 2px 16px rgba(24,16,10,0.6); }
.pagehead-copy .tagline { color: rgba(243,237,222,0.95); font-size: 18px;
     font-weight: 600; margin-top: 10px;
     text-shadow: 0 1px 12px rgba(24,16,10,0.6); }

/* Split sections */
.split { display: flex; gap: 56px; align-items: center; }
.splitcopy { flex: 1; }
.splitcopy p { color: var(--muted); margin: 14px 0 18px; }
.splitmedia { flex: 1; }
.splitmedia img { border-radius: 16px;
                  box-shadow: 0 18px 50px rgba(35,26,19,0.25); }
.ticks { list-style: none; padding: 0; margin: 0 0 20px; }
.ticks li { display: flex; gap: 9px; align-items: flex-start;
            font-weight: 600; font-size: 15.5px; padding: 5px 0; }
.ticks .ic { margin-top: 2px; }

/* Browser frame */
.browser { max-width: 880px; margin: 32px auto 0; border-radius: 16px;
           overflow: hidden; border: 1px solid var(--line);
           box-shadow: 0 18px 50px rgba(35,26,19,0.3); }
.chrome { height: 32px; background: #EDE7D8; display: flex; align-items: center;
          gap: 7px; padding: 0 14px; color: var(--stone);
          font-family: var(--font-mono); font-size: 11.5px; }
@media (prefers-color-scheme: dark) { .chrome { background: #3A2F25; } }
.chrome i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.chrome i:nth-child(1) { background: #FF5F57; }
.chrome i:nth-child(2) { background: #FEBC2E; }
.chrome i:nth-child(3) { background: #28C840; }
.chrome span { margin: 0 auto; }

/* Cards */
.cardgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cardgrid.three { grid-template-columns: repeat(3, 1fr); }
.cardic, .darkic { width: 38px; height: 38px; border-radius: 10px;
    flex: none; color: var(--orange); background: rgba(244,80,15,0.12);
    display: flex; align-items: center; justify-content: center; }
.cardic .ic, .darkic .ic { width: 20px; height: 20px; }
.card { background: var(--card); border: 1px solid var(--line);
        border-radius: 16px; padding: 22px; box-shadow: var(--shadow-1); }
.card h3 { margin: 10px 0 6px; }
.card p { color: var(--muted); font-size: 15px; }
.card a { color: var(--ember); font-weight: 600; }
.qalist { margin-top: 28px; }
.qa { margin-bottom: 12px; }
.qa h3 { margin-top: 0; }
@media (prefers-color-scheme: dark) {
  /* Dark mode uses borders, not shadows. */
  .card, .pillar, .dd-menu { box-shadow: none; }
}

/* Dark band */
.darkband { background: var(--ironbark); color: var(--wool); padding: 64px 0; }
.darkband h2 { color: var(--wool); }
.darkband .eyebrow { color: var(--burnoff); }
.darkband .darksub { color: var(--stubble); max-width: 620px;
                     margin: 12px auto 0; }
.darkgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px;
            margin-top: 34px; text-align: left; }
.darkband .darkic { background: rgba(244,80,15,0.18); }
.darkitem { display: flex; gap: 14px; padding: 12px; border-radius: 14px;
            align-items: flex-start; color: var(--wool); }
.darkitem:hover { background: rgba(243,237,222,0.06); }
.darkitem span { font-size: 14px; color: var(--stubble); }
.darkitem strong { color: var(--wool); font-size: 16.5px; }
.darkitem .more { color: var(--burnoff); font-size: 18px; font-weight: 700;
                  margin-left: auto; }

/* Pricing */
.pricegrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px; max-width: 900px; margin: 0 auto; align-items: start; }
.pricegrid .pricecard { max-width: none; margin: 0; }
.pricecard.soon { border-style: dashed; position: relative; }
.pricecard.soon .amount { font-size: 30px; }
.soonpill { display: inline-block; background: var(--burnoff);
    color: var(--ironbark); border-radius: 999px; padding: 6px 14px;
    font-family: var(--font-mono); font-size: 11.5px;
    letter-spacing: 0.16em; margin-bottom: 14px; }
.soontext { color: var(--muted); font-size: 15px; margin: 0 0 16px; }
.pricecard { max-width: 420px; margin: 0 auto; text-align: left;
             border: 1.6px solid var(--burnoff); border-radius: 16px;
             padding: 28px; background: var(--card); }
.price { margin: 6px 0 16px; color: var(--muted); }
.price .amount { font-family: var(--font-display); font-weight: 700;
                 font-size: 46px; color: var(--ink); }
.foot { color: var(--muted); max-width: 560px; margin: 22px auto 0;
        font-size: 15px; }
.loglist li { font-weight: 500; color: var(--muted); }
.loglist { margin-bottom: 26px; }

/* CTA band */
.cta { background: var(--alt); text-align: center; padding: 56px 24px; }
.cta p { color: var(--muted); margin: 10px 0 22px; }

/* Footer */
.footer { background: var(--ironbark); color: var(--stubble);
          padding: 48px 0 24px; font-size: 14px; }
.footgrid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr);
            gap: 28px; }
.footcol h4 { color: var(--wool); font-family: var(--font-mono);
              font-size: 12px; letter-spacing: 0.16em;
              text-transform: uppercase; margin-bottom: 10px; }
.footcol ul { list-style: none; padding: 0; }
.footcol li { padding: 3px 0; }
.footcol a:hover { color: var(--wool); }
.brandcol p { margin-top: 12px; }
.vic { width: 17px; height: 17px; display: inline-block;
       vertical-align: -3.5px; margin: 0 1px; }
.footnote { border-top: 1px solid rgba(243,237,222,0.12); margin-top: 36px;
            padding-top: 18px; color: rgba(243,237,222,0.45);
            font-family: var(--font-mono); font-size: 13px;
            letter-spacing: 0.06em; }

/* Responsive */
@media (max-width: 900px) {
  /* Phones: let the hero grow with its content and open the spacing up
     rather than squeezing into the fixed desktop height. */
  /* At 390px the band is only 167px tall and the cards in it stop being
     readable, so the phone gets a CROP rather than the whole frame: a
     taller slice through the middle, which is where the mob, the cards and
     the sprayer are. The chips at the extreme edges are the only loss. */
  .hero { padding-bottom: 62vw;
          background-size: auto 62vw;
          background-position: 62% bottom; }
  .hero-title { padding: 88px 22px 0; }
  .hero-sub { font-size: 16px; max-width: 430px; margin-top: 16px; }
  .hero-ctas { margin-top: 30px; }
  /* The band is background, so it takes no space in flow — the trust row has
     to be told to clear it. 56.3vw is the photo's own height at full width
     (941/1672), so this tracks the image rather than a guess. */
  .hero-foot { padding: 28px 22px 34px; }
  .trust { gap: 12px 26px; font-size: 13px; }
  .split { flex-direction: column; gap: 32px; }
  .cardgrid, .cardgrid.three, .darkgrid, .pricegrid, .pillars { grid-template-columns: 1fr; }
  .footgrid { grid-template-columns: 1fr 1fr; }
  .nav nav > a:not(.signin) { display: none; }
  .nav .dd { display: none; }
  .mnav { display: block; }
}
