/* StorageReviews.com.au — preview build v3 (editorial: Archivo + Fraunces + Inter, navy masthead) */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Fraunces:ital,opsz,wght@1,9..144,400;1,9..144,500;1,9..144,600&family=Inter:wght@400;500;600&display=swap');

:root {
  --navy: #0c1730;
  --hero-1: #0a1530;
  --hero-2: #173a66;
  --ink: #1a2238;
  --ink-soft: #5a6478;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --card: #ffffff;
  --line: #e3e8f0;
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --blue-tint: #e9effc;
  --sky: #8fbdee;
  --green: #43b649;
  --green-tint: #e8f6e9;
  --warn: #b45309;
  --warn-tint: #fdf3e0;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(13,19,42,.05), 0 8px 24px rgba(13,19,42,.07);
  --head: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

h1, h2, h3 { font-family: var(--head); font-weight: 700; line-height: 1.16; color: var(--navy); margin: 0 0 .5em; }
h1 { font-size: clamp(1.95rem, 4.4vw, 2.9rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); margin-top: 1.6em; letter-spacing: -.01em; }
h3 { font-size: 1.12rem; margin-top: 1.4em; }
h1 em, h2 em, .accent { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--blue); letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
a { color: var(--blue); text-decoration-color: rgba(37,99,235,.35); text-underline-offset: 3px; }
a:hover { color: var(--blue-deep); }
ul, ol { padding-left: 1.3em; margin: 0 0 1.2em; }
li { margin-bottom: .45em; }
strong { color: var(--navy); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
img { max-width: 100%; height: auto; border-radius: var(--radius); display: block; }

.lede { font-size: 1.13rem; color: var(--ink-soft); }
.small { font-size: .85rem; color: var(--ink-soft); }
.kicker {
  font-family: var(--head); font-size: .76rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
  display: block; margin-bottom: .9rem;
}
.tagline {
  font-family: var(--head); font-size: .8rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--green);
  margin-bottom: 1rem;
}

/* Header */
header.site {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  position: sticky; top: 0; z-index: 50;
}
.nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.logo { display: inline-flex; align-items: center; margin-right: auto; text-decoration: none; }
.logo img { height: 56px; width: auto; display: block; }
@media (max-width: 560px) { .logo img { height: 46px; } }
.nav a.navlink { color: var(--ink-soft); text-decoration: none; font-size: .93rem; font-weight: 500; }
.nav a.navlink:hover, .nav a.navlink.active { color: var(--blue-deep); }
.nav .btn { padding: 9px 16px; font-size: .88rem; }

/* Buttons */
.btn {
  display: inline-block; background: var(--blue); color: #fff;
  font-family: var(--head); font-weight: 600; font-size: .95rem; text-decoration: none;
  padding: 13px 22px; border-radius: 10px; border: 1px solid var(--blue);
  transition: background .15s ease; cursor: pointer;
}
.btn:hover { background: var(--blue-deep); color: #fff; }
.btn-outline { background: #fff; color: var(--blue-deep); border: 1.5px solid var(--blue); }
.btn-outline:hover { background: var(--blue-tint); color: var(--blue-deep); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 1.6rem 0 .9rem; }

/* Editorial navy hero */
.hero {
  background: radial-gradient(120% 120% at 80% 10%, var(--hero-2) 0%, var(--hero-1) 60%);
  color: #d4ddec; padding: 0 0 64px; position: relative;
}
.masthead {
  border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16);
  padding: 11px 0; margin-bottom: 50px;
  font-family: var(--head); font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: #9fb2cf; display: flex; gap: 26px; flex-wrap: wrap; align-items: center;
}
.masthead .dot { color: var(--sky); }
.masthead .cities { color: #c3d2e8; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero .eyebrow { font-family: var(--head); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sky); margin-bottom: 18px; }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.7rem); line-height: 1.04; letter-spacing: -.025em; margin: 0 0 22px; }
.hero h1 .accent { display: block; color: var(--sky); font-weight: 500; letter-spacing: -.01em; }
.hero .lede { color: #b7c4d8; max-width: 46ch; font-size: 1.1rem; }
.hero .trust { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 24px 0 0; list-style: none; }
.hero .trust li { font-size: .82rem; font-weight: 500; color: #aebbd0; margin: 0; display: inline-flex; align-items: center; gap: 7px; }
.hero .trust li::before {
  content: ""; width: 16px; height: 16px; flex: 0 0 auto;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><circle cx='10' cy='10' r='10' fill='%2343b649'/><path d='M6 10.5 L9 13.5 L14.5 7' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
}
.hero .btn-row { margin-top: 26px; }
.hero .btn-ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.hero .btn-ghost-light:hover { background: rgba(255,255,255,.1); color: #fff; }

/* Situation picker card */
.situation { background: #fff; border-radius: 16px; box-shadow: 0 20px 50px rgba(5,12,28,.35); padding: 22px; color: var(--ink); }
.sit-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.sit-step { font-family: var(--head); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.sit-bar { width: 84px; height: 5px; border-radius: 3px; background: var(--line); position: relative; }
.sit-bar::before { content:""; position:absolute; left:0; top:0; bottom:0; width:50%; background: var(--blue); border-radius:3px; }
.situation h2 { font-family: var(--head); font-size: 1.2rem; margin: 6px 0 14px; color: var(--navy); letter-spacing: -.01em; }
.sit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sit-tile {
  text-align: left; border: 1px solid var(--line); border-radius: 11px; padding: 12px 13px; background: #fff;
  text-decoration: none; color: var(--navy); transition: border-color .12s, background .12s, transform .12s; cursor: pointer; display: block;
}
.sit-tile:hover { border-color: var(--blue); background: var(--blue-tint); transform: translateY(-1px); color: var(--navy); }
.sit-tile b { font-family: var(--head); font-weight: 600; font-size: .92rem; display: block; }
.sit-tile span { font-size: .76rem; color: var(--ink-soft); }
.sit-foot { margin: 14px 0 0; font-size: .78rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 13px; }
.sit-foot strong { color: var(--navy); }
@media (max-width: 900px){ .sit-grid { grid-template-columns: 1fr 1fr; } .masthead { margin-bottom: 34px; gap: 14px; } }
@media (max-width: 560px){ .sit-grid { grid-template-columns: 1fr; } .hero { padding-bottom: 44px; } }

.hero h1 { max-width: 15ch; }
.hero .lede { max-width: 52ch; }
.hero-img img { box-shadow: var(--shadow); }
.trust { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 22px 0 0; list-style: none; }
.trust li {
  font-size: .85rem; font-weight: 600; color: var(--ink-soft); margin: 0;
  display: inline-flex; align-items: center; gap: 7px;
}
.trust li::before {
  content: ""; width: 17px; height: 17px; flex: 0 0 auto;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><circle cx='10' cy='10' r='10' fill='%2343b649'/><path d='M6 10.5 L9 13.5 L14.5 7' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
}

/* Sections */
section.band { padding: 56px 0; }
section.band.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section.band.navy { background: var(--navy); color: #cdd6e8; }
section.band.navy h2, section.band.navy h3 { color: #fff; }
section.band.navy a { color: #9db9f5; }
section.band.navy .small { color: #8e9ab3; }
section.band.navy .helplines strong { color: #fff; }

/* Steps (How it works) */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 2rem; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.step .num {
  width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { margin-top: 0; }
.step p { margin-bottom: 0; color: var(--ink-soft); font-size: .95rem; }

/* Cards */
.grid { display: grid; gap: 20px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow);
}
.card h3 { margin-top: 0; }
.card .small { margin-bottom: 0; }
a.card { text-decoration: none; color: inherit; display: block; transition: transform .12s ease, border-color .12s ease; }
a.card:hover { transform: translateY(-2px); border-color: var(--blue); }
a.card .more { color: var(--blue-deep); font-weight: 600; font-size: .92rem; font-family: var(--head); }

/* Callouts */
.callout {
  background: var(--bg-soft); border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin: 1.6rem 0;
}
.callout.amber { border-left-color: var(--warn); background: var(--warn-tint); }
.callout.help { border-left-color: var(--green); background: var(--green-tint); }
.callout p:last-child { margin-bottom: 0; }

blockquote.template {
  background: var(--blue-tint); border: 1px dashed var(--blue); border-radius: var(--radius);
  margin: 1.4rem 0; padding: 20px 24px; font-size: .95rem;
}
blockquote.template p:last-child { margin-bottom: 0; }

/* Article layout */
article.page { padding: 56px 0 70px; }
article.page .meta { color: var(--ink-soft); font-size: .9rem; margin-bottom: 2rem; }
.signature { font-family: var(--head); font-weight: 600; font-size: 1.02rem; margin-top: 1.6rem; color: var(--navy); }
figure.photo { margin: 2rem 0; }
figure.photo img { box-shadow: var(--shadow); width: 100%; object-fit: cover; max-height: 460px; }
figure.photo figcaption { font-size: .82rem; color: var(--ink-soft); margin-top: 10px; }

/* Criteria grid */
.criteria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 1.6rem 0; padding: 0; list-style: none; }
.criteria li {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 16px; font-size: .92rem; font-weight: 600; margin: 0; font-family: var(--head);
}
.criteria li span { display: block; font-weight: 400; color: var(--ink-soft); font-size: .84rem; margin-top: 2px; font-family: var(--body); }

/* Sample listings */
.sample-banner {
  background: var(--warn-tint); border: 1px solid #efdcb7; color: var(--warn);
  border-radius: 10px; padding: 12px 18px; font-size: .92rem; font-weight: 600; margin: 1.4rem 0;
}
.listing { display: flex; gap: 20px; align-items: flex-start; }
.score {
  flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%;
  background: var(--green); color: #fff; font-weight: 700; font-size: 1.25rem;
  display: flex; align-items: center; justify-content: center; font-family: var(--head);
}
.listing .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.listing .tag {
  font-size: .78rem; background: var(--green-tint); color: #2c7d31;
  padding: 4px 10px; border-radius: 999px; font-weight: 600;
}
.listing .tag.warn { background: var(--warn-tint); color: var(--warn); }

/* FAQ */
details {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 16px 20px; margin-bottom: 12px;
}
details summary { cursor: pointer; font-weight: 600; font-family: var(--head); color: var(--navy); }
details[open] summary { margin-bottom: .6rem; color: var(--blue-deep); }
details p:last-child { margin-bottom: 0; }

/* Forms */
form.review label { display: block; font-weight: 600; font-size: .92rem; margin: 18px 0 6px; font-family: var(--head); }
form.review input[type="text"], form.review input[type="email"], form.review select, form.review textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font-family: var(--body); font-size: .97rem; background: #fff; color: var(--ink);
}
form.review textarea { min-height: 170px; resize: vertical; }
form.review input:focus, form.review textarea:focus, form.review select:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.checkline { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; font-size: .92rem; }
.checkline input { margin-top: 4px; }
.form-note { display: none; margin-top: 16px; }
.form-note.show { display: block; }

/* Helpline strip */
.helplines { font-size: .95rem; }
.helplines strong { white-space: nowrap; }

/* Footer */
footer.site {
  background: var(--navy); color: #aab4cb; padding: 52px 0 36px; margin-top: 70px; font-size: .92rem;
}
footer.site h4 { color: #fff; font-family: var(--head); font-size: 1rem; margin: 0 0 .8rem; }
footer.site a { color: #9db9f5; text-decoration: none; }
footer.site a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
.foot-tagline { font-family: var(--head); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #43b649; margin: -4px 0 12px; }
.foot-legal { border-top: 1px solid #27314f; margin-top: 34px; padding-top: 20px; font-size: .82rem; color: #7c87a3; }
footer.site ul { list-style: none; padding: 0; }
footer.site li { margin-bottom: .5em; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .grid.cols-3, .grid.cols-2, .steps-grid { grid-template-columns: 1fr; }
  .criteria { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero { padding: 44px 0 40px; }
}
@media (max-width: 560px) {
  .criteria { grid-template-columns: 1fr; }
  .listing { flex-direction: column; }
  body { font-size: 16px; }
}

/* ---------- Location architecture ---------- */
.crumbs { font-size: .82rem; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--blue); }
.crumbs span { color: var(--line); margin: 0 7px; }

.loc-hero { padding: 48px 0 40px; background: linear-gradient(180deg,#f5f7fa,#fff); border-bottom: 1px solid var(--line); }
.loc-hero h1 { font-size: clamp(2rem,4vw,2.9rem); }
.loc-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--blue); }
.loc-hero .lede { max-width: 60ch; }

.finder { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 20px; margin-top: 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.finder .f-text { flex: 1 1 240px; }
.finder .f-text strong { display: block; font-family: var(--head); color: var(--navy); }
.finder .f-text span { font-size: .85rem; color: var(--ink-soft); }
.finder input { flex: 1 1 160px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--body); font-size: .97rem; }
.finder input:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.finder .btn { flex: 0 0 auto; }
.finder-msg { width: 100%; margin: 6px 0 0; font-size: .9rem; color: var(--blue-deep); display: none; }
.finder-msg.show { display: block; }

/* State / suburb link tiles */
.tile-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 1.4rem 0 0; }
.tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px;
  text-decoration: none; color: var(--navy); box-shadow: var(--shadow); transition: transform .12s, border-color .12s;
  display: flex; flex-direction: column; gap: 3px;
}
.tile:hover { transform: translateY(-2px); border-color: var(--blue); color: var(--navy); }
.tile b { font-family: var(--head); font-size: 1.05rem; }
.tile span { font-size: .82rem; color: var(--ink-soft); }
.suburb-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 1rem 0 0; }
.suburb-links a { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-size: .86rem; text-decoration: none; color: var(--ink); }
.suburb-links a:hover { border-color: var(--blue); color: var(--blue-deep); }

/* Filter chips */
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 1.6rem 0 1.2rem; align-items: center; }
.chip {
  font-family: var(--head); font-size: .85rem; font-weight: 600; color: var(--ink-soft);
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; cursor: pointer;
}
.chip.active, .chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.result-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 4px; }
.result-meta .count { font-size: .9rem; color: var(--ink-soft); }

/* ---------- Facility cards (ClinicReviews style) ---------- */
.fac-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 1.4rem; }
.fac-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .12s, box-shadow .12s;
}
.fac-card:hover { transform: translateY(-3px); box-shadow: 0 6px 14px rgba(13,19,42,.08), 0 20px 40px rgba(13,19,42,.10); }
.fac-photo { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.fac-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.fac-photo .ph {
  position: absolute; inset: 0; background: linear-gradient(135deg,#1d3a8a,#2563eb 55%,#3b82f6);
  display: flex; align-items: center; justify-content: center;
}
.fac-photo .ph svg { width: 58px; height: 58px; opacity: .9; }
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--head); font-size: .72rem; font-weight: 700; letter-spacing: .02em;
  padding: 5px 11px; border-radius: 999px; background: #fff; color: var(--navy); box-shadow: 0 1px 4px rgba(0,0,0,.15);
}
.badge.top { background: var(--green); color: #fff; }
.badge.review { background: var(--blue); color: #fff; }
.badge.flag { background: var(--warn); color: #fff; }
.heart {
  position: absolute; top: 10px; right: 10px; z-index: 2; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); font-size: 15px;
}
.fac-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.fac-name { font-family: var(--head); font-weight: 700; font-size: 1.06rem; color: var(--navy); margin: 0 0 3px; }
.fac-meta { font-size: .82rem; color: var(--ink-soft); margin: 0 0 8px; }
.fac-tags { font-size: .8rem; color: var(--ink-soft); margin: 0 0 14px; }
.score-row { display: flex; align-items: center; gap: 10px; margin: auto 0 14px; }
.trust-pill { font-family: var(--head); font-weight: 700; font-size: .82rem; color: var(--blue-deep); background: var(--blue-tint); border-radius: 8px; padding: 5px 9px; letter-spacing: .02em; }
.trust-pill.np { color: var(--ink-soft); background: var(--bg-soft); }
.trust-pill.low { color: #b42318; background: #fdeceb; }
.stars { font-size: .85rem; color: var(--ink); display: flex; align-items: center; gap: 4px; }
.stars .s { color: #f5b301; letter-spacing: -1px; }
.stars .rc { color: var(--ink-soft); font-size: .8rem; }
.fac-actions { display: flex; gap: 8px; }
.fac-actions .btn { flex: 1; text-align: center; padding: 10px 12px; font-size: .88rem; }
.fac-actions .btn.ghost { flex: 0 0 auto; background: #fff; color: var(--navy); border: 1px solid var(--line); }
.fac-actions .btn.ghost:hover { border-color: var(--blue); color: var(--blue-deep); }

@media (max-width: 1000px) { .fac-grid, .tile-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .fac-grid, .tile-grid { grid-template-columns: 1fr; } .finder { flex-direction: column; align-items: stretch; } }

/* Founder story video */
.story-video {
  width: 100%; display: block; border-radius: var(--radius);
  box-shadow: var(--shadow); margin: 1.5rem 0 .3rem; background: #000;
}

/* Founder pullquote */
.pullquote {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 1.35rem; line-height: 1.5; color: var(--navy);
  border-left: 4px solid var(--blue); padding-left: 18px; margin: 1.5rem 0;
}

/* ---------- Mobile navigation ---------- */
.navtoggle { display: none; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; }

@media (max-width: 900px) {
  header.site { padding: 10px 0; }
  .navtoggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; margin-left: auto;
    background: #fff; color: var(--navy);
    border: 1px solid var(--line); border-radius: 11px; cursor: pointer;
  }
  .navtoggle.open { background: var(--navy); color: #fff; border-color: var(--navy); }
  .nav-links {
    display: none; width: 100%; flex-direction: column; align-items: stretch;
    gap: 0; margin: 10px 0 4px; padding: 6px 0 12px;
    border-top: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-links a.navlink {
    display: block; padding: 15px 6px; font-size: 1.04rem; font-weight: 600;
    font-family: var(--head); color: var(--navy);
    border-bottom: 1px solid var(--line); min-height: 48px;
  }
  .nav-links a.navlink.active { color: var(--blue-deep); }
  .nav-links .btn { margin-top: 14px; text-align: center; padding: 15px 16px; font-size: 1rem; }
}

/* ---------- Mobile touch comfort ---------- */
@media (max-width: 640px) {
  .btn-row .btn { flex: 1 1 100%; text-align: center; padding: 15px 18px; }
  .fac-actions .btn { padding: 13px 12px; }
  .masthead { font-size: .62rem; gap: 10px; }
  .masthead .cities { display: none; }
  .chips {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    padding-bottom: 8px; margin-right: -24px; padding-right: 24px;
    scrollbar-width: none;
  }
  .chips::-webkit-scrollbar { display: none; }
  .chip { white-space: nowrap; flex: 0 0 auto; padding: 10px 18px; }
  .crumbs { white-space: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: -24px; padding-right: 24px; }
  .crumbs::-webkit-scrollbar { display: none; }
  .suburb-links a { padding: 10px 16px; }
  details summary { padding: 4px 0; min-height: 44px; display: flex; align-items: center; }
  .sit-tile { padding: 15px 14px; }
  .situation { padding: 18px; }
  .loc-hero { padding: 34px 0 30px; }
  section.band { padding: 40px 0; }
}
