:root {
  --pink: #ed2384; --pink-dark: #c80d67; --pink-soft: #fff0f7; --ink: #15151a;
  --cream: #fffaf5; --line: #eadfe4; --muted: #6b6268; --shadow: 0 18px 50px rgba(38,18,29,.12);
  --font-body: 'DM Sans', sans-serif; --font-display: 'Plus Jakarta Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; padding-bottom: 72px; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; cursor: pointer; color: inherit; }
address { font-style: normal; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.announcement { background: var(--ink); color: white; text-align: center; padding: 10px; font-size: 13px; font-weight: 700; }
.site-header { height: 92px; background: rgba(255,250,245,.94); position: relative; z-index: 20; border-bottom: 1px solid transparent; transition: .25s; }
.site-header.is-sticky { position: fixed; top: 0; left: 0; right: 0; height: 72px; border-bottom-color: var(--line); box-shadow: 0 5px 24px rgba(0,0,0,.06); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { width: 150px; display: block; }
.brand img { width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: 14px; }
.site-nav a { transition: color .2s; }
.site-nav a:hover, .footer-link:hover, .text-link:hover { color: var(--pink-dark); }
.nav-phone { border-left: 1px solid var(--line); padding-left: 26px; }
.nav-phone span { font-weight: 500; color: var(--muted); margin-left: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; background: var(--pink); color: #fff; font-weight: 800; box-shadow: 0 8px 18px rgba(237,35,132,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(237,35,132,.28); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
.button-dark { background: var(--ink); box-shadow: none; }
.button-dark:hover { background: #333139; }
.button-light { background: #fff; color: var(--ink); box-shadow: none; }
.button-light:hover { background: var(--pink-soft); }
.button-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); box-shadow: none; }
.button-outline:hover { color: #fff; border-color: var(--pink); background: var(--pink); }
.button-ghost { background: transparent; border: 1px solid rgba(255,255,255,.6); box-shadow: none; }
.button-ghost:hover { color: var(--ink); background: white; }
.text-link { font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; display: inline-flex; gap: 10px; }
.menu-toggle { display: none; background: transparent; width: 42px; height: 42px; border-radius: 50%; margin-left: auto; }
.menu-icon, .menu-icon:before, .menu-icon:after { content: ''; display: block; width: 20px; height: 2px; background: var(--ink); margin: auto; position: relative; }
.menu-icon:before { position: absolute; top: -7px; }.menu-icon:after { position: absolute; top: 7px; }
.hero { position: relative; overflow: hidden; padding: 64px 0 82px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1fr .77fr; gap: 90px; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--pink-dark); text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 800; margin: 0 0 17px; }
.hero h1, h2 { font-family: var(--font-display); letter-spacing: -1.5px; line-height: 1.07; margin: 0; font-weight: 800; }
.hero h1 { font-size: clamp(44px, 6vw, 78px); }.hero h1 em { font-style: normal; color: var(--pink); }
.hero-slogan { font-size: 19px; font-weight: 800; margin: 25px 0 8px; }.hero-intro { max-width: 460px; color: var(--muted); font-size: 17px; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin: 32px 0; }.hero-status { display: inline-flex; }
.status-pill { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #22a36a; }.status-dot.closed { background: #aaa; }.status-pill strong { color: var(--ink); }
.hero-photo { position: relative; max-width: 445px; margin-left: auto; }.photo-frame { background: var(--pink); padding: 13px 13px 42px; transform: rotate(3deg); box-shadow: var(--shadow); }.photo-frame img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.photo-note { position: absolute; bottom: 13px; left: 34px; color: white; font-family: var(--font-display); font-size: 13px; font-weight: 700; transform: rotate(3deg); }.photo-note span { color: #ffbddc; margin-left: 4px; }
.hero-shape { position: absolute; border-radius: 50%; background: #ffd9e9; }.hero-shape-one { width: 420px; height: 420px; right: -250px; top: -150px; }.hero-shape-two { width: 160px; height: 160px; left: -90px; bottom: 0; background: #ffe9a7; }
.status-strip { background: var(--ink); color: white; }.status-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }.status-main { display: flex; gap: 12px; align-items: center; font-weight: 700; }.status-main .status-dot { background: #ff66ad; }.status-main .status-dot.closed { background: #a7a2a6; }.status-hours { font-size: 13px; color: #c5bec2; }.status-link { color: #fff; font-weight: 700; font-size: 13px; border-bottom: 1px solid #6c6569; padding-bottom: 2px; }
.section { padding: 112px 0; }.section-heading { max-width: 580px; margin-bottom: 45px; }.section h2 { font-size: clamp(32px,4vw,52px); }.section-heading > p:last-child, .muted { color: var(--muted); margin: 18px 0 0; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }.category-card { min-height: 265px; position: relative; overflow: hidden; border-radius: 20px; background: var(--pink-soft); padding: 22px; display: flex; align-items: flex-end; color: var(--ink); isolation: isolate; }.category-card.has-image { color: white; }.category-card:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(21,21,26,.78),transparent 70%); z-index: -1; }.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }.category-card h3 { font-family: var(--font-display); font-size: 20px; margin: 0; line-height: 1.15; }.category-card:not(.has-image) h3:before { content: '+'; color: var(--pink); display: block; font-size: 30px; margin-bottom: 45px; }.branded-treatment:after { background: linear-gradient(0deg,rgba(21,21,26,.82),rgba(21,21,26,.12)); }.branded-treatment img { object-fit: contain; padding: 28px; background: var(--ink); }
.showcase-section { background: #f8edf2; }.showcase-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; }.gallery-controls { display: flex; gap: 8px; }.icon-button { width: 48px; height: 48px; border-radius: 50%; background: white; border: 1px solid var(--line); font-size: 20px; transition: .2s; }.icon-button:hover { background: var(--pink); border-color: var(--pink); color: white; }.gallery { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 5px 0 20px; }.gallery::-webkit-scrollbar { display: none; }.gallery-card { flex: 0 0 min(285px,72vw); scroll-snap-align: start; position: relative; cursor: zoom-in; }.gallery-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 18px; box-shadow: 0 10px 25px rgba(31,14,23,.09); }.gallery-card figcaption { font-size: 13px; font-weight: 800; padding: 12px 3px 0; }.gallery-card figcaption span { color: var(--pink-dark); float: right; }
.menu-section { background: var(--pink); color: white; }.menu-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 32px; }.menu-heading > p { max-width: 390px; color: #ffe5f0; margin: 0; }.menu-section .eyebrow { color: #ffd6e8; }.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.menu-item { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 16px; background: #fff; color: var(--ink); border-radius: 18px; padding: 13px 18px 13px 13px; min-height: 104px; }.menu-item-image { width: 72px; height: 78px; border-radius: 12px; overflow: hidden; background: var(--pink-soft); }.menu-item-image img { width: 100%; height: 100%; object-fit: cover; }.menu-item-branded .menu-item-image { padding: 8px; }.menu-item-branded .menu-item-image img { object-fit: contain; border-radius: 50%; }.menu-item-copy h3 { font-family: var(--font-display); font-size: 17px; margin: 0 0 3px; }.menu-item-copy p { color: var(--muted); font-size: 13px; line-height: 1.35; margin: 0; }.menu-price { font-family: var(--font-display); font-size: 18px; white-space: nowrap; }.menu-disclaimer { color: #ffe5f0; font-size: 13px; margin: 22px 0 18px; }.menu-actions { display: flex; gap: 10px; }.menu-section .button-ghost { border-color: #ffd0e4; }.menu-section .button-ghost:hover { color: var(--pink-dark); }
 .community-grid { display: grid; grid-template-columns: minmax(280px,440px) 1fr; align-items: center; gap: 90px; }.community-image img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }.community-copy { max-width: 520px; }.community-copy > p:not(.eyebrow) { color: var(--muted); margin: 22px 0; }.community-signoff { font-weight: 800; color: var(--ink) !important; }.visit-section { background: #fff; }.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.visit-intro h2 { font-size: clamp(35px,4vw,54px); }.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; }.detail-block { border-top: 1px solid var(--line); padding-top: 17px; }.detail-label { display: block; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); font-size: 11px; font-weight: 800; margin-bottom: 12px; }.detail-block address, .detail-block > a { font-weight: 700; font-size: 18px; }.detail-block > a:not(.text-link) { display: block; margin-bottom: 15px; }.detail-actions { display: flex; gap: 8px; }.hours-block { grid-column: span 2; }.hours-list { display: grid; gap: 4px; }.hours-row { display: flex; justify-content: space-between; gap: 18px; font-size: 14px; }.hours-row strong { font-weight: 700; }
.final-cta { padding: 100px 0 110px; background: var(--ink); color: white; position: relative; overflow: hidden; }.final-cta:after { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid #463840; right: -150px; top: -180px; box-shadow: 0 0 0 35px #2a2328, 0 0 0 36px #463840; }.final-inner { position: relative; z-index: 1; }.final-cta .eyebrow { color: #ff83bc; }.final-cta h2 { font-size: clamp(40px,6vw,74px); max-width: 580px; }.final-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.site-footer { background: #292329; color: white; padding: 65px 0 25px; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 35px; }.footer-brand { width: 155px; }.footer-brand img { filter: brightness(0) invert(1); mix-blend-mode: screen; }.site-footer p { color: #bdb4ba; font-size: 14px; }.footer-link { font-size: 14px; font-weight: 700; }.footer-bottom { margin-top: 65px; padding-top: 18px; border-top: 1px solid #4b4148; display: flex; justify-content: space-between; color: #9f959c; font-size: 12px; }
.mobile-actions { display: none; }.lightbox { position: fixed; inset: 0; z-index: 50; background: rgba(16,12,15,.94); align-items: center; justify-content: center; padding: 30px; }.lightbox:not([hidden]) { display: flex; }.lightbox img { max-width: min(90vw,600px); max-height: 90vh; object-fit: contain; }.lightbox-close { position: absolute; right: 22px; top: 15px; background: transparent; color: white; font-size: 38px; line-height: 1; padding: 5px; }.reveal { animation: rise .7s both; }.reveal-delay { animation-delay: .15s; }@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; border-radius: 4px; }
@media (max-width: 900px) { .site-nav { gap: 15px; }.nav-phone { display: none; }.hero-grid { gap: 40px; }.category-grid { grid-template-columns: repeat(3,1fr); }.category-card:nth-child(4), .category-card:nth-child(5) { min-height: 220px; }.visit-grid { gap: 50px; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { display: none; } }
@media (max-width: 700px) { body { padding-bottom: 67px; }.container { width: min(100% - 32px,1160px); }.site-header { height: 74px; }.brand { width: 126px; }.header-cta { display: none; }.menu-toggle { display: block; order: 2; }.site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--cream); padding: 15px 20px 25px; box-shadow: 0 12px 22px rgba(0,0,0,.08); flex-direction: column; align-items: stretch; gap: 0; }.site-nav.is-open { display: flex; }.site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.site-nav .nav-phone { display: block; border-left: 0; padding-left: 0; }.hero { padding: 48px 0 58px; }.hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 43px; }.hero h1 { font-size: 47px; }.hero-actions { flex-wrap: wrap; margin: 27px 0; }.hero-photo { width: 79%; margin: 0 auto; }.status-inner { min-height: 84px; display: block; padding: 17px 0; }.status-main { margin-bottom: 4px; }.status-link { float: right; margin-top: -25px; }.section { padding: 76px 0; }.section-heading { margin-bottom: 30px; }.category-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }.category-card { min-height: 210px; padding: 17px; }.category-card h3 { font-size: 17px; }.category-card:not(.has-image) h3:before { margin-bottom: 30px; }.category-card:last-child { grid-column: span 2; min-height: 150px; }.showcase-heading { align-items: flex-end; }.showcase-heading h2 { font-size: 35px; }.gallery-card { flex-basis: 70vw; }.menu-heading { display: block; }.menu-heading > p { margin-top: 18px; }.menu-list { grid-template-columns: 1fr; }.menu-item { grid-template-columns: 62px minmax(0,1fr) auto; gap: 12px; padding-right: 13px; }.menu-item-image { width: 62px; height: 68px; }.menu-item-copy h3 { font-size: 16px; }.menu-item-copy p { font-size: 12px; }.menu-price { font-size: 16px; }.community-grid { grid-template-columns: 1fr; gap: 38px; }.community-image { max-width: 360px; }.visit-grid { grid-template-columns: 1fr; gap: 42px; }.visit-details { gap: 32px 20px; }.hours-block { grid-column: span 2; }.final-cta { padding: 75px 0 85px; }.final-actions { gap: 8px; }.final-actions .button { min-height: 46px; padding: 0 16px; font-size: 14px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { margin-top: 45px; }.mobile-actions { position: fixed; z-index: 30; display: grid; grid-template-columns: repeat(3,1fr); bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid var(--line); padding: 9px 10px max(9px,env(safe-area-inset-bottom)); box-shadow: 0 -8px 22px rgba(0,0,0,.08); }.mobile-actions a { text-align: center; font-size: 12px; font-weight: 800; display: flex; flex-direction: column; gap: 2px; }.mobile-actions span { font-size: 18px; line-height: 20px; color: var(--pink-dark); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; }.button, .icon-button { transition: none; } }
