/* Polished by Esther — site styles
   Palette: cream #FDF8F1 · ink #2B2926 · burgundy #6D2E3C · plum #4A222C · rose #A34D5F
            pink #F8DCE1 · blush #F6D3DA · lilac #EEE7F5 · paper #FDF3E8 */

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/jost-latin.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: #FDF8F1; color: #2B2926;
  font-family: 'Jost', sans-serif; font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: #6D2E3C; }
a:hover { color: #4A222C; }
img { max-width: 100%; height: auto; }
a, button, input, textarea { transition: background-color .2s, color .2s, opacity .2s, border-color .2s; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #6D2E3C; outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }

/* Layout */
.pad { padding-left: 20px; padding-right: 20px; }
.wrap { max-width: 1100px; margin: 0 auto; }
.sec { padding-top: 40px; padding-bottom: 44px; }
section[id] { scroll-margin-top: 80px; }
.sec-lilac { background: #EEE7F5; }
.sec-white { background: #fff; }
.sec-pink { background: #F8DCE1; }
.h2, .sec-head h2, .gal-head h2, .pr-head h2, .ab-h h2 {
  margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(27px, 3vw, 40px);
}
.eyebrow { margin: 0; font: 600 12px 'Jost', sans-serif; letter-spacing: .22em; text-transform: uppercase; color: #6D2E3C; }
.location-tail { white-space: nowrap; }
.sec-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.sk { display: block; flex: none; width: 56px; height: 56px; object-fit: contain; mix-blend-mode: multiply; filter: brightness(1.07) contrast(1.05); }
.sparkle { position: absolute; color: #C98D9B; }

/* Scalloped edges */
.scallop { height: 20px; background-repeat: repeat-x; background-size: 26px 20px; }
.scallop-pink { background-image: radial-gradient(circle at 13px -7px, #F8DCE1 17px, transparent 18px); }
.scallop-cream { background-color: #fff; background-image: radial-gradient(circle at 13px -7px, #FDF8F1 17px, transparent 18px); }
.scallop-footer { height: 18px; background-color: #4A222C; background-size: 26px 18px; background-image: radial-gradient(circle at 13px -7px, #F6D3DA 15px, transparent 16px); }
.scallop-footer.from-cream { background-image: radial-gradient(circle at 13px -7px, #FDF8F1 15px, transparent 16px); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; font: 500 16px 'Jost', sans-serif; min-height: 50px; padding: 0 32px;
  text-decoration: none; white-space: nowrap; border: none; cursor: pointer;
}
.btn-primary { background: #6D2E3C; color: #FDF3E8; }
.btn-primary:hover { color: #FDF3E8; }
.btn-outline { background: transparent; color: #6D2E3C; border: 1.5px solid #6D2E3C; padding: 0 30px; }
.btn-inverse { background: #fff; color: #6D2E3C; }
.btn-inverse:hover { background: #F8DCE1; color: #6D2E3C; }
.btn-sm { min-height: 44px; font-size: 16px; padding: 0 26px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 600; text-decoration: none; min-height: 44px; }

/* Skip link */
.skip { position: absolute; left: -9999px; top: 10px; z-index: 40; background: #6D2E3C; color: #FDF3E8; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-size: 14px; }
.skip:focus { left: 12px; }

/* Header */
.site-header { padding-top: 12px; padding-bottom: 12px; background: #FDF8F1; border-bottom: 1px solid rgba(43, 41, 38, .08); position: sticky; top: 0; z-index: 20; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #2B2926; }
.brand img { width: 46px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font-family: 'Instrument Serif', serif; font-size: 20px; line-height: 1; }
.brand-sub { font: 600 9px 'Jost', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: #6D2E3C; }
.nav-desktop { display: none; gap: clamp(16px, 2vw, 26px); font-size: 16px; align-items: center; }
.nav-desktop a { text-decoration: none; white-space: nowrap; }
.nav-desktop a[aria-current="page"], .nav-mobile a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.nav-desktop .btn-sm { min-width: 120.5px; }
.menu-btn { background: none; border: none; display: flex; flex-direction: column; gap: 5px; padding: 14px 6px; cursor: pointer; }
.menu-btn span { display: block; width: 22px; height: 1.5px; background: #2B2926; }
.nav-mobile { background: #FDF8F1; border-bottom: 1px solid rgba(43, 41, 38, .1); display: none; flex-direction: column; position: sticky; top: 69px; z-index: 19; }
.nav-mobile.is-open { display: flex; }
.nav-mobile a { padding: 14px 24px; text-decoration: none; font-size: 17px; }

/* Hero */
.hero { background: #F8DCE1; position: relative; overflow: hidden; }
.hero .sparkle-1 { top: 20px; right: 26px; font-size: 18px; }
.hero .sparkle-2 { top: 48px; right: 58px; font-size: 10px; }
.hero-g { display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { padding: 34px 0 8px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin: 10px 0 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.04; }
.hero h1 em { color: #A34D5F; }
.hero-lede { margin: 14px 0 20px; font-size: 16px; line-height: 1.55; color: #5d564f; max-width: 440px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { width: 100%; flex: none; }
.hero-picker { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(109, 46, 60, .15); display: flex; flex-direction: column; gap: 12px; }
.hero-picker .eyebrow { color: #984253; }
.swatches { display: flex; flex-wrap: wrap; gap: 12px; }
.swatch { width: 44px; height: 44px; border-radius: 50%; padding: 0; cursor: pointer; border: 0; background: transparent; display: inline-grid; place-items: center; }
.swatch:nth-child(1) { --swatch: #EFCDD0; }
.swatch:nth-child(2) { --swatch: #F6E3E6; }
.swatch:nth-child(3) { --swatch: #C9B8DE; }
.swatch:nth-child(4) { --swatch: #B8596E; }
.swatch:nth-child(5) { --swatch: #8E4A3A; }
.swatch:nth-child(6) { --swatch: #6D2E3C; }
.swatch::before { content: ""; width: 32px; height: 32px; border-radius: 50%; background: var(--swatch); border: 3px solid #F8DCE1; box-shadow: 0 0 0 2px rgba(109, 46, 60, .25); transition: transform .18s ease, box-shadow .18s ease; }
.swatch[aria-checked="true"]::before { box-shadow: 0 0 0 2px #6D2E3C; transform: scale(1.12); }
.hero-pic { padding: 20px 0 30px; }
.hero-frame { position: relative; aspect-ratio: 4 / 4.6; width: 100%; border-radius: 999px 999px 20px 20px; overflow: hidden; background: #F1CFD6; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .18s ease; }
.hero-img.is-fading { opacity: .62; }

/* Services */
.svc-g { display: grid; grid-template-columns: 1fr; gap: 16px; }
.card { border-radius: 22px; overflow: hidden; }
.card-pink { background: #F6D3DA; }
.card-white { background: #fff; }
.card-img { width: 100%; height: 170px; border-radius: 0 0 999px 999px / 0 0 44px 44px; object-fit: cover; display: block; }
.card-body { padding: 20px; }
.card h3 { margin: 0; font: 600 18px 'Jost', sans-serif; }
.card p { margin: 6px 0 14px; font-size: 16px; color: #5d564f; }

/* Gallery */
.gal-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.gal-head .star { color: #C98D9B; font-size: .6em; }
.ig-link { min-height: 44px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.gal-g { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; align-items: end; }
.gal-g figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.gal-g img { width: 100%; object-fit: cover; display: block; }
.gal-arch { aspect-ratio: 3 / 4; border-radius: 999px 999px 16px 16px; }
.gal-tilt-r { aspect-ratio: 3 / 3.7; border-radius: 16px; transform: rotate(1.2deg); }
.gal-tilt-l { aspect-ratio: 3 / 3.7; border-radius: 16px; transform: rotate(-1.2deg); }
.gal-g figcaption { padding: 0 4px; font-size: 14px; color: #6B6059; }

/* Pricing calculator */
.pr-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.pr-head h2 { margin-top: 8px; }
.pr-g { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
.opt-group { border: 1px solid #F1CFD6; border-radius: 18px; background: #fff; overflow: hidden; }
.opt-group.is-lilac { border-color: #DCD2EA; }
.opt-head { display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: #FDF3F5; border-bottom: 1px solid #F1CFD6; }
.is-lilac .opt-head { background: #F5F1FA; border-bottom-color: #DCD2EA; }
.opt-num { width: 36px; height: 36px; border-radius: 50%; background: #F8DCE1; color: #6D2E3C; font: 600 12px 'Jost', sans-serif; display: flex; align-items: center; justify-content: center; flex: none; }
.is-lilac .opt-num { background: #E7DFF0; color: #4E3A66; }
.opt-step { margin: 0; font: 600 12px 'Jost', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: #6D2E3C; }
.is-lilac .opt-step { color: #4E3A66; }
.opt-head h3 { margin: 2px 0 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 23px; }
.opt-list { padding: 8px 20px 10px; display: flex; flex-direction: column; }
.opt {
  display: flex; align-items: center; gap: 12px; text-align: left;
  background: transparent; border: 1px solid transparent; border-bottom-color: rgba(43, 41, 38, .12);
  border-radius: 12px; padding: 13px 12px; margin: 0 -12px; width: calc(100% + 24px);
  font: inherit; color: #2B2926; cursor: pointer;
}
.opt:last-child { border-bottom-color: transparent; }
.opt[aria-checked="true"] { background: #FDF3F5; border-color: #E8B4C1; }
.is-lilac .opt[aria-checked="true"] { background: #F5F1FA; border-color: #C9B8DE; }
.opt-radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #C9BFC2; display: flex; align-items: center; justify-content: center; flex: none; }
.opt-radio::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #B04A66; opacity: 0; transition: opacity .2s; }
.is-lilac .opt-radio::after { background: #7A5C9C; }
.opt[aria-checked="true"] .opt-radio { border-color: #B04A66; }
.is-lilac .opt[aria-checked="true"] .opt-radio { border-color: #7A5C9C; }
.opt[aria-checked="true"] .opt-radio::after { opacity: 1; }
.opt-name { min-width: 0; font-weight: 600; overflow-wrap: anywhere; }
.opt-price { font-weight: 600; white-space: nowrap; margin-left: auto; }
.summary { margin-top: 16px; background: #6D2E3C; color: #FDF3E8; border-radius: 18px; padding: 22px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.summary-text { flex: 1 1 220px; min-width: 0; }
.summary-name { margin: 0; font-weight: 600; font-size: 16px; }
.summary-note { margin: 4px 0 0; font-size: 14px; color: #E8CFD3; }
.summary-price { margin: 0; font-family: 'Instrument Serif', serif; font-size: clamp(30px, 4vw, 44px); line-height: 1; white-space: nowrap; }
.summary .btn { min-height: 52px; padding: 0 28px; }
.deposit-note { margin: 14px 0 0; font-size: 16px; color: #5d564f; }

/* About */
.ab-g { display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
.ab-img { width: 180px; aspect-ratio: 4 / 5; flex: none; border-radius: 999px 999px 18px 18px; object-fit: cover; display: block; }
.ab-h { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.ab-g p { margin: 0; font-size: 16px; line-height: 1.6; color: #5d564f; text-wrap: pretty; }

/* Booking steps */
.steps-g { display: grid; grid-template-columns: 1fr; gap: 16px 28px; font-size: 16px; line-height: 1.55; }
.step { display: flex; gap: 16px; }
.step-n { font-family: 'Instrument Serif', serif; font-size: 28px; color: #A34D5F; }
.step b { font-weight: 600; }
.step-d { color: #5d564f; }

/* FAQ */
.faq-list { border-top: 1px solid rgba(43, 41, 38, .12); }
.faq-head { margin-bottom: 10px; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%;
  list-style: none; border-bottom: 1px solid rgba(43, 41, 38, .12); padding: 15px 0;
  font: 500 17px 'Jost', sans-serif; color: #2B2926; text-align: left; cursor: pointer; min-height: 52px;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-i { color: #A34D5F; font-size: 20px; }
.faq-i::before { content: "+"; }
details[open] .faq-i::before { content: "\2212"; }
.faq-a { padding: 0 0 18px; border-bottom: 1px solid rgba(43, 41, 38, .12); }
.faq-a p { margin: 0; max-width: 760px; font-size: 16px; line-height: 1.6; color: #5d564f; text-wrap: pretty; }

/* Ask Esther form */
.ask { margin-top: 28px; background: #6D2E3C; color: #FDF3E8; border-radius: 18px; padding: 26px 24px 24px; display: grid; grid-template-columns: 1fr; gap: 18px 40px; }
.ask-intro { display: flex; flex-direction: column; gap: 12px; }
.ask h3 { margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(26px, 2.6vw, 32px); line-height: 1.1; }
.ask h3 em { color: #E8CFD3; }
.ask-intro p { margin: 0; font-size: 16px; line-height: 1.55; color: #E8CFD3; text-wrap: pretty; }
.ask-form-content { min-width: 0; }
/* This is an always-visible inline form. Keep the provider's popup-style startup
   positioning from moving the lazy iframe offscreen before the browser loads it. */
.ask-frame { display: block; width: 100%; max-width: 100%; border: 0; border-radius: 8px; position: static !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; }
.ask-fallback { margin: 12px 0 6px; color: #E8CFD3; font-size: 14px; line-height: 1.5; }
.ask-fallback a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: #FDF3E8; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policies-link { display: inline-flex; align-items: center; margin-top: 14px; font-size: 16px; font-weight: 600; min-height: 44px; }

/* Closing call to action */
.cta { background: linear-gradient(rgba(246, 211, 218, .6), rgba(246, 211, 218, .6)), url("../images/pattern-bg.webp") center / cover no-repeat #F6D3DA; text-align: center; position: relative; overflow: hidden; }
.cta-card { max-width: 560px; margin: 0 auto; background: #FDF3E8; border-radius: 28px; padding: 34px 26px 32px; box-shadow: 0 14px 34px rgba(109, 46, 60, .14); }
.cta-card h2 { margin: 0 0 6px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(28px, 3vw, 40px); }
.cta-card p { margin: 0 0 18px; font-size: 16px; color: #5d564f; }
.cta-card .btn { min-height: 52px; padding: 0 38px; }

/* Footer */
.site-footer { background: #4A222C; color: #E8CFD3; padding-top: 40px; padding-bottom: 26px; font-size: 14px; }
.site-footer.has-bar { padding-bottom: 100px; }
.ft-g { display: grid; grid-template-columns: 1fr; gap: 30px 48px; align-items: start; }
.ft-brand { display: flex; align-items: center; gap: 10px; }
.ft-brand img { width: 36px; height: 34px; object-fit: contain; background: #FDF3E8; border-radius: 50%; padding: 4px; }
.ft-brand-name { font-family: 'Instrument Serif', serif; font-size: 20px; color: #FDF3E8; white-space: nowrap; }
.ft-brand-name em { color: #E8CFD3; }
.ft-blurb { margin: 14px 0 0; line-height: 1.6; font-size: 14px; max-width: 320px; text-wrap: pretty; }
.ft-label { margin: 0 0 10px; font: 600 12px 'Jost', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: #C9A6AD; }
.ft-hours { max-width: 328px; }
.days { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: nowrap; gap: 6px; }
.days li { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(232, 207, 211, .35); display: flex; align-items: center; justify-content: center; font: 600 9.5px 'Jost', sans-serif; letter-spacing: .03em; color: #FDF3E8; }
.ft-time { margin: 12px 0 0; font-size: 14px; color: #FDF3E8; }
.ft-small { margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: #C9A6AD; }
.ft-icons { display: flex; gap: 12px; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(232, 207, 211, .35); display: flex; align-items: center; justify-content: center; color: #FDF3E8; text-decoration: none; }
.icon-btn:hover { background: #FDF3E8; color: #4A222C; border-color: #FDF3E8; }
.ft-loc { margin: 14px 0 0; font-size: 14px; line-height: 1.5; color: #C9A6AD; max-width: 210px; }
.ft-bottom { border-top: 1px solid rgba(232, 207, 211, .18); margin-top: 34px; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; gap: 8px 28px; flex-wrap: wrap; }
.ft-copy { font-size: 14px; color: #C9A6AD; padding: 6px 0; }
.ft-links { display: flex; flex-wrap: wrap; gap: 0 22px; }
.ft-links a { min-height: 44px; color: #E8CFD3; text-decoration: none; font-size: 14px; padding: 6px 0; display: inline-flex; align-items: center; }
.ft-links a:hover { color: #FDF3E8; }

/* Photo notice beside the price builder */

/* Sticky mobile booking bar */
.book-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; background: rgba(253, 248, 241, .97); border-top: 1px solid rgba(43, 41, 38, .12); padding: 12px 20px; backdrop-filter: blur(6px); }
.book-bar .btn { display: flex; width: 100%; }

/* Inner pages */
.page-main { padding-top: 32px; padding-bottom: 56px; }
.prose { max-width: 720px; margin: 0 auto; }
.back { display: inline-flex; align-items: center; min-height: 44px; font: 600 12px 'Jost', sans-serif; letter-spacing: .22em; text-transform: uppercase; color: #6D2E3C; text-decoration: none; }
.prose h1 { margin: 8px 0 4px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(34px, 4vw, 48px); }
.updated { margin: 0 0 14px; font-size: 14px; color: #6B6059; }
.intro { margin: 0 0 18px; font-size: 16px; color: #5d564f; line-height: 1.6; }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.chip { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 999px; background: #F8DCE1; color: #6D2E3C; font-size: 14px; font-weight: 500; text-decoration: none; }
.chip:hover { background: #F6D3DA; color: #6D2E3C; }
.prose h2 { margin: 30px 0 6px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 30px; color: #6D2E3C; scroll-margin-top: 84px; }
.prose .toc + h2 { margin-top: 0; }
.prose h3 { margin: 18px 0 8px; font: 600 19px 'Jost', sans-serif; }
.prose ul { margin: 0 0 8px; padding-left: 22px; line-height: 1.6; display: flex; flex-direction: column; gap: 8px; }
.prose p { margin: 12px 0 0; line-height: 1.6; }
.cta-box { background: #F6D3DA; border-radius: 18px; padding: 22px; text-align: center; margin-top: 28px; }
.cta-box p { margin: 0 0 14px; font-size: 16px; }
.prose-privacy h2 { margin: 0 0 8px; font-size: 26px; color: #2B2926; }
.prose-privacy p { margin: 0 0 22px; }
.prose-privacy p:last-child { margin-bottom: 0; }

.confirm { max-width: 640px; margin: 0 auto; text-align: center; position: relative; padding-top: 8px; }
.confirm .sparkle-1 { top: -8px; left: 8%; font-size: 18px; }
.confirm .sparkle-2 { top: 40px; right: 6%; font-size: 12px; }
.confirm h1 { margin: 10px 0 10px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(36px, 4.5vw, 54px); }
.confirm h1 em { color: #A34D5F; }
.confirm-lede { margin: 0 0 28px; font-size: 17px; color: #5d564f; line-height: 1.6; text-wrap: pretty; }
.confirm-steps { text-align: left; background: #fff; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.confirm-help { background: #F6D3DA; border-radius: 20px; padding: 20px 24px; margin-top: 16px; text-align: left; }
.confirm-help p { margin: 0; font-size: 16px; line-height: 1.6; }
.confirm-ig { margin: 26px 0 0; }
.confirm-ig a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 600; }

.notfound { max-width: 560px; margin: 0 auto; text-align: center; padding: 60px 0; }
.notfound h1 { margin: 10px 0 12px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(36px, 4.5vw, 54px); }
.notfound h1 em { color: #A34D5F; }
.notfound p { margin: 0 0 22px; color: #5d564f; }

/* Tablet and up */
@media (min-width: 768px) {
  .pad { padding-left: 36px; padding-right: 36px; }
  .sec { padding-top: 64px; padding-bottom: 64px; }
  .sk { width: 68px; height: 68px; }
  .hero-g { grid-template-columns: minmax(250px, 1fr) minmax(0, 400px); column-gap: 28px; }
  .hero-pic { padding: 40px 0; }
  .hero-actions .btn { width: auto; }
  .svc-g { grid-template-columns: 1fr 1fr; }
  .gal-g { grid-template-columns: repeat(4, 1fr); }
  .pr-g { grid-template-columns: 1fr; }
  .ab-g { flex-direction: row; text-align: left; }
  .steps-g { grid-template-columns: repeat(3, 1fr); }
  .ask { grid-template-columns: 1fr; padding: 32px 36px; }
  .site-footer.has-bar { padding-bottom: 26px; }
  .ft-g { grid-template-columns: 1fr auto auto; column-gap: 88px; }
  .book-bar { display: none; }
}
@media (min-width: 1024px) {
  .pad { padding-left: 56px; padding-right: 56px; }
  .m-only { display: none !important; }
  .nav-desktop { display: flex; }
  .hero-copy { padding-top: 56px; padding-bottom: 56px; }
  .hero-g { grid-template-columns: minmax(0, 1fr) minmax(0, 480px); column-gap: 64px; }
  .pr-g { grid-template-columns: 1fr 1fr; column-gap: 20px; }
}
@media (min-width: 1200px) {
  .ask { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); }
}
@media (min-width: 1440px) {
  .pad { padding-left: 72px; padding-right: 72px; }
}

/* Approved responsive refinement */
#breakdown-empty[hidden], #breakdown-complete[hidden] { display: none !important; }
.summary-text, .summary-total, .summary-label, .summary-deposit { display: none; }
.summary-mobile-breakdown { display: block; width: 100%; min-width: 0; }
.breakdown-title { margin: 0 0 14px; color: #FDF3E8; font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.breakdown-empty { min-height: 112px; display: grid; align-content: center; gap: 8px; }
.breakdown-empty-title { margin: 0; color: #FDF3E8; font: 400 28px/1.08 'Instrument Serif', serif; }
.breakdown-empty-copy { max-width: 430px; margin: 0; color: #E8CFD3; font-size: 14px; line-height: 1.5; }
.breakdown-lines { display: grid; gap: 8px; }
.breakdown-row, .breakdown-payment-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 14px; }
.breakdown-row { color: #FDF3E8; font-size: 16px; line-height: 1.35; }
.breakdown-row span { min-width: 0; overflow-wrap: anywhere; }
.breakdown-row strong, .breakdown-payment-row strong { font-weight: 600; white-space: nowrap; }
.breakdown-total { margin-top: 16px; padding: 14px 0 15px; display: flex; align-items: end; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(253, 243, 232, .26); border-bottom: 1px solid rgba(253, 243, 232, .26); }
.breakdown-total span { max-width: 145px; color: #E8CFD3; font-size: 14px; font-weight: 600; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
.breakdown-total strong { color: #FDF3E8; font: 400 36px/1 'Instrument Serif', serif; white-space: nowrap; }
.breakdown-payments { padding: 13px 0; display: grid; gap: 7px; }
.breakdown-payment-row { color: #FDF3E8; font-size: 14px; line-height: 1.35; }
.breakdown-payment-row span { color: #E8CFD3; }
.breakdown-note { margin: 0; color: #FDF3E8; font-size: 14px; line-height: 1.45; }
.studio-highlights {
  min-height: 64px; padding: 10px 20px; display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center;
  background: #FDF8F1; border-bottom: 1px solid rgba(43, 41, 38, .1);
  color: #5D564F; font: 600 12px/1.4 'Jost', sans-serif;
  letter-spacing: .06em; text-align: center; text-transform: uppercase;
}
.studio-highlights span {
  min-height: 34px; padding: 0 8px; display: flex;
  align-items: center; justify-content: center;
}
.studio-highlights span + span { border-left: 1px solid rgba(43, 41, 38, .16); }
.book-bar-action[aria-disabled="true"],
.summary .btn[aria-disabled="true"] { cursor: not-allowed; opacity: .48; box-shadow: none; }
.site-status {
  position: fixed; left: 50%; bottom: 22px; z-index: 80;
  width: min(calc(100% - 40px), 390px); padding: 12px 16px;
  border-radius: 14px; transform: translate(-50%, 12px);
  background: #2B2926; color: #fff; font: 500 14px/1.5 'Jost', sans-serif;
  text-align: center; opacity: 0; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.site-status.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Phones and tablets use the same full-screen compact navigation. */
@media (max-width: 1023px) {
  .menu-btn {
    width: 48px; height: 48px; padding: 13px;
    align-items: center; justify-content: center; gap: 6px; border-radius: 50%;
  }
  .menu-btn span { transition: opacity .14s ease, transform .18s ease; transform-origin: center; }
  .menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(.4); }
  .menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .site-header { z-index: 42; background: #FDF8F1; border-bottom-color: rgba(43, 41, 38, .1); backdrop-filter: none; }
  .nav-mobile.m-only {
    position: fixed; inset: var(--header-height, 73px) 0 0; z-index: 41;
    display: flex !important; min-height: 0;
    padding: 10px 20px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain; background: #FDF8F1; border-bottom: 0;
    opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }
  .nav-mobile.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .nav-mobile a {
    display: flex; width: 100%; min-height: 58px; align-items: center; padding: 0 4px;
    border-bottom: 1px solid rgba(43, 41, 38, .1); color: #6D2E3C; font-size: 19px; line-height: 1.2;
  }
  .nav-mobile a:last-child { border-bottom: 0; }
  html.nav-open, html.nav-open body { overflow: hidden; overscroll-behavior: none; }
  html.nav-open body { touch-action: none; }
  html.nav-open body .site-header { position: fixed; inset: 0 0 auto; width: 100%; }
  html.nav-open .nav-mobile { touch-action: pan-y; }
  html.nav-open .book-bar { opacity: 0 !important; pointer-events: none !important; transform: translateY(calc(100% + env(safe-area-inset-bottom))) !important; }
  .swatch { width: 48px; height: 48px; padding: 0; display: inline-grid; place-items: center; border: 0; background: transparent; box-shadow: none; transform: none; }
  .swatch[aria-checked="true"] { box-shadow: none; transform: none; }
  .swatch::before { content: ""; width: 32px; height: 32px; border-radius: 50%; background: var(--swatch); border: 3px solid #F8DCE1; box-shadow: 0 0 0 2px rgba(109, 46, 60, .25); transition: transform .18s ease, box-shadow .18s ease; }
  .swatch[aria-checked="true"]::before { box-shadow: 0 0 0 2px #6D2E3C; transform: scale(1.12); }
}

@media (min-width: 768px) and (max-width: 847.98px) {
  .hero-picker .swatches { display: grid; grid-template-columns: repeat(3, 48px); gap: 12px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .summary { display: grid; grid-template-columns: 1fr; padding: 26px 28px; }
  .summary .btn { width: 100%; }
  #breakdown-complete {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .9fr);
    grid-template-areas: "title total" "lines payments" "note note";
    column-gap: 32px; align-items: start;
  }
  #breakdown-complete .breakdown-title { grid-area: title; }
  #breakdown-complete .breakdown-lines { grid-area: lines; }
  #breakdown-complete .breakdown-total { grid-area: total; margin-top: 0; padding-top: 0; border-top: 0; }
  #breakdown-complete .breakdown-payments { grid-area: payments; padding-bottom: 0; }
  #breakdown-complete .breakdown-note { grid-area: note; margin-top: 14px; }
}

@media (min-width: 1024px) {
  .nav-desktop > a:not(.btn), .ig-link, .ft-links a { display: inline-flex; align-items: center; min-height: 44px; }
  .summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; flex-wrap: nowrap; padding: 24px 26px; }
  .summary .btn { min-width: 184px; }
  #breakdown-complete {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr);
    grid-template-areas: "title total" "lines payments" "note note";
    column-gap: 32px; align-items: start;
  }
  #breakdown-complete .breakdown-title { grid-area: title; }
  #breakdown-complete .breakdown-lines { grid-area: lines; }
  #breakdown-complete .breakdown-total { grid-area: total; margin-top: 0; padding-top: 0; border-top: 0; }
  #breakdown-complete .breakdown-payments { grid-area: payments; padding-bottom: 0; }
  #breakdown-complete .breakdown-note { grid-area: note; margin-top: 12px; }
}

@media (max-width: 767px) {
  .menu-btn {
    width: 48px; height: 48px; padding: 13px;
    align-items: center; justify-content: center; gap: 6px; border-radius: 50%;
  }
  .menu-btn span { transition: opacity .14s ease, transform .18s ease; transform-origin: center; }
  .menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(.4); }
  .menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .site-header { z-index: 42; background: #FFFDF9; border-bottom-color: rgba(43, 41, 38, .1); backdrop-filter: none; }
  #prices { scroll-margin-top: calc(var(--header-height, 73px) + 20px); }
  .nav-mobile.m-only {
    position: fixed; inset: var(--header-height, 73px) 0 0; z-index: 41;
    display: flex !important; min-height: 0;
    padding: 10px 20px calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain; background: #FDF8F1; border-bottom: 0;
    opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }
  .nav-mobile.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .nav-mobile a {
    display: flex; width: 100%; min-height: 58px; align-items: center; padding: 0 4px;
    border-bottom: 1px solid rgba(43, 41, 38, .1); color: #6D2E3C; font-size: 19px; line-height: 1.2;
  }
  .nav-mobile a:last-child { border-bottom: 0; }
  html.nav-open, html.nav-open body { overflow: hidden; overscroll-behavior: none; }
  html.nav-open body { touch-action: none; }
  html.nav-open body .site-header { position: fixed; inset: 0 0 auto; width: 100%; }
  html.nav-open .nav-mobile { touch-action: pan-y; }
  html.nav-open .book-bar { opacity: 0 !important; pointer-events: none !important; transform: translateY(calc(100% + env(safe-area-inset-bottom))) !important; }
  .hero-g { padding-top: 34px; padding-bottom: 30px; }
  .hero-copy { display: contents; }
  .hero-copy > .eyebrow:first-child { order: 1; }
  .hero h1 { order: 2; margin-bottom: 0; }
  .hero-pic { order: 3; width: min(100%, 430px); margin: 0 auto; padding: 20px 0 0; }
  .hero-lede { order: 4; margin-top: 18px; }
  .hero-actions { order: 5; }
  .hero-picker { order: 6; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 0; }
  .hero-actions .btn-primary { width: 100%; min-height: 52px; font-weight: 600; box-shadow: 0 8px 20px rgba(109, 46, 60, .16); }
  .hero-secondary { display: none; }
  .hero-picker { margin-top: 22px; padding-top: 18px; }
  .swatches { gap: 10px; }
  .swatch { width: 48px; height: 48px; padding: 0; display: inline-grid; place-items: center; border: 0; background: transparent; box-shadow: none; transform: none; }
  .swatch[aria-checked="true"] { box-shadow: none; transform: none; }
  .swatch::before { content: ""; width: 32px; height: 32px; border-radius: 50%; background: var(--swatch); border: 3px solid #F8DCE1; box-shadow: 0 0 0 2px rgba(109, 46, 60, .25); transition: transform .18s ease, box-shadow .18s ease; }
  .swatch[aria-checked="true"]::before { box-shadow: 0 0 0 2px #6D2E3C; transform: scale(1.12); }
  .btn { transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease; }
  .btn:active { transform: scale(.985); }
  .summary .btn, .cta-card .btn { min-height: 52px; font-weight: 600; }
  .opt-num { width: 40px; height: 40px; font-size: 14px; }
  .opt-step { font-size: 12px; }
  .summary { display: block; padding: 24px; }
  .summary-text, .summary-total, .summary-deposit { display: none; }
  .summary-mobile-breakdown { display: block; }
  .summary .btn { display: none; }
  .breakdown-title { margin: 0 0 16px; color: #FDF3E8; font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
  .breakdown-empty { min-height: 170px; display: grid; align-content: center; gap: 9px; }
  .breakdown-empty-title { margin: 0; color: #FDF3E8; font: 400 30px/1.05 'Instrument Serif', serif; }
  .breakdown-empty-copy { max-width: 310px; margin: 0; color: #E8CFD3; font-size: 14px; line-height: 1.5; }
  .breakdown-lines { display: grid; gap: 10px; }
  .breakdown-row, .breakdown-payment-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 14px; }
  .breakdown-row { color: #FDF3E8; font-size: 16px; line-height: 1.35; }
  .breakdown-row span { min-width: 0; }
  .breakdown-row strong, .breakdown-payment-row strong { font-weight: 600; white-space: nowrap; }
  .breakdown-total { margin-top: 17px; padding: 16px 0 17px; display: flex; align-items: end; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(253, 243, 232, .26); border-bottom: 1px solid rgba(253, 243, 232, .26); }
  .breakdown-total span { max-width: 120px; color: #E8CFD3; font-size: 14px; font-weight: 600; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
  .breakdown-total strong { color: #FDF3E8; font: 400 36px/1 'Instrument Serif', serif; white-space: nowrap; }
  .breakdown-payments { padding: 14px 0; display: grid; gap: 8px; }
  .breakdown-payment-row { color: #FDF3E8; font-size: 14px; line-height: 1.35; }
  .breakdown-payment-row span { color: #E8CFD3; }
  .breakdown-note { margin: 0; color: #FDF3E8; font-size: 14px; line-height: 1.45; }
  .deposit-note { display: none; }
  .book-bar {
    display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #FFFDF9; border-top-color: rgba(43, 41, 38, .12);
    box-shadow: 0 -6px 18px rgba(43, 41, 38, .06); backdrop-filter: none;
    opacity: 0; pointer-events: none;
    transform: translateY(calc(100% + env(safe-area-inset-bottom)));
    transition: opacity .18s ease, transform .18s ease;
  }
  .book-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .book-bar .btn { width: auto; min-width: 136px; min-height: 52px; padding: 0 20px; font-weight: 600; box-shadow: 0 8px 20px rgba(109, 46, 60, .15); }
  .book-bar-price { min-width: 0; color: #2B2926; font-family: 'Jost', sans-serif; }
  .book-bar-label, .book-bar-due { display: block; white-space: nowrap; }
  .book-bar-label { margin-bottom: 1px; color: #6D2E3C; font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; }
  .book-bar-total { display: block; overflow: hidden; font: 400 28px/1 'Instrument Serif', serif; text-overflow: ellipsis; white-space: nowrap; }
  .book-bar-due { margin-top: 3px; color: #6D2E3C; font-size: 14px; font-weight: 600; line-height: 1.2; }
  .site-status { bottom: calc(86px + env(safe-area-inset-bottom)); }
  .site-footer.has-bar { padding-bottom: 26px; }
}

@media (max-width: 767px) and (orientation: landscape) {
  .hero-pic { width: min(58vw, 340px); }
}

@media (max-width: 340px) {
  .summary { gap: 14px; padding: 20px; }
  .summary-text { flex-basis: 180px; }
  .book-bar { gap: 10px; padding-left: 12px; padding-right: 12px; }
  .book-bar .btn { min-width: 126px; padding: 0 16px; font-size: 14px; }
  .book-bar-total { font-size: 26px; }
  .studio-highlights { font-size: 12px; letter-spacing: .02em; }
  .studio-highlights span { padding: 0 5px; }
}
