:root {
  --rose: #f4dfdc;
  --rose-strong: #d69b95;
  --porcelain: #fbf7f2;
  --mist: #eef4ef;
  --sage: #6d8f7a;
  --teal: #1f6f6a;
  --ink: #232527;
  --muted: #646967;
  --gold: #bd965d;
  --gold-dark: #8d6f42;
  --white: #ffffff;
  --line: #e9dfd5;
  --shadow: 0 18px 50px rgba(35, 37, 39, 0.10);
  --shadow-soft: 0 10px 30px rgba(35, 37, 39, 0.07);
  --radius: 8px;
  --radius-lg: 8px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--porcelain);
  color: var(--ink);
  line-height: 1.62;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; line-height: 1.08; letter-spacing: 0; }
a { color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(251,247,242,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(141,111,66,.16); }
.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 700; white-space: nowrap; }
.logo span { color: var(--gold-dark); }
.nav-links { display: flex; list-style: none; gap: 22px; align-items: center; }
.nav-links a { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: #454846; }
.nav-links a:hover { color: var(--teal); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid transparent; cursor: pointer; font-weight: 700; min-height: 42px; }
.nav-cta { padding: 10px 16px; background: var(--ink); color: var(--white); font-size: .82rem; }
.nav-cta:hover, .btn-primary:hover { background: var(--teal); color: var(--white); transform: translateY(-1px); }
.mobile-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.mobile-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 4px auto; }
.btn { padding: 12px 18px; font-size: .88rem; }
.btn-primary { background: var(--ink); color: var(--white); }
.btn-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-secondary:hover { background: var(--ink); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); }
.btn-sm { min-height: 34px; padding: 8px 12px; font-size: .78rem; }
.hero { min-height: calc(100vh - 74px); padding: 62px 0 46px; display: flex; align-items: center; background: radial-gradient(circle at 80% 20%, rgba(31,111,106,.16), transparent 24%), linear-gradient(135deg, var(--porcelain), var(--rose) 58%, #fff); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.eyebrow, .page-hero .eyebrow { display: inline-flex; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; margin-bottom: 12px; }
.hero h1 { font-size: clamp(2.25rem, 4.25vw, 4.35rem); max-width: 760px; line-height: 1.04; }
.hero h1 span { color: var(--gold-dark); font-style: italic; }
.hero p { margin: 22px 0 28px; max-width: 610px; color: #4c514f; font-size: 1.08rem; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-panel { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow); border-radius: 8px; padding: 24px; }
.hero-visual { min-height: 520px; border-radius: 8px; overflow: hidden; position: relative; background: linear-gradient(145deg, rgba(35,37,39,.32), rgba(31,111,106,.34)), url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=1200&q=80") center/cover; box-shadow: var(--shadow); }
.hero-visual-card { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(255,255,255,.92); border-radius: 8px; padding: 18px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: end; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.metric { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.metric strong { display: block; font-family: "Cormorant Garamond"; font-size: 2rem; color: var(--teal); line-height: 1; }
section { padding: 78px 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--ink); color: rgba(255,255,255,.82); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-header { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-header h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); margin-bottom: 12px; }
.section-header p { color: var(--muted); }
.section-dark .section-header p { color: rgba(255,255,255,.7); }
.page-hero { padding: 72px 0 46px; background: linear-gradient(135deg, var(--rose), var(--porcelain)); border-bottom: 1px solid var(--line); }
.page-hero .page-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 36px; align-items: end; }
.page-hero h1 { font-size: clamp(2.15rem, 3.85vw, 3.95rem); max-width: 820px; line-height: 1.06; }
.page-hero p { margin-top: 14px; max-width: 690px; color: #555b58; }
.toolbar, .hero-search { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: var(--shadow-soft); }
.toolbar { display: grid; grid-template-columns: 1fr 180px 190px auto; gap: 12px; align-items: end; margin-bottom: 26px; }
.search-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
input, select, textarea { width: 100%; border: 1px solid #ddd5cd; background: white; border-radius: 8px; padding: 12px 13px; outline: none; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,111,106,.12); }
label { display: block; font-size: .78rem; font-weight: 800; color: #4a504d; margin-bottom: 7px; text-transform: uppercase; letter-spacing: .05em; }
textarea { min-height: 120px; resize: vertical; }
.city-pills, .chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.city-pills a, .city-pills button, .chip, .badge-soft { border: 1px solid var(--line); background: var(--mist); color: var(--ink); border-radius: 8px; padding: 7px 10px; font-size: .78rem; font-weight: 700; }
.city-pills a:hover, .city-pills button:hover, .city-pills .active, .chip.active { background: var(--teal); color: white; border-color: var(--teal); }
.dir-grid, .product-grid, .treatment-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dir-card, .product-card, .treatment-card, .article-card, .form-card, .sidebar-card, .content-panel, .review-card { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-soft); overflow: hidden; }
.dir-card:hover, .product-card:hover, .article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dir-img { height: 180px; display: flex; align-items: flex-end; justify-content: flex-start; padding: 14px; color: white; position: relative; background: linear-gradient(135deg, #cbb09d, #6d8f7a); }
.dir-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.42)); }
.dir-img > * { position: relative; z-index: 1; }
.dir-img .badge, .badge { display: inline-flex; background: var(--gold); color: white; border-radius: 8px; padding: 6px 10px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.img-clinic-a { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(31,111,106,.45)), url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-b { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(189,150,93,.4)), url("https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-c { background-image: linear-gradient(135deg, rgba(35,37,39,.18), rgba(214,155,149,.42)), url("https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-d { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(31,111,106,.4)), url("https://images.unsplash.com/photo-1583912267550-d44c558f7821?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-e { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(189,150,93,.38)), url("https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-f { background-image: linear-gradient(135deg, rgba(35,37,39,.24), rgba(109,143,122,.44)), url("https://images.unsplash.com/photo-1598300188480-626f2f79ab8d?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-g { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(31,111,106,.38)), url("https://images.unsplash.com/photo-1600334129128-685c5582fd35?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-h { background-image: linear-gradient(135deg, rgba(35,37,39,.2), rgba(214,155,149,.4)), url("https://images.unsplash.com/photo-1570174006382-148305ce4972?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-i { background-image: linear-gradient(135deg, rgba(35,37,39,.22), rgba(189,150,93,.42)), url("https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.img-clinic-j { background-image: linear-gradient(135deg, rgba(35,37,39,.22), rgba(31,111,106,.38)), url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=900&q=80"); background-size: cover; background-position: center; }
.dir-body, .product-card, .treatment-card, .article-card, .review-card { padding: 20px; }
.city { color: var(--teal); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-bottom: 6px; }
.dir-body h3, .product-card h3, .treatment-card h3, .article-card h3 { font-size: 1.45rem; margin-bottom: 8px; }
.dir-body p, .product-card p, .treatment-card p, .article-card p { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.dir-meta { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; justify-content: space-between; font-size: .8rem; font-weight: 700; }
.mini-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.mini-list span { background: var(--porcelain); border: 1px solid var(--line); padding: 5px 8px; border-radius: 8px; font-size: .74rem; font-weight: 700; color: #4f5552; }
.split { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.content-panel { padding: 28px; }
.content-panel h2 { font-size: 2rem; margin: 26px 0 12px; }
.content-panel h2:first-child { margin-top: 0; }
.content-panel p { color: #565d5a; margin-bottom: 14px; }
.profile-hero { min-height: 430px; display: flex; align-items: flex-end; padding: 90px 0 34px; color: white; background-size: cover; background-position: center; position: relative; }
.profile-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.08)); }
.profile-hero .container { position: relative; z-index: 1; }
.profile-hero h1 { color: white; font-size: clamp(2.25rem, 4vw, 4.25rem); max-width: 840px; line-height: 1.06; }
.profile-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.profile-meta span { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.26); border-radius: 8px; padding: 7px 10px; font-weight: 700; font-size: .82rem; }
.services-table { width: 100%; border-collapse: collapse; margin: 14px 0 24px; }
.services-table th, .services-table td { border-bottom: 1px solid var(--line); padding: 12px 8px; text-align: left; vertical-align: top; }
.services-table th { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.sidebar-card { padding: 22px; margin-bottom: 18px; }
.sidebar-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.phone-reveal { background: var(--mist); border: 1px solid #d8e4dc; border-radius: 8px; padding: 14px; text-align: center; cursor: pointer; font-weight: 800; }
.phone-reveal .revealed { display: none; font-size: 1.2rem; color: var(--teal); }
.phone-reveal.shown .masked { display: none; }
.phone-reveal.shown .revealed { display: block; }
.stats-box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.stat-item { background: var(--porcelain); border: 1px solid var(--line); border-radius: 8px; padding: 14px; text-align: center; }
.stat-item .num { font-family: "Cormorant Garamond"; font-size: 1.8rem; font-weight: 700; color: var(--teal); display: block; }
.stat-item .label { color: var(--muted); font-size: .76rem; font-weight: 700; }
.product-card .score { width: 54px; height: 54px; border-radius: 50%; background: var(--teal); color: white; display: grid; place-items: center; font-weight: 800; margin-bottom: 12px; }
.product-top { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.price { color: var(--gold-dark); font-weight: 800; margin-bottom: 10px; }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group.full { grid-column: 1 / -1; }
.form-section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.form-section:first-child { padding-top: 0; }
.form-section:last-of-type { border-bottom: none; }
.section-desc { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.service-row { display: grid; grid-template-columns: 1.4fr .8fr auto; gap: 10px; margin-bottom: 10px; align-items: end; }
.package-select { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.package-option { border: 1px solid var(--line); background: white; border-radius: 8px; padding: 16px; cursor: pointer; }
.package-option input { width: auto; margin-right: 8px; }
.package-option.selected { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,111,106,.12); }
.package-option h4 { display: inline; font-family: "Montserrat"; font-size: .92rem; }
.package-option .price { margin: 8px 0 0; }
.notice { border-radius: 8px; padding: 13px 14px; background: var(--mist); border: 1px solid #d7e3dc; color: #31423b; margin-top: 14px; display: none; }
.notice.show { display: block; }
.listing-preview { background: var(--ink); color: white; border-radius: 8px; padding: 22px; }
.listing-preview h3 { color: white; font-size: 1.8rem; }
.listing-preview p { color: rgba(255,255,255,.72); }
.source-list { display: grid; gap: 10px; }
.source-list a { color: var(--teal); font-weight: 800; }
.source-list li { margin-left: 20px; color: var(--muted); }
.footer { background: #191b1d; color: rgba(255,255,255,.68); padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 34px; margin-bottom: 34px; }
.footer .logo, .footer h4 { color: white; }
.footer p { max-width: 420px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 9px; }
.footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; font-size: .78rem; }
.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.hidden { display: none !important; }
@media (max-width: 980px) {
  .hero-grid, .page-hero .page-grid, .split, .toolbar { grid-template-columns: 1fr; }
  .dir-grid, .product-grid, .treatment-grid, .article-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .hero-visual { min-height: 380px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-links, .nav-cta { display: none; }
  .mobile-toggle { display: block; }
  .nav.open .nav-links { display: flex; position: absolute; top: 74px; left: 0; right: 0; background: white; padding: 18px; flex-direction: column; border-bottom: 1px solid var(--line); }
  section { padding: 54px 0; }
  .dir-grid, .product-grid, .treatment-grid, .article-grid, .footer-grid, .form-grid, .package-select, .metric-row, .stats-box, .service-row, .search-row { grid-template-columns: 1fr; }
  .hero-visual-card { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* Review and recommendation layer */
.review-hero { background: linear-gradient(135deg, #eef4ef 0%, #fbf7f2 46%, #f4dfdc 100%); }
.rank-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid { grid-template-columns: repeat(4, 1fr); }
.rank-card, .score-card { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-soft); padding: 20px; }
.rank-card { display: grid; grid-template-columns: 68px 1fr; gap: 16px; align-items: start; }
.rank { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }
.rank-card h3, .score-card h3 { font-size: 1.45rem; margin-bottom: 8px; }
.rank-card p, .score-card p { color: var(--muted); font-size: .9rem; margin-bottom: 12px; }
.rank-card a { color: var(--teal); font-weight: 800; }
.compare-table { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-soft); overflow: hidden; }
.compare-row { display: grid; grid-template-columns: .8fr 1.3fr 1.2fr 1fr; gap: 14px; padding: 16px; border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: none; }
.compare-head { background: var(--ink); color: white; font-weight: 800; }
.score-large { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-weight: 800; font-size: 1.25rem; margin-bottom: 12px; }
@media (max-width: 980px) {
  .rank-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .rank-grid, .review-grid, .compare-row, .rank-card { grid-template-columns: 1fr; }
}

/* Thick review pass */
.stars { color: #bd965d; font-weight: 800; letter-spacing: .04em; margin: 8px 0 10px; }
.stars span { color: var(--muted); font-weight: 700; letter-spacing: 0; margin-left: 6px; font-size: .82rem; }
.stars-large { font-size: 1.4rem; }
.price-note { background: var(--porcelain); border: 1px solid var(--line); border-radius: 8px; padding: 10px; color: #4d5551; font-size: .82rem; margin: 12px 0; }
.review-list p { border-left: 3px solid var(--gold); padding: 8px 0 8px 14px; background: #fffaf5; }
.review-snapshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-snapshot { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-soft); padding: 18px; }
.review-snapshot h3 { font-size: 1.35rem; margin-bottom: 8px; }
.review-snapshot p { color: var(--muted); font-size: .9rem; }
@media (max-width: 980px) { .review-snapshot-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .review-snapshot-grid { grid-template-columns: 1fr; } }


/* Pricing below review ticker */
.cost-line {
  background: #f7fbf8;
  border: 1px solid #dce9e1;
  border-radius: 8px;
  color: #32433d;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 8px 0 12px;
  padding: 9px 10px;
}
.cost-line strong {
  color: var(--teal);
}


/* Massage spa guide */
.spa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.spa-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 20px;
}
.spa-card h3 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}
.spa-card p {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 12px;
}
@media (max-width: 980px) { .spa-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .spa-grid { grid-template-columns: 1fr; } }

/* Popular search keyword coverage */
.keyword-section {
  background: linear-gradient(135deg, #fbf7f2, #eef4ef);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.keyword-cloud span {
  background: rgba(255,255,255,.86);
  border: 1px solid #ddd5cd;
  border-radius: 8px;
  color: #3e4642;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 10px;
}
@media (max-width: 760px) {
  .keyword-cloud {
    justify-content: flex-start;
  }
}


/* Additive platform layer: preserves original layout while adding catalogues, compare, submissions and footer counters */
.logo.logo-lockup { display: inline-flex; flex-direction: column; line-height: .92; }
.logo.logo-lockup small {
  display: block;
  margin-top: 3px;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.footer .logo.logo-lockup small { color: var(--gold); }
.product-actions { justify-content: flex-start; }
.btn.active, .btn-secondary.active { background: var(--teal); border-color: var(--teal); color: white; }
.platform-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.platform-chip {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(141,111,66,.18);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 16px;
}
.platform-chip strong {
  display: block;
  color: var(--teal);
  font-family: "Cormorant Garamond";
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 5px;
}
.platform-chip span { color: var(--muted); font-size: .82rem; font-weight: 650; }
.platform-note {
  background: linear-gradient(135deg, var(--ink), #2f4a45);
  color: rgba(255,255,255,.82);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}
.platform-note h3 { color: white; font-size: 1.8rem; margin-bottom: 8px; }
.platform-note p { color: rgba(255,255,255,.74); }
.compare-tray {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 200;
  width: min(760px, calc(100% - 28px));
  background: rgba(35,37,39,.96);
  color: white;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}
.compare-tray-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.compare-tray .btn-secondary { border-color: rgba(255,255,255,.42); color: white; }
.compare-tray .btn-primary { background: var(--gold); color: var(--ink); }
.compare-kicker {
  background: linear-gradient(135deg, var(--ink), #2f4a45);
  color: rgba(255,255,255,.82);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.compare-kicker h3 { color: white; font-size: 1.8rem; margin-bottom: 8px; }
.compare-kicker p { color: rgba(255,255,255,.72); }
.compare-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.compare-picker-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.compare-picker-card.selected {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(31,111,106,.12), var(--shadow-soft);
}
.compare-picker-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.compare-picker-card p { color: var(--muted); font-size: .9rem; margin-bottom: 12px; }
.empty-compare, .compare-output-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 28px;
}
.empty-compare h2 { font-size: 2.2rem; margin-bottom: 10px; }
.empty-compare p { color: var(--muted); }
.product-compare-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin: 22px 0;
}
.product-compare-row {
  display: grid;
  grid-template-columns: 190px repeat(var(--compare-cols), minmax(180px, 1fr));
  border-bottom: 1px solid var(--line);
}
.product-compare-row:last-child { border-bottom: none; }
.product-compare-label, .product-compare-cell {
  padding: 14px;
  border-right: 1px solid var(--line);
  background: white;
}
.product-compare-label {
  background: var(--porcelain);
  font-weight: 800;
  color: #414744;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
}
.product-compare-cell:last-child { border-right: none; }
.compare-title-row .product-compare-label,
.compare-title-row .product-compare-cell { background: var(--ink); color: white; }
.compare-title-row .product-compare-cell span { display: block; color: rgba(255,255,255,.7); font-size: .78rem; margin-top: 4px; }
.ingredient-cell { display: flex; flex-wrap: wrap; gap: 6px; }
.ingredient-cell span {
  background: var(--mist);
  border: 1px solid #d7e3dc;
  border-radius: 8px;
  color: var(--ink);
  font-size: .74rem;
  font-weight: 700;
  padding: 5px 7px;
}
.compare-verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.compact-panel { padding: 20px; }
.compact-panel h3 { font-size: 1.35rem; }
.compare-disclaimer { display: block; margin-top: 18px; }
.submission-type-grid,
.catalogue-map-grid,
.status-grid,
.placement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.submission-type-card,
.catalogue-map-card,
.status-card,
.placement-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 20px;
}
.submission-type-card h3,
.catalogue-map-card h3,
.status-card h3,
.placement-card h3 { font-size: 1.45rem; margin-bottom: 8px; }
.submission-type-card p,
.catalogue-map-card p,
.status-card p,
.placement-card p { color: var(--muted); font-size: .9rem; margin-bottom: 12px; }
.status-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-weight: 800;
  margin-bottom: 12px;
}
.submission-form-stack { display: grid; gap: 22px; }
.form-card.anchor-card { scroll-margin-top: 96px; }
.form-card .notice { display: none; }
.form-card .notice.show { display: block; }
.catalogue-badge-line { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.catalogue-badge-line span { background: var(--mist); border: 1px solid #d7e3dc; border-radius: 8px; padding: 6px 9px; font-size: .74rem; font-weight: 800; }
.footer-stats {
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 12px 0 22px;
  padding: 18px 0;
}
.footer-stat { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 14px; }
.footer-stat strong { display: block; color: white; font-family: "Cormorant Garamond"; font-size: 1.8rem; line-height: 1; }
.footer-stat span { color: rgba(255,255,255,.62); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
@media (max-width: 1120px) { .nav-links { gap: 14px; } .nav-links a { font-size: .72rem; } }
@media (max-width: 980px) {
  .platform-strip, .submission-type-grid, .catalogue-map-grid, .status-grid, .compare-verdict-grid, .placement-grid, .footer-stats { grid-template-columns: repeat(2, 1fr); }
  .compare-picker-grid { grid-template-columns: repeat(2, 1fr); }
  .product-compare-table { overflow-x: auto; }
  .product-compare-row { min-width: 760px; }
}
@media (max-width: 760px) {
  .platform-strip, .submission-type-grid, .catalogue-map-grid, .status-grid, .compare-picker-grid, .compare-verdict-grid, .placement-grid, .footer-stats { grid-template-columns: 1fr; }
  .compare-tray { align-items: flex-start; flex-direction: column; }
  .logo.logo-lockup small { font-size: .48rem; }
}

/* Additive refinement: smaller desktop menu and guided dropdown directory filters */
.nav { gap: 14px; }
.logo { font-size: 1.62rem; }
.nav-links { gap: 13px; }
.nav-links a {
  font-size: .68rem;
  letter-spacing: .065em;
  white-space: nowrap;
}
.nav-cta {
  padding: 8px 12px;
  min-height: 36px;
  font-size: .72rem;
  white-space: nowrap;
}
.logo.logo-lockup small { font-size: .5rem; letter-spacing: .14em; }
.toolbar.guided-toolbar {
  grid-template-columns: 1fr 1.1fr 1.28fr auto;
  gap: 10px;
  align-items: end;
}
.toolbar-actions {
  display: flex;
  gap: 8px;
  align-items: end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.toolbar-actions .btn { white-space: nowrap; }
.guided-toolbar select { min-height: 46px; }
@media (max-width: 1180px) {
  .nav-links { gap: 9px; }
  .nav-links a { font-size: .62rem; letter-spacing: .045em; }
  .nav-cta { font-size: .68rem; padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 960px) {
  .toolbar.guided-toolbar { grid-template-columns: 1fr; }
  .toolbar-actions { justify-content: flex-start; flex-wrap: wrap; }
}


/* Refined hero headline scale: keeps the premium editorial feel without overpowering the hero area. */
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(2rem, 9vw, 3rem); line-height: 1.06; }
  .page-hero h1 { font-size: clamp(1.95rem, 8.2vw, 2.85rem); line-height: 1.08; }
  .profile-hero h1 { font-size: clamp(2rem, 8.8vw, 3rem); line-height: 1.08; }
}

/* Homepage hero headline restraint: desktop/tablet override after all earlier rules. */
.hero h1 {
  font-size: clamp(2.15rem, 3.15vw, 3.35rem);
  line-height: 1.12;
  max-width: 720px;
}
.page-hero h1 {
  font-size: clamp(2.05rem, 3.05vw, 3.25rem);
  line-height: 1.1;
  max-width: 780px;
}
.profile-hero h1 {
  font-size: clamp(2.05rem, 3.15vw, 3.35rem);
  line-height: 1.1;
  max-width: 790px;
}
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.55rem); line-height: 1.1; max-width: 100%; }
  .page-hero h1 { font-size: clamp(1.85rem, 7.6vw, 2.45rem); line-height: 1.1; max-width: 100%; }
  .profile-hero h1 { font-size: clamp(1.9rem, 7.8vw, 2.5rem); line-height: 1.1; max-width: 100%; }
}


/* v0.12 category/service engine */
.category-grid, .service-matrix, .local-listing-grid, .nearby-grid, .map-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.category-card, .service-matrix article, .local-listing-card, .nearby-card, .map-card, .source-note-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.category-card { color: inherit; display: block; min-height: 190px; }
.category-card span, .local-listing-card .suburb-label, .nearby-card span { color: var(--gold-dark); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 8px; }
.category-card h3, .service-matrix h3, .local-listing-card h3, .nearby-card h3 { margin-bottom: 8px; }
.category-card:hover, .local-listing-card:hover, .nearby-card:hover { transform: translateY(-2px); border-color: var(--gold); }
.local-listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.local-listing-card { display: flex; flex-direction: column; gap: 12px; }
.local-listing-card .listing-topline { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.local-listing-card .rating-pill { background: var(--mist); color: var(--teal); border-radius: 999px; padding: 6px 9px; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.service-chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.service-chip-row span { background: #f7f1e8; border: 1px solid #e5d6c2; color: #6e5837; border-radius: 999px; font-size: .7rem; font-weight: 800; padding: 6px 9px; }
.category-landing-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.map-card { overflow: hidden; padding: 0; }
.map-card h3, .map-card p, .map-card .map-actions { margin-left: 18px; margin-right: 18px; }
.map-card h3 { margin-top: 18px; }
.map-embed { width: 100%; height: 260px; border: 0; display: block; margin-top: 12px; filter: saturate(.88); }
.map-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; margin-bottom: 18px; }
.category-hero-note { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.55); border-radius: 14px; padding: 18px; box-shadow: var(--shadow-soft); }
.category-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.category-summary-grid div { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.65); border-radius: 12px; padding: 16px; }
.category-summary-grid strong { display: block; font-family: "Cormorant Garamond"; font-size: 1.65rem; line-height: 1; color: var(--ink); }
@media (max-width: 1020px) {
  .category-grid, .service-matrix, .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-summary-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .category-grid, .service-matrix, .nearby-grid, .local-listing-grid, .category-summary-grid { grid-template-columns: 1fr; }
}


/* v0.13 premium homepage direction: scoped, additive, no content stripping */
:root {
  --bc-cream: #fbf8f2;
  --bc-soft: #f3ece4;
  --bc-gold: #bd7c31;
  --bc-gold-dark: #996528;
  --bc-ink: #141516;
  --bc-card: rgba(255,255,255,.92);
}
.header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(153,101,40,.16); }
.nav { min-height: 78px; }
.logo.logo-lockup {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.62rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}
.logo.logo-lockup span { color: var(--bc-gold); }
.logo.logo-lockup small {
  color: #84786b;
  font-size: .48rem;
  letter-spacing: .22em;
  margin-top: 6px;
}
.nav-links a { color: #222; font-size: .66rem; letter-spacing: .055em; }
.nav-cta { background: var(--bc-gold); color: #fff; border-radius: 6px; }
.nav-cta:hover { background: var(--bc-ink); }
.home-hero-v13 {
  position: relative;
  min-height: 642px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #ddd0c3;
  padding: 66px 0 54px;
}
.home-hero-image-v13 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}
.home-hero-shade-v13 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(32,28,25,.72) 0%, rgba(40,34,29,.48) 31%, rgba(255,255,255,.10) 58%, rgba(255,255,255,.02) 100%),
    linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.02));
}
.home-hero-inner-v13 { position: relative; z-index: 2; min-height: 520px; display: flex; align-items: center; }
.home-hero-copy-v13 { max-width: 760px; color: #fff; }
.gold-eyebrow { color: #d9a763; letter-spacing: .18em; margin-bottom: 15px; }
.home-hero-copy-v13 h1 {
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 5.1rem);
  max-width: 720px;
  line-height: .98;
  letter-spacing: -.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,.20);
}
.home-hero-copy-v13 p {
  color: rgba(255,255,255,.91);
  max-width: 560px;
  font-size: 1.06rem;
  margin: 24px 0 28px;
}
.home-discovery-form-v13 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(15,15,15,.18);
  padding: 18px;
  max-width: 850px;
}
.home-discovery-form-v13 label { color: #4d463e; letter-spacing: 0; text-transform: none; font-size: .74rem; font-weight: 700; }
.home-discovery-form-v13 select { border-color: #ded5cc; border-radius: 6px; min-height: 48px; background-color: #fff; }
.home-discovery-form-v13 .btn { min-height: 48px; border-radius: 6px; padding-inline: 24px; text-transform: uppercase; letter-spacing: .05em; color: #fff; }
.home-popular-v13 { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 18px; color: rgba(255,255,255,.92); font-size: .86rem; }
.home-popular-v13 a {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  border-radius: 6px;
  padding: 9px 14px;
  backdrop-filter: blur(8px);
}
.home-popular-v13 a:hover { background: rgba(255,255,255,.28); }
.home-trust-card-v13 {
  position: absolute;
  right: min(48px, 4vw);
  bottom: 54px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: min(380px, 32vw);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
  color: #171717;
}
.trust-icon-v13 { width: 46px; height: 46px; border: 2px solid var(--bc-gold); color: var(--bc-gold); border-radius: 50%; display: grid; place-items: center; font-weight: 900; flex: 0 0 auto; }
.home-trust-card-v13 strong { font-size: .94rem; }
.home-trust-card-v13 span:not(.trust-icon-v13) { color: #4f4b45; font-size: .82rem; }
.home-category-section-v13, .home-city-section-v13, .home-service-map-v13, .home-benefit-strip-v13 { padding: 34px 0; background: #fff; }
.home-city-section-v13 { padding-top: 12px; }
.home-service-map-v13 { background: var(--bc-cream); }
.section-line-title-v13 { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 28px; }
.section-line-title-v13 span { width: 82px; height: 1px; background: linear-gradient(90deg, transparent, var(--bc-gold)); }
.section-line-title-v13 span:last-child { background: linear-gradient(90deg, var(--bc-gold), transparent); }
.section-line-title-v13 h2 {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .93rem;
  letter-spacing: .18em;
  line-height: 1.2;
  margin: 0;
}
.home-category-grid-v13 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px;
}
.home-category-card-v13 {
  min-height: 120px;
  background: rgba(255,255,255,.9);
  border: 1px solid #eee3d8;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(20,21,22,.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 14px 10px;
}
.home-category-card-v13 span { color: var(--bc-gold); font-size: 2.1rem; line-height: 1; font-family: "Cormorant Garamond", Georgia, serif; }
.home-category-card-v13 strong { font-size: .82rem; line-height: 1.22; color: #111; }
.home-category-card-v13:hover { transform: translateY(-3px); border-color: rgba(189,124,49,.52); box-shadow: 0 16px 38px rgba(20,21,22,.09); }
.home-city-grid-v13 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-city-card-v13 {
  position: relative;
  min-height: 245px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(20,21,22,.16);
  border: 1px solid rgba(255,255,255,.52);
  color: #fff;
}
.home-city-card-v13 img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .45s ease; }
.home-city-overlay-v13 { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.74)); z-index: 1; }
.home-city-card-v13 > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; }
.home-city-card-v13 h3 { color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: 1.48rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
.home-city-card-v13 p { color: rgba(255,255,255,.9); font-size: .9rem; margin-bottom: 12px; }
.city-button-v13 { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.82); border-radius: 999px; padding: 8px 14px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800; }
.home-city-card-v13:hover img { transform: scale(1.045); }
.home-service-intro-v13 { max-width: 720px; margin: -10px auto 24px; text-align: center; color: #5b554e; }
.service-city-grid-v13 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-city-grid-v13 a { background: #fff; border: 1px solid #eaded1; border-radius: 999px; padding: 10px 14px; font-size: .82rem; font-weight: 800; text-align: center; color: #2d2d2d; }
.service-city-grid-v13 a:hover { background: var(--bc-gold); color: #fff; border-color: var(--bc-gold); }
.home-benefit-strip-v13 { padding-top: 18px; }
.home-benefit-grid-v13 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid #eee3d8; background: rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 14px 34px rgba(20,21,22,.05); }
.home-benefit-grid-v13 article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 24px; border-right: 1px solid #eee3d8; }
.home-benefit-grid-v13 article:last-child { border-right: none; }
.home-benefit-grid-v13 span { color: var(--bc-gold); font-size: 1.7rem; line-height: 1; }
.home-benefit-grid-v13 h3 { font-family: "Montserrat", Arial, sans-serif; text-transform: uppercase; letter-spacing: .11em; font-size: .8rem; margin-bottom: 4px; }
.home-benefit-grid-v13 p { color: #5b554e; font-size: .84rem; margin: 0; }
@media (max-width: 1120px) {
  .home-category-grid-v13 { grid-template-columns: repeat(5, 1fr); }
  .home-trust-card-v13 { display: none; }
}
@media (max-width: 900px) {
  .home-discovery-form-v13 { grid-template-columns: 1fr 1fr; }
  .home-city-grid-v13, .service-city-grid-v13, .home-benefit-grid-v13 { grid-template-columns: 1fr; }
  .home-benefit-grid-v13 article { border-right: none; border-bottom: 1px solid #eee3d8; }
  .home-benefit-grid-v13 article:last-child { border-bottom: none; }
}
@media (max-width: 760px) {
  .home-hero-v13 { min-height: auto; padding: 70px 0 42px; }
  .home-hero-image-v13 { object-position: 62% center; }
  .home-hero-shade-v13 { background: linear-gradient(90deg, rgba(22,19,17,.78), rgba(22,19,17,.46)); }
  .home-hero-copy-v13 h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); max-width: 100%; }
  .home-discovery-form-v13 { grid-template-columns: 1fr; padding: 14px; }
  .home-popular-v13 a { padding: 8px 10px; }
  .home-category-grid-v13 { grid-template-columns: repeat(2, 1fr); }
  .section-line-title-v13 span { width: 46px; }
  .home-city-card-v13 { min-height: 215px; }
}

/* v0.14 visual alignment pass: mockup-faithful hero, city cards, icons, viewport heroes */
.hero,
.home-hero-v13,
.page-hero,
.profile-hero {
  min-height: calc(100vh - 78px);
}
.home-hero-v13 {
  min-height: calc(100vh - 78px);
  padding: clamp(54px, 7vh, 86px) 0 clamp(38px, 5vh, 68px);
  align-items: center;
}
.home-hero-inner-v13 {
  min-height: calc(100vh - 190px);
  align-items: center;
}
.home-hero-image-v13 {
  object-position: center right;
}
.home-hero-shade-v13 {
  background:
    linear-gradient(90deg, rgba(29,25,22,.78) 0%, rgba(39,33,28,.58) 32%, rgba(40,34,29,.22) 55%, rgba(255,255,255,.02) 100%),
    linear-gradient(0deg, rgba(0,0,0,.14), rgba(0,0,0,.02));
}
.home-hero-copy-v13 { max-width: 640px; }
.home-hero-copy-v13 h1 {
  font-size: clamp(2.7rem, 4.15vw, 4.15rem);
  max-width: 620px;
  line-height: 1.02;
  letter-spacing: -.015em;
}
.home-hero-copy-v13 p {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.72;
}
.home-discovery-form-v13 {
  max-width: 740px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  border-radius: 8px;
}
.home-category-section-v13 { padding: 42px 0 30px; }
.home-category-grid-v13 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
}
.home-category-card-v13 {
  min-height: 122px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 22px rgba(20,21,22,.035);
}
.home-category-card-v13 > span:not(.trust-icon-v13) { display: none; }
.home-category-card-v13 .category-icon-v14 {
  width: 44px;
  height: 44px;
  stroke: var(--bc-gold);
  fill: none;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 2px;
}
.home-category-card-v13 strong {
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.22;
}
.home-city-section-v13 {
  padding: 28px 0 40px;
  background: #fff;
}
.home-city-grid-v13 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px;
  align-items: stretch;
}
.home-city-card-v13 {
  min-height: 0;
  aspect-ratio: 2.66 / 1;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20,21,22,.13);
  background: #1d1d1d;
}
.home-city-card-v13 img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}
.home-city-overlay-v13 {
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.10) 34%, rgba(0,0,0,.82) 100%),
    linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.04));
}
.home-city-card-v13 > div {
  left: 28px;
  right: 24px;
  bottom: 18px;
}
.home-city-card-v13 h3 {
  font-size: clamp(1.1rem, 1.45vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: .055em;
  margin-bottom: 2px;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.home-city-card-v13 p {
  font-size: .82rem;
  line-height: 1.35;
  margin-bottom: 9px;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.city-button-v13 {
  padding: 7px 13px;
  font-size: .66rem;
  border-color: rgba(255,255,255,.85);
  background: rgba(0,0,0,.12);
  box-shadow: 0 0 0 1px rgba(0,0,0,.16);
}
@media (max-width: 1120px) {
  .home-category-grid-v13 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .home-city-grid-v13 { gap: 14px; }
  .home-city-card-v13 > div { left: 18px; bottom: 16px; }
}
@media (max-width: 900px) {
  .home-city-grid-v13 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .home-city-card-v13 h3 { font-size: .98rem; }
  .home-city-card-v13 p { font-size: .7rem; }
  .city-button-v13 { font-size: .58rem; padding: 6px 10px; }
}
@media (max-width: 760px) {
  .hero,
  .home-hero-v13,
  .page-hero,
  .profile-hero { min-height: calc(100vh - 74px); }
  .home-hero-inner-v13 { min-height: calc(100vh - 160px); }
  .home-hero-copy-v13 h1 { font-size: clamp(2.25rem, 10vw, 3.05rem); }
  .home-discovery-form-v13 { grid-template-columns: 1fr; }
  .home-category-grid-v13 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-city-grid-v13 { grid-template-columns: 1fr !important; }
  .home-city-card-v13 { aspect-ratio: 1.78 / 1; }
  .home-city-card-v13 h3 { font-size: 1.28rem; }
  .home-city-card-v13 p { font-size: .84rem; }
}



/* v0.15 menu-page hero system: image-backed heroes, additive listing CTA and guided search bars */
.hero-visual-v15 {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(72px, 8vh, 108px) 0 clamp(48px, 6vh, 78px);
  background-color: #1f211f;
  background-image: linear-gradient(120deg, rgba(33,31,29,.88), rgba(33,31,29,.55)), url('../assets/images/bliss-hero-midlife-skincare.jpg');
  background-size: cover;
  background-position: center right;
  color: white;
  border-bottom: 1px solid rgba(178,143,89,.2);
}
.hero-visual-v15::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transform: scale(1.01);
}
.hero-visual-v15::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 24%, rgba(218,186,132,.28), transparent 30%),
    linear-gradient(90deg, rgba(19,19,18,.84) 0%, rgba(28,28,27,.64) 38%, rgba(28,28,27,.22) 70%, rgba(28,28,27,.1) 100%);
  pointer-events: none;
}
.hero-v15-cape-town { background-image: linear-gradient(120deg, rgba(24,24,22,.86), rgba(24,24,22,.44)), url('../assets/images/city-cape-town.jpg'); background-position: center; }
.hero-v15-durban { background-image: linear-gradient(120deg, rgba(24,24,22,.86), rgba(24,24,22,.44)), url('../assets/images/city-durban.jpg'); background-position: center; }
.hero-v15-johannesburg { background-image: linear-gradient(120deg, rgba(24,24,22,.86), rgba(24,24,22,.44)), url('../assets/images/city-johannesburg.jpg'); background-position: center; }
.hero-v15-products { background-position: center right; }
.hero-v15-spas { background-position: 62% center; }
.hero-v15-guide { background-position: 58% center; }
.hero-v15-submit { background-position: 60% center; }
.hero-visual-v15 .container { position: relative; z-index: 2; width: 100%; }
.hero-visual-v15 .page-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .58fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
}
.hero-visual-v15 .eyebrow { color: #e7c98e; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero-visual-v15 h1 {
  color: white;
  max-width: 760px;
  text-shadow: 0 5px 30px rgba(0,0,0,.35);
}
.hero-visual-v15 p {
  color: rgba(255,255,255,.84);
  max-width: 680px;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}
.hero-action-row-v15 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-visual-v15 .btn-secondary {
  color: white;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.hero-visual-v15 .btn-secondary:hover { background: rgba(255,255,255,.16); }
.page-hero-search-v15 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  width: min(900px, 100%);
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}
.page-search-title-v15 {
  grid-column: 1 / -1;
  color: #f1d59e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.page-hero-search-v15 label { display: block; margin: 0; }
.page-hero-search-v15 label span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,.78);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.page-hero-search-v15 select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: #242625;
  font: 700 .84rem "Montserrat", Arial, sans-serif;
  padding: 0 12px;
}
.page-hero-search-v15 .btn { min-height: 44px; white-space: nowrap; }
.hero-side-card-v15,
.hero-visual-v15 .hero-search,
.hero-visual-v15 .compare-kicker {
  background: rgba(255,255,255,.92);
  color: #262927;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}
.hero-side-card-v15 h3,
.hero-visual-v15 .hero-search h3,
.hero-visual-v15 .compare-kicker h3 { color: #233c36; text-shadow: none; }
.hero-side-card-v15 p,
.hero-visual-v15 .hero-search p,
.hero-visual-v15 .compare-kicker p { color: #5c625f; text-shadow: none; }
.hero-side-cta-v15 { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #e6ddd3; }
.hero-side-cta-v15 .eyebrow { color: var(--teal); text-shadow: none; }
.hero-side-buttons-v15 { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.hero-side-existing-v15 { font-size: .92rem; }
.hero-side-existing-v15 > :last-child { margin-bottom: 0; }
.hero-side-existing-v15 .notice { margin-top: 12px; }
.hero-visual-v15 .mini-list span { background: rgba(35,60,54,.08); color: #29443d; }
@media (max-width: 1040px) {
  .hero-visual-v15 .page-grid { grid-template-columns: 1fr; }
  .hero-visual-v15 .hero-search,
  .hero-visual-v15 .compare-kicker { max-width: 760px; }
  .page-hero-search-v15 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .hero-visual-v15 {
    min-height: calc(100vh - 74px);
    padding: 78px 0 42px;
    background-position: 64% center;
  }
  .hero-visual-v15::after {
    background: linear-gradient(90deg, rgba(17,17,16,.88), rgba(17,17,16,.64), rgba(17,17,16,.34));
  }
  .page-hero-search-v15 { grid-template-columns: 1fr; padding: 12px; }
  .hero-action-row-v15 { gap: 8px; }
  .hero-action-row-v15 .btn { width: auto; }
}
