
:root {
  --ink: #21191b;
  --muted: #6f6260;
  --line: #e5d7d0;
  --paper: #fffaf7;
  --soft: #f6eee9;
  --blush: #efd0c6;
  --rose: #9d5b64;
  --plum: #442b34;
  --plum-2: #2a1b22;
  --sage: #697568;
  --white: #fff;
  --shadow: 0 24px 70px rgba(52, 32, 35, .16);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--white); padding: 10px 14px; border-radius: 999px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(42, 27, 34, .86); backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: white; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(145deg, #f6d5cc, #fff2ec); color: var(--plum); font-weight: 800; letter-spacing: -.04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .98rem; letter-spacing: -.02em; }
.brand-copy span { font-size: .78rem; color: rgba(255,255,255,.72); }
.nav-links { display: flex; align-items: center; gap: .25rem; }
.nav-links a { text-decoration: none; font-size: .92rem; color: rgba(255,255,255,.78); padding: .7rem .8rem; border-radius: 999px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; background: rgba(255,255,255,.10); }
.nav-links .nav-cta { color: var(--plum); background: white; margin-left: .35rem; }
.menu-button { display: none; border: 0; border-radius: 999px; padding: .65rem .85rem; background: rgba(255,255,255,.12); color: white; }
.hero { padding: clamp(70px, 10vw, 126px) 0; }
.dark { background: radial-gradient(circle at 78% 20%, rgba(239,208,198,.25), transparent 34%), linear-gradient(135deg, var(--plum-2), var(--plum)); color: white; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr); gap: clamp(32px, 7vw, 86px); align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; color: var(--rose); }
.dark .eyebrow { color: #f3cfc5; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(2.65rem, 7.4vw, 5.8rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4.3vw, 3.4rem); }
h3 { font-size: 1.25rem; letter-spacing: -.025em; }
p { margin: 0; }
.lede { font-size: clamp(1.08rem, 2vw, 1.36rem); max-width: 720px; color: rgba(255,255,255,.82); margin-top: 1.2rem; }
.page-hero .lede { color: #4a3f40; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .76rem 1.05rem; border-radius: 999px; border: 1px solid var(--line); background: white; color: var(--plum); text-decoration: none; font-weight: 750; box-shadow: 0 10px 24px rgba(52,32,35,.08); }
.button.primary { background: var(--rose); color: white; border-color: var(--rose); }
.button.ghost { background: transparent; color: white; border-color: rgba(255,255,255,.4); box-shadow: none; }
.button.ghost-light { background: transparent; color: white; border-color: rgba(255,255,255,.45); box-shadow: none; }
.text-link { color: var(--rose); font-weight: 800; text-decoration: none; }
.doctor-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: calc(var(--radius) + 8px); padding: 14px; box-shadow: var(--shadow); }
.doctor-card picture, .portrait-card picture { border-radius: 22px; overflow: hidden; background: var(--soft); }
.doctor-card img { width: 100%; aspect-ratio: 1.16 / 1; object-fit: cover; }
.skin-visual { min-height: 320px; border-radius: 24px; position: relative; overflow: hidden; background:
  radial-gradient(circle at 72% 28%, rgba(255,255,255,.65), transparent 23%),
  radial-gradient(circle at 22% 74%, rgba(239,208,198,.72), transparent 28%),
  linear-gradient(145deg, #fff7f1, #e6b9b0 48%, #8b515c);
  border: 1px solid rgba(255,255,255,.35);
}
.skin-visual::before { content: ""; position: absolute; inset: 34px; border-radius: 34px; border: 1px solid rgba(255,255,255,.42); }
.visual-mark { position: absolute; left: 34px; top: 30px; width: 76px; height: 76px; border-radius: 26px; display: grid; place-items: center; background: rgba(68,43,52,.92); color: white; font-weight: 850; font-size: 1.7rem; letter-spacing: -.06em; box-shadow: 0 18px 42px rgba(68,43,52,.24); }
.visual-line { position: absolute; height: 12px; border-radius: 999px; background: rgba(255,255,255,.68); right: 42px; }
.visual-line.one { top: 58px; width: 34%; }
.visual-line.two { top: 82px; width: 48%; opacity: .8; }
.visual-line.three { bottom: 52px; left: 42px; right: 42px; height: 2px; background: rgba(255,255,255,.42); }
.mini-visual { aspect-ratio: 1.25 / 1; border-radius: 22px; display: grid; place-items: center; margin-bottom: 1rem; background: linear-gradient(145deg, #fff7f1, #e8beb6 55%, #8b515c); }
.mini-visual span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 24px; color: white; background: rgba(68,43,52,.92); font-weight: 850; font-size: 1.6rem; letter-spacing: -.06em; }
.muted { color: var(--muted); }
.doctor-card-copy { padding: 1.1rem .35rem .35rem; }
.doctor-card h2 { font-size: 1.8rem; }
.doctor-card p { color: rgba(255,255,255,.75); margin: .25rem 0 1rem; }
.clean-list { padding-left: 1.1rem; margin: .35rem 0 0; }
.clean-list li + li { margin-top: .45rem; }
.fact-band { background: #fff; border-bottom: 1px solid var(--line); }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.fact { padding: 1.35rem 1.1rem; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-size: 1.08rem; letter-spacing: -.02em; }
.fact span { color: var(--muted); font-size: .95rem; }
.section { padding: clamp(58px, 8vw, 104px) 0; }
.section.light, .page-hero { background: var(--soft); }
.section.tight { padding-top: clamp(42px, 6vw, 72px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px,.95fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.text-large { font-size: clamp(1.05rem, 1.8vw, 1.26rem); color: #473d3e; }
.grid { display: grid; gap: 1rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card, .notice, .outcome-card { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 30px); box-shadow: 0 16px 45px rgba(52,32,35,.06); }
.card p, .notice, .outcome-card p, .prose p, .prose li { color: var(--muted); }
.card h3 + p { margin-top: .7rem; }
.split-section { background: #fffaf7; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.9fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.split p { color: var(--muted); margin: 1rem 0 1.4rem; font-size: 1.08rem; }
.outcome-preview { background: var(--plum); color: white; border-radius: calc(var(--radius) + 10px); padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; box-shadow: var(--shadow); }
.outcome-preview p { grid-column: 1 / -1; color: rgba(255,255,255,.72); font-size: .9rem; }
.outcome-frame, .ba div { aspect-ratio: 4 / 5; border-radius: 20px; background: repeating-linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.18) 10px, rgba(255,255,255,.08) 10px, rgba(255,255,255,.08) 20px); display: grid; place-items: center; font-weight: 800; color: rgba(255,255,255,.72); }
.outcome-frame.after { background: linear-gradient(145deg, #f6d5cc, #fff2ec); color: var(--plum); }
.pill-grid { display: flex; flex-wrap: wrap; gap: .75rem; }
.pill-grid span { padding: .75rem 1rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #4d4242; font-weight: 700; }
.contact-strip { background: linear-gradient(135deg, var(--plum), #7a4852); color: white; }
.contact-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; }
.contact-card p { color: rgba(255,255,255,.76); margin-top: .6rem; }
.page-hero { padding: clamp(58px, 9vw, 108px) 0; }
.page-hero h1 { color: var(--ink); }
.page-hero .lede { max-width: 830px; }
.content { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(24px, 5vw, 64px); align-items: start; }
.content.single { grid-template-columns: minmax(0, 820px); }
.prose { font-size: 1.05rem; }
.prose p + p, .prose p + h2, .prose ul + h2 { margin-top: 1.5rem; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); margin-top: 2rem; }
.prose ul { margin: .9rem 0 0; padding-left: 1.2rem; }
.sidebar { position: sticky; top: 92px; display: grid; gap: 1rem; }
.portrait-card img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.outcome-grid .outcome-card { padding: 18px; }
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; }
.ba div { background-color: var(--soft); color: var(--muted); border: 1px dashed var(--line); }
.outcome-card:nth-child(even) .ba div:last-child { background: linear-gradient(145deg, #f8ded6, #fff7f2); color: var(--plum); }
.notice { background: #fff7ed; color: #5c4a40; }
.site-footer { background: var(--plum-2); color: white; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; }
.footer-grid p { color: rgba(255,255,255,.72); }
.fineprint { margin-top: .75rem; font-size: .92rem; }
.footer-links { display: flex; gap: .85rem; flex-wrap: wrap; align-content: start; justify-content: flex-end; }
.footer-links a { color: white; text-decoration: none; border: 1px solid rgba(255,255,255,.22); padding: .55rem .75rem; border-radius: 999px; }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav-links { position: absolute; top: 68px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: .7rem; border-radius: 20px; background: rgba(42,27,34,.97); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { margin-left: 0; }
  .hero-grid, .section-head, .split, .content, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .grid.four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sidebar { position: static; }
  .contact-actions, .footer-links { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1120px); }
  .hero { padding: 44px 0 56px; }
  h1 { font-size: clamp(2.05rem, 10.5vw, 2.8rem); }
  .skin-visual { min-height: 230px; }
  .brand-copy span { display: none; }
  .facts, .grid.two, .grid.four { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-top: 1px solid var(--line); }
  .fact:first-child { border-top: 0; }
  .outcome-preview { grid-template-columns: 1fr; }
  .outcome-preview p { grid-column: auto; }
  .ba { grid-template-columns: 1fr; }
}
