/* Sunshine Coast Business Guide — v3 design.
   White ground, warm white bands, one accent (sea teal). Figtree 800 display,
   Hanken Grotesk body, IBM Plex Mono readouts. Self-hosted fonts, zero
   external requests, transform/opacity motion only, prefers-reduced-motion
   gated throughout. No frameworks. */

@font-face{
  font-family:'Figtree';
  font-weight:800;
  font-style:normal;
  font-display:optional;
  src:url('/assets/fonts/Figtree-800.woff2') format('woff2');
}
@font-face{
  font-family:'Hanken Grotesk';
  font-weight:100 900;
  font-style:normal;
  font-display:optional;
  src:url('/assets/fonts/HankenGrotesk-var.woff2') format('woff2-variations'), url('/assets/fonts/HankenGrotesk-var.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-weight:500;
  font-style:normal;
  font-display:optional;
  src:url('/assets/fonts/IBMPlexMono-500.woff2') format('woff2');
}

:root{
  --white:#FFFFFF;
  --warm:#FBFAF7;
  --ink:#14202A;
  --muted:#5B6975;
  --line:rgba(20,32,42,.14);
  --line-strong:rgba(20,32,42,.24);
  --accent:#1B6F8A;
  --accent-wash:rgba(27,111,138,.08);
  --r:12px;
  --r-sm:8px;
  --maxw:1180px;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --shadow-soft:0 18px 40px -22px rgba(20,32,42,.28);
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--white);
  color:var(--ink);
  font-family:'Hanken Grotesk','Inter',system-ui,-apple-system,sans-serif;
  font-size:1.0625rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
h1,h2,h3{
  font-family:'Figtree',sans-serif;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.025em;
  color:var(--ink);
  margin:0 0 .5em;
  text-wrap:balance;
}
p{margin:0 0 1em; max-width:65ch}
p.no-measure{max-width:none}
a{color:var(--accent); text-decoration-thickness:1px; text-underline-offset:2px}
a:hover{color:var(--ink)}
img,svg{max-width:100%}
:focus-visible{outline:2px solid var(--accent); outline-offset:2px}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 20px}
@media (min-width:640px){.wrap{padding:0 32px}}

.mono, .kicker{
  font-family:'IBM Plex Mono',monospace;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum";
}
.mono{font-size:.76rem; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); font-weight:500}
.kicker{
  display:flex; align-items:center; gap:.5em;
  font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; font-weight:500;
  color:var(--muted); margin-bottom:.8em;
}
.hero-icon{display:inline-flex; color:var(--accent); vertical-align:-6px; margin-right:8px}
.hero-icon svg{width:1.05em; height:1.05em}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* ---------------- header ---------------- */
.site-header{background:var(--white); border-bottom:1px solid var(--line); padding:16px 0; position:relative; z-index:20}
.site-header .wrap{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--ink)}
.brand:hover{color:var(--ink)}
.brand-dot{width:9px; height:9px; border-radius:50%; background:var(--accent); flex:none}
.brand-name{font-family:'Figtree',sans-serif; font-weight:800; font-size:1.02rem; letter-spacing:-.01em; line-height:1.15}
.nav{display:flex; gap:22px; flex-wrap:wrap; align-items:center}
.nav a{font-family:'IBM Plex Mono',monospace; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); text-decoration:none; opacity:.72; transition:opacity .15s ease}
.nav a:hover{opacity:1; color:var(--accent)}
.nav-cta{background:var(--ink); opacity:1 !important; color:#fff !important; padding:9px 16px; border-radius:100px; transition:background .15s ease}
.nav-cta:hover{background:var(--accent); color:#fff !important}

/* ---------------- breadcrumbs ---------------- */
.crumbs{padding:16px 0 0}
.crumbs ol{list-style:none; display:flex; flex-wrap:wrap; gap:6px; margin:0; padding:0; font-family:'IBM Plex Mono',monospace; font-size:.7rem; letter-spacing:.04em; color:var(--muted)}
.crumbs a{color:var(--muted); text-decoration:none}
.crumbs a:hover{color:var(--accent)}
.crumbs li:not(:last-child)::after{content:"/"; margin-left:6px; color:var(--muted)}

/* ---------------- generic hero (inner pages) ---------------- */
.hero{padding:40px 0 36px}
.hero h1{font-size:clamp(1.9rem,4.6vw,2.6rem); max-width:20ch; display:block}
.hero .standfirst{font-size:1.25rem; line-height:1.55; color:var(--muted); max-width:64ch}
.panel-auto{background:var(--warm); border-left:2px solid var(--accent); border-radius:0 var(--r) var(--r) 0; padding:20px 22px; margin-top:22px}
.panel-auto p{margin-bottom:0; color:var(--ink); font-size:.97rem; max-width:60ch}
.panel-auto a{font-weight:600}

/* ==================== HOME HERO ==================== */
.hero-home{background:var(--white); padding:64px 0 40px}
.hero-home .kicker{color:var(--muted)}
.hero-home h1{font-size:clamp(2.1rem,5.2vw,3.15rem); max-width:17ch; margin-bottom:.4em}
.hero-home .lede{font-size:1.14rem; color:var(--muted); max-width:56ch; margin-bottom:1.6em}
.hero-home .lede a{color:var(--accent); font-weight:600}

/* At >=1024px the hero column is centred in the viewport (not left-anchored in a
   half-empty wrap) but every element inside it stays left-aligned, so the page
   reads as one balanced block rather than text stranded in the left half. */
@media (min-width:1024px){
  .hero-home-col{max-width:760px; margin:0 auto; text-align:left}
}

.search-panel{max-width:640px}
.search-row{display:flex; gap:10px; flex-wrap:wrap}
.search-row label{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0)}
.search-row input[type="search"]{
  flex:1 1 260px; padding:15px 18px; font-size:1.02rem; font-family:'Hanken Grotesk',sans-serif;
  border:1px solid var(--line-strong); border-radius:var(--r-sm); background:var(--white); color:var(--ink);
}
.search-row input[type="search"]::placeholder{color:var(--muted)}
.search-row input:focus{outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent)}
.search-row button{
  font-family:'Hanken Grotesk',sans-serif; font-weight:600; font-size:1rem; color:#fff; background:var(--accent);
  border:none; border-radius:var(--r-sm); padding:15px 26px; cursor:pointer; transition:background .15s ease, transform .1s ease;
}
.search-row button:hover{background:var(--ink)}
.search-row button:active{transform:scale(.98)}
.search-results{margin-top:10px}
.search-results ul{list-style:none; margin:0; padding:0; background:var(--white); border:1px solid var(--line); border-radius:var(--r)}
.search-results li{padding:11px 16px; border-bottom:1px solid var(--line)}
.search-results li:last-child{border-bottom:none}
.search-results a{text-decoration:none; font-weight:600; color:var(--ink)}
.search-results .meta{color:var(--muted); font-size:.85rem}
.search-hint{font-size:.82rem; color:var(--muted); margin-top:8px}

.live-strip{
  display:flex; flex-wrap:wrap; gap:6px 28px; align-items:baseline; margin-top:26px;
  padding-top:20px; border-top:1px solid var(--line);
}
@media (min-width:640px){
  /* one row, numbers evenly spaced rather than left-packed */
  .live-strip{flex-wrap:nowrap; justify-content:space-between}
}
.live-strip .stat{display:inline-flex; align-items:baseline; gap:8px}
.live-strip .stat-num{
  font-family:'IBM Plex Mono',monospace; font-weight:500; font-size:1.15rem; color:var(--ink);
  font-variant-numeric:tabular-nums; display:inline-block; min-width:3ch; text-align:right;
}
.live-strip .stat-label{font-family:'IBM Plex Mono',monospace; font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color:var(--muted)}
.live-strip .checked-line{color:var(--muted)}

/* ==================== COAST SCROLL ==================== */
.coast-scroll{position:relative; height:300vh}
.coast-stage{
  position:sticky; top:0; height:100dvh; overflow:hidden; background:#0c141a;
  display:flex; align-items:center; justify-content:center;
}
/* Track is rendered larger than the stage (220% on its cross axis) so the pan
   axis has real travel distance to move across — at 1:1 with the stage there
   is barely any room to pan and every pin reads as "already passed". The
   overscan is centred with a static top/left offset; only the pan axis moves
   via JS transform. */
.coast-track{position:absolute; top:-60dvh; left:0; height:220dvh; display:flex; will-change:transform}
.coast-track-portrait{position:absolute; top:0; left:-60vw; width:220vw; display:none; will-change:transform}
.coast-img{display:block; height:100%; width:auto; max-width:none; object-fit:cover; user-select:none; aspect-ratio:2400/1029}
.coast-track-portrait .coast-img{height:auto; width:100%; aspect-ratio:900/2100}
.coast-pins-layer{position:absolute; inset:0; pointer-events:none}
.coast-pin{
  position:absolute; left:calc(var(--x, 0) * 100%); top:calc(var(--y, 0) * 100%);
  transform:translate(-50%,-50%); display:flex; flex-direction:column; align-items:center; gap:8px;
  text-decoration:none; pointer-events:auto;
}
.coast-track-portrait .coast-pin{left:calc(var(--px, 0) * 100%); top:calc(var(--py, 0) * 100%)}
.coast-pin-ring{
  width:12px; height:12px; border-radius:50%; border:2px solid var(--accent);
  background:rgba(27,111,138,.35); box-shadow:0 0 0 2px #fff;
  transition:transform .3s var(--ease-out), background .3s ease;
}
.coast-pin.is-active .coast-pin-ring{transform:scale(1.35); background:var(--accent)}
.coast-pin-label{
  font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.03em; text-transform:none;
  color:var(--ink); background:#fff; border:1px solid var(--line);
  padding:5px 10px; border-radius:100px; white-space:nowrap;
  /* Visible as soon as a pin has been revealed (not only while centred/active) —
     .is-seen is set once by JS and never removed; .is-active just adds emphasis. */
  opacity:0; transform:translateY(4px); transition:opacity .3s var(--ease-out), transform .3s var(--ease-out);
}
.coast-pin.is-seen .coast-pin-label{opacity:1; transform:translateY(0)}
.coast-pin.is-active .coast-pin-label{border-color:var(--accent); color:var(--accent)}
.coast-readout{
  position:absolute; top:20px; right:20px; color:#fff; background:rgba(12,20,26,.6);
  border:1px solid rgba(255,255,255,.2); padding:8px 14px; border-radius:100px; z-index:2;
}
/* Stagger labels left/right on narrow portrait screens so adjacent pins' chips
   do not overlap along the vertical (rotated) track. */
@media (max-width:480px){
  .coast-track-portrait .coast-pin:nth-child(odd) .coast-pin-label{transform:translate(-8px,4px)}
  .coast-track-portrait .coast-pin:nth-child(even) .coast-pin-label{transform:translate(8px,4px)}
  .coast-track-portrait .coast-pin.is-seen:nth-child(odd) .coast-pin-label{transform:translate(-8px,0)}
  .coast-track-portrait .coast-pin.is-seen:nth-child(even) .coast-pin-label{transform:translate(8px,0)}
}
.coast-credit{
  position:absolute; bottom:16px; left:20px; color:rgba(255,255,255,.72); z-index:2; margin:0;
  font-size:.66rem; letter-spacing:.06em;
}
.coast-static-list{display:none}

@media (orientation: portrait){
  .coast-track{display:none}
  .coast-track-portrait{display:block}
}
@media (prefers-reduced-motion: reduce){
  .coast-scroll{height:auto}
  .coast-stage{position:relative; height:auto; aspect-ratio:21/9}
  .coast-track, .coast-track-portrait{position:relative; transform:none !important; width:100%; height:100%}
  .coast-track .coast-img{width:100%; height:auto}
  .coast-pin{opacity:1}
  .coast-pin-ring{transform:none !important}
  .coast-pin-label{opacity:1 !important; transform:none !important}
  .coast-readout{display:none}
  @media (orientation: portrait){
    .coast-track{display:none}
    .coast-track-portrait{display:block}
  }
  @media (orientation: landscape){
    .coast-track{display:flex}
    .coast-track-portrait{display:none}
  }
}
@media (max-width:520px){
  .coast-scroll.no-js-fallback{height:auto}
}
.no-js .coast-scroll{height:auto}
.no-js .coast-stage{position:relative; height:auto; aspect-ratio:21/9}
.no-js .coast-track,.no-js .coast-track-portrait{position:relative; transform:none !important; height:100%}
.no-js .coast-pins-layer .coast-pin{opacity:1}
.no-js .coast-pin-label{opacity:1; transform:none}
.no-js .coast-readout{display:none}

/* ---------------- sections (shared) ---------------- */
.section{padding:56px 0}
.section-tight{padding:36px 0}
.section-head{display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:24px}
.section-head h2{margin-bottom:0}
.section-head a{font-family:'IBM Plex Mono',monospace; font-size:.74rem; letter-spacing:.05em; text-transform:uppercase; text-decoration:none}
.band-warm{background:var(--warm)}

/* ==================== TRADES STICKY GRID ==================== */
.trades-section{position:relative}
.trades-sticky-head{position:sticky; top:0; background:var(--white); padding:28px 0 18px; z-index:5; border-bottom:1px solid var(--line)}
.trade-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:14px; padding:28px 0 8px}
.add-strip{margin:18px 0 0; color:var(--muted)}
.add-strip a{font-weight:600}
.trade-tile{
  display:flex; flex-direction:column; background:var(--white); border:1px solid var(--line); border-radius:var(--r);
  padding:22px 20px 20px; text-decoration:none;
  opacity:0; transform:translateY(16px); transition:opacity .4s var(--ease-out), transform .4s var(--ease-out), border-color .2s ease;
}
.trade-tile.in-view{opacity:1; transform:translateY(0)}
.trade-tile:hover{border-color:var(--accent)}
.trade-icon{width:24px; height:24px; color:var(--ink); margin-bottom:14px; stroke-dasharray:60; stroke-dashoffset:0; transition:stroke-dashoffset .3s ease, color .2s ease}
.trade-tile:hover .trade-icon{color:var(--accent); stroke-dashoffset:60; animation:draw-icon .3s var(--ease-out) forwards}
@keyframes draw-icon{from{stroke-dashoffset:60} to{stroke-dashoffset:0}}
.tile-name{font-family:'Figtree',sans-serif; font-weight:800; font-size:1.04rem; margin:0 0 4px}
.tile-count{font-family:'IBM Plex Mono',monospace; font-size:.72rem; color:var(--muted); letter-spacing:.04em}
.tile-top{display:block; margin-top:8px; font-size:.85rem; color:var(--accent); font-weight:600}

/* ==================== BUSINESS OF THE WEEK ==================== */
.feature-hero{
  display:block; text-decoration:none; color:var(--ink); background:var(--white);
  border:1px solid var(--line); border-radius:var(--r); padding:36px 34px;
}
.feature-hero .kicker{color:var(--accent)}
.feature-hero h3{font-size:1.7rem; margin-bottom:.35em}
.feature-hero p{color:var(--muted); margin-bottom:.9em; max-width:56ch}
.feature-hero-link{font-family:'IBM Plex Mono',monospace; font-size:.74rem; letter-spacing:.06em; text-transform:uppercase; color:var(--accent)}
.feature-placeholder{
  border:1px solid var(--line); border-radius:var(--r); padding:36px 34px; background:var(--warm); color:var(--muted);
}
.feature-placeholder p{margin:0; font-size:1.05rem; color:var(--ink)}
.biz-feature-grid{display:grid; grid-template-columns:1fr; gap:14px; margin-top:16px}
@media (min-width:720px){.biz-feature-grid{grid-template-columns:repeat(3,1fr)}}
.biz-feature-card{display:block; text-decoration:none; border:1px solid var(--line); border-radius:var(--r); padding:20px}
.card-date{display:block; margin-bottom:8px}
.biz-feature-card h3{font-size:1.02rem; margin-bottom:6px}
.biz-feature-card p{color:var(--muted); margin:0; font-size:.92rem}

/* ==================== RECENTLY CHECKED ==================== */
.table-wrap{overflow-x:auto; background:var(--white); border:1px solid var(--line); border-radius:var(--r)}
.checked-table{width:100%; border-collapse:collapse; min-width:420px}
.checked-table td{padding:14px 20px; border-bottom:1px solid var(--line); vertical-align:middle}
.checked-table tr:last-child td{border-bottom:none}
.checked-table a{text-decoration:none; font-weight:600; color:var(--ink); display:block}
.checked-table .meta{display:block; color:var(--muted); font-size:.85rem; font-weight:400; margin-top:2px}
.checked-date{
  text-align:right; white-space:nowrap; font-family:'IBM Plex Mono',monospace; font-size:.8rem; color:var(--muted);
  font-variant-numeric:tabular-nums;
}

.list-plain{list-style:none; margin:0; padding:0}
.list-plain li{padding:11px 0; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
.list-plain li:last-child{border-bottom:none}
.list-plain a{text-decoration:none; font-weight:600; color:var(--ink)}
.list-plain .meta{color:var(--muted); font-size:.9rem}

/* ==================== LISTING DETAIL ==================== */
.listing-card{background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:30px}
.listing-head{display:flex; justify-content:space-between; align-items:flex-start; gap:16px; flex-wrap:wrap}
.badge{
  font-family:'IBM Plex Mono',monospace; font-size:.66rem; letter-spacing:.07em; text-transform:uppercase;
  padding:5px 10px; border-radius:100px; border:1px solid var(--line); color:var(--muted); white-space:nowrap;
}
.badge.claimed{color:var(--accent); border-color:var(--accent); background:var(--accent-wash)}
.factsheet{margin-top:22px; border-top:1px solid var(--line)}
.factsheet dl{display:grid; grid-template-columns:auto 1fr; gap:10px 18px; margin:0; padding:18px 0}
.factsheet dt{font-family:'IBM Plex Mono',monospace; font-size:.7rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted)}
.factsheet dd{margin:0; color:var(--ink)}
.claim-line{color:var(--muted); font-size:.92rem}
.listing-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:24px}

/* ---------------- buttons ---------------- */
.btn{
  display:inline-block; background:var(--accent); color:#fff; border:none; border-radius:var(--r-sm);
  padding:14px 26px; font-size:1rem; font-weight:600; font-family:'Hanken Grotesk',sans-serif; cursor:pointer;
  text-decoration:none; text-align:center; min-height:44px; transition:background .15s ease, transform .1s ease;
}
.btn:hover{background:var(--ink); color:#fff}
.btn:active{transform:scale(.98)}
.btn-outline{
  display:inline-block; background:transparent; border:1px solid var(--ink); color:var(--ink); border-radius:var(--r-sm);
  padding:13px 25px; font-size:1rem; font-weight:600; font-family:'Hanken Grotesk',sans-serif; text-decoration:none;
  min-height:44px; transition:background .15s ease, color .15s ease;
}
.btn-outline:hover{background:var(--ink); color:#fff}

/* ==================== CLAIMING STEPS ==================== */
.claim-section{padding:56px 0}
.steps{display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:20px; margin:24px 0 28px}
.step-card{border:1px solid var(--line); border-radius:var(--r); padding:22px 20px}
.step-badge{display:inline-flex; align-items:center; gap:8px; font-family:'IBM Plex Mono',monospace; font-weight:600; font-size:.85rem; color:var(--accent); margin-bottom:12px}
.step-badge svg{width:20px; height:20px; color:var(--accent)}
.step-card h3{font-size:1.02rem; margin-bottom:6px}
.step-card p{margin-bottom:0; color:var(--muted); font-size:.92rem}

/* ---------------- forms ---------------- */
form.stack{display:flex; flex-direction:column; gap:14px; max-width:520px}
label{font-family:'IBM Plex Mono',monospace; font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); display:block; margin-bottom:6px}
input[type="text"],input[type="email"],input[type="tel"],input[type="url"],textarea,select{
  width:100%; padding:12px 14px; font-size:1rem; font-family:'Hanken Grotesk',sans-serif; border:1px solid var(--line-strong);
  border-radius:var(--r-sm); background:var(--white); color:var(--ink);
}
input:focus,textarea:focus{outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent)}
textarea{min-height:120px}
.filter-input{max-width:420px; margin-top:10px}
.hp-field{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden}
.check-row{display:flex; align-items:flex-start; gap:8px}
.check-row input{margin-top:4px}
.check-row label{margin:0; text-transform:none; font-family:'Hanken Grotesk',sans-serif; letter-spacing:normal; font-size:.92rem; color:var(--ink)}

/* ---------------- cards / grids (trade & suburb pages) ---------------- */
.card{background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:22px}
.card-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:16px; align-items:start}
.about-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px}
.about-grid .card h2{font-size:1.12rem}
.about-grid .card p{margin-bottom:0; color:var(--ink); font-size:.97rem}

.stat-strip{display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--line); border-radius:var(--r); overflow:hidden}
@media (min-width:640px){.stat-strip{grid-template-columns:repeat(4,1fr)}}
.stat-strip .stat{background:var(--white); padding:28px 24px; display:flex; flex-direction:column-reverse; justify-content:flex-end}
.stat-strip .stat-num{display:block; font-family:'Figtree',sans-serif; font-weight:800; font-size:1.6rem; color:var(--ink); line-height:1}
.stat-strip .stat-label{display:block; margin-bottom:6px; font-family:'IBM Plex Mono',monospace; font-size:.66rem; letter-spacing:.08em; text-transform:uppercase; color:var(--muted)}

/* article */
article.feature{padding:8px 0 60px}
article.feature .standfirst{font-size:1.14rem; color:var(--ink)}
article.feature .feature-date{margin-bottom:1.4em}
article.feature p{color:var(--ink); font-size:1.03rem}
.sample-flag{
  display:inline-block; margin-bottom:18px; background:var(--warm); color:var(--muted);
  font-family:'IBM Plex Mono',monospace; font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; padding:6px 10px; border-radius:6px;
}

.noindex-note{background:var(--warm); border-radius:var(--r-sm); padding:14px 16px; font-size:.9rem; color:var(--muted); margin-bottom:20px}

/* ---------------- footer ---------------- */
.site-footer{background:var(--warm); color:var(--ink); padding:48px 0 30px; margin-top:56px; border-top:1px solid var(--line)}
.site-footer .footer-grid{display:grid; gap:40px 32px}
.footer-brand{margin-bottom:14px}
.footer-label{color:var(--ink); font-family:'IBM Plex Mono',monospace; font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; margin:0 0 12px}
.site-footer ul{list-style:none; margin:0; padding:0}
.site-footer li{margin-bottom:8px}
.site-footer a{color:var(--muted); text-decoration:none; font-size:.92rem}
.site-footer a:hover{color:var(--accent)}
.footer-op{font-size:.92rem; color:var(--muted); max-width:38ch}
.footer-bottom{border-top:1px solid var(--line); margin-top:32px; padding-top:18px; font-size:.78rem; color:var(--muted)}

@media (max-width:600px){
  .listing-head{flex-direction:column}
  .factsheet dl{grid-template-columns:1fr}
  .trade-grid{grid-template-columns:repeat(2,1fr)}
}

/* ==================================================================
   LAYOUT 2 — "Front page" (header search, editorial Business-of-the-
   Week hero, horizontal suburb strip, past-features grid)
   ================================================================== */
.header-row{flex-wrap:wrap}
.header-search{display:flex; gap:8px; flex:1 1 260px; max-width:420px; order:3}
@media (min-width:900px){.header-search{order:0}}
.header-search label{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0)}
.header-search input[type="search"]{
  flex:1; padding:9px 12px; font-size:.92rem; font-family:'Hanken Grotesk',sans-serif;
  border:1px solid var(--line-strong); border-radius:100px; background:var(--white); color:var(--ink);
}
.header-search button{
  font-family:'IBM Plex Mono',monospace; font-size:.68rem; letter-spacing:.06em; text-transform:uppercase;
  color:#fff; background:var(--accent); border:none; border-radius:100px; padding:0 16px; cursor:pointer;
}

.l2-hero{padding:48px 0}
.l2-feature-hero{
  display:block; text-decoration:none; color:var(--ink); padding:48px 40px; border-radius:var(--r);
  background-image:repeating-linear-gradient(115deg, var(--line) 0 1px, transparent 1px 64px);
  border:1px solid var(--line);
}
.l2-feature-hero .kicker{color:var(--accent)}
.l2-feature-hero h1{font-size:clamp(1.9rem,4.4vw,2.7rem); max-width:22ch}
.l2-feature-hero p{color:var(--muted); max-width:56ch; margin-bottom:0}

.suburb-strip-line{width:100%; height:24px; color:var(--line-strong); margin-bottom:8px}
.suburb-strip{display:flex; overflow-x:auto; gap:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.suburb-strip-item{
  flex:1 0 150px; display:flex; flex-direction:column; gap:4px; padding:16px 18px; text-decoration:none; color:var(--ink);
  border-right:1px solid var(--line);
}
.suburb-strip-item:last-child{border-right:none}
.suburb-strip-name{font-family:'Figtree',sans-serif; font-weight:800}
.suburb-strip-count{color:var(--muted)}

.past-features-grid{display:grid; grid-template-columns:1fr; gap:14px}
@media (min-width:720px){.past-features-grid{grid-template-columns:repeat(3,1fr)}}
.hairline-card{border:1px solid var(--line); padding:22px}
.hairline-card p{margin:0; color:var(--ink)}
.muted-card p{color:var(--muted)}
.checked-line-strip{margin:-8px 0 16px}

/* ==================================================================
   LAYOUT 3 — "Split stage" (hero + trade chips, sticky map beside a
   live-filtered list, CSS-only Map/List tabs under 900px)
   ================================================================== */
.l3-hero{padding:48px 0 28px}
.l3-hero h1{font-size:clamp(1.9rem,4.6vw,2.6rem); max-width:20ch; margin-bottom:.6em}
.trade-chip-row{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px}
.trade-chip{
  font-family:'IBM Plex Mono',monospace; font-size:.72rem; letter-spacing:.04em; text-transform:uppercase;
  background:var(--white); border:1px solid var(--line-strong); border-radius:100px; padding:8px 14px;
  color:var(--ink); cursor:pointer; transition:background .15s ease, color .15s ease, border-color .15s ease;
}
.trade-chip:hover{border-color:var(--accent); color:var(--accent)}
.trade-chip.is-active{background:var(--ink); border-color:var(--ink); color:#fff}

.l3-tabs{padding-top:8px}
.l3-tab-input{position:absolute; opacity:0; pointer-events:none}
.l3-tabs-nav{display:flex; gap:8px; margin-bottom:16px}
.l3-tabs-nav label{
  font-family:'IBM Plex Mono',monospace; font-size:.74rem; letter-spacing:.06em; text-transform:uppercase;
  padding:9px 18px; border:1px solid var(--line-strong); border-radius:100px; cursor:pointer; color:var(--muted);
}
#l3-tab-list:checked ~ .l3-tabs-nav label[for="l3-tab-list"],
#l3-tab-map:checked ~ .l3-tabs-nav label[for="l3-tab-map"]{background:var(--ink); color:#fff; border-color:var(--ink)}
.l3-panel-list{border:1px solid var(--line); border-radius:var(--r); overflow:hidden}
.l3-list{list-style:none; margin:0; padding:0; max-height:640px; overflow-y:auto}
.l3-row{padding:13px 18px; border-bottom:1px solid var(--line); display:flex; flex-wrap:wrap; align-items:baseline; gap:4px 12px}
.l3-row:last-child{border-bottom:none}
.l3-row a{font-weight:600; text-decoration:none; color:var(--ink)}
.l3-row .meta{color:var(--muted); font-size:.88rem}
.l3-row .checked-date{margin-left:auto; color:var(--muted)}
.l3-row[hidden]{display:none}
.l3-map-stage{position:relative; border-radius:var(--r); overflow:hidden; background:#0c141a}
.l3-map-stage .coast-img{width:100%; height:auto; display:block}
.static-pin{gap:0}
.l3-checked-readout{margin-top:12px}
.l3-legend{display:flex; flex-direction:column; gap:2px; margin-top:10px; border-top:1px solid var(--line); padding-top:10px}
.l3-legend-item{display:flex; justify-content:space-between; gap:10px; padding:4px 0; text-decoration:none; color:var(--ink); font-size:.88rem}
.l3-legend-item .mono{color:var(--muted)}
.l3-credit{position:static; color:var(--muted); margin-top:4px}

@media (max-width:899px){
  .l3-tabs-nav{display:flex}
  #l3-tab-list:checked ~ .l3-panel-map{display:none}
  #l3-tab-map:checked ~ .l3-panel-list{display:none}
}
@media (min-width:900px){
  .l3-tabs-nav{display:none}
  .l3-tabs .l3-panel-list, .l3-tabs .l3-panel-map{display:block}
  /* the two panels sit side by side, map on the right, sticky while the list scrolls */
  .l3-tabs{display:grid; grid-template-columns:1fr 420px; gap:24px; align-items:start}
  .l3-panel-map{position:sticky; top:80px}
}

/* profile facts strip (verified register facts + owner facts) */
.facts-strip{list-style:none;margin:14px 0 6px;padding:0;display:flex;flex-wrap:wrap;gap:8px 14px}
.facts-strip .fact{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:.72rem;letter-spacing:.04em;color:var(--muted,#5B6975);display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid rgba(20,32,42,.14);border-radius:999px}
.facts-strip .fact--verified{color:var(--ink,#14202A);border-color:rgba(27,111,138,.45)}
.facts-strip .fact-tick{color:#1B6F8A;font-size:.8rem}
.facts-strip a{color:inherit;text-decoration:none}
.facts-strip a:hover{text-decoration:underline}


/* ===== Layout 4: photographic hero (Cooler 2026-09-07) ===== */
.site-header.site-header--over{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom:0;z-index:30;padding:18px 0}
.site-header--over .brand,.site-header--over .nav a{color:#fff}
.site-header--over .brand-dot{background:#fff}
.site-header--over .nav a{opacity:.85}
.site-header--over .nav a:hover{opacity:1;color:#fff}
.site-header--over .nav-cta{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.45);color:#fff}
.site-header--over .nav-cta:hover{background:#fff;color:var(--ink)}
.ph{position:relative;min-height:min(92vh,880px);display:flex;align-items:flex-start;color:#fff;overflow:hidden;background:#0F1A22}
.ph-media{position:absolute;inset:0;z-index:0}
.ph-video,.ph-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 55%}
.ph-poster{background-size:cover;background-position:center}
.ph-video{opacity:1}
.ph-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,18,26,.55) 0%,rgba(10,18,26,.38) 30%,rgba(10,18,26,.42) 60%,rgba(10,18,26,.78) 100%)}
.ph-scrim:after{content:'';position:absolute;left:50%;top:50%;width:min(1100px,100%);height:70%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(10,18,26,.45) 0%,rgba(10,18,26,0) 70%)}
.ph .ph-inner{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding:clamp(120px,16vh,190px) 24px 120px;text-align:center}
.ph-eyebrow{color:#fff;margin:0 0 22px;font-size:.74rem;letter-spacing:.16em;text-shadow:0 1px 12px rgba(0,0,0,.5)}
.ph-h1{font-family:Figtree,sans-serif;font-weight:800;color:#fff;font-size:clamp(2.35rem,6.2vw,5.4rem);line-height:.98;letter-spacing:-.03em;margin:0 0 22px;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.25)}
.ph-sub{font-size:clamp(1.05rem,1.4vw,1.3rem);color:#fff;margin:0 auto 34px;max-width:38em;text-shadow:0 1px 14px rgba(0,0,0,.45)}
.ph-search{display:flex;gap:8px;max-width:640px;margin:0 auto;background:#fff;padding:8px;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.35),0 2px 6px rgba(0,0,0,.15)}
.ph-search input{flex:1;border:0;background:transparent;font:500 1.05rem 'Hanken Grotesk',system-ui,sans-serif;color:var(--ink);padding:12px 14px;min-width:0;outline:none}
.ph-search input::placeholder{color:#7A8791}
.ph-search button{border:0;border-radius:10px;background:var(--ink);color:#fff;font:700 .95rem Figtree,sans-serif;padding:12px 22px;cursor:pointer}
.ph-search button:hover{background:var(--accent)}
.ph-search:focus-within{box-shadow:0 24px 60px rgba(0,0,0,.35),0 0 0 3px rgba(255,255,255,.35)}
.search-results--hero{max-width:640px;margin:10px auto 0;text-align:left}
.ph-live{margin:28px auto 0;color:#fff;font-size:.74rem;letter-spacing:.1em;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;text-shadow:0 1px 10px rgba(0,0,0,.5)}
.ph-live li{list-style:none}
.ph-live b{font-weight:700;margin-right:6px}
.ph-powered{position:absolute;right:24px;bottom:18px;z-index:2;margin:0;color:rgba(255,255,255,.7);font-size:.66rem;letter-spacing:.12em}
.ph-powered a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4)}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media (max-width:700px){.ph{min-height:auto;flex-direction:column;justify-content:flex-end}.ph-inner{padding:150px 20px 40px}.ph-h1 br{display:none}.ph-video,.ph-poster{object-position:58% 50%}.ph-search{flex-direction:column;padding:10px}.ph-search button{width:100%}.ph-powered{position:relative;right:auto;bottom:auto;text-align:center;padding:0 0 18px;margin:0;width:100%;align-self:center}}
@media (prefers-reduced-motion:reduce){.ph-video{display:block}}
/* sections */
.sec{padding:112px 0}
.sec.wrap{padding-left:20px;padding-right:20px}
.sec--sand{background:var(--sand,#F7F2EA)}
.sec--ink{background:var(--ink);color:#fff}
.sec--ink h2{color:#fff}
.sec--ink p{color:rgba(255,255,255,.8);max-width:36em}
.sec-title{font-size:clamp(1.9rem,3.4vw,2.8rem);letter-spacing:-.025em;margin:0 0 48px;max-width:20ch;text-wrap:balance}
.two-up{display:grid;grid-template-columns:1fr 1fr;gap:64px}
@media (max-width:820px){.two-up{grid-template-columns:1fr;gap:44px}.sec{padding:76px 0}}
.btn--light{background:#fff;color:var(--ink);border:0}
.btn--light:hover{background:var(--accent);color:#fff}
.btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}
.btn--ghost:hover{background:#fff;color:var(--ink)}
/* business of the week */
.botw{display:block;text-decoration:none;color:var(--ink);border:1px solid var(--line);border-radius:18px;padding:clamp(28px,4vw,56px);background:#fff;transition:border-color .2s ease,transform .2s ease}
.botw:hover{border-color:var(--accent);transform:translateY(-2px)}
.botw--soon{background:var(--sand,#F7F2EA)}
.botw-kicker{display:block;color:var(--accent);margin-bottom:18px}
.botw-title{display:block;font-family:Figtree,sans-serif;font-weight:800;font-size:clamp(1.8rem,3.6vw,3rem);letter-spacing:-.025em;line-height:1.05;max-width:22ch;text-wrap:balance}
.botw-dek{display:block;margin-top:18px;font-size:1.1rem;color:var(--muted);max-width:52ch}
.botw-date{display:block;margin-top:22px}
/* how it works */
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media (max-width:1000px){.how-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.how-grid{grid-template-columns:1fr}}
.how{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 26px}
.how h3{font-size:1.15rem;margin:10px 0 8px;letter-spacing:-.01em}
.how p{margin:0;color:var(--muted);font-size:.98rem}
.how-k{color:var(--accent)}
.how-foot{margin:56px 0 0;color:var(--muted);max-width:60ch}
.how-foot a{color:var(--ink);font-weight:600}
/* categories page */
.cat-group{margin:40px 0}
.cat-list{list-style:none;margin:12px 0 0;padding:0;columns:3;column-gap:32px}
@media (max-width:820px){.cat-list{columns:2}}@media (max-width:520px){.cat-list{columns:1}}
.cat-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line);break-inside:avoid}
.cat-list a{color:var(--ink);text-decoration:none;font-weight:500}
.cat-list a:hover{color:var(--accent)}


@media (max-width:900px){
  .site-header.site-header--over{position:static;background:var(--ink);padding:14px 0}
  .site-header.site-header--over .nav-cta{background:#fff;color:var(--ink) !important;border-color:#fff}
  .ph .ph-inner{padding:72px 20px 40px}
}
@media (max-width:900px) and (orientation:landscape){.ph .ph-inner{padding:48px 20px 28px}.ph-h1{font-size:2.4rem}}

.search-more{color:var(--muted);font-size:.85rem}.search-results .tick{color:var(--accent);font-family:'IBM Plex Mono',monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;margin-left:6px}
.search-why{display:block;color:var(--muted);font-size:.82rem;margin-top:2px}

/* directory list (trade and suburb pages) */
.dir-hero .standfirst{max-width:64ch}
.dir-filter{display:block;max-width:520px;margin:22px 0 14px}
.dir-filter input{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font:500 1rem 'Hanken Grotesk',system-ui,sans-serif;background:#fff}
.dir-filter input:focus{outline:2px solid var(--accent);outline-offset:1px}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 0}
.chip{display:inline-block;padding:7px 12px;border:1px solid var(--line);border-radius:999px;font:500 .78rem 'IBM Plex Mono',monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);text-decoration:none;background:#fff}
.chip:hover{border-color:var(--accent);color:var(--accent)}
.dir-list{list-style:none;margin:0;padding:0;max-width:960px}
.dir-sub{display:flex;justify-content:space-between;align-items:baseline;margin:34px 0 6px;padding:0 0 8px;border-bottom:2px solid var(--ink)}
.dir-sub:first-child{margin-top:0}
.dir-sub a{font-family:Figtree,sans-serif;font-weight:800;font-size:1.2rem;color:var(--ink);text-decoration:none;letter-spacing:-.01em}
.dir-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px 18px;padding:12px 0;border-bottom:1px solid var(--line)}
.dir-phone .mono{font-size:.62rem;margin-right:4px;color:var(--muted)}
.dir-row a{color:var(--ink);text-decoration:none;font-weight:600}
.dir-row a:hover{color:var(--accent)}
.dir-tick{color:var(--accent);font-size:.85rem;margin-left:-8px}
.dir-phone{color:var(--muted);font-size:.95rem;font-variant-numeric:tabular-nums}
.dir-date{color:var(--muted);font-size:.7rem}
@media (max-width:600px){.dir-row{grid-template-columns:1fr auto}.dir-date{display:none}}
.panel-auto{margin:56px 0 0}

.sec-small{font-size:1.25rem;margin:0 0 18px;letter-spacing:-.01em}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}
.cat-card{display:flex;flex-direction:column;gap:8px;padding:20px 18px;background:#fff;border:1px solid var(--line);border-radius:14px;text-decoration:none;color:var(--ink);transition:border-color .15s ease,transform .15s ease}
.cat-card:hover{border-color:var(--accent);transform:translateY(-2px)}
.cat-card svg{width:22px;height:22px;color:var(--accent)}
.cat-name{font-family:Figtree,sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:-.01em}
.cat-meta{color:var(--muted);font-size:.68rem}
.section.wrap{padding-top:36px;padding-bottom:36px}

/* ===== spacing and rhythm pass (2026-09-07 late) ===== */
.sec{padding:140px 0}
.sec.wrap{padding-left:24px;padding-right:24px}
#feature.sec{padding-top:120px;padding-bottom:120px}
.botw{max-width:1040px;margin:0 auto;padding:clamp(40px,5vw,72px)}
.botw-kicker{margin-bottom:26px}
.botw-dek{margin-top:24px;font-size:1.15rem;line-height:1.65}
.sec-title{margin:0 auto 64px;text-align:center;max-width:24ch}
.how-grid{gap:28px;max-width:1240px;margin:0 auto}
.how{padding:36px 32px;border-radius:18px}
.how h3{margin:14px 0 10px;font-size:1.2rem}
.how p{line-height:1.6}
.how-foot{margin:64px auto 0;text-align:center;max-width:60ch;font-size:1.05rem}
.two-up{max-width:1180px;margin:0 auto;gap:96px;align-items:start}
.two-up h2{font-size:clamp(1.6rem,2.6vw,2.2rem);letter-spacing:-.02em;margin-bottom:18px}
.two-up p{font-size:1.08rem;line-height:1.65;margin-bottom:28px}
.site-footer{padding-top:72px;padding-bottom:40px}
@media (max-width:820px){.sec{padding:88px 0}#feature.sec{padding:72px 0}.two-up{gap:56px}}

/* editorial 'how' block + live readout */
.how-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:start;max-width:1180px;margin:0 auto}
.how-title{font-size:clamp(2rem,3.6vw,3rem);letter-spacing:-.025em;margin:0 0 28px;text-wrap:balance}
.how-copy p{font-size:1.12rem;line-height:1.65;color:var(--ink);margin:0 0 18px;max-width:34em}
.how-by{color:var(--muted);font-size:1rem;margin-top:26px}
.how-by a{color:var(--ink);font-weight:600}
.readout{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 30px 24px;position:sticky;top:96px}
.readout-k{color:var(--accent);margin:0 0 14px}
.readout-list{margin:0}
.readout-list div{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.readout-list div:last-child{border-bottom:0}
.readout-list dt{font-size:1rem;color:var(--ink)}
.readout-list dd{margin:0;font-size:1.05rem;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}
.readout-foot{color:var(--muted);margin:14px 0 0;font-size:.66rem}
.botw-read{display:inline-block;margin-top:28px;font-weight:700;color:var(--accent)}
.feature{max-width:720px;margin:0 auto;padding:56px 24px 96px}
.feature h1{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.025em;line-height:1.05;margin:12px 0 18px}
.feature .standfirst{font-size:1.25rem;color:var(--muted);line-height:1.5}
.feature p{font-size:1.12rem;line-height:1.7}
.feature-date{margin:8px 0 34px}
@media (max-width:900px){.how-wrap{grid-template-columns:1fr;gap:40px}.readout{position:static}}

/* ===== identity: mark, wordmark, header (2026-09-07 late) ===== */
.brand{gap:12px}
.mark{width:34px;height:34px;color:var(--accent);flex:none}
.brand-word{font-family:Figtree,sans-serif;font-weight:800;font-size:1.08rem;letter-spacing:-.015em;line-height:1.05;color:var(--ink)}
.brand-word em{font-style:normal;color:var(--accent);display:block;font-size:.86rem;letter-spacing:.01em}
.site-header{padding:20px 0}
.nav{gap:28px}
.nav a{font:500 .98rem 'Hanken Grotesk',system-ui,sans-serif;letter-spacing:0;text-transform:none;opacity:.82}
.nav a:hover{opacity:1;color:var(--accent)}
.nav-cta{background:var(--accent);color:#fff !important;padding:10px 18px;border-radius:100px;font-weight:600 !important}
.nav-cta:hover{background:var(--ink)}
.site-header--over .brand-word,.site-header--over .brand-word em{color:#fff}
.site-header--over .mark{color:#fff}
.site-header--over .nav-cta{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.5)}
.site-header--over .nav-cta:hover{background:#fff;color:var(--ink) !important}
.site-footer .brand-word,.site-footer .brand-word em{color:var(--ink)}
.site-footer .brand-word em{color:var(--accent)}
/* ===== business profile ===== */
.prof{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:start;padding-top:36px;padding-bottom:80px}
.prof-kicker{display:flex;align-items:center;gap:8px;color:var(--accent);margin:0 0 14px}
.prof-kicker svg{width:20px;height:20px}
.prof-name{font-size:clamp(2.2rem,4.4vw,3.6rem);letter-spacing:-.03em;line-height:1;margin:0 0 22px;text-wrap:balance}
.prof .standfirst{font-size:1.25rem;line-height:1.55;color:var(--ink);max-width:36em;margin:0 0 12px}
.prof .claim-line{margin:0 0 14px}
.prof .facts-strip{margin:22px 0 10px}
.prof-cats{color:var(--muted);margin:18px 0 0;font-size:1rem}
.prof-cats .mono{margin-right:8px}
.prof-cats a{color:var(--ink);font-weight:600}
.sep{color:var(--muted);margin:0 4px}
.prof .listing-actions{margin-top:30px}
.prof-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px 30px 22px;box-shadow:0 18px 50px rgba(20,32,42,.07)}
.card-row{display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:baseline;padding:14px 0;border-bottom:1px solid var(--line)}
.card-row a{color:var(--ink);text-decoration:none;font-weight:600}
.card-row a:hover{color:var(--accent)}
.card-k{font:500 .66rem 'IBM Plex Mono',monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.card-row--site .card-site{font-family:Figtree,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:-.015em;word-break:break-all}
.card-foot{margin:16px 0 0;color:var(--muted);font-size:.66rem;line-height:1.5}
.stamp{position:absolute;top:-16px;right:22px;transform:rotate(-4deg);display:inline-flex;flex-direction:column;align-items:center;padding:8px 14px;border:2px solid var(--accent);border-radius:8px;color:var(--accent);background:#fff;font-family:'IBM Plex Mono',monospace;text-transform:uppercase;letter-spacing:.12em;font-size:.6rem;line-height:1.2}
.stamp b{font-size:.78rem;letter-spacing:.06em;margin-top:2px}
.stamp--claimed{border-color:var(--ink);color:var(--ink)}
.prof-more{padding-bottom:96px}
.prof-more-list{list-style:none;margin:0;padding:0;max-width:720px}
.prof-more-list li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}
.prof-more-list a{color:var(--ink);text-decoration:none;font-weight:600}
.prof-more-list a:hover{color:var(--accent)}
@media (max-width:900px){.prof{grid-template-columns:1fr;gap:34px}.prof-card{margin-top:10px}}
/* ===== bar cards (suburbs index) + feature cards ===== */
.bar-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px 36px;max-width:1180px}
.bar-card{display:grid;grid-template-columns:1fr auto;grid-template-areas:"name n" "track track";gap:6px 12px;padding:12px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}
.bar-name{grid-area:name;font-weight:600}
.bar-n{grid-area:n;color:var(--muted)}
.bar-track{grid-area:track;height:4px;background:rgba(20,32,42,.08);border-radius:2px;overflow:hidden}
.bar-fill{display:block;height:100%;background:var(--accent);border-radius:2px}
.bar-card:hover .bar-name{color:var(--accent)}
.feat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.feat-card{display:flex;flex-direction:column;gap:12px;padding:30px 28px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none;color:var(--ink)}
.feat-card:hover{border-color:var(--accent)}
.feat-title{font-family:Figtree,sans-serif;font-weight:800;font-size:1.35rem;letter-spacing:-.02em;line-height:1.1}
.feat-dek{color:var(--muted);line-height:1.5}
.dir-hero{padding-top:40px}
/* spacing fixes after profile QA */
.prof .crumbs,.dir-hero .crumbs,.crumbs{padding-top:22px}
.prof{padding-top:28px}
.prof-more{padding-top:56px;border-top:1px solid var(--line);margin-top:8px}
.prof-more h2{margin:0 0 6px}
.bar-list+.chip-list{margin-top:40px}
.chip-list{display:flex;flex-wrap:wrap;gap:10px;max-width:1180px}
.chip-list-k{flex-basis:100%;margin:0 0 6px;color:var(--muted)}
.chip-n{opacity:.55;margin-left:4px}
/* specificity: CRITICAL_CSS .wrap resets padding, so pair the class */
.wrap.crumbs{padding-top:26px}
.wrap.prof{padding-top:30px;padding-bottom:80px}
.wrap.prof-more{padding-top:56px;padding-bottom:96px;border-top:1px solid var(--line)}
.chip-more{flex-basis:100%;margin-top:14px}
.chip-more summary{list-style:none;cursor:pointer;display:inline-block}
.chip-more summary::-webkit-details-marker{display:none}
.chip--more{background:var(--ink);color:#fff;border-color:var(--ink)}
.chip-more[open] .chip--more{margin-bottom:12px}
/* ===== round 5: balance, centred page heads, mark, BotW, live checks, ideas, motion ===== */
/* hero: everything on one centre line */
.ph .ph-inner{display:flex;flex-direction:column;align-items:center;text-align:center}
.ph-eyebrow{display:block;width:100%;text-align:center;margin:0 0 26px}
.ph-search{width:100%;max-width:640px}
.ph-live{justify-content:center}
/* page heads: centred, breathing room, breadcrumb small and quiet above */
.wrap.crumbs{text-align:center;padding:44px 24px 0}
.crumbs ol{justify-content:center}
.hero.wrap.dir-hero,.wrap.dir-hero,.hero.wrap:not(.hero-home){text-align:center;padding-top:22px;padding-bottom:64px;max-width:1000px}
.dir-hero .kicker,.hero .kicker{display:block;margin:0 0 18px}
.dir-hero h1,.hero h1{margin:0 auto 22px;text-wrap:balance}
.dir-hero .standfirst,.hero .standfirst,.hero .lede{margin:0 auto;max-width:56ch}
.dir-hero .hero-icon{display:block;margin:0 auto 12px;width:40px;height:40px}
.dir-hero .dir-filter{margin:26px auto 0;max-width:520px}
.section.wrap .sec-small{text-align:center}
.cat-grid,.bar-list,.chip-list,.chip-row{justify-content:center;margin-left:auto;margin-right:auto}
.about-grid{max-width:1180px;margin:0 auto}
/* feature article: centred head, readable measure */
article.feature.wrap{max-width:760px;margin:0 auto;text-align:center;padding-top:22px}
article.feature .feature-body{text-align:left;margin:40px auto 0}
article.feature .feature-body p{font-size:1.14rem;line-height:1.7}
article.feature h1{margin:0 auto 22px;font-size:clamp(2.4rem,4.6vw,3.8rem);letter-spacing:-.03em;line-height:1.02;text-wrap:balance}
article.feature .kicker{display:block;margin:0 0 18px}
article.feature .feature-date{margin:20px 0 0}
.feature-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:44px 0 0;padding-top:36px;border-top:1px solid var(--line)}
.btn--ghost-ink{background:#fff;color:var(--ink);border:1.5px solid var(--ink)}
.btn--ghost-ink:hover{background:var(--ink);color:#fff}
/* features index: centred intro, cards centred */
.feat-grid{justify-content:center;max-width:1180px;margin:0 auto}
.feat-card{max-width:520px}
/* Business of the Week block */
.botw-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:1180px;margin:0 auto}
.botw-kicker{color:var(--accent);margin:0 0 20px;display:flex;align-items:center;gap:14px}
.botw-wk{color:var(--muted);padding-left:14px;border-left:1px solid var(--line)}
.botw-title{font-size:clamp(2.2rem,4.2vw,3.6rem);letter-spacing:-.03em;line-height:1;margin:0 0 20px;text-wrap:balance}
.botw-dek{font-size:1.2rem;line-height:1.55;color:var(--muted);margin:0 0 26px;max-width:34em}
.botw-facts{display:grid;grid-template-columns:repeat(3,auto);gap:24px;justify-content:start;margin:0 0 30px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.botw-facts dt{font:500 .64rem 'IBM Plex Mono',monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.botw-facts dd{margin:0;font-weight:600}
.botw-facts a{color:var(--ink)}
.botw-quote{position:relative;margin:0;padding:56px 44px 40px;background:var(--sand,#F7F2EA);border-radius:24px;overflow:hidden}
.botw-quote p{position:relative;font-family:Figtree,sans-serif;font-weight:700;font-size:clamp(1.25rem,1.7vw,1.6rem);line-height:1.35;letter-spacing:-.015em;margin:0 0 22px;color:var(--ink)}
.botw-quote footer{position:relative;color:var(--muted)}
.botw-num{position:absolute;right:-10px;top:-40px;font-family:Figtree,sans-serif;font-weight:800;font-size:15rem;line-height:1;color:rgba(20,32,42,.06);letter-spacing:-.06em;user-select:none}
@media (max-width:900px){.botw-grid{grid-template-columns:1fr;gap:36px}.botw-facts{grid-template-columns:1fr 1fr}}
/* live checks panel */
.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);margin-right:10px;box-shadow:0 0 0 0 rgba(30,110,130,.5);animation:pulse 2.4s ease-out infinite;vertical-align:middle}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(30,110,130,.45)}70%{box-shadow:0 0 0 10px rgba(30,110,130,0)}100%{box-shadow:0 0 0 0 rgba(30,110,130,0)}}
.ticker{list-style:none;margin:0 0 18px;padding:0;height:212px;overflow:hidden;position:relative;mask-image:linear-gradient(#000 70%,transparent)}
.ticker li{display:flex;flex-direction:column;gap:2px;padding:11px 0;border-bottom:1px solid var(--line);transition:transform .5s ease,opacity .5s ease}
.ticker li a{color:var(--ink);font-weight:600;text-decoration:none}
.ticker li a:hover{color:var(--accent)}
.ticker li .mono{color:var(--muted);font-size:.66rem}
.ticker li.is-leaving{transform:translateY(-100%);opacity:0;position:absolute;width:100%}
/* ideas panel on category pages */
.ideas{max-width:760px;margin:64px auto 0;padding:40px 44px;border:1px solid var(--line);border-radius:22px;background:#fff;text-align:left}
.ideas-k{color:var(--accent);margin:0 0 18px}
.ideas-list{list-style:none;margin:0;padding:0;counter-reset:idea}
.ideas-list li{position:relative;padding:14px 0 14px 44px;border-bottom:1px solid var(--line);font-size:1.08rem;line-height:1.5;counter-increment:idea}
.ideas-list li::before{content:counter(idea,decimal-leading-zero);position:absolute;left:0;top:16px;font:500 .72rem 'IBM Plex Mono',monospace;color:var(--accent);letter-spacing:.08em}
.ideas-list li:last-child{border-bottom:0}
.ideas-foot{margin:18px 0 0;color:var(--muted);font-size:.95rem}
.ideas-foot a{color:var(--ink);font-weight:600}
/* motion: sections and cards rise in once, cards lift on hover */
.rise{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.rise.in{opacity:1;transform:none}
.cat-card,.feat-card,.bar-card,.botw-quote{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.cat-card:hover,.feat-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(20,32,42,.08)}
@media (prefers-reduced-motion:reduce){.rise{opacity:1;transform:none;transition:none}.pulse{animation:none}.ticker li{transition:none}}
/* verified panel on business pages */
.verified{margin:26px 0 8px;border:1px solid var(--line);border-radius:18px;padding:22px 24px 8px;background:#fff}
.verified-k{display:flex;align-items:center;gap:10px;color:var(--accent);margin:0 0 14px}
.verified-k .vf-i{width:18px;height:18px}
.verified-n{margin-left:auto;color:var(--muted)}
.vf-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.vf{display:grid;grid-template-columns:22px 1fr;grid-template-areas:"i k" "i v";column-gap:12px;padding:13px 0;border-top:1px solid var(--line);align-items:start}
.vf-i{grid-area:i;width:20px;height:20px;color:var(--muted);margin-top:2px}
.vf--ok .vf-i{color:var(--accent)}
.vf-k{grid-area:k;font:500 .64rem 'IBM Plex Mono',monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.vf-v{grid-area:v;font-weight:600;color:var(--ink);line-height:1.35}
.vf-v a{color:var(--ink);text-decoration:underline;text-decoration-color:rgba(20,32,42,.25)}
.vf-v a:hover{color:var(--accent)}
@media (max-width:700px){.vf-grid{grid-template-columns:1fr}.verified{padding:18px 18px 6px}}
/* features index: lead card + archive rows */
.feat-lead{max-width:1180px;padding-bottom:10px}
.feat-lead-card{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;text-decoration:none;color:var(--ink);border:1px solid var(--line);border-radius:26px;padding:48px;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}
.feat-lead-card:hover{border-color:var(--accent);box-shadow:0 18px 50px rgba(20,32,42,.07)}
.feat-lead-k{color:var(--accent);margin:0 0 18px;display:flex;align-items:center;gap:14px}
.feat-lead-copy h2{font-size:clamp(2rem,3.6vw,3rem);letter-spacing:-.03em;line-height:1.02;margin:0 0 16px;text-wrap:balance}
.feat-lead-dek{color:var(--muted);font-size:1.15rem;line-height:1.55;margin:0 0 26px}
.feat-lead .botw-quote{padding:44px 36px 32px}
.feat-rows{list-style:none;margin:0 auto;padding:0;max-width:960px}
.feat-row{display:grid;grid-template-columns:minmax(90px,auto) 1fr auto 110px;gap:20px;align-items:baseline;padding:18px 0;border-bottom:1px solid var(--line)}
.feat-row a{color:var(--ink);font-weight:700;text-decoration:none;font-size:1.1rem}
.feat-row a:hover{color:var(--accent)}
.feat-row-wk{color:var(--accent)}
.feat-row-trade{color:var(--muted)}
.feat-row-date{color:var(--muted);text-align:right}
.feat-archive-empty{text-align:center;color:var(--muted);margin:0 auto;max-width:44ch}
@media (max-width:900px){.feat-lead-card{grid-template-columns:1fr;padding:28px}.feat-row{grid-template-columns:70px 1fr;gap:6px 14px}.feat-row-date{text-align:left}}
.card-nosite{color:var(--muted);font-weight:500}
.dir-date--nosite{color:var(--muted);opacity:.7}
.dir-hero h1{display:block}
.dir-hero h1 .hero-icon{display:block;margin:0 auto 14px}
/* contact card: links look like links */
.card-row--site .card-site{display:flex;flex-direction:column;gap:6px;text-decoration:none}
.card-site-dom{font-family:Figtree,sans-serif;font-weight:800;font-size:1.2rem;letter-spacing:-.015em;word-break:break-all;color:var(--ink)}
.card-site-cta{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:var(--accent);color:#fff;border-radius:100px;padding:7px 14px;font:600 .82rem 'Hanken Grotesk',system-ui,sans-serif}
.card-site:hover .card-site-cta{background:var(--ink)}
.ext-i{width:14px;height:14px}
.card-tel{display:inline-flex;align-items:center;gap:10px}
.card-tel-cta{font:600 .72rem 'Hanken Grotesk',system-ui,sans-serif;color:var(--accent);border:1px solid var(--accent);border-radius:100px;padding:3px 10px}
.card-tel:hover .card-tel-cta{background:var(--accent);color:#fff}
.card-row a{text-decoration:underline;text-decoration-color:rgba(20,32,42,.25);text-underline-offset:3px}
.card-row .card-site,.card-row .card-tel{text-decoration:none}
/* prices tag + filter */
.dir-prices{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:100px;padding:2px 8px;margin-left:8px}
.dir-toggle{display:inline-flex;align-items:center;gap:10px;margin:18px auto 0;font-size:.95rem;color:var(--ink);cursor:pointer}
.dir-toggle input{width:18px;height:18px;accent-color:var(--accent)}
.dir-list.prices-only li.dir-row:not([data-prices]){display:none}
.new-name{font-weight:700;font-size:1.1rem}
.new-foot{text-align:center;max-width:60ch;margin:30px auto 0}
.readout-list a{color:var(--ink);text-decoration:underline;text-decoration-color:rgba(20,32,42,.3)}
/* The poster <img> follows the <video> in the DOM and was painted on top of it: the video played
   underneath a still image on every visit. Video above poster, scrim above both. */
.ph-poster{z-index:0}
.ph-video{z-index:1}
.ph-scrim{z-index:2}
.dir-row{grid-template-columns:1fr auto;grid-auto-flow:column;grid-auto-columns:auto}
.dir-row .dir-prices{justify-self:end}
.dir-sub.is-empty{display:none}
/* forms sit centred under a centred head, fields left-aligned inside */
form.stack{max-width:560px;margin:36px auto 0;text-align:left}
form.stack label{display:block;text-align:left}
.legal-updated{text-align:center;color:var(--muted);margin:0 0 72px}
.badge-wrap{max-width:720px;text-align:center}
.badge-preview{display:block;margin:0 auto 26px}
.badge-code{background:var(--sand,#F7F2EA);border-radius:14px;padding:20px 22px;text-align:left;white-space:pre-wrap;word-break:break-all;font-size:.82rem;line-height:1.5}
/* centring audit fixes */
.about-grid--3{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.about-grid--3{grid-template-columns:1fr}}
.legal-updated,.badge-wrap p,.badge-wrap .ideas-foot,.sec-lede{max-width:60ch;margin-left:auto;margin-right:auto;text-align:center}
.categories-page .sec-lede,.sec-lede{text-align:center}
article.feature .standfirst,article.feature .feature-date{margin-left:auto;margin-right:auto;text-align:center}
.dir-list{margin-left:auto;margin-right:auto}
.section.wrap > .dir-list,.section.wrap > .sec-small + .dir-list{max-width:960px}
/* footer: brand row, then four equal link columns that fit at 1440 */
.site-footer .footer-grid{grid-template-columns:repeat(4,1fr)}
.footer-grid > div:first-child{grid-column:1 / -1;padding-bottom:8px;border-bottom:1px solid var(--line)}
.footer-grid ul{margin:0;padding:0;list-style:none}
.footer-grid li{margin:0 0 10px}
@media (max-width:900px){.site-footer .footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.site-footer .footer-grid{grid-template-columns:1fr}}
/* header search on inner pages */
.header-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.header-search{flex:1 1 240px;max-width:360px;order:0;position:relative;margin-left:auto}
.header-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.header-search input{flex:1;border:1px solid var(--line);border-radius:100px;padding:10px 16px;font:inherit;font-size:.95rem;background:#fff}
.header-search button{border:0;background:var(--ink);color:#fff;border-radius:100px;padding:10px 16px;font:600 .9rem 'Hanken Grotesk',system-ui,sans-serif;cursor:pointer}
.header-row .search-results{position:absolute;left:0;right:0;top:100%;z-index:50}
.site-header .search-results{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(720px,92vw);z-index:60;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(20,32,42,.12);text-align:left}
.site-header{position:relative}
.btn-text{display:inline-block;padding:12px 6px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;font-size:.95rem}
.btn-text:hover{color:var(--accent)}
.dir-toggle-note{text-align:center;color:var(--muted);font-size:.9rem;margin:8px auto 0;max-width:52ch}
.ideas-intro{margin:0 0 16px;color:var(--muted);font-size:1rem}
@media (max-width:900px){.header-search{order:3;max-width:none;margin-left:0}}
/* inner-page header: one row, brand | nav | search */
.site-header .wrap.header-row{max-width:1400px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;flex-wrap:nowrap}
.site-header .header-row .nav{justify-content:center;gap:22px}
.site-header .header-row .header-search{margin-left:0;flex:none;width:300px;max-width:300px}
.site-header .header-row .header-search input{width:100%;min-width:0}
.site-header .header-row .nav a{font-size:.94rem}
@media (max-width:1180px){.site-header .wrap.header-row{grid-template-columns:auto 1fr}.site-header .header-row .header-search{grid-column:1 / -1;width:100%;max-width:none}}
@media (max-width:900px){.site-header .wrap.header-row{grid-template-columns:1fr}.nav a[href="/"]{display:none}}

/* form field markers + placeholders */
form.stack label{display:flex;align-items:baseline;gap:10px}
.req,.opt{font:500 .62rem 'IBM Plex Mono',monospace;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:2px 8px}
.req{color:var(--accent);border:1px solid var(--accent)}
.opt{color:var(--muted);border:1px solid var(--line)}
form.stack input::placeholder,form.stack textarea::placeholder{color:#9AA5AE}
.form-msg{margin:18px 0 0;padding:14px 18px;border-radius:12px;font-size:1rem;line-height:1.5}
.form-msg--ok{background:#EAF4F1;color:#14202A;border:1px solid #BFDCD3}
.form-msg--err{background:#FBEFEA;color:#14202A;border:1px solid #F0C7B8}

/* one content width everywhere: 1320px */
:root{--maxw:1320px}
.wrap{max-width:1320px}
.site-header .wrap.header-row{max-width:1320px}
.two-up,.how-wrap,.bar-list,.chip-list,.about-grid,.botw-grid,.feat-lead,.feat-grid{max-width:1320px}
.dir-hero .standfirst,.hero .standfirst,.hero .lede,.dir-hero .lede{font-size:1.25rem;line-height:1.55;max-width:64ch}
.dir-hero h1,.hero h1{font-size:clamp(2.4rem,4vw,3.6rem);letter-spacing:-.03em;line-height:1.02;max-width:none}
.about-grid .card p,.about-grid--3 .card p{font-size:1.02rem;line-height:1.6}
.stat-strip{max-width:1320px;margin-left:auto;margin-right:auto}

/* stat strip: numbers on one baseline, labels never wrap */
.stat-strip .stat-num{font-size:2.2rem}
.stat-strip .stat-label{white-space:nowrap;margin-bottom:8px}
@media (min-width:900px){.stat-strip{grid-template-columns:repeat(4,1fr)}}
/* 1 in 10 section */
#one-in-ten{background:#fff}
.tenwrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center;max-width:1320px}
.ten-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:460px;margin:0 auto}
.ten-cell{aspect-ratio:1;border-radius:18px;background:var(--sand,#F7F2EA);border:1px solid var(--line)}
.ten-cell--lit{background:var(--accent);border-color:var(--accent);box-shadow:0 14px 40px rgba(27,111,138,.35)}
.ten-k{color:var(--accent);margin:0 0 18px}
.ten-title{font-size:clamp(2rem,3.4vw,3rem);letter-spacing:-.03em;line-height:1.05;margin:0 0 22px}
.ten-title br{display:block}
.ten-body{font-size:1.15rem;line-height:1.6;color:var(--muted);max-width:40em;margin:0 0 26px}
.ten-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 22px}
.ten-src{color:var(--muted);font-size:.62rem;margin:0}
@media (max-width:900px){.tenwrap{grid-template-columns:1fr;gap:36px}.ten-grid{max-width:320px}}
/* tagline atop the category ideas panel */
.ideas-tag{font-family:Figtree,sans-serif;font-weight:800;font-size:1.35rem;letter-spacing:-.02em;line-height:1.2;margin:0 0 22px;padding:0 0 18px;border-bottom:1px solid var(--line)}
.ideas-tag span{color:var(--accent)}
.ten-grid{grid-template-columns:repeat(5,minmax(64px,1fr));width:100%;max-width:460px}
.ten-cell{aspect-ratio:auto;height:clamp(56px,4.2vw,84px);display:block}
@media (max-width:900px){.ten-cell{height:56px}}
@media (max-width:900px){.ten-grid{grid-template-columns:repeat(5,1fr);gap:10px;max-width:100%}.ten-cell{height:52px}.tenwrap{min-width:0}}
.ten-art{display:flex;justify-content:center}
.ten-art svg{width:100%;max-width:560px;height:auto}
@media (max-width:900px){.ten-art svg{max-width:100%}}
/* add page: search step then form step */
.add-search{margin:26px auto 0;max-width:640px;background:#fff;border:1.5px solid var(--ink);border-radius:100px;padding:8px;display:flex;gap:8px}
.add-search input{flex:1;border:0;background:transparent;padding:12px 18px;font:inherit;font-size:1.05rem;min-width:0}
.add-search button{border:0;background:var(--ink);color:#fff;border-radius:100px;padding:12px 22px;font:600 .95rem 'Hanken Grotesk',system-ui,sans-serif;cursor:pointer}
.search-results--inline{max-width:640px;margin:10px auto 0;text-align:left;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(20,32,42,.10)}
.add-step2{padding-top:56px;border-top:1px solid var(--line);margin-top:24px}
.add-step2 .h1{font-family:Figtree,sans-serif;font-weight:800;font-size:clamp(2rem,3.4vw,3rem);letter-spacing:-.03em;line-height:1.02;margin:0 auto 22px}
.why-list{list-style:none;margin:22px 0 28px;padding:0;display:grid;gap:12px;max-width:40em}
.why-list li{position:relative;padding-left:30px;line-height:1.5;color:rgba(255,255,255,.85)}
.why-list li::before{content:"";position:absolute;left:0;top:.45em;width:16px;height:16px;border-radius:50%;background:var(--accent)}
.why-list li::after{content:"";position:absolute;left:5px;top:calc(.45em + 4px);width:6px;height:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.why-list--ink{margin:22px auto 0;text-align:left}
.why-list--ink li{color:var(--ink)}
.two-up > div{display:flex;flex-direction:column}
.two-up > div > .btn,.two-up > div > .btn-row{margin-top:auto;align-self:flex-start}
.two-up .btn + .btn{margin-left:10px}
.btn-row{display:flex;flex-wrap:wrap;gap:10px}
.two-up{align-items:stretch}
/* every owner-form submit button is the standard button, whatever markup it has */
form.stack > button[type=submit],form.stack > button:not([class]){display:block;width:100%;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:16px 22px;font:600 1.05rem 'Hanken Grotesk',system-ui,sans-serif;cursor:pointer;margin-top:8px}
form.stack > button:hover{background:var(--ink)}
/* dense footer: brand row, 45 categories in 5 columns, suburbs in 2, guide, legal */
.site-footer{padding:56px 0 28px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:28px}
.footer-tag{margin:0;color:var(--muted);font-size:.9rem;max-width:44ch;text-align:right}
.footer-cats{padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:28px}
.footer-cols{display:grid;gap:0 24px}
.footer-cols--5{grid-template-columns:repeat(5,1fr)}
.footer-cols--2{grid-template-columns:repeat(2,1fr)}
.footer-cols ul,.site-footer .footer-grid ul{list-style:none;margin:0;padding:0}
.footer-cols li,.site-footer .footer-grid li{margin:0 0 7px;line-height:1.35}
.footer-cols a,.site-footer .footer-grid a{font-size:.86rem;color:var(--muted);text-decoration:none}
.footer-cols a:hover,.site-footer .footer-grid a:hover{color:var(--accent)}
.site-footer .footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:28px 40px}
.site-footer .footer-grid > div:first-child{grid-column:auto;border:0;padding:0}
.footer-label{margin:0 0 12px}
.footer-bottom{padding-top:20px;margin-top:8px;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}
@media (max-width:900px){.footer-top{flex-direction:column;align-items:flex-start}.footer-tag{text-align:left}.footer-cols--5{grid-template-columns:repeat(2,1fr)}.site-footer .footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-cols--5,.footer-cols--2{grid-template-columns:1fr 1fr;gap:0 16px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.footer-cols a{font-size:.82rem}}
@media (max-width:900px){.footer-cols--5{display:block;column-count:2;column-gap:16px}.footer-cols--5 ul{display:block}.footer-cols--5 li{break-inside:avoid}.footer-top{margin-bottom:22px}}
.footer-cats{padding-top:10px}
/* footer v3: brand + guide links row, six category groups, suburbs as one line, legal in the bottom bar */
.site-footer{padding:56px 0 26px;background:var(--warm)}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px 40px;flex-wrap:wrap;padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:34px}
.footer-tag{display:none}
.footer-nav{display:flex;flex-wrap:wrap;gap:6px 26px}
.footer-nav a{font-size:.92rem;font-weight:600;color:var(--ink);text-decoration:none}
.footer-nav a:hover{color:var(--accent)}
.footer-groups{display:grid;grid-template-columns:repeat(6,1fr);gap:28px 28px;padding-bottom:34px;border-bottom:1px solid var(--line);margin-bottom:26px}
.footer-group-k{margin:0 0 12px;font:800 .92rem Figtree,sans-serif;letter-spacing:-.01em}
.footer-group-k a{color:var(--ink);text-decoration:none}
.footer-group-k a:hover{color:var(--accent)}
.footer-group ul{list-style:none;margin:0;padding:0}
.footer-group li{margin:0 0 8px;line-height:1.35}
.footer-group a{font-size:.88rem;color:var(--muted);text-decoration:none}
.footer-group a:hover{color:var(--accent)}
.footer-suburbs{padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:22px}
.footer-suburbs .footer-label{margin:0 0 10px}
.footer-inline{margin:0;line-height:2;font-size:.88rem}
.footer-inline a{color:var(--muted);text-decoration:none;white-space:nowrap}
.footer-inline a:hover{color:var(--accent)}
.footer-inline a + a::before{content:"\00b7";color:#B9C2C9;margin:0 9px 0 6px;font-weight:700}
.footer-more{font-weight:600;color:var(--ink)!important}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px 24px;flex-wrap:wrap;padding-top:0;margin-top:0;border-top:0;font-size:.8rem;color:var(--muted)}
.footer-legal{display:flex;flex-wrap:wrap;gap:6px 18px}
.footer-legal a,.footer-bottom a{color:var(--muted);text-decoration:none}
.footer-legal a:hover,.footer-bottom a:hover{color:var(--accent)}
@media (max-width:1100px){.footer-groups{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.footer-groups{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column;align-items:flex-start}.footer-inline{line-height:1.9}}

.footer-group-k{min-height:1.3em}
.footer-inline{white-space:normal}
/* footer v3 spacing + separators that never start a line */
.site-footer .footer-top{margin-bottom:0;padding-bottom:24px}
.site-footer .footer-groups{padding-top:30px;padding-bottom:30px;margin-bottom:0}
.site-footer .footer-suburbs{padding-top:26px;padding-bottom:26px;margin-bottom:0}
.site-footer .footer-bottom{padding-top:20px}
.footer-inline{display:flex;flex-wrap:wrap;gap:8px 0;line-height:1.4}
.footer-inline a + a::before{content:none;margin:0}
.footer-inline a:not(:last-child)::after{content:"\00b7";color:#B9C2C9;margin:0 10px;font-weight:700}
.footer-more::after{content:none!important}
@media (max-width:600px){.footer-nav{gap:8px 18px}.footer-nav a{font-size:.88rem}}

.footer-inline a::before,.footer-inline a::after{content:none!important}
.fsep{color:#B9C2C9;font-weight:700;margin:0 10px}
.cat-grid{width:100%;max-width:100%}
.footer-groups{grid-template-columns:repeat(6,1fr)}
/* suburbs in the same six-column rhythm as the categories */
.footer-inline{display:grid;grid-template-columns:repeat(6,1fr);gap:10px 28px;max-width:none;width:100%;line-height:1.35}
.footer-inline .fsep{display:none}
.footer-inline a{white-space:normal}
@media (max-width:1100px){.footer-inline{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.footer-inline{grid-template-columns:repeat(2,1fr)}}
.cat-group h2{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.cat-group-n{color:var(--muted);font-weight:500}
.cat-more{margin:14px 0 0}
.cat-more summary{list-style:none;cursor:pointer;display:inline-block}
.cat-more summary::-webkit-details-marker{display:none}
.cat-more[open] summary{margin-bottom:12px}
.card-maps{display:inline-flex;align-items:center;gap:6px;font-weight:600}
.cat-grid{grid-template-columns:repeat(auto-fit,minmax(210px,248px));justify-content:center}
/* benefit lists inside centred heads: box shrinks to its text and sits centred */
.dir-hero .why-list,.why-list--ink{width:max-content;max-width:100%;margin:26px auto 0;text-align:left}
.edit-for{color:var(--accent);margin:0 0 18px}
/* footer columns collapse on small screens (must follow the six-column rule) */
@media (max-width:1100px){.footer-groups{grid-template-columns:repeat(3,1fr)}.footer-inline{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.footer-groups{grid-template-columns:repeat(2,1fr)}.footer-inline{grid-template-columns:repeat(2,1fr)}}
/* editor round: verified panel split, source line under the ideas panel */
.verified--links{margin-top:.6rem}
.ideas-src{font-size:.72rem;opacity:.65;margin-top:.8rem}
/* editor round: verified panel split, source line under the ideas panel */
.verified--links{margin-top:.6rem}
.ideas-src{font-size:.72rem;opacity:.65;margin-top:.8rem}
/* about: centred stat strip under centred content */
.stat-strip .stat{text-align:center}
/* consistency pass 2026-09-07: no parked opacity, lists as wide as the grids above them, one gap between a page's intro and its body */
.rise{opacity:1;transform:none;transition:none}
.section.wrap > .dir-list,.section.wrap > .sec-small + .dir-list,.dir-list{max-width:1180px}
.prof-more-list,.feat-rows{max-width:1180px;margin-left:auto;margin-right:auto}
.dir-hero,.hero{padding-bottom:8px}
.hero + .section,.dir-hero + .section{padding-top:32px}
.about-grid .card,.card{display:flex;flex-direction:column}
/* consistency pass 2: lists and the ideas box span the same width as the grids; forms sit one gap below their intro */
.section.wrap > .dir-list,.section.wrap > .sec-small + .dir-list,.dir-list,.prof-more-list,.feat-rows{max-width:none}
.ideas{max-width:none;margin-top:48px}
@media (min-width:1000px){.ideas-list{display:grid;grid-template-columns:1fr 1fr;column-gap:40px}}
.section.wrap > form.stack{margin-top:0}
.hero.wrap.dir-hero,.wrap.dir-hero,.hero.wrap:not(.hero-home){padding-bottom:16px}
.cat-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));justify-content:stretch}
.related-cats{margin-top:40px;text-align:center}
.related-cats .chip-row{justify-content:center}
.nowrap{white-space:nowrap}
.botw-title{text-wrap:pretty;max-width:none;font-size:clamp(2rem,3.4vw,3rem)}
/* pull quote, not a headline: body face, medium weight, reading size, a quiet opening mark */
.botw-quote{padding:44px 44px 36px}
.botw-quote p{font-family:'Hanken Grotesk',sans-serif;font-weight:500;font-size:clamp(1.05rem,1.15vw,1.25rem);line-height:1.55;letter-spacing:0;color:var(--ink);margin:0 0 20px}
.botw-quote p::before{content:"\201C";display:block;font-family:Figtree,sans-serif;font-weight:800;font-size:3.2rem;line-height:.6;color:var(--teal,#2F6F86);margin-bottom:14px}
.botw-quote footer{font-size:.72rem}
/* type floor: no label under 11.5px; one mono size for labels, one for meta */
.mono,.crumbs ol,.stat-strip .stat-label,.footer-label,.cat-meta,.dir-date,.readout-foot,.ticker li .mono,.ten-src,.ideas-src,.card-foot,.dir-prices,.dir-phone .mono,.ph-powered,.live-strip .stat-label,.factsheet dt{font-size:.74rem}
.kicker,.botw-kicker,.verified-k,.card-k,.vf-k,.feat-row-wk,.footer-group-k a{font-size:.76rem}
.badge-code,.badge-code code{font-family:'IBM Plex Mono',monospace;font-size:.82rem}
.botw-facts dt,.req,.opt,.stamp span,.stamp small,.stamp *{font-size:.72rem}
/* hero: nothing dark paints before the coast. The section carries the blurred coast inline, the poster img sits on it, and the video only shows once it is actually playing. */
.ph-video{opacity:0;transition:opacity .5s ease;background:transparent}
.ph-video.is-playing{opacity:1}
/* mobile pass 2026-09-08: a section that is also the wrap keeps the wrap's side padding; every button in a row is the same height and, on phones, the same width */
.sec.wrap{padding-left:20px;padding-right:20px}
.btn,.btn--light{border:1px solid transparent}
.btn--ghost{border:1px solid rgba(255,255,255,.55)}
.btn--ghost-ink{border:1px solid var(--ink)}
.btn,.btn-outline,.btn--ghost,.btn--ghost-ink,.btn--light{padding:14px 26px;min-height:52px;line-height:1.3;display:inline-flex;align-items:center;justify-content:center}
@media (max-width:600px){.btn-row,.ten-actions,.listing-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.btn-row .btn,.ten-actions .btn,.listing-actions .btn,.listing-actions .btn-outline{width:100%}.two-up > div > .btn,.two-up > div > .btn-row{align-self:stretch}.two-up > div > .btn{width:100%}}
/* mobile pass 2: the two rules that zeroed side padding (#feature.sec and article.feature) now keep it; grids never blow out on long words */
#feature.sec{padding-left:20px;padding-right:20px}
article.feature.wrap{padding-left:20px;padding-right:20px}
.prof > *,.prof-main,.prof-card,.card-row > *,.botw-copy,.botw-quote{min-width:0}
.card-row a,.card-row span,.prof-cats{overflow-wrap:anywhere}
@media (max-width:600px){.listing-actions .btn-outline,.listing-actions .btn{width:100%}}
/* mobile pass 3: no horizontal margin between stacked buttons */
@media (max-width:600px){.btn-row .btn,.btn-row .btn--ghost,.btn-row .btn--light,.ten-actions .btn,.listing-actions .btn,.listing-actions .btn-outline{margin:0}}
@media (max-width:600px){.two-up .btn + .btn{margin-left:0}}
/* mobile pass 4: hero search button is a full tap target; article actions stack full width on phones */
.ph-search button{min-height:46px}
@media (max-width:600px){.feature-actions{flex-direction:column;align-items:stretch}.feature-actions .btn,.feature-actions .btn-outline,.feature-actions a{width:100%;margin:0}}
/* mobile pass 5 (Cooler: buttons were fine before): buttons back to their original 44px size; search stays a single row pill on phones, never an oval; header Add button normal size, centred */
.btn,.btn-outline,.btn--ghost,.btn--ghost-ink,.btn--light{min-height:44px;padding:12px 24px}
@media (max-width:700px){.ph-search,.add-search{flex-direction:row;align-items:center;padding:6px 6px 6px 16px;border-radius:100px}.ph-search input,.add-search input{flex:1 1 auto;min-width:0}.ph-search button,.add-search button{width:auto;flex:0 0 auto;padding:0 18px;min-height:44px;border-radius:100px}}
@media (max-width:600px){.btn-row .btn,.ten-actions .btn,.listing-actions .btn,.listing-actions .btn-outline,.feature-actions a{min-height:44px}}
