:root {
  --dusk: #182720; --dusk-2: #22352b;
  --paper: #faf7f0; --sand: #ede5d4; --line: #ddd3c0;
  --ink: #23281f; --muted: #6c705f;
  --saguaro: #2e5c3f; --saguaro-deep: #234830;
  --lilac: #7c4a82; --lilac-soft: #b58cba;
  --display: 'Newsreader', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.05rem; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: var(--saguaro-deep); }
.frame { max-width: 66rem; margin: 0 auto; padding: 0 1.5rem; }

.masthead { background: var(--dusk); color: #e9e4d8; }
.masthead .frame { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; padding-bottom: 1rem; gap: 1rem; }
.masthead .logo { height: 46px; width: auto; filter: brightness(0) invert(1) sepia(.12); opacity: .95; }
.masthead nav { display: flex; gap: 1.7rem; align-items: center; }
.masthead nav a { color: #e9e4d8; text-decoration: none; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.masthead nav a:hover { color: var(--lilac-soft); }
.masthead .tel { border: 1px solid #4a5c50; border-radius: 999px; padding: .45rem 1.1rem; letter-spacing: .05em !important; text-transform: none !important; font-size: .9rem !important; }
.menu-toggle { display: none; }

.label { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--lilac); }
.label.light { color: var(--lilac-soft); }

.opening { background: var(--dusk); color: #f2eee3; padding: 5rem 0 4.5rem; }
.opening h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.5rem, 6.5vw, 4.4rem); line-height: 1.06; margin: 1.2rem 0 1.6rem; letter-spacing: -.015em; max-width: 18ch; }
.opening h1 em { font-style: italic; color: var(--lilac-soft); }
.opening .lede { max-width: 36rem; color: #c9c4b2; font-size: 1.12rem; margin: 0 0 2.2rem; }
.opening .acts { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; background: var(--saguaro); color: #fff !important; padding: .8rem 1.7rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; border: none; cursor: pointer; font-family: var(--sans); }
.btn:hover { background: var(--saguaro-deep); }
.btn.bare { background: transparent; border: 1.5px solid #4a5c50; color: #f2eee3 !important; }
.btn.bare:hover { border-color: var(--lilac-soft); color: var(--lilac-soft) !important; }
.btn.dark { background: var(--dusk); }
.opening .credit { margin-top: 3rem; font-size: .85rem; color: #8f9784; }
.opening .credit b { color: #e9e4d8; }
.stars { color: #d3a520; letter-spacing: .1em; }

.folio { padding: 4.5rem 0; }
.folio-head { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: baseline; border-top: 2px solid var(--ink); padding-top: 1.2rem; margin-bottom: 2.2rem; }
.folio-head .no { font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--lilac); }
h2 { font-family: var(--display); font-weight: 400; font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 0; letter-spacing: -.01em; }
h2 em { font-style: italic; color: var(--lilac); }

.duet { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.duet .txt p { color: var(--muted); }
.photo-stack img { border-radius: 2px; }
.photo-stack figcaption { font-size: .8rem; color: var(--muted); margin-top: .6rem; font-style: italic; font-family: var(--display); }

.svc-list { border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: 2.2fr 3fr auto; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.svc-row h3 { font-family: var(--display); font-weight: 500; font-size: 1.35rem; margin: 0; }
.svc-row p { margin: 0; font-size: .93rem; color: var(--muted); }
.svc-row a { white-space: nowrap; font-weight: 600; font-size: .9rem; text-decoration: none; }

.pull { background: var(--sand); padding: 4.5rem 0; }
.pull blockquote { margin: 0 auto; max-width: 44rem; text-align: center; }
.pull blockquote p { font-family: var(--display); font-style: italic; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.4; margin: 0 0 1.2rem; }
.pull cite { font-style: normal; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.doctors { background: var(--dusk); color: #f2eee3; padding: 4.5rem 0; }
.doctors h2 { color: #f2eee3; }
.doctors .folio-head { border-top-color: #4a5c50; }
.doc-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.doc-card img, .doc-card .ph { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 2px; filter: saturate(.85); }
.doc-card .ph { display: flex; align-items: center; justify-content: center; background: var(--dusk-2); font-family: var(--display); font-style: italic; font-size: 3rem; color: #8f9784; }
.doc-card h3 { font-family: var(--display); font-weight: 500; font-size: 1.25rem; margin: 1rem 0 .2rem; }
.doc-card p { font-size: .88rem; color: #b0b8a4; margin: 0; }

.closing { padding: 4.5rem 0; text-align: center; }
.closing h2 { max-width: 24ch; margin: 0 auto 1rem; }
.closing p { color: var(--muted); max-width: 34rem; margin: 0 auto 2rem; }

footer { background: var(--dusk); color: #8f9784; padding: 2.6rem 0; font-size: .9rem; }
footer .frame { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
footer a { color: #e9e4d8; text-decoration: none; }
footer b { color: #e9e4d8; font-family: var(--display); font-weight: 500; font-size: 1.05rem; }

dialog { border: none; border-radius: 4px; padding: 0; max-width: 26rem; width: 92vw; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); }
dialog::backdrop { background: rgba(24,39,32,.6); }
.bk { padding: 1.8rem; position: relative; }
.bk h3 { font-family: var(--display); font-weight: 500; margin: 0 0 .3rem; font-size: 1.4rem; }
.bk .sub { color: var(--muted); font-size: .9rem; margin: 0 0 1rem; }
.bk label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin: .9rem 0 .35rem; }
.bk input, .bk select { width: 100%; padding: .65rem .7rem; border: 1px solid var(--line); border-radius: 3px; font-size: .95rem; font-family: var(--sans); background: #fff; }
.slots { display: flex; gap: .5rem; flex-wrap: wrap; }
.slots button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .45rem .9rem; font-size: .85rem; cursor: pointer; }
.slots button[aria-pressed="true"] { background: var(--saguaro); color: #fff; border-color: var(--saguaro); }
.bk .btn { width: 100%; margin-top: 1.2rem; }
.bk .note { font-size: .78rem; color: var(--muted); text-align: center; margin: .7rem 0 0; }
.bk .close { position: absolute; top: .6rem; right: .8rem; background: none; border: none; font-size: 1.3rem; cursor: pointer; color: var(--muted); }

.page-open { background: var(--dusk); color: #f2eee3; padding: 4rem 0; }
.page-open h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.1; margin: 1rem 0 1.4rem; max-width: 20ch; letter-spacing: -.01em; }
.page-open h1 em { font-style: italic; color: var(--lilac-soft); }
.page-open .lede { max-width: 36rem; color: #c9c4b2; font-size: 1.1rem; margin: 0 0 2rem; }

@media (max-width: 860px) {
  .duet, .doc-row { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; gap: .5rem; }
  .masthead nav { display: none; }
  .menu-toggle { display: block; background: none; border: 1px solid #4a5c50; color: #e9e4d8; border-radius: 999px; padding: .45rem 1rem; font-size: .85rem; }
  .masthead.open nav { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--dusk); flex-direction: column; padding: 1.4rem 1.5rem; gap: 1.1rem; z-index: 60; align-items: flex-start; }
  .masthead { position: relative; }
  .opening { padding: 3.5rem 0; }
}

/* ---- 10x additions ---- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .1s; } .rv.d2 { transition-delay: .2s; } .rv.d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

.opening { position: relative; overflow: hidden; padding: 6rem 0 8rem; }
.pano { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.pano svg { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.pano .layer { will-change: transform; }
.opening .frame { position: relative; z-index: 2; }
.opening .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,26,22,.66) 0%, rgba(20,26,22,.34) 46%, rgba(20,26,22,0) 100%); }
@keyframes twinkle { 0%,100% { opacity: .9; } 50% { opacity: .25; } }
.pano .star { animation: twinkle 4s ease-in-out infinite; }
.pano .star.s2 { animation-delay: 1.3s; animation-duration: 5s; }
.pano .star.s3 { animation-delay: 2.2s; animation-duration: 3.4s; }
@media (prefers-reduced-motion: reduce) { .pano .star { animation: none; } }

.doc-card img { filter: saturate(.8) contrast(1.02); }
.footer-ridge { display: block; width: 100%; height: 70px; margin-bottom: -1px; }

/* stepper dialog */
.bk .prog { display: flex; gap: .4rem; margin: 0 0 1.2rem; }
.bk .prog i { flex: 1; height: 3px; border-radius: 2px; background: var(--line); transition: background .3s; }
.bk .prog i.on { background: var(--saguaro); }
.bk .step { display: none; }
.bk .step.on { display: block; animation: sostep .3s ease; }
@keyframes sostep { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.bk .row { display: flex; gap: .7rem; margin-top: 1.3rem; }
.bk .row .btn { flex: 1; text-align: center; }
.bk .back { background: transparent !important; color: var(--muted) !important; border: 1px solid var(--line); flex: 0 0 auto !important; }
.bk .done { text-align: center; padding: 1rem 0; }
.bk .done svg { width: 60px; height: 60px; margin: 0 auto 1rem; }
.bk .done .ck { stroke: var(--saguaro); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; animation: sodraw .6s .15s ease forwards; }
.bk .done .cir { stroke: var(--sand); stroke-width: 3; fill: none; }
@keyframes sodraw { to { stroke-dashoffset: 0; } }
.bk .done h4 { font-family: var(--display); font-weight: 500; font-size: 1.3rem; margin: 0 0 .4rem; }
.bk .done p { color: var(--muted); font-size: .9rem; margin: 0; }
