/* ============================================================
   ClinicReviews.com.au — shared design system (inner pages)
   Extracted from the locked homepage design. Do not restyle.
   ============================================================ */

:root {
  --bg:           #ffffff;
  --surface:      #ffffff;
  --surface-2:    #f7f7f8;
  --ink:          #0a0a0a;
  --ink-2:        #4a4a4d;
  --ink-3:        #74747a;
  --ink-4:        #b8b8bd;
  --line:         rgba(10, 10, 10, 0.08);
  --line-2:       rgba(10, 10, 10, 0.14);

  --accent:       #1a3a5e;       /* clinic deep ink blue */
  --accent-tint:  #eaf0f8;
  --sibling:      #a3625d;       /* salon */
  --verified:     #2d6b4a;
  --star:         #d4a02c;
  --dark:         #0a0a0a;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }

*:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }
button:focus-visible, a:focus-visible { outline-offset: 3px; }

body {
  margin: 0;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-size: 15px; line-height: 1.6; color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .06s; }
.reveal.d2 { transition-delay: .12s; }
.reveal.d3 { transition-delay: .18s; }
.reveal.d4 { transition-delay: .24s; }

/* TOP STRIP */
.top-strip { background: var(--surface-2); border-bottom: 1px solid var(--line); font-size: 12px; color: var(--ink-2); padding: 8px 0; text-align: center; }
.top-strip a { color: var(--ink); border-bottom: 1px solid var(--ink-4); padding-bottom: 1px; transition: border-color .2s ease; margin-left: 4px; }
.top-strip a:hover { border-color: var(--ink); }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.86); backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--line); }
.header-bar { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 0; }
.brand { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 20px; letter-spacing: -0.018em; color: var(--ink); line-height: 1; white-space: nowrap; }
.brand .ac { color: var(--accent); }
.brand .tld { font-weight: 400; font-size: 11px; color: var(--ink-3); letter-spacing: 0; margin-left: 1px; }

.top-nav { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: center; }
.top-nav a { font-size: 14px; font-weight: 500; color: var(--ink-2); transition: color .2s ease; padding: 6px 0; }
.top-nav a:hover { color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-2); transition: all .2s ease; }
.icon-btn:hover { color: var(--ink); background: var(--surface-2); }
.btn-primary { background: var(--ink); color: var(--bg); padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 500; transition: background .2s ease; display: inline-flex; align-items: center; gap: 7px; }
.btn-primary:hover { background: #252528; }
.nav-toggle { display: none; padding: 6px; }

/* PAGE HERO (inner pages — shorter than homepage hero) */
.page-hero { padding: 52px 0 44px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--accent-tint) 0%, #ffffff 100%); }
.breadcrumb { font-size: 12px; color: var(--ink-3); margin: 0 0 18px; }
.breadcrumb a { color: var(--ink-2); transition: color .2s ease; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { margin: 0 7px; color: var(--ink-4); }
.page-hero h1 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(34px, 4.6vw, 54px); letter-spacing: -0.02em; line-height: 1.06; margin: 0 0 14px; color: var(--ink); }
.page-hero h1 .ac { color: var(--accent); }
.page-hero .page-sub { font-size: 16px; color: var(--ink-2); max-width: 640px; margin: 0; line-height: 1.6; }

/* SECTIONS */
.section { padding: 80px 0; border-bottom: 1px solid var(--line); }
.section.compact { padding: 56px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.section-head .lead { max-width: 580px; }
.section-head h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); line-height: 1.1; }
.section-head p { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.55; }
.section-head .actions a { font-size: 13px; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; padding-bottom: 3px; border-bottom: 1px solid var(--ink-4); transition: gap .2s ease, border-color .2s ease; }
.section-head .actions a:hover { gap: 10px; border-color: var(--ink); }

/* SORT / FILTER BAR */
.sort-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { font-size: 12.5px; font-weight: 500; color: var(--ink-2); padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface); transition: all .2s ease; }
.chip:hover { color: var(--ink); border-color: var(--ink); }
.chip.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sort-select { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }
.sort-select select { font: inherit; font-size: 13px; color: var(--ink); border: 1px solid var(--line-2); border-radius: 8px; padding: 8px 10px; background: var(--surface); cursor: pointer; }
.result-count { font-size: 13px; color: var(--ink-3); }

/* CATEGORY TILES */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.cat-tile { background: var(--surface); border: 1px solid var(--line); padding: 24px 18px; border-radius: 10px; display: flex; flex-direction: column; gap: 10px; transition: all .25s ease; }
.cat-tile:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(20,17,12,0.06); }
.cat-tile .ico { width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); }
.cat-tile .cname { font-size: 15px; font-weight: 600; color: var(--ink); }
.cat-tile .ccount { font-size: 12px; color: var(--ink-3); }

/* STATES */
.states-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.state { background: var(--surface); border: 1px solid var(--line); padding: 20px 14px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; transition: all .25s ease; min-height: 120px; }
.state:hover { border-color: var(--ink); transform: translateY(-2px); }
.state .abbr { font-family: 'Geist', sans-serif; font-weight: 700; font-size: 22px; color: var(--ink); line-height: 1; }
.state .name { font-size: 11px; color: var(--ink-3); line-height: 1.3; max-width: 100px; }
.state .count { font-size: 11px; color: var(--ink); font-weight: 500; margin-top: 2px; }

/* LISTINGS */
.listings-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.listings-grid.three { grid-template-columns: repeat(3, 1fr); }
.listing { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: all .3s ease; }
.listing:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(20,17,12,0.08); }
.listing-img { aspect-ratio: 5/3; position: relative; overflow: hidden; background: var(--surface-2); }
.pic { position: absolute; inset: 0; transition: transform .8s ease; }
.listing:hover .pic { transform: scale(1.04); }
.pic.p1 { background: linear-gradient(135deg, #d8e3ec 0%, #aabccd 60%, #7c8fa3 100%); }
.pic.p2 { background: linear-gradient(135deg, #ece4d4 0%, #c8b89c 60%, #9c8865 100%); }
.pic.p3 { background: linear-gradient(135deg, #dde2dd 0%, #adb8ad 60%, #7e8b80 100%); }
.pic.p4 { background: linear-gradient(135deg, #e3dccc 0%, #b6a884 60%, #806e44 100%); }
.pic.p5 { background: linear-gradient(135deg, #dcdfe4 0%, #a8aeb8 60%, #777e8a 100%); }
.pic.p6 { background: linear-gradient(135deg, #e0ddd2 0%, #b2ad9d 60%, #7d7864 100%); }
.pic.p7 { background: linear-gradient(135deg, #e6e1d4 0%, #b8b08e 60%, #82785a 100%); }
.pic.p8 { background: linear-gradient(135deg, #ddd9d0 0%, #aaa595 60%, #74705f 100%); }

.v-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: rgba(255,255,255,0.96); color: var(--ink); backdrop-filter: blur(6px); font-size: 11px; font-weight: 500; padding: 4px 9px; border-radius: 4px; }
.v-badge.pick { background: var(--accent); color: #fff; }
.heart { position: absolute; top: 12px; right: 12px; z-index: 2; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.96); backdrop-filter: blur(6px); display: grid; place-items: center; color: var(--ink-2); transition: color .2s ease; }
.heart:hover { color: var(--ink); }
.listing-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.listing-name { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.01em; line-height: 1.3; margin: 0 0 4px; color: var(--ink); }
.listing-loc { font-size: 12px; color: var(--ink-3); margin: 0 0 10px; }
.listing-tags { font-size: 11.5px; color: var(--ink-2); margin: 0 0 14px; }
.listing-tags span:not(:last-child)::after { content: " · "; color: var(--ink-4); }

.listing-meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 0; border-top: 1px solid var(--line); margin-bottom: 12px; }
.ts { display: inline-flex; align-items: baseline; gap: 6px; padding: 4px 10px; background: var(--accent-tint); border-radius: 6px; }
.ts .num { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 18px; color: var(--accent); line-height: 1; letter-spacing: -0.02em; }
.ts .lbl { font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: 0.06em; text-transform: uppercase; }
.rating { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ink-2); }
.rating .star-one { color: var(--star); flex-shrink: 0; }
.rating b { color: var(--ink); font-weight: 600; }

.review-quote { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; margin: 0 0 14px; font-style: italic; padding-left: 10px; border-left: 2px solid var(--line-2); }
.listing-actions { display: flex; gap: 8px; margin-top: auto; }
.listing-actions .btn-view { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 12px; background: var(--ink); color: var(--bg); border-radius: 8px; font-size: 13px; font-weight: 500; transition: background .2s ease; }
.listing-actions .btn-view:hover { background: #252528; }
.listing-actions .btn-reviews { padding: 10px 12px; background: transparent; color: var(--ink-2); border: 1px solid var(--line-2); border-radius: 8px; font-size: 13px; font-weight: 500; transition: all .2s ease; }
.listing-actions .btn-reviews:hover { color: var(--ink); border-color: var(--ink); }

/* WHY GRID */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-item { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.why-item .icon { width: 44px; height: 44px; border-radius: 10px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }
.why-item h4 { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 16px; margin: 0 0 10px; color: var(--ink); }
.why-item p { font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

/* TRUST DISCLAIMER */
.trust-disclaimer { margin-top: 28px; padding: 16px 20px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; font-size: 12.5px; color: var(--ink-2); line-height: 1.6; display: flex; gap: 12px; align-items: flex-start; }
.trust-disclaimer svg { flex-shrink: 0; color: var(--ink-3); margin-top: 1px; }
.trust-disclaimer b { color: var(--ink); font-weight: 600; }

/* CURATING (empty state for regions without data yet) */
.curating { padding: 64px 40px; border: 1px dashed var(--line-2); border-radius: 12px; text-align: center; }
.curating h3 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: 26px; letter-spacing: -0.01em; margin: 0 0 10px; color: var(--ink); }
.curating p { font-size: 14px; color: var(--ink-2); max-width: 480px; margin: 0 auto 22px; line-height: 1.6; }
.curating .btn-primary { background: var(--accent); }
.curating .btn-primary:hover { filter: brightness(1.1); background: var(--accent); }

/* PROFILE PAGE */
.profile-hero { padding: 44px 0 40px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--accent-tint) 0%, #ffffff 100%); }
.profile-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; }
.profile-head h1 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(32px, 4.2vw, 48px); letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 10px; color: var(--ink); }
.profile-loc { font-size: 14px; color: var(--ink-2); margin: 0 0 12px; }
.profile-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.pill { font-size: 11px; font-weight: 500; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); background: var(--surface); }
.pill.verified { border-color: transparent; background: var(--accent); color: #fff; }
.profile-tags { font-size: 13px; color: var(--ink-2); margin: 0; }
.profile-tags span:not(:last-child)::after { content: " · "; color: var(--ink-4); }
.profile-cta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.btn-accent { background: var(--accent); color: #fff; padding: 12px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; transition: filter .2s ease; }
.btn-accent:hover { filter: brightness(1.1); }
.btn-outline { background: transparent; color: var(--ink); padding: 12px 22px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 13.5px; font-weight: 500; transition: border-color .2s ease; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { border-color: var(--ink); }

.profile-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 10px; margin-top: 32px; }
.profile-gallery .ph { border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 5/3; }
.profile-gallery .ph:first-child { grid-row: span 2; aspect-ratio: auto; }
.profile-gallery .ph .pic { position: absolute; inset: 0; }

.profile-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; padding: 56px 0 80px; }
.profile-main > section { padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid var(--line); }
.profile-main > section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.profile-main h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: 28px; letter-spacing: -0.015em; margin: 0 0 18px; color: var(--ink); }
.profile-main p { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; }

.glance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.glance { background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }
.glance .k { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 5px; }
.glance .v { font-size: 14px; font-weight: 500; color: var(--ink); }

.svc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
.svc-list li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.svc-list .svc { color: var(--ink); font-weight: 500; }
.svc-list .note { color: var(--ink-3); font-size: 12.5px; white-space: nowrap; }

.hours-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours-table td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-table td:first-child { color: var(--ink-2); font-weight: 500; width: 40%; }
.hours-table td:last-child { color: var(--ink); text-align: right; }
.hours-table tr.closed td:last-child { color: var(--ink-3); }

.map-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px; padding: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.map-card .addr { font-size: 14px; color: var(--ink); font-weight: 500; margin: 0 0 4px; }
.map-card .region { font-size: 12.5px; color: var(--ink-3); margin: 0; }

.review-summary { display: grid; grid-template-columns: 200px 1fr; gap: 36px; align-items: center; }
.review-score { text-align: center; padding: 26px 20px; background: var(--accent-tint); border-radius: 12px; }
.review-score .big { font-family: 'Instrument Serif', serif; font-size: 56px; line-height: 1; color: var(--accent); letter-spacing: -0.02em; }
.review-score .sub { font-size: 12px; color: var(--ink-2); margin-top: 8px; }
.review-bars { display: flex; flex-direction: column; gap: 10px; }
.rbar { display: grid; grid-template-columns: 120px 1fr 36px; align-items: center; gap: 12px; font-size: 12.5px; color: var(--ink-2); }
.rbar .track { height: 6px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.rbar .fill { height: 100%; background: var(--accent); border-radius: 999px; }
.rbar .val { text-align: right; color: var(--ink); font-weight: 600; }

.know-list { list-style: none; margin: 0; padding: 0; }
.know-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.know-list li:last-child { border-bottom: 0; }
.know-list svg { flex-shrink: 0; margin-top: 4px; color: var(--accent); }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { font-size: 15px; font-weight: 500; color: var(--ink); padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 18px; color: var(--ink-3); flex-shrink: 0; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 16px; font-size: 14px; color: var(--ink-2); line-height: 1.7; }

/* STICKY SIDEBAR */
.profile-aside { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 16px; }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.aside-card h4 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 16px; font-weight: 600; }
.aside-score { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.aside-score .big { font-family: 'Instrument Serif', serif; font-size: 44px; line-height: 1; color: var(--accent); letter-spacing: -0.02em; }
.aside-score .of { font-size: 13px; color: var(--ink-3); }
.aside-rating { font-size: 13px; color: var(--ink-2); margin: 0 0 18px; display: flex; align-items: center; gap: 5px; }
.aside-card .btn-accent, .aside-card .btn-outline { width: 100%; justify-content: center; }
.aside-card .btn-outline { margin-top: 8px; }
.aside-note { font-size: 11.5px; color: var(--ink-3); line-height: 1.6; margin: 14px 0 0; }
.aside-row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.aside-row:last-child { border-bottom: 0; }
.aside-row .k { color: var(--ink-3); }
.aside-row .v { color: var(--ink); font-weight: 500; text-align: right; }
.claim-strip { background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; font-size: 12.5px; color: var(--ink-2); line-height: 1.6; }
.claim-strip a { color: var(--accent); font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 1px; }

/* FORMS (claim profile / enquiry) */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; font-size: 14px; color: var(--ink); background: var(--surface);
  border: 1px solid var(--line-2); border-radius: 9px; padding: 12px 14px; width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-hint { font-size: 11.5px; color: var(--ink-3); }
.form-submit { margin-top: 22px; }
.form-success { display: none; padding: 18px 20px; background: var(--accent-tint); border: 1px solid var(--accent); border-radius: 10px; font-size: 14px; color: var(--ink); margin-top: 22px; }
.form-success.show { display: block; }

/* PRICING */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 30px 28px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--accent); box-shadow: 0 12px 36px rgba(26,58,94,0.10); position: relative; }
.price-card .tier-tag { font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.price-card h3 { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 19px; margin: 0 0 6px; color: var(--ink); }
.price-card .amount { font-family: 'Instrument Serif', serif; font-size: 42px; color: var(--ink); letter-spacing: -0.02em; line-height: 1; margin: 14px 0 2px; }
.price-card .per { font-size: 12.5px; color: var(--ink-3); margin-bottom: 22px; }
.price-card ul { list-style: none; margin: 0 0 26px; padding: 0; flex: 1; }
.price-card li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-2); padding: 8px 0; line-height: 1.5; }
.price-card li svg { flex-shrink: 0; margin-top: 4px; color: var(--accent); }
.price-card .btn-accent, .price-card .btn-outline { width: 100%; justify-content: center; }

/* FOR BUSINESS CTA */
.biz { padding: 100px 0; background: var(--accent); color: #fff; }
.biz .container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.biz-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(244,240,232,0.55); margin-bottom: 22px; }
.biz-tag::before { content: ""; width: 20px; height: 1px; background: rgba(244,240,232,0.4); }
.biz h2 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(32px, 4.2vw, 52px); letter-spacing: -0.02em; line-height: 1.1; color: #f4f0e8; margin: 0 0 20px; }
.biz p { font-size: 15.5px; color: rgba(244,240,232,0.72); margin: 0 0 28px; line-height: 1.6; max-width: 500px; }
.biz-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-light { background: #fff; color: var(--accent); padding: 12px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; transition: gap .2s ease, background .2s ease; }
.btn-light:hover { background: #f3f4f6; gap: 12px; }
.btn-ghost { background: transparent; color: #f4f0e8; padding: 12px 22px; border-radius: 999px; border: 1px solid rgba(244,240,232,0.3); font-size: 13.5px; font-weight: 500; transition: border-color .2s ease; }
.btn-ghost:hover { border-color: #f4f0e8; }
.biz-aside { background: rgba(244,240,232,0.04); border: 1px solid rgba(244,240,232,0.1); border-radius: 12px; padding: 28px; }
.biz-aside h4 { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(244,240,232,0.6); margin: 0 0 18px; font-weight: 500; }
.plan { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(244,240,232,0.08); }
.plan:last-child { border-bottom: 0; padding-bottom: 0; }
.plan-name { font-size: 14px; font-weight: 500; color: #f4f0e8; }
.plan-price { font-size: 13px; color: rgba(244,240,232,0.65); }
.plan-price b { color: #f4f0e8; font-weight: 600; }

/* FOOTER */
.site-footer { background: var(--dark); color: rgba(244,240,232,0.7); padding: 64px 0 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; padding-bottom: 36px; border-bottom: 1px solid rgba(244,240,232,0.1); }
.footer-brand { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 18px; color: #f4f0e8; letter-spacing: -0.01em; }
.footer-brand .ac { color: #95b3d8; }
.footer-brand .tld { font-weight: 400; font-size: 11px; color: rgba(244,240,232,0.55); margin-left: 1px; }
.footer-sibling { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; background: rgba(244,240,232,0.04); border: 1px solid rgba(244,240,232,0.12); border-radius: 10px; transition: all .2s ease; }
.footer-sibling:hover { background: rgba(244,240,232,0.08); border-color: rgba(244,240,232,0.2); }
.footer-sibling .small { display: block; font-size: 10px; color: rgba(244,240,232,0.5); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 3px; }
.footer-sibling .sname { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 14px; color: #f4f0e8; }
.footer-sibling .sname strong { color: #d8a8a2; font-weight: 600; }

.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 40px 0; }
.footer-col h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: #f4f0e8; margin: 0 0 18px; font-weight: 500; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 13px; color: rgba(244,240,232,0.6); transition: color .2s ease; }
.footer-col a:hover { color: #f4f0e8; }
.footer-legal { padding-top: 28px; border-top: 1px solid rgba(244,240,232,0.1); font-size: 11.5px; color: rgba(244,240,232,0.45); line-height: 1.7; max-width: 980px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-size: 11.5px; color: rgba(244,240,232,0.45); flex-wrap: wrap; gap: 12px; }
.footer-bottom .glow { color: rgba(244,240,232,0.7); font-weight: 500; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .top-nav { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .listings-grid, .listings-grid.three { grid-template-columns: repeat(2, 1fr); }
  .states-row { grid-template-columns: repeat(4, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .biz .container { grid-template-columns: 1fr; gap: 36px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-aside { position: static; }
  .price-grid { grid-template-columns: 1fr; }
  .profile-gallery { grid-template-columns: 1fr 1fr; }
  .profile-gallery .ph:first-child { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 5/2; }
}
@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .brand { font-size: 17px; }
  .brand .tld { display: none; }
  .page-hero { padding: 36px 0; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .listings-grid, .listings-grid.three { grid-template-columns: 1fr; }
  .states-row { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .glance-grid, .svc-list, .form-grid { grid-template-columns: 1fr; }
  .review-summary { grid-template-columns: 1fr; }
  .profile-gallery { display: none; }
}

/* --- shortlist (device-local saves) --- */
.heart.saved svg { fill: var(--accent); stroke: var(--accent); }
.heart.saved { color: var(--accent); }
.header-actions .icon-btn { position: relative; }
.save-dot { position: absolute; top: -4px; right: -4px; background: var(--accent); color: #fff; font-size: 9.5px; font-weight: 600; min-width: 15px; height: 15px; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 0 4px; line-height: 1; }
button.btn-outline[data-save-slug] { cursor: pointer; font: inherit; }
.btn-outline.saved { border-color: var(--accent); color: var(--accent); }

/* --- polish layer (Phase 8) --- */
::selection { background: var(--accent-tint); color: var(--ink); }
html { scroll-behavior: smooth; }

/* headlines breathe a little better */
h1, h2, .page-hero h1, .profile-head h1 { text-wrap: balance; }

/* cards: layered depth + finer easing */
.listing { transition: transform .35s cubic-bezier(.22,.8,.26,1), box-shadow .35s cubic-bezier(.22,.8,.26,1), border-color .35s ease; }
.listing:hover { box-shadow: 0 1px 2px rgba(20,17,12,.05), 0 16px 40px rgba(20,17,12,.09); }
.pic { transition: transform 1.1s cubic-bezier(.16,.7,.2,1); }
.listing-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.12) 0%, rgba(10,10,10,0) 32%); pointer-events: none; }
.v-badge { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 1px 4px rgba(20,17,12,.10); }
.heart { transition: transform .25s cubic-bezier(.34,1.56,.64,1), color .2s ease; }
.heart:hover { transform: scale(1.12); }
.heart.saved { animation: heart-pop .35s cubic-bezier(.34,1.56,.64,1); }
@keyframes heart-pop { 0% { transform: scale(.8); } 60% { transform: scale(1.22); } 100% { transform: scale(1); } }

/* buttons: lift + settle */
.btn-accent, .btn-outline, .btn-primary, .listing-actions .btn-view, .listing-actions .btn-reviews {
  transition: transform .22s cubic-bezier(.22,.8,.26,1), box-shadow .22s cubic-bezier(.22,.8,.26,1), background .2s ease, border-color .2s ease, filter .2s ease;
}
.btn-accent:hover { transform: translateY(-1px); box-shadow: 0 6px 18px color-mix(in srgb, var(--accent) 28%, transparent); }
.btn-accent:active, .btn-outline:active, .btn-primary:active { transform: translateY(0); box-shadow: none; }
.btn-outline:hover { transform: translateY(-1px); }
.listing-actions .btn-view:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(10,10,10,.18); }

/* keyboard focus — visible, on-brand */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px;
}

/* header: shadow appears only once you scroll */
.site-header { transition: box-shadow .3s ease; }
.site-header.scrolled { box-shadow: 0 1px 0 var(--line), 0 8px 24px rgba(20,17,12,.05); }

/* score chips + review bars */
.ts { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 14%, transparent); }
.review-bars .fill { transition: width 1.05s cubic-bezier(.22,.8,.2,1) .15s; }

/* profile gallery: gentle zoom on hover */
.profile-gallery .ph { overflow: hidden; }
.profile-gallery .ph .pic { transition: transform 1.2s cubic-bezier(.16,.7,.2,1); }
.profile-gallery .ph:hover .pic { transform: scale(1.05); }

/* FAQ affordance */
.faq summary { transition: color .2s ease; }
.faq summary:hover { color: var(--accent); }
.faq details[open] summary { color: var(--accent); }

/* quiet scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 8px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: var(--ink-3); }

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

/* --- discovery upgrades (Phase 11) --- */
.ts.new { background: #f1f1f3; box-shadow: none; }
.ts.new .num { color: var(--ink-2); font-size: 14px; }
@media (max-width: 720px) { .compare-tbl { display: none; } }
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
  .mobile-cta .btn-accent, .mobile-cta .btn-outline { flex: 1; justify-content: center; padding: 12px 10px; }
  body.has-mobile-cta { padding-bottom: 74px; }
}
@media (max-width: 880px) {
  .top-nav { display: none; }
  .site-header.nav-open .top-nav { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 18px; gap: 14px; box-shadow: 0 16px 32px rgba(20,17,12,.08); }
}
.aside-card .cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.aside-card .cta-row .btn-outline { padding: 10px 8px; font-size: 12.5px; justify-content: center; }
