:root {
  --ink: #211b1e;
  --muted: #71666b;
  --plum: #402932;
  --plum-2: #553945;
  --mauve: #a78390;
  --rose: #e7d3d5;
  --blush: #f3e8e6;
  --milk: #f9f6f2;
  --white: #fffdfb;
  --line: rgba(64, 41, 50, 0.14);
  --shadow: 0 24px 70px rgba(69, 43, 54, 0.12);
  --radius: 1.75rem;
  --header-height: 78px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--milk);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-locked { position: fixed; right: 0; left: 0; width: 100%; overflow: hidden; }
body.has-mobile-cta { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid rgba(167, 131, 144, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--plum);
}
.skip-link:focus { transform: none; }

.shell { width: min(100% - 40px, 1240px); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 156px) 0; }
.section-tint { background: var(--blush); }
.section-plum { color: var(--white); background: var(--plum); }

.hero-copy,
.hero-visual,
.section-heading > *,
.price-layout > *,
.about-layout > *,
.faq-layout > * { min-width: 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255, 253, 251, .68); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
  overflow-wrap: anywhere;
}
h1 { font-size: clamp(3.45rem, 7.2vw, 7.2rem); }
h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
h1 em, h2 em { color: var(--mauve); font-weight: 400; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 25px;
  border: 1px solid var(--plum);
  border-radius: 999px;
  color: var(--white);
  background: var(--plum);
  font-size: .86rem;
  font-weight: 650;
  letter-spacing: .035em;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--plum-2); border-color: var(--plum-2); box-shadow: 0 12px 28px rgba(64, 41, 50, .2); }
.button:active { transform: translateY(0); box-shadow: none; }
.button-small { min-height: 44px; padding: 10px 20px; font-size: .78rem; }
.button-full { width: 100%; }
.button-light { color: var(--plum); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--plum); background: #f3e9e6; border-color: #f3e9e6; }
.button-ghost-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.38); }
.button-ghost-light:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.7); }

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: .86rem;
  font-weight: 650;
  letter-spacing: .03em;
  cursor: pointer;
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}
.text-button:hover { gap: 18px; color: var(--mauve); border-color: var(--mauve); }
.quiet-link { font-size: .84rem; color: var(--muted); text-decoration: underline; text-underline-offset: 5px; }
.quiet-link:hover { color: var(--plum); }

/* Header */
.site-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(249, 246, 242, .9);
  box-shadow: 0 10px 30px rgba(48, 31, 38, .05);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; }
.brand-word { font-family: var(--serif); font-size: 1.42rem; line-height: 1; letter-spacing: -.045em; }
.brand-note { margin-top: 4px; color: var(--muted); font-size: .48rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 28px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 10px 0; color: #4f4549; font-size: .73rem; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; content: ""; background: var(--plum); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.46); cursor: pointer; }
.menu-toggle span { position: absolute; left: 13px; width: 18px; height: 1px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding: calc(var(--header-height) + 70px) 0 70px; overflow: hidden; }
.hero-glow { position: absolute; top: -20%; right: -12%; width: 55vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(223, 197, 203, .56), rgba(249, 246, 242, 0) 68%); pointer-events: none; }
.hero-inner { display: grid; min-height: calc(100svh - var(--header-height) - 140px); grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(52px, 7vw, 110px); }
.hero-copy { position: relative; z-index: 1; padding-top: 24px; }
.hero-copy h1 { max-width: 730px; }
.hero-copy h1 em { display: block; }
.hero-lead { max-width: 520px; margin: 32px 0 22px; color: #51464a; font-family: var(--serif); font-size: clamp(1.22rem, 2vw, 1.75rem); line-height: 1.35; }
.location-line { display: flex; align-items: center; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.location-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mauve); box-shadow: 0 0 0 5px rgba(167,131,144,.15); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 48px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-list li { position: relative; padding-left: 15px; color: #5c5155; font-size: .68rem; font-weight: 650; letter-spacing: .025em; }
.trust-list li::before { position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: var(--mauve); }
.hero-footnote { max-width: 560px; margin: 9px 0 0; color: #8b8184; font-size: .61rem; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 570px); }
.hero-frame { position: relative; aspect-ratio: .78; overflow: hidden; border-radius: 46% 46% var(--radius) var(--radius); background: #e7dbd8; box-shadow: var(--shadow); }
.media-shell { position: relative; overflow: hidden; }
.media-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-placeholder { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(145deg, #e7dbd9, #cbb6bd); }
.hero-placeholder { background: radial-gradient(circle at 70% 18%, #f7efed 0 7%, transparent 26%), linear-gradient(145deg, #dfced0 0%, #b997a3 54%, #563d47 100%); }
.placeholder-orbit { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.orbit-one { top: 8%; right: -30%; width: 90%; aspect-ratio: 1; }
.orbit-two { bottom: -20%; left: -35%; width: 96%; aspect-ratio: 1; }
.placeholder-lash { position: absolute; top: 45%; left: 19%; width: 62%; height: 20%; border-top: 2px solid rgba(255,255,255,.74); border-radius: 50%; transform: rotate(-8deg); }
.placeholder-lash::before {
  position: absolute;
  top: -22px;
  left: 11%;
  width: 78%;
  height: 32px;
  content: "";
  background: repeating-linear-gradient(104deg, transparent 0 10px, rgba(255,255,255,.6) 11px 12px, transparent 13px 17px);
  clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
}
.placeholder-monogram { position: absolute; right: 12%; bottom: 11%; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 5.5rem); letter-spacing: -.08em; }
.visual-caption { position: absolute; z-index: 3; right: 22px; bottom: 18px; left: 22px; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.48); color: #fff; font-size: .58rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.hero-badge { position: absolute; z-index: 4; bottom: 17%; left: -54px; display: flex; width: 145px; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--plum); background: rgba(248,240,237,.84); box-shadow: 0 18px 40px rgba(64,41,50,.12); backdrop-filter: blur(8px); }
.hero-badge span { font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge strong { font-family: var(--serif); font-size: 1.08rem; font-style: italic; font-weight: 400; }

/* Shared section headings */
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 430px); align-items: end; gap: 50px; margin-bottom: clamp(46px, 7vw, 86px); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.45; }
.section-heading.light > p { color: rgba(255,255,255,.63); }
.section-heading.light .eyebrow { color: rgba(255,255,255,.62); }

/* Portfolio */
.portfolio { background: var(--white); }
.work-grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.work-card { position: relative; min-height: 0; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: #d8c7ca; cursor: zoom-in; }
.work-card .image-placeholder { transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.work-card:hover .image-placeholder, .work-card:hover img { transform: scale(1.035); }
.work-card::after { position: absolute; z-index: 2; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(39,24,30,.66)); pointer-events: none; }
.work-card img { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.tone-a { background: linear-gradient(150deg, #e8dcda, #a67f8a 55%, #4e3540); }
.tone-b { background: radial-gradient(circle at 75% 30%, #eadbda, transparent 26%), linear-gradient(145deg, #cbb8c0, #6d4e5c); }
.tone-c { background: linear-gradient(150deg, #eee5df, #c5a4ac 56%, #62424f); }
.tone-d { background: radial-gradient(circle at 25% 24%, #fff4ee, transparent 24%), linear-gradient(130deg, #d6c5c1, #826373); }
.tone-e { background: linear-gradient(145deg, #d8d0df, #9c7894 48%, #49343e); }
.tone-f { background: radial-gradient(circle at 70% 18%, #f0e5e1, transparent 23%), linear-gradient(160deg, #c5aab2, #513943); }
.placeholder-number { position: absolute; top: 20px; left: 22px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.05rem; }
.work-label { position: absolute; z-index: 3; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; color: #fff; text-align: left; }
.work-label strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.work-label small { opacity: .72; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-more { display: none; margin: 28px auto 0; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { position: relative; width: 100%; min-height: 260px; grid-column: span 2; padding: 30px; overflow: hidden; appearance: none; border: 1px solid rgba(64,41,50,.09); border-radius: 20px; color: inherit; background: rgba(255,255,255,.56); font: inherit; text-align: left; cursor: pointer; transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.9); box-shadow: 0 20px 45px rgba(64,41,50,.08); }
.service-card:focus-visible { outline: 2px solid var(--mauve); outline-offset: 4px; }
.service-card.featured { color: var(--white); background: var(--plum); }
.service-card > span { color: var(--mauve); font-family: var(--serif); font-size: .9rem; }
.service-card h3 { position: absolute; right: 30px; bottom: 66px; left: 30px; margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-weight: 400; letter-spacing: -.035em; }
.service-card p { position: absolute; right: 30px; bottom: 20px; left: 30px; margin: 0; color: var(--muted); font-size: .78rem; }
.service-card.featured p { color: rgba(255,255,255,.65); }

/* Prices */
.price-layout { display: grid; grid-template-columns: minmax(250px, .75fr) 1.25fr; align-items: start; gap: clamp(60px, 9vw, 130px); }
.price-intro { position: sticky; top: calc(var(--header-height) + 40px); }
.price-intro > p:not(.eyebrow) { max-width: 360px; margin: 30px 0; color: var(--muted); }
.price-list { border-top: 1px solid var(--line); }
.price-group { padding: 34px 0 20px; border-bottom: 1px solid var(--line); }
.price-group h3 { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; color: var(--plum); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.price-group h3 span { color: var(--mauve); font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.price-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 14px 0; }
.price-row strong, .price-row b { font-size: .92rem; font-weight: 650; }
.price-row b { flex: 0 0 auto; color: var(--plum); }
.price-row small { display: block; margin-top: 4px; color: var(--muted); font-size: .7rem; }

/* Benefits */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.benefit-card { min-height: 320px; padding: 28px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.benefit-card > span { color: rgba(255,255,255,.38); font-family: var(--serif); }
.benefit-card h3 { margin: 120px 0 16px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .78rem; }

/* About */
.about-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.about-visual { width: 100%; aspect-ratio: .79; border-radius: var(--radius); background: #d4c1c5; box-shadow: var(--shadow); }
.master-placeholder { background: radial-gradient(circle at 50% 28%, #eedfdd 0 14%, transparent 15%), radial-gradient(ellipse at 50% 83%, #a47e8b 0 34%, transparent 35%), linear-gradient(145deg, #e5d6d2, #b3929d); }
.about-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.about-copy h2 em { display: inline-block; margin-left: 6%; white-space: nowrap; overflow-wrap: normal; }
.about-text { max-width: 525px; margin: 38px 0 22px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.5; }
.about-text p { margin-bottom: 15px; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 300px; padding: 30px; border: 1px solid rgba(64,41,50,.1); border-radius: 20px; background: rgba(255,255,255,.62); }
.quote-mark { color: var(--mauve); font-family: var(--serif); font-size: 4rem; line-height: .7; }
.review-card > p { margin: 50px 0 50px; color: #61555a; font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }
.review-card > div { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.review-card small { color: var(--mauve); }

/* Steps */
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.step-grid li { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-grid li > span { color: var(--mauve); font-family: var(--serif); }
.step-grid h3 { margin: 85px 0 12px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.step-grid p { max-width: 270px; margin: 0; color: var(--muted); font-size: .78rem; }
.steps-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 42px; }

/* FAQ */
.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); }
.faq-intro { position: sticky; top: calc(var(--header-height) + 40px); align-self: start; }
.faq-intro > p:last-child { max-width: 370px; margin-top: 32px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.3rem); text-align: left; cursor: pointer; }
.faq-item i { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; transition: background .25s ease; }
.faq-item i::before, .faq-item i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; content: ""; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-item i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { background: var(--blush); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 620px; margin: 0; padding: 0 58px 28px 0; color: var(--muted); font-size: .85rem; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

/* Final CTA and footer */
.final-cta { padding-top: 30px; background: var(--white); }
.cta-card { position: relative; min-height: 520px; padding: clamp(48px, 8vw, 100px); overflow: hidden; border-radius: var(--radius); color: var(--white); background: linear-gradient(135deg, var(--plum), #684653); }
.cta-orbit { position: absolute; top: -75%; right: -10%; width: 700px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.cta-card h2 { position: relative; }
.cta-card h2 em { color: #e9d3d7; }
.cta-card > p:not(.eyebrow) { position: relative; max-width: 430px; margin: 32px 0; color: rgba(255,255,255,.66); }
.cta-actions { position: relative; display: flex; gap: 12px; }
.site-footer { padding: 70px 0 34px; color: var(--white); background: #261a1f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; align-items: start; }
.footer-brand .brand-note { color: rgba(255,255,255,.42); }
.footer-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: .72rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .72rem; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,.25); }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }

/* Mobile CTA */
.mobile-booking-bar { position: fixed; z-index: 65; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 14px; display: none; min-height: 56px; align-items: center; justify-content: space-between; padding: 14px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--white); background: rgba(64,41,50,.94); box-shadow: 0 14px 35px rgba(50,31,39,.3); backdrop-filter: blur(12px); cursor: pointer; transform: translateY(calc(130% + env(safe-area-inset-bottom))); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.mobile-booking-bar.is-visible { transform: none; }

/* Modal */
.modal, .lightbox { position: fixed; z-index: 120; inset: 0; display: flex; align-items: center; justify-content: center; padding: 18px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.modal.is-open, .lightbox.is-open { opacity: 1; visibility: visible; }
.modal-backdrop, .lightbox-backdrop { position: absolute; inset: 0; background: rgba(29,19,23,.65); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(100%, 920px); max-height: calc(100svh - 36px); overflow: auto; overscroll-behavior: contain; border-radius: 24px; background: var(--white); box-shadow: 0 30px 90px rgba(26,15,20,.35); transform: translateY(20px) scale(.985); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.modal.is-open .modal-panel { transform: none; }
.modal-close, .lightbox-close { position: absolute; z-index: 4; top: 18px; right: 18px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.85); cursor: pointer; }
.modal-close span, .lightbox-close span { position: absolute; top: 50%; left: 50%; width: 17px; height: 1px; background: var(--ink); transform: translate(-50%,-50%) rotate(45deg); }
.modal-close span:last-child, .lightbox-close span:last-child { transform: translate(-50%,-50%) rotate(-45deg); }
.modal-content { padding: clamp(30px, 5vw, 60px); }
.modal-heading { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 40px; margin-bottom: 36px; }
.modal-heading .eyebrow { grid-column: 1 / -1; }
.modal-heading h2 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.modal-heading > p:last-child { align-self: end; margin: 0 40px 4px 0; color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.slot-empty-state { padding: 14px 16px; border: 1px solid rgba(74, 44, 55, .14); border-radius: 14px; background: rgba(171, 131, 146, .08); }
.slot-empty-state p { margin: 0 0 7px; color: var(--color-text-soft, #74666b); font-size: 14px; line-height: 1.45; }
.slot-empty-state a { color: inherit; font-size: 13px; font-weight: 700; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > label { display: flex; justify-content: space-between; margin: 0 0 7px 4px; color: #594d52; font-size: .69rem; font-weight: 650; letter-spacing: .04em; }
.field > label span { color: #a45e76; }
.field > label em { color: var(--muted); font-size: .61rem; font-style: normal; font-weight: 400; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fbf8f5;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
input, select { min-height: 52px; padding: 0 15px; }
textarea { min-height: 98px; padding: 14px 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--mauve); background: #fff; box-shadow: 0 0 0 4px rgba(167,131,144,.12); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #a94d66; }
input::placeholder, textarea::placeholder { color: #a3979b; }
.field-error { display: block; min-height: 16px; margin: 4px 3px 0; color: #9a405b; font-size: .62rem; }
.file-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-picker { display: flex !important; min-height: 62px; align-items: center; justify-content: flex-start !important; gap: 14px; margin: 0 !important; padding: 10px 15px; border: 1px dashed rgba(64,41,50,.24); border-radius: 12px; background: #fbf8f5; cursor: pointer; }
.file-picker > span { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; color: var(--plum); background: var(--blush); font-size: .67rem; }
.file-picker small { overflow: hidden; color: var(--muted); font-size: .65rem; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin: 22px 0 0; color: var(--muted); font-size: .67rem; cursor: pointer; }
.consent input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.checkmark { position: relative; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 6px; background: #fbf8f5; }
.consent input:focus-visible + .checkmark { outline: 3px solid rgba(167,131,144,.4); outline-offset: 2px; }
.consent input:checked + .checkmark { border-color: var(--plum); background: var(--plum); }
.consent input:checked + .checkmark::after { position: absolute; top: 4px; left: 7px; width: 5px; height: 9px; border-right: 2px solid white; border-bottom: 2px solid white; content: ""; transform: rotate(45deg); }
.consent-error { margin-left: 34px; }
.submit-button { width: 100%; margin-top: 16px; }
.submit-button.is-loading { pointer-events: none; opacity: .75; }
.submit-loader { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; animation: spin .75s linear infinite; }
.submit-button.is-loading .submit-loader { display: block; }
.submit-button.is-loading .submit-label { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-error-state { margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(154,64,91,.22); border-radius: 12px; color: #7e3148; background: #fff1f4; font-size: .72rem; }
.form-error-state p { margin: 0 0 6px; }
.form-error-state a { font-weight: 700; text-decoration: underline; }
.success-view { min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-view .eyebrow { margin-top: 28px; }
.success-view h2 { font-size: clamp(2.7rem, 6vw, 5rem); }
.success-view > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.success-mark { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; color: var(--white); background: var(--plum); box-shadow: 0 0 0 12px var(--blush); font-size: 1.5rem; }
.success-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }

/* Lightbox */
.lightbox { z-index: 140; }
.lightbox-content { position: relative; z-index: 1; width: min(100%, 820px); }
.lightbox-media { position: relative; width: 100%; max-height: calc(100svh - 110px); aspect-ratio: 4 / 5; overflow: hidden; border-radius: 18px; background: #b79ba5; box-shadow: 0 30px 100px rgba(18,10,13,.45); }
.lightbox-media img { width: 100%; height: 100%; object-fit: contain; background: #171114; }
.lightbox-placeholder { background: linear-gradient(145deg, #e5d4d3, #9a7784 55%, #442d36); }
.lightbox-close { top: 12px; right: 12px; }
.lightbox-content > p { margin: 10px 4px 0; color: rgba(255,255,255,.85); font-size: .75rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-booking { margin-left: auto; }
  .menu-toggle { position: relative; display: block; }
  .mobile-menu { position: fixed; z-index: -1; inset: var(--header-height) 0 0; display: flex; flex-direction: column; justify-content: space-between; padding: 45px max(24px, calc((100vw - 1240px) / 2)) 32px; visibility: hidden; background: rgba(249,246,242,.98); opacity: 0; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 8px 0; font-family: var(--serif); font-size: clamp(2rem, 7vw, 3.4rem); line-height: 1.12; letter-spacing: -.03em; }
  .mobile-menu-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-inner { gap: 60px; }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4) { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  :root { --header-height: 68px; --radius: 1.25rem; }
  .shell { width: min(100% - 28px, 680px); }
  .section { padding: 84px 0; }
  .header-booking { display: none; }
  .hero { min-height: auto; padding: calc(var(--header-height) + 48px) 0 78px; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { padding-top: 0; }
  .hero-copy h1 { font-size: clamp(3.7rem, 16vw, 6.5rem); }
  .hero-copy h1 em { margin-left: 12%; }
  .hero-lead { margin-top: 26px; }
  .hero-visual { justify-self: center; width: min(92%, 520px); }
  .hero-badge { bottom: 12%; left: -24px; width: 118px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 46px; }
  .section-heading > p { max-width: 550px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .work-card { min-height: 0; border-radius: 14px; }
  .service-grid { gap: 10px; }
  .service-card { min-height: 225px; padding: 22px; }
  .service-card h3 { right: 22px; bottom: 62px; left: 22px; }
  .service-card p { right: 22px; left: 22px; }
  .price-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .price-intro, .faq-intro { position: static; }
  .price-intro .button { display: none; }
  .benefit-card { min-height: 270px; }
  .benefit-card h3 { margin-top: 80px; }
  .about-layout { grid-template-columns: 1fr; gap: 55px; }
  .about-visual { width: min(90%, 520px); }
  .about-copy h2 em { margin-left: 5%; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .review-card > p { margin: 34px 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid li { min-height: 210px; }
  .step-grid h3 { margin-top: 54px; }
  .cta-card { min-height: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
  .mobile-booking-bar { display: flex; }
  .modal { top: var(--modal-viewport-top, 0); bottom: auto; height: var(--modal-viewport-height, 100dvh); align-items: stretch; padding: 0; }
  .modal-panel { width: 100%; height: 100%; max-height: none; border-radius: 0; overscroll-behavior-y: contain; scroll-padding: 72px 0 calc(32px + env(safe-area-inset-bottom)); transform: none; -webkit-overflow-scrolling: touch; }
  .modal-close { position: sticky; top: 12px; right: auto; display: block; margin: 12px 12px -56px auto; }
  .modal-content { min-height: 100%; padding: 34px 18px calc(28px + env(safe-area-inset-bottom)); }
  .modal-heading { grid-template-columns: 1fr; margin-bottom: 28px; }
  .modal-heading .eyebrow { grid-column: auto; }
  .modal-heading > p:last-child { margin: 20px 50px 0 0; }
  .lightbox { padding: 12px; }
  .lightbox-media { max-height: calc(100svh - 80px); }
}

@media (max-width: 520px) {
  h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-copy h1 { font-size: clamp(2.85rem, 13.8vw, 4.25rem); overflow-wrap: normal; word-break: normal; }
  .brand-word { font-size: 1.24rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 34px; }
  .hero-visual { width: calc(100% - 12px); margin-right: -8px; }
  .hero-frame { aspect-ratio: .82; }
  .hero-badge { left: -12px; width: 106px; }
  .work-card { min-height: 0; }
  .work-label { right: 12px; bottom: 12px; left: 12px; display: block; }
  .work-label strong { display: block; font-size: 1rem; }
  .work-label small { display: none; }
  .extra-work { display: none; }
  .work-grid.show-all .extra-work { display: block; }
  .portfolio-more { display: flex; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 210px; }
  .price-group { padding-top: 28px; }
  .price-row { gap: 12px; padding: 13px 0; }
  .price-row strong, .price-row b { font-size: .82rem; }
  .price-row > div { min-width: 0; }
  .price-row b { max-width: 35%; text-align: right; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 225px; }
  .benefit-card h3 { margin-top: 52px; }
  .review-card { padding: 24px; }
  .steps-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .cta-card { min-height: 530px; padding: 42px 24px; }
  .cta-card h2 { font-size: clamp(3.25rem, 15vw, 4.4rem); }
  .cta-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .modal-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .about-copy h2 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .success-view { min-height: calc(100svh - 8px); }
}

@media (max-width: 360px) {
  .shell { width: min(100% - 24px, 680px); }
  .hero-copy h1 em { margin-left: 4%; }
  .hero-badge { display: none; }
  .work-card { min-height: 0; }
  .price-row { flex-direction: column; gap: 4px; }
  .price-row b { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
