/* Ivanna's Alterations — ivory paper, warm ink, thread gold, and wine for the gowns.
   Display type: Fraunces (soft, wonky serif). Text: Inter. Dependency-free. */

:root {
  --paper: #f6f1ea;
  --paper-2: #ede5d9;
  --white: #fffdf9;
  --ink: #1b1714;
  --ink-2: #39322c;
  --muted: #6b625a;
  --faint: #978d84;
  --line: rgba(27, 23, 20, .1);
  --line-2: rgba(27, 23, 20, .18);
  --gold: #a8862f;
  --gold-2: #8a6d22;
  --gold-tint: #f2e8d0;
  --gold-line: rgba(168, 134, 47, .45);
  --wine: #66192b;
  --wine-2: #4f1120;
  --wine-ink: #2a0810;
  --wine-tint: #f4e4e8;
  --r-xl: 28px;
  --r-lg: 20px;
  --r-md: 14px;
  --sh-1: 0 1px 1px rgba(27, 23, 20, .04), 0 10px 26px -12px rgba(27, 23, 20, .22);
  --sh-2: 0 2px 4px rgba(27, 23, 20, .05), 0 30px 70px -28px rgba(27, 23, 20, .4);
  --display: "Fraunces", "Iowan Old Style", "Palatino", Georgia, serif;
  --text: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px;
  --gut: clamp(20px, 4vw, 40px);
  --header-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; } /* author display rules must never un-hide */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.6 var(--text); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
picture { display: contents; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.i { width: 1em; height: 1em; flex: none; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gut) * 2); margin: 0 auto; padding: 0 var(--gut); }

/* language twins: the page carries both; the html attribute picks one */
html[data-lang="en"] [lang="es"] { display: none !important; }
html[data-lang="es"] [lang="en"] { display: none !important; }

h1, h2, h3 { font-family: var(--display); font-weight: 500; color: var(--ink); font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1; }
h2 { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.015em; margin: 0 0 18px; text-wrap: balance; }
h3 { font-size: 24px; line-height: 1.15; margin: 0 0 8px; letter-spacing: -.005em; font-variation-settings: "opsz" 48, "SOFT" 30, "WONK" 0; }
h2 em, h1 em { font-style: italic; font-weight: 400; color: var(--gold-2); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font: 600 12.5px/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); margin: 0 0 18px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.sub { font-size: clamp(17px, 1.35vw, 19.5px); color: var(--muted); max-width: 36em; margin: 0; text-wrap: pretty; }
.section { padding: clamp(80px, 9vw, 130px) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }

/* stitched divider */
.stitch { height: 0; border: 0; border-top: 2px dashed var(--gold-line); margin: 0; opacity: .9; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 999px; border: 1.5px solid transparent; font: 600 16px/1 var(--text); text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .25s var(--ease), background-color .2s, border-color .2s, box-shadow .25s var(--ease), color .2s; }
.btn .i { width: 19px; height: 19px; }
.btn-lg { min-height: 60px; padding: 0 28px; font-size: 17px; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: 14.5px; }
.btn-sm .i { width: 16px; height: 16px; }
.btn-ink { background: var(--ink); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 28px -14px rgba(27, 23, 20, .6); }
.btn-ink:hover { background: #2a2420; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 14px 28px -12px rgba(168, 134, 47, .7); }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-1px); }
.btn-line { background: rgba(255, 253, 249, .6); border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { background: var(--white); border-color: var(--ink); transform: translateY(-1px); }
.btn-paper { background: var(--white); color: var(--wine); }
.btn-paper:hover { background: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn:active { transform: translateY(0) scale(.98); }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; color: var(--ink); border-bottom: 1.5px solid var(--gold-line); padding-bottom: 2px; }
.link:hover { border-bottom-color: var(--ink); }
.link .i { width: 16px; height: 16px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246, 241, 234, .72); -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px); border-bottom: 1px solid transparent; transition: border-color .3s, background-color .3s; }
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(246, 241, 234, .9); }
.header-row { height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.brand-mark { width: 50px; height: 38.7px; color: var(--gold); flex: none; }
.brand-word { display: block; width: 118px; height: 15.5px; color: var(--gold-2); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-sub { font: 600 10px/1 var(--text); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { font: 500 15px/1 var(--text); text-decoration: none; color: var(--ink-2); padding: 8px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; border: 1.5px solid var(--line-2); border-radius: 999px; padding: 3px; background: rgba(255, 253, 249, .6); }
.lang button { border: 0; background: transparent; border-radius: 999px; padding: 6px 11px; font: 600 12.5px/1 var(--text); letter-spacing: .06em; color: var(--muted); cursor: pointer; }
.lang button[aria-pressed="true"] { background: var(--ink); color: #fff; }

/* ---------- hero ---------- */
.hero { padding: clamp(28px, 4vw, 56px) 0 clamp(56px, 6vw, 88px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero h1 { font-size: clamp(50px, 6.6vw, 92px); line-height: .98; letter-spacing: -.025em; margin: 0 0 22px; text-wrap: balance; }
.hero .sub { margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 30px; }
.hero-cta .link { margin-left: 6px; }
.trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 0; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.trust li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.35; }
.trust .i { width: 18px; height: 18px; color: var(--gold); margin-top: 1px; }
.trust strong { font-weight: 600; color: var(--ink); }

.mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; aspect-ratio: 1.02; }
.mosaic figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--paper-2); box-shadow: var(--sh-1); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.mosaic figure:hover img { transform: scale(1.03); }
.mosaic .m-lead { grid-column: 1 / 3; grid-row: 1 / 3; }
.mosaic .m-a { grid-column: 3 / 4; grid-row: 1 / 2; }
.mosaic .m-b { grid-column: 4 / 5; grid-row: 1 / 2; }
.mosaic .m-wide { grid-column: 3 / 5; grid-row: 2 / 3; }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(27, 23, 20, .55); color: #fff; font: 600 12px/1 var(--text); letter-spacing: .04em; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.mosaic .m-lead figcaption { left: 16px; bottom: 16px; font-size: 13px; }
.js .mosaic figure { opacity: 0; transform: translateY(14px) scale(.985); animation: rise .9s var(--ease) forwards; }
.js .mosaic .m-lead { animation-delay: .05s; }
.js .mosaic .m-a { animation-delay: .18s; }
.js .mosaic .m-b { animation-delay: .28s; }
.js .mosaic .m-wide { animation-delay: .38s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- services ---------- */
.services { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.svc { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 22px; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--gold-line); }
.svc-photo { aspect-ratio: 4 / 3; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); margin: -6px -6px 0; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-tint); color: var(--gold-2); }
.svc-icon .i { width: 24px; height: 24px; }
.svc h3 { font-size: 21px; margin: 0; }
.svc p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.svc .tag { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; margin-top: auto; padding: 6px 10px; border-radius: 999px; background: var(--gold-tint); color: var(--gold-2); font: 600 12px/1 var(--text); letter-spacing: .04em; }
.svc .tag .i { width: 13px; height: 13px; }

/* ---------- gowns (wine) ---------- */
.gowns { background: var(--wine); color: #fff; overflow: hidden; }
.gowns::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 85% 10%, rgba(255, 255, 255, .09), transparent 60%), radial-gradient(50% 60% at 10% 100%, rgba(0, 0, 0, .25), transparent 60%); pointer-events: none; }
.gowns .wrap { position: relative; }
.gowns .eyebrow { color: #e9c77b; }
.gowns .eyebrow::before { background: #e9c77b; }
.gowns h2 { color: #fff; }
.gowns h2 em { color: #e9c77b; }
.gowns .sub { color: rgba(255, 255, 255, .8); }
.gowns-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.gown-points { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 16px; }
.gown-points li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.gown-points .pt-i { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); color: #e9c77b; }
.gown-points .pt-i .i { width: 22px; height: 22px; }
.gown-points strong { display: block; font: 500 19px/1.2 var(--display); margin-bottom: 3px; font-variation-settings: "opsz" 48, "SOFT" 30; }
.gown-points span { color: rgba(255, 255, 255, .78); font-size: 15px; }
.gowns-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.gown-photos { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.gown-photos figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--wine-2); box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .7); position: relative; }
.gown-photos img { width: 100%; height: 100%; object-fit: cover; }
.gown-photos .g-tall { grid-row: 1 / 3; aspect-ratio: 3 / 4; }
.gown-photos .g-a { aspect-ratio: 1; }
.gown-photos .g-b { aspect-ratio: 1; }
.gown-photos figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(42, 8, 16, .6); color: #fff; font: 600 12px/1 var(--text); letter-spacing: .04em; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.gowns .quote { margin: 40px 0 0; padding: 22px 26px; border-left: 2px solid #e9c77b; background: rgba(0, 0, 0, .18); border-radius: 0 var(--r-md) var(--r-md) 0; }
.gowns .quote p { margin: 0; font: italic 400 20px/1.4 var(--display); font-variation-settings: "opsz" 48, "SOFT" 60; }
.gowns .quote cite { display: block; margin-top: 10px; font: 600 12.5px/1 var(--text); letter-spacing: .1em; text-transform: uppercase; color: #e9c77b; font-style: normal; }

/* ---------- steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; counter-reset: step; }
.step { position: relative; padding: 28px 26px 26px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font: 500 15px/1 var(--display); letter-spacing: .06em; color: var(--gold-2); display: inline-block; margin-bottom: 18px; padding-bottom: 8px; border-bottom: 2px dashed var(--gold-line); }
.step h3 { font-size: 24px; }
.step p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ---------- reviews ---------- */
.reviews { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rev-head { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; margin-bottom: 36px; }
.score { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); }
.score-n { font: 500 52px/1 var(--display); letter-spacing: -.03em; font-variation-settings: "opsz" 144, "SOFT" 40; }
.stars { display: flex; gap: 2px; color: var(--gold); }
.stars .i { width: 18px; height: 18px; }
.score small { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 12px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line-2); font: 500 13.5px/1 var(--text); color: var(--ink-2); }
.chip b { color: var(--gold-2); font-weight: 700; margin-left: 4px; }
.rev-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.rev { padding: 26px 26px 22px; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.rev .stars .i { width: 15px; height: 15px; }
.rev blockquote { margin: 0; font: 400 17px/1.55 var(--text); color: var(--ink-2); }
.rev blockquote::before { content: "\201C"; font: 400 40px/0 var(--display); color: var(--gold); vertical-align: -14px; margin-right: 4px; }
.rev footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13.5px; color: var(--muted); margin-top: auto; }
.rev footer b { color: var(--ink); font-weight: 600; }
.rev-more { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; font-size: 14.5px; color: var(--muted); }
.rev-more q { color: var(--ink-2); }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.about-photo { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 5; background: var(--paper-2); box-shadow: var(--sh-2); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 72%; }
.big-quote { margin: 0 0 26px; font: italic 400 clamp(28px, 3.2vw, 40px)/1.2 var(--display); letter-spacing: -.01em; font-variation-settings: "opsz" 144, "SOFT" 60; color: var(--ink); text-wrap: balance; }
.big-quote small { display: block; margin-top: 12px; font: 500 15px/1.4 var(--text); color: var(--muted); font-style: normal; }
.about p { color: var(--ink-2); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.facts li { padding: 16px 16px 14px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); }
.facts b { display: block; font: 500 26px/1 var(--display); letter-spacing: -.02em; margin-bottom: 6px; font-variation-settings: "opsz" 96, "SOFT" 40; }
.facts span { font-size: 13px; color: var(--muted); line-height: 1.35; display: block; }

/* ---------- visit ---------- */
.visit { background: var(--ink); color: #fff; }
.visit .eyebrow { color: #e9c77b; }
.visit .eyebrow::before { background: #e9c77b; }
.visit h2 { color: #fff; }
.visit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.visit-card { display: grid; gap: 22px; }
.v-row { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.v-row .v-i { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); color: #e9c77b; }
.v-row .v-i .i { width: 22px; height: 22px; }
.v-row strong { display: block; font: 500 20px/1.2 var(--display); margin-bottom: 4px; font-variation-settings: "opsz" 48, "SOFT" 30; }
.v-row span, .v-row a { color: rgba(255, 255, 255, .78); font-size: 15.5px; }
.v-row a { text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.v-row a:hover { color: #fff; border-bottom-color: #fff; }
.hours { width: 100%; border-collapse: collapse; font-size: 15px; margin-top: 4px; }
.hours td { padding: 6px 0; border-bottom: 1px dashed rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .78); }
.hours td:last-child { text-align: right; color: #fff; font-variant-numeric: tabular-nums; }
.hours tr.today td { color: #e9c77b; font-weight: 600; }
.status { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 7px 12px; border-radius: 999px; background: rgba(255, 255, 255, .08); font: 600 13px/1 var(--text); color: rgba(255, 255, 255, .85); }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #c46a6a; box-shadow: 0 0 0 3px rgba(196, 106, 106, .25); }
.status.open::before { background: #5fbf7a; box-shadow: 0 0 0 3px rgba(95, 191, 122, .25); }
.map { position: relative; border-radius: var(--r-xl); overflow: hidden; background: #2b2622; min-height: 380px; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .8); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.02); }
.map-note { position: absolute; left: 14px; bottom: 14px; right: 14px; display: flex; gap: 10px; align-items: center; justify-content: space-between; padding: 12px 14px; border-radius: var(--r-md); background: rgba(27, 23, 20, .82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); color: #fff; font-size: 14px; }
.visit-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .7); border-top: 1px solid rgba(255, 255, 255, .1); padding: 40px 0 120px; font-size: 14px; }
.foot-row { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; justify-content: space-between; }
.foot-brand { display: flex; align-items: center; gap: 16px; color: rgba(255, 255, 255, .72); }
.foot-lockup { width: 92px; height: 77.1px; color: #e2c98a; flex: none; }
.foot-sub { font: 600 11px/1.7 var(--text); letter-spacing: .16em; text-transform: uppercase; }
.quote-emblem { display: block; width: 66px; height: 51.1px; color: var(--gold); margin: 0 0 20px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot-links a { color: rgba(255, 255, 255, .78); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.foot-links a:hover { color: #fff; }
.foot-links .i { width: 16px; height: 16px; }
.credit a { color: rgba(255, 255, 255, .7); text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.credit a:hover { color: #fff; }

/* ---------- mobile dock ---------- */
.dock { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 60; display: none; gap: 8px; padding: 8px; border-radius: 22px; background: rgba(27, 23, 20, .88); -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px); box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .7); }
.dock a { flex: 1; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 48px; padding: 0 6px; border-radius: 16px; text-decoration: none; font: 600 13.5px/1 var(--text); white-space: nowrap; color: #fff; background: rgba(255, 255, 255, .08); }
.dock a .i { width: 17px; height: 17px; }
.dock .dock-main { background: var(--gold); flex: 1.35; }

/* ---------- text dialog (desktop) ---------- */
dialog.text-dialog { border: 0; border-radius: var(--r-xl); padding: 0; background: var(--white); color: var(--ink); max-width: 440px; width: calc(100% - 40px); box-shadow: var(--sh-2); }
dialog.text-dialog::backdrop { background: rgba(27, 23, 20, .5); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.td-body { padding: 30px 30px 26px; text-align: center; }
.td-body h3 { font-size: 28px; margin-bottom: 8px; }
.td-body p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.td-num { display: block; margin: 0 auto 18px; font: 500 40px/1 var(--display); letter-spacing: -.02em; text-decoration: none; color: var(--ink); font-variation-settings: "opsz" 144, "SOFT" 40; }
.td-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.td-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--paper); display: grid; place-items: center; cursor: pointer; }
.td-close .i { width: 16px; height: 16px; }

/* ---------- reveal ---------- */
[data-reveal].pending { opacity: 0; transform: translateY(18px); }
[data-reveal] { transition: opacity .8s var(--ease), transform .8s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal].pending { opacity: 1; transform: none; }
  .js .mosaic figure { animation: none; opacity: 1; transform: none; }
  .mosaic img, .btn { transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .nav { display: none; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .mosaic { aspect-ratio: auto; grid-template-rows: auto auto; }
  .mosaic .m-lead { aspect-ratio: 4 / 3; grid-column: 1 / 5; grid-row: 1; }
  .mosaic .m-a { grid-column: 1 / 2; grid-row: 2; aspect-ratio: 1; }
  .mosaic .m-b { grid-column: 2 / 3; grid-row: 2; aspect-ratio: 1; }
  .mosaic .m-wide { grid-column: 3 / 5; grid-row: 2; aspect-ratio: 2 / 1; }
  .gowns-grid, .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .rev-head { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .map { min-height: 320px; }
}
@media (max-width: 639px) {
  :root { --header-h: 62px; }
  body { font-size: 16px; }
  .brand-mark { width: 42px; height: 32.5px; }
  .brand-word { width: 104px; height: 13.6px; }
  .brand-sub { display: none; }
  .header-actions .btn-call { display: none; }
  .hero { padding-top: 18px; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 56px); margin-bottom: 14px; }
  /* phone: the photos come right after the display word, all visible on the first screen */
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .hero-copy { display: contents; }
  .hero h1 { order: 1; }
  .mosaic { order: 2; margin-bottom: 18px; gap: 8px; grid-template-columns: 1fr 1fr; }
  .mosaic .m-lead { grid-column: 1 / 3; grid-row: 1; aspect-ratio: 16 / 10; }
  .mosaic .m-a { grid-column: 1 / 2; grid-row: 2; aspect-ratio: 5 / 4; }
  .mosaic .m-b { grid-column: 2 / 3; grid-row: 2; aspect-ratio: 5 / 4; }
  .mosaic .m-wide { display: none; }
  .mosaic figure { border-radius: 14px; }
  .mosaic figcaption { font-size: 11px; padding: 6px 9px; left: 8px; bottom: 8px; }
  .mosaic .m-lead figcaption { font-size: 12px; left: 10px; bottom: 10px; }
  .hero .sub { order: 3; font-size: 16.5px; margin-bottom: 18px; }
  .hero-cta { order: 4; margin-bottom: 20px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-cta .link { margin: 4px 0 0; }
  .trust { order: 5; grid-template-columns: 1fr 1fr; gap: 10px 14px; font-size: 13.5px; }
  .trust li { font-size: 13.5px; }
  .section { padding: 64px 0; }
  .svc-grid { grid-template-columns: 1fr; gap: 10px; }
  .svc { padding: 18px; gap: 10px; }
  .svc-photo { display: none; }
  .svc h3 { font-size: 20px; }
  .gown-points { gap: 12px; }
  .gown-photos { grid-template-columns: 1fr 1fr; }
  .gown-photos .g-tall { grid-column: 1 / 3; grid-row: 1; aspect-ratio: 16 / 11; }
  .gown-photos .g-a { grid-row: 2; }
  .gown-photos .g-b { grid-row: 2; }
  .gowns-cta .btn { flex: 1 1 100%; }
  .rev { padding: 20px 20px 18px; }
  .facts { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .facts li { padding: 12px 10px; }
  .facts b { font-size: 22px; }
  .facts span { font-size: 12px; }
  .about-photo { aspect-ratio: 4 / 3; }
  .visit-cta { display: none; }
  .dock { display: flex; }
  .site-footer { padding-bottom: 110px; }
  .foot-row { flex-direction: column; align-items: flex-start; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.svc-more { margin: 26px 0 0; font-size: 15px; color: var(--muted); line-height: 1.9; }
.svc-more a { color: var(--gold-2); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold-line); }
.foot-services { gap: 6px 18px; }
.foot-services a { color: rgba(255,255,255,.78); text-decoration: none; }
.foot-services > span { display: flex; flex-wrap: wrap; gap: 6px 18px; }
