/* Palewind Skin & Nails — soft glass / airy modern. Sample by Lampwright. */
@font-face {
  font-family: "Outfit";
  src: url(fonts/outfit-latin-wght-normal.woff2) format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(fonts/manrope-latin-wght-normal.woff2) format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

:root {
  --ink: #1b2138;
  --ink-2: #3d4560;
  --muted: #5d6680;
  --sky: #cfe3fb;
  --sky-deep: #6f9fe0;
  --blush: #f8d7e0;
  --blush-deep: #c65f86;
  --lilac: #e3dcfb;
  --lilac-deep: #7c6ad6;
  --paper: #f6f7fc;
  --glass: rgba(255, 255, 255, .52);
  --glass-strong: rgba(255, 255, 255, .7);
  --glass-line: rgba(255, 255, 255, .85);
  --shadow: 0 24px 60px -24px rgba(48, 60, 120, .28), 0 2px 6px rgba(48, 60, 120, .06);
  --r-lg: 32px;
  --r-md: 24px;
  --display: "Outfit", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; margin: 0; }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h3 { font-size: 1.3rem; letter-spacing: -.01em; }
p { margin: 0 0 1em; }

.sample-banner {
  position: relative; z-index: 60;
  background: #1b2138; color: #eef1fb;
  font-size: 14px; line-height: 1.5; text-align: center;
  padding: 10px 16px;
}
.sample-banner strong { color: #f8d7e0; }

.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.section { padding: clamp(60px, 8vw, 104px) 0; position: relative; }

/* ---------- glass ---------- */
.glass, .glass-strong {
  background: var(--glass);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.9);
}
.glass-strong { background: var(--glass-strong); }

/* ---------- ambient background ---------- */
.sky-wash { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none;
  background: linear-gradient(180deg, #eef5ff 0%, #f7f3ff 45%, #fdf1f4 100%); }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .7; }
.orb-a { width: 520px; height: 520px; background: #cfe3fb; top: 20%; left: -160px; animation: drift 22s ease-in-out infinite alternate; }
.orb-b { width: 460px; height: 460px; background: #f8d7e0; top: 55%; right: -140px; animation: drift 26s ease-in-out infinite alternate-reverse; }
.orb-c { width: 380px; height: 380px; background: #e3dcfb; bottom: -120px; left: 30%; animation: drift 30s ease-in-out infinite alternate; }
@keyframes drift { to { transform: translate(60px, -40px) scale(1.08); } }

/* ---------- pills ---------- */
.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  border-radius: 999px; padding: 11px 20px;
  font: 600 15px/1.2 var(--body); text-decoration: none; white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.pill-lg { padding: 16px 28px; font-size: 16px; }
.pill-ink { background: var(--ink); color: #fff; box-shadow: 0 12px 28px -10px rgba(27,33,56,.55); }
.pill-ink:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(27,33,56,.6); }
.pill-glass { background: rgba(255,255,255,.6); color: var(--ink); border: 1px solid rgba(255,255,255,.95);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 10px 26px -14px rgba(48,60,120,.35); }
.pill-glass:hover { transform: translateY(-2px); background: rgba(255,255,255,.85); }
.pill:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--lilac-deep); outline-offset: 3px; }

/* ---------- nav ---------- */
.nav-shell { position: sticky; top: 14px; z-index: 50; padding: 0 16px; margin-top: 14px; }
.nav {
  max-width: 1120px; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 8px 8px 8px 18px; border-radius: 999px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font: 600 21px/1 var(--display); letter-spacing: -.02em; }
.brand img { border-radius: 11px; }
.nav-links { display: flex; gap: 6px; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--ink-2);
  padding: 9px 14px; border-radius: 999px; transition: background .2s; }
.nav-links a:hover { background: rgba(255,255,255,.75); }

/* ---------- hero ---------- */
.hero { position: relative; margin-top: -78px; padding: 150px 0 110px; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: -1; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-photo::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(246,247,252,.15) 0%, rgba(246,247,252,.0) 30%, rgba(246,247,252,.55) 78%, var(--paper) 100%),
              linear-gradient(90deg, rgba(246,247,252,.72) 0%, rgba(246,247,252,.25) 55%, rgba(246,247,252,0) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.tag { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; padding: 8px 16px 8px 12px;
  font-size: 14px; font-weight: 600; color: var(--ink-2); margin-bottom: 26px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--sky-deep), var(--blush-deep));
  box-shadow: 0 0 0 4px rgba(255,255,255,.8); }
.hero h1 { font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; max-width: 11ch; }
.hero h1 em { font-style: normal; font-weight: 400;
  background: linear-gradient(100deg, #5b7fd0 0%, #8a6ad0 45%, #c2527f 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: clamp(17px, 1.6vw, 19.5px); color: var(--ink-2); max-width: 36em; margin: 26px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { list-style: none; padding: 0; margin: 42px 0 0; display: flex; flex-wrap: wrap; gap: 12px 36px; }
.hero-facts li { display: flex; flex-direction: column; line-height: 1.3; }
.hero-facts b { font: 600 20px/1.2 var(--display); letter-spacing: -.01em; }
.hero-facts span { font-size: 14px; color: var(--muted); }

/* booking panel */
.book-stage { position: relative; padding: 30px 10px; }
.book-panel { border-radius: var(--r-lg); padding: 26px; max-width: 460px; margin-left: auto;
  animation: float 9s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.bp-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.bp-kicker { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lilac-deep); margin: 0 0 4px; }
.bp-title { font: 500 22px/1.2 var(--display); margin: 0; letter-spacing: -.015em; }
.bp-step { font-size: 12.5px; font-weight: 700; color: var(--ink-2); background: rgba(255,255,255,.75); border-radius: 999px; padding: 5px 11px; white-space: nowrap; }
.bp-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; }
.bp-list li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 18px;
  background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.7); font-weight: 600; font-size: 15px; }
.bp-list li.on { background: #fff; border-color: #fff; box-shadow: 0 10px 24px -14px rgba(90,80,170,.5); }
.bp-name { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.bp-name small { font-weight: 500; color: var(--muted); font-size: 13px; }
.tick { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #b9c0d6; flex: none; }
.on .tick { border: 0; background: linear-gradient(135deg, var(--sky-deep), var(--lilac-deep)); box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px var(--lilac-deep); }
.bp-label { font-size: 13px; font-weight: 700; color: var(--ink-2); margin: 0 0 8px; }
.bp-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 16px; }
.bp-days span { display: flex; flex-direction: column; align-items: center; padding: 8px 0; border-radius: 16px;
  background: rgba(255,255,255,.5); font: 600 18px/1.2 var(--display); }
.bp-days small { font: 600 11.5px/1.4 var(--body); color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.bp-days .on { background: var(--ink); color: #fff; }
.bp-days .on small { color: #c9cfe6; }
.bp-times { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.bp-times span { padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.55); font-weight: 600; font-size: 14px; border: 1px solid rgba(255,255,255,.8); }
.bp-times .on { background: linear-gradient(135deg, #dbe8fd, #f6d9e4); border-color: #fff; box-shadow: 0 6px 16px -10px rgba(90,80,170,.6); }
.bp-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(27,33,56,.08); }
.bp-foot p { margin: 0; font-weight: 600; font-size: 14.5px; line-height: 1.35; }
.bp-foot small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; }

.float-chip { position: absolute; display: flex; align-items: center; gap: 10px; border-radius: 999px;
  padding: 10px 16px 10px 10px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.chip-ico { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #fbe3ea, #f4c3d3); color: var(--blush-deep); font-size: 15px; }
.chip-ico-blue { background: linear-gradient(135deg, #e3eefe, #c7dbfa); color: var(--sky-deep); font-size: 11px; }
.chip-a { top: 0; left: -20px; animation: float 7s ease-in-out infinite reverse; }
.chip-b { bottom: 0; left: 10px; animation: float 8s 1s ease-in-out infinite; }

/* ---------- strip ---------- */
.strip { overflow: hidden; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.4); }
.strip-track { display: flex; align-items: center; gap: 30px; width: max-content; animation: marquee 38s linear infinite; }
.strip span { font: 400 clamp(22px, 3vw, 30px)/1 var(--display); letter-spacing: -.02em; color: var(--ink-2); white-space: nowrap; }
.strip i { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--sky-deep), var(--blush-deep)); opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- common heads ---------- */
.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--lilac-deep); margin-bottom: 16px; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p:not(.eyebrow) { color: var(--ink-2); font-size: 18px; }

/* ---------- studio ---------- */
.studio-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: center; }
.studio-copy h2 { margin-bottom: 26px; }
.studio-copy p:not(.eyebrow) { color: var(--ink-2); }
.ticks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 36px; font-weight: 600; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, #dbe8fd, #f6d9e4); box-shadow: inset 0 0 0 1px #fff; }
.ticks li::after { content: ""; position: absolute; left: 7px; top: 8px; width: 8px; height: 5px;
  border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
.studio-art { position: relative; display: grid; grid-template-columns: .8fr 1fr; gap: 18px; align-items: end; }
.frame { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 6px solid rgba(255,255,255,.7); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-tall { aspect-ratio: 3 / 4.6; margin-bottom: 40px; }
.frame-wide { aspect-ratio: 4 / 3.9; margin-bottom: 150px; }
.mini-card { position: absolute; right: 0; bottom: 0; max-width: 290px; border-radius: var(--r-md); padding: 18px 20px; }
.mini-card p { margin: 0; font-size: 15px; line-height: 1.5; }
.mini-k { font-size: 12.5px !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blush-deep); margin-bottom: 4px !important; }

/* ---------- treatments ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-card { border-radius: var(--r-lg); padding: 30px 28px 18px; transition: transform .35s ease, box-shadow .35s ease; }
.menu-card:hover { transform: translateY(-6px); }
.menu-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.menu-top h3 { font-size: 1.6rem; }
.menu-ico { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; box-shadow: inset 0 0 0 1px #fff; }
.menu-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.ico-sky { background: linear-gradient(135deg, #e5f0ff, #c2d9fa); }
.ico-blush { background: linear-gradient(135deg, #fdeef2, #f5c4d3); }
.ico-lilac { background: linear-gradient(135deg, #f0ecff, #d6ccf8); }
.price-list { list-style: none; padding: 0; margin: 0; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0;
  border-top: 1px solid rgba(27,33,56,.08); font-weight: 600; line-height: 1.35; }
.price-list li span { display: flex; flex-direction: column; }
.price-list small { font-weight: 500; font-size: 13.5px; color: var(--muted); margin-top: 3px; }
.price-list b { font: 600 19px/1.2 var(--display); white-space: nowrap; }
.menu-note { text-align: center; color: var(--ink-2); margin: 36px auto 0; max-width: 40em; }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 20px; }
.tile { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.tile:hover img { transform: scale(1.04); }
.tile figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; border-radius: 20px; padding: 14px 18px;
  font-size: 14.5px; line-height: 1.45; color: var(--ink-2); }
.tile figcaption b { display: block; color: var(--ink); font: 600 17px/1.3 var(--display); margin-bottom: 2px; }
.tile-a { grid-row: span 2; }
.tile-b { grid-row: span 2; }
.tile-c { }
.tile-d { padding: 28px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  background: linear-gradient(145deg, rgba(227,220,251,.75), rgba(248,215,224,.7)); }
.tile-d .eyebrow { margin-bottom: 8px; }
.tile-d .big { font: 500 28px/1.1 var(--display); letter-spacing: -.02em; margin-bottom: 10px; }
.tile-d p { color: var(--ink-2); font-size: 15px; }

/* ---------- visit ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { border-radius: var(--r-lg); padding: 28px 24px; }
.step-n { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 18px; margin-bottom: 22px;
  font: 600 17px/1 var(--display); color: #fff; background: linear-gradient(135deg, var(--sky-deep), var(--lilac-deep) 60%, var(--blush-deep)); }
.step h3 { margin-bottom: 10px; font-size: 1.4rem; }
.step p { color: var(--ink-2); font-size: 15.5px; margin: 0; }

/* ---------- hours ---------- */
.hours-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }
.hours-card { border-radius: var(--r-lg); padding: 36px; }
.hours-card h2 { margin-bottom: 20px; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td { padding: 12px 0; border-top: 1px solid rgba(27,33,56,.08); text-align: left; font-size: 16px; }
.hours-table th { font-weight: 600; }
.hours-table td { text-align: right; font-family: var(--display); font-weight: 500; font-size: 17px; }
.hours-table .closed { color: var(--muted); }
.small { font-size: 14px; color: var(--muted); margin: 18px 0 0; }
.map-card { border-radius: var(--r-lg); padding: 14px; display: flex; flex-direction: column; }
.map { width: 100%; height: auto; border-radius: 24px; }
.road { stroke: #fff; stroke-width: 16; fill: none; stroke-linecap: round; }
.road-main { stroke-width: 24; }
.road-thin { stroke-width: 10; opacity: .9; }
.map-lbl { font: 600 15px var(--body); fill: #56607a; }
.map-lbl.small { font-size: 13px; }
.map-lbl.strong { font: 600 20px var(--display); fill: var(--ink); }
.pin { animation: bob 3.5s ease-in-out infinite; transform-origin: 300px 186px; }
@keyframes bob { 50% { transform: translateY(-6px); } }
.map-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px 12px 8px; }
.map-foot p { margin: 0; font-weight: 600; font-size: 15px; }

/* ---------- faq ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq details { border-radius: var(--r-md); padding: 0 24px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; position: relative;
  font: 500 19px/1.35 var(--display); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; translate: 0 -50%; width: 28px; height: 28px;
  border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.85); font: 400 20px/1 var(--body); transition: rotate .3s; }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { color: var(--ink-2); padding-bottom: 20px; margin: 0; }

/* ---------- cta ---------- */
.cta { overflow: hidden; }
.cta-photo { position: absolute; inset: 0; z-index: -1; }
.cta-photo img { width: 100%; height: 100%; object-fit: cover; }
.cta-photo::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--paper) 0%, rgba(246,247,252,0) 22%, rgba(246,247,252,0) 80%, rgba(246,247,252,.9) 100%); }
.cta-card { max-width: 820px; margin-inline: auto; text-align: center; border-radius: 40px; padding: clamp(36px, 6vw, 72px) clamp(22px, 5vw, 64px); }
.cta-card h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin-bottom: 20px; }
.cta-card > p:not(.eyebrow) { color: var(--ink-2); font-size: 18px; max-width: 34em; margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.cta-meta { list-style: none; padding: 0; margin: 28px 0 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
.cta-meta li::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 9px;
  background: linear-gradient(135deg, var(--sky-deep), var(--blush-deep)); vertical-align: middle; }

/* ---------- footer ---------- */
.footer { padding: 56px 0 36px; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center;
  padding-bottom: 30px; border-bottom: 1px solid rgba(27,33,56,.1); }
.foot-brand p { color: var(--muted); margin: 10px 0 0; font-size: 15px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-links a { text-decoration: none; font-weight: 600; color: var(--ink-2); }
.foot-links a:hover { color: var(--lilac-deep); }
.foot-fine p { font-size: 13px; color: var(--muted); margin: 22px 0 0; }

/* ---------- scroll reveal (progressive) ---------- */
@supports (animation-timeline: view()) {
  .reveal { animation: rise linear both; animation-timeline: view(); animation-range: entry 0% entry 55%; }
  @keyframes rise { from { opacity: .001; transform: translateY(34px) scale(.985); } to { opacity: 1; transform: none; } }
}

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .book-panel { margin: 0 auto; }
  .hero h1 { max-width: 12ch; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-grid .menu-card:last-child { grid-column: span 2; }
  .steps { grid-template-columns: 1fr 1fr; }
  .studio-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 260px 260px; }
  .tile-a { grid-row: auto; grid-column: span 2; }
  .tile-b { grid-row: span 2; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hours-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .nav-shell { top: 10px; padding: 0 12px; }
  .nav { padding: 6px 6px 6px 14px; }
  .nav-cta { padding: 10px 16px; font-size: 14px; }
  .hero { padding: 128px 0 70px; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(246,247,252,.35) 0%, rgba(246,247,252,.5) 50%, var(--paper) 100%); }
  .hero h1 { font-size: clamp(2.6rem, 12.5vw, 3.4rem); }
  .tag { font-size: 13px; }
  .hero-actions .pill { flex: 1 1 100%; }
  .hero-facts { gap: 12px 26px; margin-top: 32px; }
  .book-stage { padding: 30px 0 36px; }
  .book-panel { padding: 20px 16px; }
  .bp-list li { padding: 11px 12px; font-size: 14px; }
  .bp-days span { font-size: 16px; }
  .chip-a { left: 4px; }
  .chip-b { left: auto; right: 4px; }
  .float-chip { font-size: 13px; }
  .studio-art { grid-template-columns: 1fr 1fr; gap: 12px; }
  .frame-tall, .frame-wide { aspect-ratio: 3 / 4; margin-bottom: 0; border-width: 4px; }
  .mini-card { position: relative; right: auto; bottom: auto; grid-column: span 2; max-width: none; }
  .section-head { margin-bottom: 36px; }
  .faq-grid { gap: 0; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-grid .menu-card:last-child { grid-column: auto; }
  .menu-card { padding: 24px 20px 12px; }
  .bento { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; }
  .tile-a, .tile-b, .tile-c { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 4.4; }
  .tile-c { aspect-ratio: 4 / 3.4; }
  .steps { grid-template-columns: 1fr; }
  .hours-card { padding: 26px 22px; }
  .map-foot { grid-template-columns: 1fr; }
  .faq details { padding: 0 18px; }
  .faq summary { font-size: 17px; }
  .cta-actions .pill { flex: 1 1 100%; }
  .cta-actions .pill-glass { font-size: 15px; }
  .foot-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .strip-track { flex-wrap: wrap; width: auto; justify-content: center; padding: 0 16px; }
}
