:root {
  --rose: #b73f68;
  --rose-dark: #7d2948;
  --pink: #f7e3e9;
  --blush: #fcf4f6;
  --cream: #fffaf7;
  --ink: #4f3b3f;
  --muted: #806b70;
  --gold: #a78342;
  --line: rgba(125, 41, 72, .16);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --jp: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--jp); line-height: 2; letter-spacing: .04em; -webkit-font-smoothing: antialiased; }
body.opening-active { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.sr-only, .hidden { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 8px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.opening { position: fixed; z-index: 1000; inset: 0; overflow: hidden; background: #fde6e8; opacity: 1; visibility: visible; transition: opacity .9s ease, visibility .9s ease; }
.opening.is-closing { opacity: 0; visibility: hidden; pointer-events: none; }
.opening-scene { position: absolute; inset: 0; background: linear-gradient(145deg, #fffaf8 0%, #fde6e8 52%, #f7d9e1 100%); }
.opening-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(255,255,255,.95) 0, rgba(255,248,246,.64) 23%, transparent 60%); animation: openingGlow 2.1s ease-out forwards; pointer-events: none; }
.opening-brand { position: absolute; top: 50%; left: 50%; margin: 0; color: #7d2948; font-family: var(--serif); font-size: clamp(48px, 7vw, 96px); font-weight: 500; line-height: 1; letter-spacing: .06em; text-shadow: 0 2px 24px rgba(255,255,255,.9); opacity: 0; transform: translate(-50%, -42%) scale(.96); animation: openingBrand 1.9s .15s ease-in-out forwards; }
.opening-skip { position: absolute; right: 28px; bottom: 24px; padding: 7px 4px; border: 0; border-bottom: 1px solid rgba(125,41,72,.45); color: var(--rose-dark); background: transparent; font-family: var(--serif); font-size: 12px; letter-spacing: .2em; cursor: pointer; }
.opening-petal { position: absolute; display: block; width: 34px; height: 46px; border-radius: 75% 20% 70% 30%; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(245,173,194,.82)); box-shadow: 0 6px 18px rgba(125,41,72,.08); opacity: 0; }
.opening-petal--1 { top: 18%; left: 18%; animation: petalOne 2.15s ease-in-out forwards; }
.opening-petal--2 { top: 70%; left: 28%; width: 22px; height: 32px; animation: petalTwo 2.2s .08s ease-in-out forwards; }
.opening-petal--3 { top: 24%; right: 22%; width: 26px; height: 38px; animation: petalThree 2.1s .04s ease-in-out forwards; }
.opening-petal--4 { top: 66%; right: 17%; width: 38px; height: 48px; animation: petalFour 2.25s ease-in-out forwards; }
.opening-petal--5 { top: 44%; left: 10%; width: 18px; height: 27px; background: linear-gradient(145deg, #f5afc2, #9b3155); animation: petalFive 2.15s .12s ease-in-out forwards; }
@keyframes openingBrand {
  0% { opacity: 0; transform: translate(-50%, -36%) scale(.96); filter: blur(5px); }
  38%, 78% { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translate(-50%, -54%) scale(1.01); }
}
@keyframes openingGlow { 0% { opacity: .25; transform: scale(.72); } 58% { opacity: 1; } 100% { opacity: .2; transform: scale(1.28); } }
@keyframes petalOne { 0% { opacity: 0; transform: translate(-45px,45px) rotate(-35deg); } 25% { opacity: .9; } 100% { opacity: 0; transform: translate(150px,-85px) rotate(145deg); } }
@keyframes petalTwo { 0% { opacity: 0; transform: translate(-30px,30px) rotate(25deg); } 20% { opacity: .75; } 100% { opacity: 0; transform: translate(120px,-150px) rotate(220deg); } }
@keyframes petalThree { 0% { opacity: 0; transform: translate(45px,-20px) rotate(85deg); } 22% { opacity: .8; } 100% { opacity: 0; transform: translate(-125px,150px) rotate(-165deg); } }
@keyframes petalFour { 0% { opacity: 0; transform: translate(50px,40px) rotate(-20deg); } 26% { opacity: .72; } 100% { opacity: 0; transform: translate(-155px,-115px) rotate(-190deg); } }
@keyframes petalFive { 0% { opacity: 0; transform: translate(-25px,15px) rotate(15deg); } 24% { opacity: .72; } 100% { opacity: 0; transform: translate(185px,85px) rotate(270deg); } }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 70px; background: rgba(255,250,247,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(10px); }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; color: var(--rose-dark); }
.wordmark span { font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: .08em; }
.wordmark small { margin-top: 6px; font-family: var(--serif); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.global-nav { display: flex; gap: 30px; align-items: center; font-size: 12px; letter-spacing: .08em; }
.global-nav a { transition: color .2s; }
.global-nav a:hover { color: var(--rose); }
.global-nav .nav-cta { border: 1px solid var(--rose); padding: 10px 18px; color: var(--rose-dark); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px 7px; }
.menu-button > span:not(.sr-only) { display: block; width: 30px; height: 1px; margin: 7px 0; background: var(--rose-dark); transition: .25s; }

.hero { position: relative; height: max(700px, 100svh); min-height: 620px; overflow: hidden; display: grid; place-items: center; text-align: center; background: #ead2d3; }
.hero-video, .hero-veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video--mobile { display: none; }
.hero-veil { background: rgba(255,242,242,.28); }
.hero-veil::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,248,246,.3), transparent 40%, rgba(103,45,55,.1)); }
.hero-content { position: relative; z-index: 1; margin-top: 20px; text-shadow: 0 1px 18px rgba(255,255,255,.72); }
.hero-eyebrow, .section-kicker, .label { margin: 0 0 18px; color: var(--rose-dark); font-family: var(--serif); font-size: 14px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; color: #6f3246; font-size: clamp(44px, 6vw, 80px); font-weight: 500; line-height: 1.4; letter-spacing: .13em; }
.hero-lead { margin: 20px 0 28px; font-size: 15px; letter-spacing: .11em; }
.button { display: inline-flex; min-height: 58px; padding: 12px 34px; align-items: center; justify-content: center; border: 0; cursor: pointer; letter-spacing: .11em; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--rose-dark); box-shadow: 0 10px 28px rgba(94,36,57,.15); }
.button--primary:hover { background: var(--rose); }
.hero-note { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 18px 0 0; font-size: 11px; letter-spacing: .1em; }
.hero-note i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 2; bottom: 0; left: 50%; display: flex; flex-direction: column; align-items: center; font-family: var(--serif); font-size: 11px; letter-spacing: .18em; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 44px; margin-top: 8px; background: var(--rose-dark); transform-origin: top; animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0%,100% { transform: scaleY(.25); opacity: .25; } 50% { transform: scaleY(1); opacity: 1; } }

.section { padding: 150px 0; }
.section-kicker { margin-bottom: 14px; font-size: 13px; }
h2 { margin: 0; color: var(--rose-dark); font-size: clamp(28px, 3.2vw, 43px); font-weight: 500; line-height: 1.7; letter-spacing: .08em; }
.section-heading { margin-bottom: 72px; text-align: center; }
.section-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.ornament { display: flex; justify-content: center; margin-bottom: 70px; }
.ornament span { position: relative; width: 100px; height: 1px; background: var(--gold); }
.ornament span::before { content: ""; position: absolute; left: 50%; top: -4px; width: 9px; height: 9px; border: 1px solid var(--gold); border-radius: 50%; background: var(--cream); transform: translateX(-50%); }
.intro { background: #fde6e8; }
.intro .ornament span::before { background: #fde6e8; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.intro-title { position: relative; }
.intro-title h2 { font-size: clamp(22px, 2.4vw, 32px); line-height: 1.85; }
.about-logo { width: min(320px, 78%); height: auto; margin: 45px auto -10px; }
.intro-copy { max-width: 580px; border-left: 1px solid var(--line); padding-left: 70px; font-size: 15px; }
.intro-copy p { margin: 0 0 22px; }
.promise { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 105px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise div { display: flex; min-height: 145px; gap: 30px; align-items: center; justify-content: center; }
.promise div + div { border-left: 1px solid var(--line); }
.promise b { color: var(--gold); font-family: var(--serif); font-size: 15px; font-weight: 500; }
.promise span { font-size: 15px; line-height: 1.8; }

.concerns { background: #fffaf9; }
.concern-list { max-width: 920px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.concern-list summary { display: grid; grid-template-columns: 70px 1fr; padding: 28px 60px 28px 0; align-items: center; }
.concern-list summary::after, .profile-more summary::after, .faq-list summary::after { content: "+"; position: absolute; right: 12px; top: 50%; color: var(--rose); font-family: sans-serif; font-size: 24px; font-weight: 200; transform: translateY(-50%); transition: transform .25s; }
details[open] > summary::after { transform: translateY(-50%) rotate(45deg); }
.number { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.concern-list b { display: block; color: var(--rose-dark); font-size: 18px; font-weight: 500; letter-spacing: .08em; }
.concern-list small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.detail-body { padding: 0 60px 28px 70px; color: var(--muted); font-size: 13px; }
.section-footnote { margin: 42px 24px 0; text-align: center; font-size: 13px; }

.counselor { position: relative; overflow: hidden; background: var(--blush); }
.counselor-bg-video, .counselor-bg-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.counselor-bg-video { object-fit: cover; opacity: .55; }
.counselor-bg-veil { background: rgba(255,246,247,.72); }
.counselor-grid { position: relative; z-index: 1; }
.counselor-grid { display: grid; grid-template-columns: 320px 1fr; gap: 100px; align-items: center; }
.counselor-visual { position: relative; width: 240px; justify-self: center; }
.counselor-visual::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(167,131,66,.35); border-radius: 30px; }
.counselor-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; border-radius: 24px; object-fit: cover; box-shadow: 0 18px 60px rgba(125,41,72,.12); }
.role { margin: 26px 0 4px; color: var(--gold); font-size: 12px; letter-spacing: .14em; }
.name { margin: 0 0 28px; color: var(--rose-dark); font-family: var(--serif); font-size: 42px; line-height: 1.4; letter-spacing: .08em; }
.name small { font-family: var(--jp); font-size: 11px; letter-spacing: .18em; }
.counselor-copy > p:not(.section-kicker,.role,.name) { font-size: 14px; }
.greeting { margin-top: 40px; font-size: 13px; }
.greeting h3 { margin: 0 0 20px; color: var(--rose-dark); font-size: 17px; font-weight: 500; letter-spacing: .12em; }
.greeting p { margin: 0 0 24px; }
.credentials { margin: 40px 0 0; border-top: 1px solid var(--line); }
.credentials div { display: grid; grid-template-columns: 75px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.credentials dt { color: var(--gold); }
.credentials dd { margin: 0; }
.credentials .career-entry { padding-top: 24px; }
.career-entry dd p { margin: 0 0 16px; }
.career-entry dd p:last-child { margin-bottom: 0; }
.profile-more summary { padding: 16px 48px 16px 0; color: var(--rose-dark); font-size: 13px; }
.profile-more .detail-body { padding: 0 20px 20px 0; }

.services { background: var(--cream); }
.price-feature { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: white; }
.price-intro, .prices { padding: 58px 65px; }
.price-intro { border-right: 1px solid var(--line); }
.label { margin-bottom: 8px; color: var(--gold); font-size: 12px; }
.price-intro h3 { margin: 0 0 18px; color: var(--rose-dark); font-size: 25px; font-weight: 500; line-height: 1.7; }
.price-intro > p:not(.label) { color: var(--muted); font-size: 13px; }
.duration { display: inline-block; margin-top: 12px; padding: 4px 18px; border: 1px solid var(--line); color: var(--rose-dark); font-size: 13px; }
.prices div { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); }
.prices div > span { font-size: 14px; }
.prices strong { color: var(--rose-dark); font-size: 14px; font-weight: 400; }
.prices em { font-family: var(--serif); font-size: 46px; font-style: normal; font-weight: 500; letter-spacing: .02em; }
.prices small { display: block; margin-top: 16px; color: var(--muted); font-size: 11px; text-align: right; }

.hours-band { padding: 115px 0 125px; color: white; background: var(--rose-dark); text-align: center; }
.hours-band .section-kicker { color: #e4c68d; }
.hours-band h2 { color: white; font-size: 23px; }
.hours-band h2 strong { margin-left: 25px; font-family: var(--serif); font-size: 44px; font-weight: 400; letter-spacing: .04em; }
.hours-band p { margin: 15px 0 0; font-size: 13px; }
.hours-band small { color: rgba(255,255,255,.65); font-size: 11px; }
.calendar-button { min-height: 48px; margin-top: 30px; }
.calendar-button button { min-width: 210px!important; min-height: 50px!important; border-radius: 0!important; box-shadow: none!important; font-family: var(--jp)!important; font-size: 13px!important; letter-spacing: .12em!important; }

.flow { position: relative; overflow: hidden; background: var(--blush); }
.flow-bg-video, .flow-bg-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.flow-bg-video { object-fit: cover; opacity: .5; }
.flow-bg-veil { background: rgba(255,248,248,.78); }
.flow .section-heading, .flow-list { position: relative; z-index: 1; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; list-style: none; }
.flow-list li { position: relative; min-height: 200px; padding: 26px 32px; border-left: 1px solid var(--line); }
.flow-list li:last-child { border-right: 1px solid var(--line); }
.flow-list li > span { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.flow-list b { display: block; margin-top: 30px; color: var(--rose-dark); font-size: 16px; font-weight: 500; }
.flow-list p { margin: 8px 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.faq { background: var(--cream); }
.faq-list { max-width: 900px; }
.faq-list summary { padding: 28px 55px 28px 0; color: var(--rose-dark); font-size: 15px; }
.faq-list summary span { margin-right: 18px; color: var(--gold); font-family: var(--serif); font-size: 20px; }
.faq-list .detail-body { padding: 0 50px 25px 42px; }

.columns { background: var(--blush); }
.column-content { max-width: 1040px; }
.column-status { padding: 54px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; text-align: center; }
.column-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.column-card { position: relative; display: block; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 14px 38px rgba(125,41,72,.06); transition: transform .25s ease, box-shadow .25s ease; }
.column-card:hover { box-shadow: 0 20px 48px rgba(125,41,72,.12); transform: translateY(-3px); }
.column-card-image { display: flex; aspect-ratio: 16 / 10; overflow: hidden; align-items: center; justify-content: center; background: linear-gradient(135deg, #fff7f8 0%, #f6e3e8 100%); }
.column-card-image img { width: 100%; height: 100%; object-fit: contain; }
.column-card time { display: block; padding: 18px 20px 20px; color: var(--muted); font-family: var(--serif); font-size: 13px; letter-spacing: .12em; }
.column-actions { display: flex; justify-content: center; gap: 16px; margin-top: 54px; }
.column-more { min-width: 210px; min-height: 50px; padding: 10px 28px; border: 1px solid var(--rose-dark); color: var(--rose-dark); background: transparent; font-size: 13px; letter-spacing: .12em; }
.column-more:hover { color: white; background: var(--rose-dark); }
.column-modal { position: fixed; z-index: 100; inset: 0; display: grid; padding: 28px; place-items: center; }
.column-modal[hidden] { display: none; }
.column-modal-backdrop { position: absolute; inset: 0; background: rgba(76,40,53,.62); backdrop-filter: blur(5px); }
.column-modal-panel { position: relative; width: min(1080px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; padding: 70px 58px 62px; border: 1px solid rgba(125,41,72,.2); background: var(--cream); box-shadow: 0 30px 100px rgba(55,20,32,.3); }
.column-modal-close { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; padding: 0; border: 0; color: var(--rose-dark); background: transparent; font-family: var(--serif); font-size: 34px; font-weight: 300; line-height: 1; cursor: pointer; }
.column-modal-heading { margin-bottom: 44px; text-align: center; }
.column-modal-heading .section-kicker { margin-bottom: 8px; }
.column-modal-heading h3 { margin: 0; color: var(--rose-dark); font-size: 30px; font-weight: 500; letter-spacing: .1em; }
.column-modal-grid { margin-top: 0; }
.column-note-link { display: flex; width: fit-content; min-width: 210px; min-height: 50px; margin: 52px auto 0; font-size: 13px; }

.contact { position: relative; overflow: hidden; padding: 150px 0; background: var(--pink); }
.contact-bg-video, .contact-bg-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-bg-video { object-fit: cover; opacity: .58; }
.contact-bg-veil { background: rgba(250,230,235,.74); }
.contact-inner { position: relative; z-index: 1; display: block; }
.contact-heading { text-align: center; }
.contact-heading > p:not(.section-kicker) { margin-top: 24px; font-size: 14px; }
.contact-actions { display: grid; margin-top: 82px; gap: 40px; }
.booking-card { padding: 64px 48px 82px; background: rgba(255,255,255,.82); text-align: center; backdrop-filter: blur(3px); }
.hours-reservation { width: min(100%, 760px); margin: 62px auto 0; background: var(--cream); box-shadow: 0 24px 70px rgba(55,20,32,.2); }
.hours-reservation .button { min-width: 210px; min-height: 50px; margin-top: 30px; padding: 10px 28px; font-size: 13px; letter-spacing: .12em; }
.booking-card .section-kicker { margin-bottom: 14px; }
.inquiry-heading .section-kicker { margin-bottom: 8px; }
.booking-card h3, .inquiry-heading h3 { margin: 0; color: var(--rose-dark); font-size: 25px; font-weight: 500; line-height: 1.7; letter-spacing: .1em; }
.booking-card > p { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.booking-card > small { display: block; margin-top: 22px; color: var(--muted); font-size: 10px; }
.inquiry-card { background: rgba(255,255,255,.78); backdrop-filter: blur(3px); }
.inquiry-heading { padding: 56px 48px 0; text-align: center; }
.privacy-note { display: flex; margin-top: 40px; flex-direction: column; gap: 7px; color: var(--muted); font-size: 11px; }
.privacy-note span::before { content: "—"; margin-right: 10px; color: var(--gold); }
.contact-form { padding: 48px; background: rgba(255,255,255,.78); backdrop-filter: blur(3px); }
.inquiry-card .contact-form { padding-top: 44px; background: transparent; backdrop-filter: none; }
.contact-form > label:not(.consent), .date-grid label { display: block; margin-bottom: 28px; color: var(--rose-dark); font-size: 12px; }
.contact-form label small { margin-left: 8px; color: var(--rose); font-size: 9px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="datetime-local"], .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 4px; border: 0; border-bottom: 1px solid rgba(125,41,72,.32); border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 14px; }
.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--rose-dark) 50%) calc(100% - 8px) 50% / 5px 5px no-repeat, linear-gradient(135deg, var(--rose-dark) 50%, transparent 50%) calc(100% - 3px) 50% / 5px 5px no-repeat; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rose); }
.contact-form textarea::placeholder { color: #aa9398; font-size: 12px; }
.contact-form fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 10px; color: var(--rose-dark); font-size: 12px; }
.contact-form legend small { margin-left: 8px; color: var(--rose); font-size: 9px; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { display: block; padding: 11px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.45); font-size: 12px; text-align: center; transition: .2s; }
.choice-row input:checked + span { border-color: var(--rose-dark); color: var(--rose-dark); background: white; }
.date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.date-grid label:first-child { grid-column: 1 / -1; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 30px; color: var(--muted); font-size: 10px; }
.consent input { margin-top: 7px; accent-color: var(--rose-dark); }
.consent a { color: var(--rose-dark); text-decoration: underline; text-underline-offset: 3px; }
.contact-form .button { width: 100%; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 90px 0 32px; color: #eadde1; background: #4c2835; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; }
.wordmark--footer { color: white; }
.footer-main > div { text-align: right; }
.footer-main p { margin: 0 0 25px; font-size: 11px; }
.footer-main nav { display: flex; gap: 22px; font-size: 10px; }
.footer-main .legal-nav { margin-top: 17px; justify-content: flex-end; color: rgba(255,255,255,.7); font-size: 9px; }
.footer-bottom { display: flex; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); align-items: flex-end; justify-content: space-between; }
.footer-bottom p { max-width: 680px; margin: 0; color: rgba(255,255,255,.55); font-size: 9px; }
.footer-bottom small { font-family: var(--serif); font-size: 10px; letter-spacing: .1em; white-space: nowrap; }
.mobile-reserve { display: none; }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 20px; }
  .wordmark span { font-size: 28px; }
  .menu-button { display: block; z-index: 2; }
  .global-nav { position: fixed; inset: 0; display: flex; padding: 110px 40px 60px; flex-direction: column; gap: 25px; align-items: stretch; background: rgba(255,250,247,.98); font-size: 14px; text-align: center; transform: translateX(100%); transition: transform .35s ease; }
  .global-nav.open { transform: none; }
  .global-nav .nav-cta { margin-top: 10px; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .intro-grid, .counselor-grid, .contact-inner { gap: 55px; }
  .price-intro, .prices { padding: 45px 38px; }
  .column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-list { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .flow-list li:nth-child(2) { border-right: 1px solid var(--line); }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; line-height: 1.9; }
  .wrap { width: min(100% - 36px, 560px); }
  .hero { min-height: 700px; height: 100svh; }
  .hero-video--desktop { display: none; }
  .hero-video--mobile { display: block; }
  .hero-veil { background: rgba(255,238,239,.38); }
  .hero-content { width: calc(100% - 40px); margin-top: -15px; }
  .hero-eyebrow { font-size: 11px; }
  .hero h1 { font-size: 44px; line-height: 1.5; letter-spacing: .12em; }
  .hero-lead { font-size: 13px; }
  .hero-note { gap: 8px; font-size: 9px; }
  .hero .button { min-height: 54px; }
  .scroll-cue { display: none; }
  .section { padding: 105px 0; }
  .section-heading { margin-bottom: 50px; }
  .section-kicker { font-size: 11px; }
  h2 { font-size: 27px; line-height: 1.65; }
  .ornament { margin-bottom: 45px; }
  .intro-grid { display: block; }
  .intro-title h2 { font-size: 21px; line-height: 1.9; }
  .about-logo { width: 74%; margin-top: 35px; }
  .intro-copy { margin-top: 35px; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; font-size: 13px; }
  .promise { margin-top: 70px; }
  .promise div { min-height: 115px; gap: 10px; flex-direction: column; }
  .promise span { font-size: 11px; text-align: center; }
  .concern-list summary { grid-template-columns: 42px 1fr; padding: 22px 38px 22px 0; }
  .concern-list b { font-size: 15px; }
  .concern-list small { font-size: 10px; line-height: 1.7; }
  .concern-list summary::after { right: 2px; }
  .detail-body { padding: 0 36px 22px 42px; font-size: 11px; }
  .counselor-grid { display: flex; flex-direction: column; gap: 60px; }
  .counselor-visual { width: min(185px, 52vw); align-self: center; }
  .name { font-size: 38px; }
  .price-feature { grid-template-columns: 1fr; }
  .price-intro, .prices { padding: 36px 28px; }
  .price-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .price-intro h3 { font-size: 22px; }
  .prices em { font-size: 40px; }
  .hours-band { padding: 85px 0 95px; }
  .hours-band h2 strong { display: block; margin: 8px 0 0; font-size: 41px; }
  .hours-band p { font-size: 11px; }
  .flow-list { gap: 0; }
  .flow-list li { min-height: 175px; padding: 18px; }
  .flow-list b { margin-top: 22px; font-size: 14px; }
  .faq-list summary { padding-right: 35px; font-size: 13px; }
  .faq-list summary::after { right: 2px; }
  .faq-list .detail-body { padding-left: 36px; padding-right: 20px; }
  .column-grid { grid-template-columns: 1fr; gap: 22px; }
  .column-card time { padding: 16px 18px 18px; }
  .column-actions { margin-top: 42px; flex-direction: column; align-items: stretch; }
  .column-actions .button { width: 210px; margin-inline: auto; }
  .column-modal { padding: 14px; }
  .column-modal-panel { max-height: calc(100vh - 28px); padding: 62px 20px 46px; }
  .column-modal-close { top: 12px; right: 13px; }
  .column-modal-heading { margin-bottom: 34px; }
  .column-modal-heading h3 { font-size: 24px; }
  .column-note-link { width: 100%; margin-top: 40px; }
  .contact { padding: 105px 0; }
  .contact-inner { display: block; }
  .contact-actions { margin-top: 55px; gap: 34px; }
  .booking-card { padding: 48px 24px 60px; }
  .hours-reservation { margin-top: 48px; }
  .hours-reservation .button { min-width: 210px; }
  .inquiry-heading { padding: 44px 24px 0; }
  .booking-card h3, .inquiry-heading h3 { font-size: 22px; }
  .contact-form { padding: 38px 24px 44px; }
  .date-grid { grid-template-columns: 1fr; gap: 0; }
  .date-grid label:first-child { grid-column: auto; }
  .footer-main { gap: 40px; flex-direction: column; }
  .footer-main > div { text-align: left; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-main .legal-nav { justify-content: flex-start; }
  .footer-bottom { gap: 20px; flex-direction: column; align-items: flex-start; }
  .mobile-reserve { position: fixed; z-index: 15; right: 0; bottom: 0; left: 0; display: flex; height: 62px; align-items: center; justify-content: center; color: white; background: var(--rose-dark); box-shadow: 0 -4px 18px rgba(70,30,44,.12); font-size: 13px; letter-spacing: .12em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .hero-video { display: none; }
  .hero { background: url("assets/hero-poster.jpg") center / cover no-repeat; }
  .opening { display: none; }
  .opening-brand { animation: none; }
  body.opening-active { overflow: auto; }
}

/* Legal pages */
.legal-page { background: var(--blush); }
.legal-header { height: 90px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--cream); }
.legal-header > a:last-child { color: var(--rose-dark); font-size: 11px; }
.legal-main { padding: 110px 0 130px; }
.legal-wrap { max-width: 900px; }
.legal-wrap > h1 { margin: 0 0 70px; color: var(--rose-dark); font-size: clamp(30px, 4vw, 46px); font-weight: 500; letter-spacing: .1em; }
.legal-list { margin: 0; border-top: 1px solid var(--line); }
.legal-list > div { display: grid; grid-template-columns: 230px 1fr; padding: 30px 10px; border-bottom: 1px solid var(--line); }
.legal-list dt { color: var(--rose-dark); font-size: 13px; }
.legal-list dd { margin: 0; color: var(--muted); font-size: 13px; }
.pending-text { color: var(--rose); }
.policy { max-width: 790px; }
.policy-lead { margin: -30px 0 80px; color: var(--rose-dark); font-size: 18px; line-height: 2.2; }
.policy section { margin-top: 55px; padding-top: 45px; border-top: 1px solid var(--line); }
.policy section h2 { margin-bottom: 20px; font-size: 20px; }
.policy section p, .policy section li { color: var(--muted); font-size: 13px; }
.policy section ul { padding-left: 1.4em; }
.policy-contact { margin-top: 75px!important; }
.legal-footer { padding: 28px 0; color: rgba(255,255,255,.7); background: #4c2835; font-family: var(--serif); letter-spacing: .1em; }
@media (max-width: 680px) {
  .legal-header { height: 72px; padding: 0 18px; }
  .legal-header > a:last-child { font-size: 9px; }
  .legal-main { padding: 75px 0 90px; }
  .legal-wrap > h1 { margin-bottom: 45px; font-size: 27px; }
  .legal-list > div { display: block; padding: 25px 0; }
  .legal-list dt { margin-bottom: 10px; }
  .policy-lead { margin-top: -10px; margin-bottom: 55px; font-size: 15px; }
}
