/* Premium visual system */
/* =========================================================================
   sydneydecorators.com — styles
   Palette: deep slate/navy + terracotta/amber accent (painting & decorating feel)
   ========================================================================= */

:root {
  --navy: #0f1f33;
  --navy-2: #16283f;
  --slate: #526276;
  --ink: #1e293b;
  --bg: #f8f7f4;
  --card: #ffffff;
  --line: #e6e5e0;
  --amber: #f59e0b;
  --terracotta: #c2410c;
  --green: #16a34a;
  --radius: 20px;
  --shadow: 0 1px 2px rgba(15, 31, 51, .06), 0 8px 24px -12px rgba(15, 31, 51, .18);
  --shadow-lg: 0 12px 40px -12px rgba(15, 31, 51, .28);
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #d97706; outline-offset: 4px; }
.hero-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .16em; color: #fbbf24; margin: 0 0 18px; }
body[data-page="home"] .hero { background: linear-gradient(90deg, rgba(15,31,51,.98) 0%, rgba(15,31,51,.87) 55%, rgba(15,31,51,.55)), url('images/hero-skyline.png') center / cover; }
body[data-page="home"] .hero h1 { font-size: clamp(2.4rem, 5vw, 4.1rem); max-width: 790px; line-height: 1.12; }
.directory-tools { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.directory-sort { display: inline-flex; align-items: center; gap: 10px; }
.directory-tools label { color: var(--navy); font-size: .85rem; font-weight: 700; white-space: nowrap; }
.directory-tools select { padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--navy); }
.load-more-wrap { text-align: center; margin: 26px 0; }
.search-empty {
  grid-column: 1 / -1; padding: 46px 24px; border: 1px dashed #cbd5e1;
  border-radius: 16px; background: #fff; text-align: center;
}
.search-empty-icon {
  width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center;
  border-radius: 50%; background: #fff7ed; color: var(--terracotta);
}
.search-empty-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.search-empty h3 { margin-bottom: 8px; }
.search-empty p { max-width: 460px; margin: 0 auto 20px; color: var(--slate); }
.card-actions { flex-wrap: wrap; }
.card { min-width: 0; overflow-wrap: anywhere; }
.menu-toggle { min-width: 44px; min-height: 44px; }
@media (min-width: 641px) and (max-width: 1050px) {
  body .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 12px; }
  body .nav-links.open { display: flex; }
  body .menu-toggle { display: block; }
}
@media (max-width: 640px) { .search-panel > * { min-width: 0; } .ad-slot { overflow: hidden; } .hero-stats .stat { flex: 1 1 40%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: "Manrope", "Inter", sans-serif; line-height: 1.2; color: var(--navy); margin: 0 0 .5rem; letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  padding: 11px 16px; border-radius: 8px; background: #fff; color: var(--navy);
  font-weight: 800; box-shadow: 0 10px 30px rgba(15,31,51,.22);
  transform: translateY(calc(-100% - 24px)); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--amber); outline-offset: 2px; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.muted { color: var(--slate); }
.small { font-size: .85rem; }

/* ------------------------------------------------------------------ header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 31, 51, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.brand .logo {
  width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  background: var(--amber); color: var(--navy);
}
.brand .logo svg, .footer-brand .logo svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand span em { color: var(--amber); font-style: normal; }
.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a { color: #cbd5e1; padding: 8px 14px; border-radius: 9px; font-size: .95rem; font-weight: 500; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav-cta {
  background: var(--amber); color: var(--navy) !important; font-weight: 700;
  border-radius: 9px; padding: 9px 16px; white-space: nowrap;
}
.nav-cta:hover { background: #fbbf24; }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; color: #fff; cursor: pointer; padding: 10px; border-radius: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.ui-icon { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.meta .loc, .detail-location, .spotlight-ribbon { display: inline-flex; align-items: center; gap: 6px; }

/* ------------------------------------------------------------------ hero */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(245,158,11,.22), transparent 60%),
    radial-gradient(900px 400px at 10% 110%, rgba(234,88,12,.18), transparent 60%),
    var(--navy);
  color: #e2e8f0; padding: 72px 0 60px; position: relative; overflow: hidden;
}
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; max-width: 720px; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero .sub { font-size: 1.15rem; max-width: 620px; margin-top: 14px; color: #cbd5e1; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.stat {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 10px 16px; display: flex; align-items: center; gap: 10px;
}
.stat b { color: #fff; font-size: 1.25rem; font-family: "Manrope", sans-serif; }
.stat span { font-size: .8rem; color: #94a3b8; }
.search-panel {
  margin-top: 30px; background: #fff; border-radius: var(--radius); padding: 14px;
  display: flex; gap: 10px; flex-wrap: wrap; box-shadow: var(--shadow-lg);
}
.search-panel input, .search-panel select {
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; font-size: 1rem;
  font-family: inherit; color: var(--ink); outline: none; background: #fbfcfe;
}
.search-panel input { flex: 1 1 260px; }
.search-panel select { flex: 0 1 200px; }
.search-panel input:focus, .search-panel select:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,158,11,.15); }
.search-btn {
  background: var(--terracotta); color: #fff; border: 0; border-radius: 10px; padding: 13px 24px;
  font-size: 1rem; font-weight: 700; cursor: pointer; font-family: inherit;
}
.search-btn:hover { background: #c2410c; }
.hero-popular {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 14px;
  color: #cbd5e1; font-size: .82rem;
}
.hero-popular > span { margin-right: 2px; color: #94a3b8; font-weight: 700; }
.hero-popular a {
  display: inline-flex; align-items: center; min-height: 34px; padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  background: rgba(15,31,51,.34); color: #fff; font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.hero-popular a:hover { border-color: rgba(245,158,11,.72); background: rgba(245,158,11,.12); color: #fbbf24; }
.hero-popular .hero-popular-all { border-color: transparent; background: transparent; color: #fbbf24; }

/* -------------------------------------------------------------- 404 recovery */
.not-found-hero { padding: 70px 0 64px; text-align: center; }
.not-found-wrap { max-width: 820px; }
.not-found-hero h1 { margin-top: 8px; }
.not-found-hero .sub { max-width: 620px; margin: 14px auto 0; }
.not-found-search {
  max-width: 680px; margin: 28px auto 0; padding: 16px;
  border: 1px solid rgba(255,255,255,.15); border-radius: 16px;
  background: rgba(255,255,255,.08); text-align: left;
  box-shadow: 0 18px 48px rgba(4,12,24,.22);
}
.not-found-search label { display: block; margin: 0 0 8px; color: #fff; font-size: .88rem; font-weight: 700; }
.not-found-search-row { display: flex; gap: 10px; }
.not-found-search input {
  min-width: 0; flex: 1 1 auto; min-height: 48px; padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 10px;
  background: #fff; color: var(--ink); font: inherit;
}
.not-found-search input:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,158,11,.22); outline: 0; }
.not-found-actions { margin-top: 22px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ------------------------------------------------------------- trust rail */
.trust-rail { padding: 24px 0 4px; }
.trust-rail-inner {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 18px 44px -28px rgba(15, 31, 51, .34); overflow: hidden;
}
.trust-point { display: flex; gap: 14px; padding: 22px 24px; align-items: flex-start; }
.trust-point + .trust-point { border-left: 1px solid var(--line); }
.trust-icon {
  width: 40px; height: 40px; border-radius: 11px; flex: none;
  display: grid; place-items: center; background: #fff7ed; color: var(--terracotta);
}
.trust-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-point h2 { font-size: .98rem; margin: 1px 0 5px; letter-spacing: -.01em; }
.trust-point p { margin: 0; color: var(--slate); font-size: .84rem; line-height: 1.55; }

/* ------------------------------------------------------------------ ad slots */
.ad-slot {
  text-align: center; background: #f1f5f9; border: 1px dashed #cbd5e1; border-radius: 12px;
  padding: 12px; min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.ad-slot .ad-label { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #475569; }
.ad-slot ins { display: block; }
.ad-leaderboard { min-height: 110px; }
.ad-mpu { min-height: 250px; }
.ad-native { min-height: 120px; margin: 0; }

/* ------------------------------------------------------------------ sections */
section { padding: 56px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; }
.kicker { color: var(--terracotta); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.link-more { color: var(--terracotta); font-weight: 600; font-size: .95rem; }

/* ------------------------------------------------------------------ listing cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 18px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #fcd9a8; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.avatar {
  position: relative; flex: none;
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' fill-opacity='0.38' d='M12 3 2 12h3v9h6v-6h2v6h6v-9h3z'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--navy-2), var(--navy));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 58%, cover;
  color: #fff; font-weight: 800; font-size: 1.1rem; font-family: "Manrope", sans-serif;
}
.avatar.avatar-lg {
  width: 64px; height: 64px; border-radius: 16px; font-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' fill-opacity='0.38' d='M12 3 2 12h3v9h6v-6h2v6h6v-9h3z'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--amber), var(--terracotta));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 58%, cover;
}
.avatar-badge {
  position: absolute; right: -4px; bottom: -4px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--green); color: #fff; font-size: .65rem; font-weight: 900;
  display: grid; place-items: center; border: 2px solid #fff;
}
.avatar-badge .ui-icon { width: 11px !important; height: 11px !important; stroke-width: 2.6 !important; }
.card h3 { font-size: 1.12rem; font-weight: 700; }
.card h3 a:hover { color: var(--terracotta); }
.badges { display: flex; gap: 6px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .72rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; letter-spacing: .02em;
}
.badge .ui-icon { width: 12px !important; height: 12px !important; stroke-width: 2.2 !important; }
.badge.featured { background: #fef3c7; color: #92400e; }
.badge.verified { background: #dcfce7; color: #166534; }
.badge.score { background: #eef2ff; color: #4338ca; }
.badge.local-match { background: #e0f2fe; color: #075985; }
.rating { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--navy); }
.stars { color: var(--amber); letter-spacing: 1px; }
.rating-number { color: var(--navy); font-weight: 800; }
.rating-number-large { font-size: 1.6rem; }
.sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.meta { font-size: .88rem; color: var(--slate); display: flex; flex-wrap: wrap; gap: 4px 12px; }
.meta .loc { font-weight: 600; color: var(--ink); }
.services { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: .78rem; background: #f1f5f9; border: 1px solid var(--line); color: #475569; padding: 3px 10px; border-radius: 999px; }
.card p.blurb { font-size: .9rem; color: var(--slate); margin: 0; }
.suburb-spotlight { margin-bottom: 22px; }
.suburb-spotlight .card { border: 2px solid var(--amber); box-shadow: var(--shadow-lg); }
.spotlight-ribbon {
  display: inline-flex; align-items: center; gap: 6px; background: var(--navy); color: var(--amber);
  font-size: .78rem; font-weight: 800; padding: 7px 16px; border-radius: 10px 10px 0 0; letter-spacing: .01em;
}
.card-actions { display: flex; gap: 8px; margin-top: auto; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 10px 16px; border-radius: 10px; font-weight: 700; font-size: .92rem; cursor: pointer; border: 1px solid transparent;
  font-family: inherit; text-align: center;
}
.btn-primary { background: var(--terracotta); color: #fff; }
.btn-primary:hover { background: #c2410c; }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--navy); }
.btn-ghost:hover { border-color: var(--terracotta); color: var(--terracotta); }
.btn-amber { background: var(--amber); color: var(--navy); }
.btn-amber:hover { background: #fbbf24; }
.btn:disabled { opacity: .72; cursor: wait; }
.form-status { margin: 12px 0 0; color: var(--navy); font-size: .9rem; font-weight: 700; line-height: 1.5; }

/* ------------------------------------------------------------------ regions */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.region-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 18px;
  display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow); transition: transform .15s ease;
}
.region-card:hover { transform: translateY(-2px); border-color: #fcd9a8; }
.region-card .ic { width: 40px; height: 40px; border-radius: 10px; background: #fff7ed; color: var(--terracotta); display: grid; place-items: center; font-size: 1.2rem; flex: none; }
.region-card .ic svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.region-card b { display: block; color: var(--navy); }
.region-card span { font-size: .82rem; color: var(--slate); }

/* ------------------------------------------------------------------ how it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.step .num { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: var(--amber); font-weight: 800; display: grid; place-items: center; font-size: 1.1rem; margin-bottom: 12px; }
.step h3 { font-size: 1.05rem; }
.step p { font-size: .92rem; color: var(--slate); margin: 0; }

/* ------------------------------------------------------------------ cta band */
.cta-band {
  background: linear-gradient(135deg, var(--navy), #1e3a5f);
  color: #e2e8f0; border-radius: 20px; padding: 44px; text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cta-band p { max-width: 560px; margin: 10px auto 24px; color: #cbd5e1; }

/* ------------------------------------------------------------------ FAQ */
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faq-item summary { padding: 18px 20px; font-weight: 700; cursor: pointer; color: var(--navy); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--terracotta); }
.faq-item[open] summary::after { content: "–"; }
.faq-item .a { padding: 0 20px 18px; color: var(--slate); font-size: .95rem; }

/* ------------------------------------------------------------------ detail page */
.crumb { font-size: .85rem; color: var(--slate); padding: 18px 0 0; }
.crumb a { color: var(--terracotta); }
.detail-head { background: var(--navy); color: #e2e8f0; padding: 44px 0 56px; position: relative; overflow: hidden; }
.detail-head h1 { color: #fff; font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
.detail-head .meta { color: #cbd5e1; }
.detail-head .wrap { position: relative; z-index: 2; }

/* ------------------------------------------------------------------ hero / header roofline art */
.hero::after, .detail-head::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-repeat: no-repeat; background-position: right bottom;
}
.hero::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath fill='%23f59e0b' fill-opacity='0.14' d='M0 200V160L60 100 120 160 180 70 240 160 300 110 360 160 420 90 480 160 540 120 600 160V200Z'/%3E%3Cpath fill='none' stroke='%23f59e0b' stroke-opacity='0.35' stroke-width='3' d='M0 160L60 100 120 160 180 70 240 160 300 110 360 160 420 90 480 160 540 120 600 160'/%3E%3C/svg%3E");
  background-size: min(560px, 62%) auto;
}
.detail-head::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath fill='%23f59e0b' fill-opacity='0.12' d='M0 200V160L60 100 120 160 180 70 240 160 300 110 360 160 420 90 480 160 540 120 600 160V200Z'/%3E%3Cpath fill='none' stroke='%23f59e0b' stroke-opacity='0.3' stroke-width='3' d='M0 160L60 100 120 160 180 70 240 160 300 110 360 160 420 90 480 160 540 120 600 160'/%3E%3C/svg%3E");
  background-size: min(480px, 55%) auto;
}
@media (max-width: 640px) {
  .hero::after, .detail-head::after { background-size: 280px auto; opacity: .6; }
}

/* homepage hero: richer illustrated skyline (gradients baked into the image) replaces the flat CSS roofline */
body[data-page="home"] .hero {
  background-color: var(--navy);
  background-image: url("images/hero-skyline.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
body[data-page="home"] .hero::after { content: none; }

.detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; margin-top: -28px; position: relative; }
.profile-card {
  background: var(--card); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  padding: 28px; position: relative; z-index: 2;
}
.side-col { display: flex; flex-direction: column; gap: 18px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 22px; position: relative; z-index: 2; }
.contact-card .row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.contact-card .row:last-child { border-bottom: 0; }
.contact-card .row .ic { color: var(--terracotta); }
.mobile-profile-actions { display: none; }
.mobile-service-actions { display: none; }

/* ------------------------------------------------------ service + suburb */
.service-local-hero { padding: 32px 0 56px; }
.breadcrumbs { margin-bottom: 28px; color: #94a3b8; font-size: .82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: #64748b; }
.breadcrumbs a { color: #fbbf24; font-weight: 700; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.service-local-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 72px; align-items: center; }
.service-local-intro .hero-eyebrow { display: block; margin-bottom: 14px; }
.service-local-intro h1 { max-width: 760px; font-size: clamp(2.3rem, 4.4vw, 4rem); line-height: 1.06; letter-spacing: -.055em; }
.service-local-place { display: inline; color: #fff; }
.service-local-place em { color: var(--amber); }
.service-local-primary { margin-top: 22px; min-height: 50px; padding-inline: 20px; }
.service-local-summary {
  padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px;
  background: rgba(255,255,255,.075); box-shadow: 0 24px 60px rgba(2,8,23,.24);
  backdrop-filter: blur(10px);
}
.service-local-stat { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.service-local-stat:first-child { padding-top: 0; }
.service-local-stat-icon { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 10px; background: rgba(245,158,11,.14); color: #fbbf24; }
.service-local-stat-icon .ui-icon { width: 19px !important; height: 19px !important; stroke-width: 2.1 !important; }
.service-local-stat div { display: flex; align-items: baseline; gap: 8px; }
.service-local-stat strong { color: #fff; font: 800 1.45rem/1 "Manrope", sans-serif; }
.service-local-stat span { color: #cbd5e1; font-size: .86rem; }
.service-local-summary > p { margin: 15px 0 0; color: #cbd5e1; font-size: .82rem; line-height: 1.55; }
.service-local-results { padding-top: 52px; }
.service-local-results-head { margin-bottom: 26px; }
.service-local-results-head h2 { margin-bottom: 0; }
.service-local-results-head p { max-width: 760px; margin: 10px 0 0; color: var(--slate); }
.suburb-results { padding-top: 52px; }
.suburb-results-head { margin-bottom: 26px; }
.suburb-results-head h2 { margin-bottom: 0; }
.suburb-results-head p { max-width: 760px; margin: 10px 0 0; color: var(--slate); }
.suburb-inline-ad { grid-column: 1 / -1; margin: 2px 0; min-width: 0; }
.service-overview-section { padding: 48px 0 16px; }
.service-overview-card { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 24px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.service-overview-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 18px; background: #fff7ed; color: var(--terracotta); }
.service-overview-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.service-overview-card h2 { margin: 3px 0 12px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.service-overview-copy { color: var(--slate); }
.service-overview-copy p { margin: 0; }
.service-overview-copy p + p { margin-top: 10px; }
.service-region-section { padding: 40px 0; }
.service-region-section .section-head p, .services-catalog-section .section-head p { max-width: 700px; margin: 9px 0 0; color: var(--slate); }
.service-region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.service-region-link { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 64px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.service-region-link:hover { transform: translateY(-2px); border-color: #d9bb80; background: #fffaf0; }
.service-region-link > span { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); }
.service-region-link .ui-icon { color: var(--terracotta); }
.service-region-link small { color: var(--slate); white-space: nowrap; }
.service-category-results { padding-top: 48px; }
.service-category-results-head p { max-width: 760px; margin: 10px 0 0; color: var(--slate); }
.service-more { margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.service-more > summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 62px; padding: 15px 20px; cursor: pointer; color: var(--navy); font-weight: 800; list-style: none; }
.service-more > summary::-webkit-details-marker { display: none; }
.service-more > summary::after { content: "+"; width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #fff7ed; color: var(--terracotta); font-size: 1.3rem; }
.service-more[open] > summary::after { content: "−"; }
.service-more > summary small { margin-left: auto; color: var(--slate); font-weight: 600; }
.service-more > .grid { padding: 24px; border-top: 1px solid var(--line); }
.service-related-section { padding-top: 56px; }
.related-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-catalog-section { padding-top: 52px; }
.service-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-catalog-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-catalog-card:hover { transform: translateY(-3px); border-color: #d9bb80; box-shadow: var(--shadow-lg); }
.service-catalog-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 15px; background: #fff7ed; color: var(--terracotta); }
.service-catalog-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-catalog-card b { display: block; color: var(--navy); font: 800 1.08rem/1.3 "Manrope", sans-serif; }
.service-catalog-card p { margin: 7px 0 12px; color: var(--slate); font-size: .86rem; line-height: 1.6; }
.service-catalog-card div > span { color: var(--slate); font-size: .8rem; font-weight: 700; }
.service-catalog-card em { margin-left: 8px; color: var(--terracotta); font-style: normal; }
.big-stars { font-size: 1.5rem; color: var(--amber); letter-spacing: 2px; }
.score-ring { display: inline-flex; align-items: center; gap: 10px; }
.score-ring .ring { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; font-family: "Manrope", sans-serif; font-size: 1.1rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-block h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); margin: 0 0 10px; }
.info-block ul { margin: 0; padding: 0; list-style: none; }
.info-block li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .95rem; display: flex; align-items: center; gap: 8px; }
.info-block li:last-child { border-bottom: 0; }
.info-block li::before { content: "✓"; color: var(--green); font-weight: 700; }
.profile-trust { margin-top: 24px; border: 1px solid var(--line); border-radius: 14px; background: #f8fafc; overflow: hidden; }
.profile-trust summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 16px; cursor: pointer; list-style: none; }
.profile-trust summary::-webkit-details-marker { display: none; }
.profile-trust summary:focus-visible { outline: 3px solid var(--amber); outline-offset: -3px; }
.profile-trust-summary { display: flex; align-items: center; gap: 11px; min-width: 0; }
.profile-trust-icon { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 10px; background: #e0e7ff; color: #3730a3; }
.profile-trust-icon .ui-icon { width: 17px !important; height: 17px !important; stroke-width: 2.4 !important; }
.profile-trust-summary strong, .profile-trust-summary small { display: block; }
.profile-trust-summary strong { color: var(--navy); font-size: .95rem; }
.profile-trust-summary small { margin-top: 2px; color: var(--slate); font-size: .8rem; }
.profile-trust-toggle { color: var(--terracotta); font-size: 1.35rem; line-height: 1; transition: transform .2s ease; }
.profile-trust[open] .profile-trust-toggle { transform: rotate(180deg); }
.profile-trust-body { padding: 0 16px 16px; border-top: 1px solid var(--line); }
.profile-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-top: 15px; }
.profile-trust-item h5 { margin: 0 0 5px; color: var(--navy); font-size: .82rem; }
.profile-trust-item p { margin: 0; color: var(--slate); font-size: .8rem; line-height: 1.55; }
.profile-trust-note { margin: 15px 0 0; padding: 12px; border-radius: 10px; background: #fff; color: var(--slate); font-size: .8rem; line-height: 1.6; }
.profile-related {
  margin-top: 72px; padding: 64px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f4ef 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.profile-related .section-head { align-items: end; }
.profile-related .section-head h2 { margin: 3px 0 0; }
.profile-related-copy { margin: 10px 0 0; color: var(--slate); }
.profile-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-related-grid .card { box-shadow: 0 8px 28px rgba(15,31,51,.06); }
body[data-page="static-painter"] footer { margin-top: 0; }

/* ------------------------------------------------------------------ footer */
footer { background: var(--navy); color: #94a3b8; padding: 56px 0 32px; margin-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
footer a { display: block; color: #94a3b8; padding: 4px 0; font-size: .92rem; }
footer a:hover { color: var(--amber); }
.footer-brand { color: #fff; font-weight: 800; font-family: "Manrope", sans-serif; font-size: 1.2rem; display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand .logo { width: 32px; height: 32px; border-radius: 8px; background: var(--amber); display: grid; place-items: center; color: var(--navy); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .85rem; }
.footer-bottom span { line-height: 1.8; }
.footer-bottom a { display: inline; padding: 0; color: #cbd5e1; font-size: inherit; white-space: nowrap; }

/* ------------------------------------------------------------------ prose (blog articles) */
.prose { font-size: 1.06rem; color: #334155; line-height: 1.75; }
.prose h2 { font-size: 1.35rem; margin: 1.7em 0 .5em; }
.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.prose li { margin-bottom: .5em; }
.prose strong { color: var(--navy); }
.prose a { color: var(--terracotta); font-weight: 600; }
.prose .btn { display: inline-flex; margin-top: 4px; }

/* ------------------------------------------------------------------ toast */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--navy); color: #fff; padding: 13px 22px; border-radius: 12px; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: all .3s ease; z-index: 100; font-size: .95rem; max-width: 90vw;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Editorial spacing, restrained surfaces and a clearer comparison hierarchy. */
body[data-page="home"] .hero {
  padding: 96px 0 64px;
  background: linear-gradient(90deg,rgba(15,31,51,.98),rgba(15,31,51,.84) 55%,rgba(15,31,51,.36)),url('images/hero-skyline.png') center bottom / cover;
}
body[data-page="home"] .hero h1 { max-width: 850px; font-size: clamp(2.65rem,5.5vw,4.8rem); letter-spacing: -.055em; line-height: 1.07; }
.hero .sub { line-height: 1.8; max-width: 650px; }
.hero-stats { gap: 0; margin-top: 36px; }
.stat { border: 0; border-right: 1px solid #ffffff30; border-radius: 0; background: transparent; padding: 0 28px; flex-direction: column; align-items: flex-start; gap: 2px; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat b { font-size: 1.55rem; letter-spacing: -.03em; }
.stat span { color: #cbd5e1; }
.search-panel { margin-top: 28px; padding: 16px; border-radius: 16px; box-shadow: 0 20px 60px #00000025; }
.search-panel input,.search-panel select { background: #f8f7f4; border-color: transparent; }
section { padding: 72px 0; }
.section-head { margin-bottom: 30px; }
.section-head h2 { font-size: clamp(1.8rem,3vw,2.5rem); letter-spacing: -.045em; }
.kicker { font-size: .7rem; letter-spacing: .18em; margin-bottom: 10px; }
.grid { gap: 24px; }
.card { padding: 26px; gap: 16px; box-shadow: 0 4px 20px #0f1f3305; }
.card:hover { transform: translateY(-3px); border-color: #c5cbd0; box-shadow: 0 18px 40px #0f1f3310; }
.avatar { background: #edf1f3; color: #20364b; border: 1px solid #e0e6eb; }
.card h3 { font-size: 1.15rem; line-height: 1.4; letter-spacing: -.025em; }
.card .blurb { line-height: 1.75; }
.card-actions { border-top: 1px solid var(--line); padding-top: 18px; }
.card-actions .btn-primary { background: var(--navy); }
.card-actions .btn-primary:hover { background: #29465f; }
.chip { border-radius: 6px; background: #f7f7f5; padding: 4px 9px; }
.region-card { box-shadow: none; padding: 24px 18px; border-radius: 12px; transition: border-color .2s,background .2s,transform .2s; }
.region-card:hover { background: #fffaf0; border-color: #d9bb80; }
.step { padding: 32px; box-shadow: none; }
.step .num { border-radius: 50%; background: #f3ead7; color: #755221; margin-bottom: 22px; }
.step p { line-height: 1.8; }
.cta-band { background: var(--navy); padding: 64px 36px; border-radius: 24px; }
.faq-item { border-radius: 10px; box-shadow: none; }
.faq-item summary { padding: 22px 24px; }
.btn { min-height: 44px; transition: background .2s,color .2s,border-color .2s; }
.ad-slot { border: 1px solid #ecece8; background: #f4f4f1; }
footer { padding-top: 72px; }
@media(max-width:640px) {
  body[data-page="home"] .hero { padding: 52px 0 36px; }
  .hero-stats { row-gap: 22px; }
  .stat { padding: 0 16px; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { border-right: 0; }
  .grid { grid-template-columns: minmax(0,1fr); }
  .card { padding: 22px; }
  .region-grid { grid-template-columns: minmax(0,1fr); }
  .directory-tools select { max-width: 100%; }
}

/* ------------------------------------------------------------------ responsive */
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .profile-related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-local-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-local-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 18px; }
  .service-local-stat { border-bottom: 0; padding: 0; }
  .service-local-summary > p { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.11); }
  .service-region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 12px; border-top: 1px solid rgba(255,255,255,.08); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .search-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px; }
  .search-panel input, .search-panel select, .search-btn { width: 100%; min-width: 0; flex: none; }
  .search-panel input, .search-panel .search-btn { grid-column: 1 / -1; }
  .hero-popular { margin-top: 12px; gap: 7px; }
  .hero-popular > span { width: 100%; }
  .hero-popular a { min-height: 44px; padding: 8px 11px; }
  .not-found-hero { padding: 52px 0 48px; }
  .not-found-search-row { flex-direction: column; }
  .not-found-search-row .btn { width: 100%; }
  .hero { padding: 48px 0 44px; }
  section { padding: 40px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 28px 20px; }
  .trust-rail { padding-top: 16px; }
  .trust-rail-inner { grid-template-columns: 1fr; }
  .trust-point { padding: 18px 20px; }
  .trust-point + .trust-point { border-left: 0; border-top: 1px solid var(--line); }
  .profile-related { margin-top: 44px; padding: 44px 0; }
  .profile-related .section-head { align-items: flex-start; }
  .profile-trust-grid { grid-template-columns: 1fr; }
  .service-local-hero { padding: 22px 0 40px; }
  .breadcrumbs { margin-bottom: 22px; }
  .breadcrumbs li:nth-child(2) { display: none; }
  .service-local-intro h1 { font-size: clamp(2rem, 10.5vw, 2.7rem); letter-spacing: -.045em; }
  .service-local-intro.is-long h1 { font-size: clamp(1.8rem, 8.5vw, 2.2rem); line-height: 1.08; }
  .service-local-intro.is-long .sub { font-size: 1rem; line-height: 1.7; }
  .service-local-intro.is-long .service-local-primary { margin-top: 18px; }
  .service-local-place { display: block; margin-top: 5px; }
  .service-local-summary { grid-template-columns: 1fr 1fr; padding: 18px; gap: 14px; }
  .service-local-stat { align-items: flex-start; }
  .service-local-stat:nth-child(3) { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.11); }
  .service-local-stat div { display: block; }
  .service-local-stat strong, .service-local-stat span { display: block; }
  .service-local-stat span { margin-top: 4px; }
  .service-local-summary > p { margin-top: 0; }
  .service-local-results, .suburb-results { padding-top: 42px; }
  .service-overview-section { padding: 34px 0 10px; }
  .service-overview-card { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .service-overview-icon { width: 56px; height: 56px; border-radius: 14px; }
  .service-overview-icon svg { width: 29px; height: 29px; }
  .service-region-grid, .related-service-grid, .service-catalog-grid { grid-template-columns: 1fr; }
  .service-region-link { align-items: flex-start; }
  .service-category-results { padding-top: 42px; }
  .service-more > summary { align-items: flex-start; flex-wrap: wrap; }
  .service-more > summary small { width: 100%; margin: -10px 38px 0 0; }
  .service-more > summary::after { position: absolute; right: 20px; }
  .service-more > .grid { padding: 16px; }
  .service-catalog-card { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 20px; }
  .service-catalog-icon { width: 52px; height: 52px; }
  .service-catalog-icon svg { width: 27px; height: 27px; }
  body[data-page="static-service-suburb"], body[data-page="static-suburb"], body[data-page="static-service"] { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .mobile-service-actions {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 9px 0 calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(15,31,51,.12);
    background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(15,31,51,.12); backdrop-filter: blur(14px);
  }
  .mobile-service-actions .wrap { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 10px; align-items: center; }
  .mobile-service-actions span { min-width: 0; }
  .mobile-service-actions small, .mobile-service-actions strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-service-actions small { color: var(--slate); font-size: .68rem; line-height: 1.25; }
  .mobile-service-actions strong { color: var(--navy); font-size: .86rem; }
  .mobile-service-actions .btn { width: 100%; min-height: 48px; padding: 10px 12px; white-space: nowrap; }
  body[data-page="static-painter"] { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-profile-actions {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(15,31,51,.12); background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 30px rgba(15,31,51,.12); backdrop-filter: blur(14px);
  }
  .mobile-profile-actions .wrap { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 8px; }
  .mobile-profile-actions.single .wrap { grid-template-columns: 1fr; }
  .mobile-profile-actions .btn { width: 100%; min-height: 48px; padding: 11px 14px; white-space: nowrap; }
}

@media (min-width: 641px) and (max-width: 720px) {
  body[data-page="static-painter"] { padding-bottom: 76px; }
  .mobile-profile-actions {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 0; border-top: 1px solid rgba(15,31,51,.12);
    background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(15,31,51,.12);
    backdrop-filter: blur(14px);
  }
  .mobile-profile-actions .wrap { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 8px; }
  .mobile-profile-actions.single .wrap { grid-template-columns: 1fr; }
  .mobile-profile-actions .btn { width: 100%; min-height: 48px; padding: 11px 14px; white-space: nowrap; }
}
