/* Facial Bangkok design system */
:root {
  --paper: #fffaf2;
  --cream: #f4eadb;
  --cream-2: #fbf4e8;
  --ink: #171412;
  --muted: #5d554d;
  --soft: #8a7c6c;
  --jade: #163f34;
  --jade-2: #2f6757;
  --wine: #6f2636;
  --clay: #b86f42;
  --gold: #b18a4a;
  --line: rgba(23, 20, 18, .13);
  --line-strong: rgba(23, 20, 18, .22);
  --shadow: 0 22px 70px -40px rgba(23, 20, 18, .45);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --max: 1220px;
  --gutter: clamp(18px, 4vw, 56px);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; font-size: 16px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; text-wrap: pretty; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(58px, 8vw, 110px); }
.muted { background: var(--cream-2); border-block: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 24px; height: 1px; background: var(--gold); }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 600; line-height: 1.02; letter-spacing: 0; }
h1 { font-size: clamp(44px, 7vw, 86px); }
h2 { font-size: clamp(31px, 4vw, 54px); }
h3 { font-size: clamp(23px, 2vw, 31px); }
.lead { font-size: clamp(19px, 2vw, 24px); line-height: 1.55; color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 20px; border-radius: var(--radius); font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff8ec; background: var(--jade); }
.btn-secondary { color: #fff8ec; background: var(--wine); }
.btn-light { color: var(--ink); background: rgba(255, 250, 242, .9); border-color: rgba(255, 250, 242, .35); }
.text-link { font-weight: 800; color: var(--jade); border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 250, 242, .9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 42px; height: 42px; }
.brand span { display: flex; flex-direction: column; font-family: var(--serif); font-weight: 600; font-size: 26px; line-height: .95; white-space: nowrap; }
.brand small { margin-top: 5px; font-family: var(--sans); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--soft); font-weight: 800; }
.nav-links { list-style: none; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); margin: 0; padding: 0; }
.nav-links a { color: var(--muted); font-size: 14px; font-weight: 750; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after { display: block; width: 18px; height: 2px; background: var(--ink); content: ""; margin: auto; position: relative; }
.nav-toggle span:before { position: absolute; top: -6px; }
.nav-toggle span:after { position: absolute; top: 6px; }
.hero { position: relative; min-height: min(660px, calc(100svh - 118px)); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: #fff8ec; }
.hero-media { position: absolute; inset: 0; }
.hero-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 32, 27, .88), rgba(15, 32, 27, .42) 48%, rgba(15, 32, 27, .08)); }
.hero-img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; padding-block: clamp(28px, 5vw, 58px) clamp(18px, 3vw, 36px); }
.hero h1 { max-width: 650px; color: #fffaf2; font-size: clamp(42px, 6.4vw, 82px); }
.hero p { max-width: 620px; color: rgba(255, 250, 242, .86); font-size: clamp(17px, 1.55vw, 21px); margin-top: 14px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 142px)); gap: 10px; margin: clamp(22px, 3vw, 36px) 0 0; }
.hero-stats div { border: 1px solid rgba(255, 250, 242, .24); border-radius: var(--radius); padding: 12px; background: rgba(255, 250, 242, .08); }
.hero-stats dt { font-family: var(--serif); font-size: 30px; line-height: 1; color: #fff; }
.hero-stats dd { margin: 5px 0 0; color: rgba(255, 250, 242, .75); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.two-col, .split-grid, .page-hero-grid, .detail-hero-grid, .faq-grid, .guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: clamp(32px, 6vw, 82px); align-items: start; }
.intro-section h2 { max-width: 630px; }
.prose { color: var(--muted); font-size: 17px; }
.prose h2 { margin: 1.6em 0 .5em; color: var(--ink); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: var(--jade); margin: 1.3em 0 .4em; }
.prose ul { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.prose li { margin-bottom: .45rem; }
.prose a { color: var(--jade); font-weight: 800; border-bottom: 1px solid currentColor; }
.prose-wide { max-width: 860px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head.narrow { max-width: 780px; display: block; }
.section-head p { color: var(--muted); font-size: 18px; margin-top: 12px; }
.venue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.venue-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.venue-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 rgba(23, 20, 18, .03); min-height: 100%; }
.venue-card a { display: flex; flex-direction: column; height: 100%; }
.venue-card-media { aspect-ratio: 4 / 3; background: var(--cream); overflow: hidden; }
.venue-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.venue-card:hover .venue-card-media img { transform: scale(1.035); }
.venue-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 14px; }
.venue-card-top { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.venue-card h3 { font-size: 29px; }
.venue-card-top p { margin: 5px 0 0; color: var(--soft); font-size: 13px; font-weight: 800; }
.rating { flex: none; color: var(--wine); font-size: 14px; }
.venue-blurb { color: var(--muted); font-size: 14.5px; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; font-size: 12px; color: var(--muted); font-weight: 800; background: var(--cream-2); }
.venue-card-foot { margin-top: auto; border-top: 1px solid var(--line); padding-top: 14px; display: flex; justify-content: space-between; gap: 12px; color: var(--jade); font-size: 13px; font-weight: 850; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.treatment-grid article { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; min-height: 210px; }
.treatment-grid span { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.treatment-grid h3 { margin-top: 24px; }
.treatment-grid p { color: var(--muted); font-size: 14.5px; margin-top: 10px; }
.treatment-command { padding-block: clamp(46px, 7vw, 92px); }
.treatment-command-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); gap: clamp(30px, 5vw, 70px); align-items: start; }
.treatment-editorial { max-width: 780px; }
.treatment-decision-card { position: sticky; top: 100px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 1px 0 rgba(23, 20, 18, .03); }
.treatment-decision-card h2 { font-size: clamp(29px, 3vw, 38px); margin-bottom: 12px; }
.treatment-decision-card ul { list-style: none; display: grid; gap: 0; margin: 0 0 18px; padding: 0; color: var(--muted); font-size: 14px; }
.treatment-decision-card li { border-top: 1px solid var(--line); padding: 11px 0; }
.treatment-decision-card li:first-child { border-top: 0; }
.treatment-decision-card b { color: var(--ink); }
.treatment-decision-card .btn { width: 100%; }
.treatment-explorer { background: linear-gradient(180deg, var(--cream-2), var(--paper) 45%, var(--paper)); border-block: 1px solid var(--line); }
.treatment-explorer-grid { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: clamp(28px, 4.6vw, 62px); align-items: start; }
.treatment-rail { position: sticky; top: 100px; display: grid; gap: 14px; align-self: start; }
.treatment-rail h2 { font-size: clamp(31px, 3.2vw, 44px); }
.treatment-rail p { color: var(--muted); font-size: 14px; margin: 0; }
.treatment-rail nav { display: grid; gap: 8px; max-height: calc(100svh - 290px); overflow: auto; padding-right: 4px; scrollbar-width: thin; }
.treatment-rail nav a { border: 1px solid var(--line); border-radius: var(--radius); padding: 9px 11px; background: rgba(255, 250, 242, .72); color: var(--muted); font-size: 12px; font-weight: 850; line-height: 1.25; }
.treatment-rail nav a:hover { border-color: var(--jade); color: var(--jade); background: #fff; }
.treatment-main { display: grid; gap: clamp(34px, 5vw, 58px); min-width: 0; }
.treatment-finder { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 34px); box-shadow: 0 1px 0 rgba(23, 20, 18, .03); }
.treatment-finder-head { max-width: 720px; margin-bottom: 18px; }
.treatment-finder-head h2 { font-size: clamp(30px, 3.8vw, 48px); margin-top: 7px; }
.treatment-finder-head p { color: var(--muted); margin-top: 10px; }
.treatment-goal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.goal-card { display: grid; gap: 6px; min-height: 128px; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: var(--cream-2); }
.goal-card:hover { border-color: var(--jade); background: #fff; }
.goal-card span { color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.goal-card strong { color: var(--ink); font-size: 15px; line-height: 1.34; }
.goal-card em { align-self: end; color: var(--soft); font-size: 12px; font-style: normal; font-weight: 800; }
.treatment-family { border-top: 1px solid var(--line); padding-top: clamp(28px, 4.4vw, 52px); scroll-margin-top: 108px; }
.treatment-family:first-of-type { border-top: 0; padding-top: 0; }
.treatment-family-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(230px, .55fr); gap: 18px; align-items: end; margin-bottom: 18px; }
.treatment-family-head h2 { font-size: clamp(30px, 3.35vw, 47px); }
.treatment-family-head p { color: var(--muted); font-size: 15px; margin: 0; }
.facial-type-grid { display: grid; gap: 14px; }
.facial-type-card { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(16px, 2vw, 22px); box-shadow: 0 1px 0 rgba(23, 20, 18, .03); min-width: 0; }
.type-card-head { min-width: 0; }
.type-card-head span { display: inline-flex; color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.type-card-head h3 { font-size: clamp(25px, 2.45vw, 34px); }
.type-card-head p { color: var(--muted); margin: 9px 0 0; font-size: 14.5px; line-height: 1.55; }
.type-card-body { display: grid; gap: 13px; min-width: 0; }
.type-best { border-left: 3px solid var(--gold); padding-left: 12px; }
.type-best strong { display: block; color: var(--soft); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.type-best p { color: var(--ink); font-size: 14px; line-height: 1.5; margin: 0; }
.type-details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(251, 244, 232, .72); }
.type-details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 13px; color: var(--jade); font-size: 13px; font-weight: 850; line-height: 1.25; }
.type-details summary::-webkit-details-marker { display: none; }
.type-details summary span { width: 18px; height: 18px; border: 1px solid var(--line); border-radius: 50%; flex: none; position: relative; }
.type-details summary span:before, .type-details summary span:after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1.5px; background: var(--jade); transform: translate(-50%, -50%); }
.type-details summary span:after { transform: translate(-50%, -50%) rotate(90deg); }
.type-details[open] summary span:after { opacity: 0; }
.type-facts { display: grid; gap: 0; margin: 0; padding: 0 13px 13px; }
.type-facts div { border-top: 1px solid var(--line); padding-top: 11px; margin-top: 11px; }
.type-facts dt { color: var(--soft); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.type-facts dd { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.type-recos { border-top: 1px solid var(--line); padding-top: 12px; }
.type-recos > strong { display: block; color: var(--jade); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 9px; }
.type-recos div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.type-recos a { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 9px 10px; background: var(--cream-2); color: var(--ink); font-size: 12px; font-weight: 850; line-height: 1.25; }
.type-recos a:hover { border-color: var(--jade); color: var(--jade); background: #fff; }
.type-recos a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.type-recos a strong { color: var(--wine); font-size: 11px; flex: none; }
.split-feature { background: var(--jade); color: #fff8ec; }
.split-feature h2, .split-feature .eyebrow { color: #fff8ec; }
.split-feature .prose { color: rgba(255, 250, 242, .82); }
.split-image { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.guide-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.guide-card a { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 16px; height: 100%; }
.guide-card-media { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 6px; background: var(--cream); }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-card h3 { font-size: 25px; margin-top: 8px; }
.guide-card p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; font-family: var(--serif); font-size: 25px; line-height: 1.2; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; flex: none; position: relative; margin-top: 2px; }
.faq summary span:before, .faq summary span:after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 10px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); }
.faq summary span:after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary span:after { opacity: 0; }
.faq p { color: var(--muted); margin-top: 10px; }
.page-hero, .detail-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding-block: 28px clamp(42px, 6vw, 76px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--soft); font-size: 13px; font-weight: 800; margin-bottom: 24px; }
.crumbs a { color: var(--jade); }
.page-hero p, .detail-hero p { font-size: clamp(18px, 1.8vw, 22px); color: var(--muted); max-width: 760px; }
.hero-panel, .score-card, .listing-card, .guide-toc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.hero-panel p { font-size: 15px; margin: 12px 0 0; }
.filter-bar { position: sticky; top: 78px; z-index: 90; background: rgba(255, 250, 242, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.filter-inner { display: flex; align-items: center; gap: 10px 14px; flex-wrap: wrap; padding-block: 13px; }
.filter-inner > span { flex: 0 0 auto; font-size: 12px; color: var(--soft); font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.filter-inner em { flex: 0 0 auto; margin-left: auto; color: var(--soft); font-style: normal; font-size: 13px; }
.filter-rail { flex: 1 0 100%; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 2px; }
.filter-pill { flex: 0 0 auto; white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; background: #fff; color: var(--muted); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.filter-pill[aria-pressed="true"] { background: var(--jade); color: #fff; border-color: var(--jade); }
.table-wrap { overflow-x: auto; }
.compare-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare-table th, .compare-table td { padding: 17px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { font-size: 11px; color: var(--soft); text-transform: uppercase; letter-spacing: .14em; }
.compare-table td span { display: block; color: var(--soft); font-size: 12px; margin-top: 4px; }
.detail-hero-grid { grid-template-columns: minmax(0, 1fr) 260px; align-items: end; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 20px 0; color: var(--muted); font-weight: 850; }
.detail-meta span, .detail-meta strong { border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 999px; padding: 8px 12px; font-size: 13px; }
.detail-meta strong { color: var(--wine); }
.detail-meta strong span { border: 0; background: transparent; color: var(--soft); padding: 0; margin-left: 4px; }
.score-card span { color: var(--soft); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.score-card strong { display: block; font-family: var(--serif); font-size: 52px; line-height: 1; color: var(--wine); margin: 10px 0; }
.score-card p { font-size: 14px; color: var(--muted); margin: 0; }
.detail-hero-image { margin-top: 32px; aspect-ratio: 21 / 8; border-radius: var(--radius); overflow: hidden; background: var(--cream-2); }
.detail-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(30px, 5vw, 70px); align-items: start; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 30px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
.gallery figcaption { margin-top: 6px; color: var(--soft); font-size: 11px; font-weight: 800; }
.signature-box { margin: 34px 0; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.signature-box div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.signature-box div span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 850; color: var(--jade); }
.menu-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.menu-table td { border-bottom: 1px solid var(--line); padding: 14px 0; }
.menu-table td:first-child { color: var(--ink); font-weight: 850; }
.menu-table td:nth-child(2), .menu-table td:nth-child(3) { text-align: right; white-space: nowrap; color: var(--muted); }
.fineprint { color: var(--soft); font-size: 13px; margin-top: 12px; }
.listing-card { position: sticky; top: 100px; box-shadow: none; }
.listing-card h2, .guide-toc h2 { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--soft); margin-bottom: 16px; }
.listing-card dl { margin: 0; }
.listing-card div { border-top: 1px solid var(--line); padding: 13px 0; }
.listing-card div:first-child { border-top: 0; }
.listing-card dt { color: var(--soft); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.listing-card dd { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.listing-card .btn { width: 100%; margin-top: 18px; }
.guide-hero-image { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; }
.guide-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.guide-layout { grid-template-columns: minmax(0, 1fr) 300px; }
.guide-toc { position: sticky; top: 100px; }
.site-footer { background: #10251f; color: rgba(255, 250, 242, .76); padding-block: 56px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.brand-footer span { color: #fffaf2; }
.footer-about p { max-width: 300px; margin-top: 16px; }
.site-footer h2 { font-family: var(--sans); font-size: 12px; color: #fffaf2; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; display: grid; gap: 9px; margin: 0; padding: 0; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 42px; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: rgba(255, 250, 242, .55); font-size: 12px; }
@media (max-width: 980px) {
  .nav-links, .nav-actions .btn { display: none; }
  .nav-toggle { display: grid; }
  .nav-links.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--paper); padding: 24px var(--gutter) 30px; border-bottom: 1px solid var(--line); }
  .venue-grid, .treatment-grid, .guide-grid, .footer-grid, .treatment-goal-grid { grid-template-columns: 1fr 1fr; }
  .two-col, .split-grid, .page-hero-grid, .detail-hero-grid, .faq-grid, .guide-layout, .detail-layout, .treatment-command-grid, .treatment-explorer-grid, .treatment-family-head, .facial-type-card { grid-template-columns: 1fr; }
  .listing-card, .guide-toc, .treatment-decision-card, .treatment-rail { position: static; }
  .treatment-rail nav { display: flex; gap: 8px; max-height: none; overflow-x: auto; padding: 0 0 2px; }
  .treatment-rail nav a { flex: 0 0 auto; }
  .detail-hero-image { aspect-ratio: 4 / 3; }
}
@media (max-width: 660px) {
  body { font-size: 15px; }
  .brand span { font-size: 22px; }
  .brand img { width: 36px; height: 36px; }
  .hero { min-height: 640px; }
  .hero-media:after { background: linear-gradient(180deg, rgba(15,32,27,.58), rgba(15,32,27,.9)); }
  .hero-stats, .venue-grid, .treatment-grid, .guide-grid, .footer-grid, .gallery, .facial-type-grid, .treatment-goal-grid, .type-recos div { grid-template-columns: 1fr; }
  .guide-card a { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .text-link { display: inline-flex; margin-top: 14px; }
  .treatment-finder, .treatment-decision-card, .facial-type-card { padding: 16px; }
  .goal-card { min-height: 108px; }
}
