/* Rise Massage & Sauna — gold pulled from the Rise logo (#B27409) */
:root {
  --cream: #FAF8F4;
  --sand: #F2EADF;
  --paper: #FFFDFA;
  --ink: #2E231C;
  --ink-soft: #6A5A4E;
  --espresso: #3A2A20;
  --gold: #B27409;
  --gold-deep: #8E5C06;
  --gold-soft: #DFC69C;
  --ember: #9E2B25;
  --line: rgba(46, 35, 28, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, -apple-system, sans-serif;
  --radius: 18px;
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --shadow: 0 24px 60px -30px rgba(58, 42, 32, 0.4);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 300 17px/1.7 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.9rem, 5.6vw, 4.9rem); }
h2 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); }
h3 { font-size: 1.7rem; }
h1 em, h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
p { margin: 0 0 1em; }
strong { font-weight: 500; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }

.eyebrow { font: 500 .74rem/1.4 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; display: flex; align-items: center; gap: .8em; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-soft); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: 1em 1.9em; border-radius: 999px; background: var(--espresso); color: var(--cream); font: 500 .8rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border: 1px solid var(--espresso); cursor: pointer; transition: background .3s, color .3s, transform .3s, box-shadow .3s; }
.btn:hover { background: var(--gold-deep); border-color: var(--gold-deep); transform: translateY(-1px); box-shadow: 0 10px 24px -12px rgba(58,42,32,.6); }
.btn--ghost { background: transparent; color: var(--espresso); }
.btn--ghost:hover { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.btn--light { background: var(--gold-soft); border-color: var(--gold-soft); color: var(--espresso); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--espresso); }
.btn--small { padding: .8em 1.4em; font-size: .7rem; }
.btn--block { width: 100%; }
.card__link { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--gold-deep); border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.card__link:hover { color: var(--espresso); }
.stars { color: var(--gold); letter-spacing: .12em; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,248,244,.84); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.nav.is-scrolled { border-color: var(--line); }
.nav__inner { max-width: var(--wrap); margin: 0 auto; padding: 14px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav__brand img { width: 52px; }
.nav__brand span { font: 500 1.7rem/1 var(--serif); display: flex; flex-direction: column; }
.nav__brand small { font: 400 .58rem/1.6 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.nav__links { display: flex; gap: clamp(16px, 2vw, 30px); }
.nav__links a { text-decoration: none; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding: 4px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px; background: var(--gold); transition: right .3s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--ink); }
.nav__links a:hover::after, .nav__links a.is-active::after { right: 0; }
.nav__actions { display: flex; align-items: center; gap: 18px; }
.nav__phone { font-size: .88rem; text-decoration: none; color: var(--ink-soft); white-space: nowrap; }
.nav__toggle { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; position: relative; }
.nav__toggle span { position: absolute; left: 9px; right: 9px; height: 1.5px; background: var(--ink); transition: transform .3s, top .3s; }
.nav__toggle span:first-child { top: 15px; }
.nav__toggle span:last-child { top: 24px; }
.nav__toggle[aria-expanded="true"] span:first-child { top: 19px; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child { top: 19px; transform: rotate(-45deg); }
.drawer { display: flex; flex-direction: column; padding: 8px var(--gutter) 28px; border-top: 1px solid var(--line); background: var(--cream); }
.drawer[hidden] { display: none; }
.drawer a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font: 500 1.4rem/1.2 var(--serif); }
.drawer .btn { margin-top: 22px; }
@media (max-width: 1000px) { .nav__links, .nav__phone { display: none; } .nav__toggle { display: block; } }
@media (max-width: 420px) { .nav__actions .btn--small { display: none; } }

/* Sections */
.section { padding: clamp(80px, 11vw, 140px) var(--gutter); }
.section > * { max-width: var(--wrap); margin-left: auto; margin-right: auto; }
.section__head { text-align: center; max-width: 720px; margin-bottom: clamp(44px, 6vw, 72px); }
.section__head .eyebrow { justify-content: center; }
.section__head .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.section__head p:not(.eyebrow) { color: var(--ink-soft); }

/* Hero */
.hero { max-width: var(--wrap); margin: 0 auto; padding: clamp(36px, 6vw, 80px) var(--gutter) clamp(60px, 8vw, 100px); display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.18rem); color: var(--ink-soft); max-width: 540px; margin-bottom: 2em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.trust { list-style: none; padding: 30px 0 0; margin: 40px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust li { font-size: .84rem; color: var(--ink-soft); padding: 0 16px; border-left: 1px solid var(--line); line-height: 1.5; }
.trust li:first-child { border-left: 0; padding-left: 0; }
.trust strong { display: block; font: 500 1.5rem/1.3 var(--serif); color: var(--ink); }
.trust .stars { font-size: 1.1rem; }
.hero__media { position: relative; }
.arch { margin: 0; border-radius: 999px 999px 24px 24px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3 / 4; max-height: 640px; margin-left: auto; }
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.float-card { position: absolute; left: -28px; bottom: 36px; display: flex; align-items: center; gap: 14px; background: var(--paper); padding: 16px 16px 16px 20px; border-radius: 16px; box-shadow: var(--shadow); }
.float-card strong { display: block; font: 500 1.2rem/1.2 var(--serif); }
.float-card small { color: var(--ink-soft); font-size: .82rem; }
.float-card a { margin-left: 8px; background: var(--ember); color: #fff; text-decoration: none; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; padding: 10px 14px; border-radius: 999px; }
.float-card__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 6px rgba(158,43,37,.15), 0 0 18px rgba(158,43,37,.7); flex: 0 0 auto; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .arch { aspect-ratio: 4 / 3.4; border-radius: 240px 240px 22px 22px; max-height: none; }
  .float-card { left: 12px; right: 12px; bottom: 14px; }
  .float-card a { margin-left: auto; }
}
@media (max-width: 520px) { .trust li { padding: 0 10px; } .trust strong { font-size: 1.25rem; } }

/* Offerings */
.offerings { background: var(--paper); }
.offerings__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer { background: var(--cream); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .4s, box-shadow .4s; }
.offer:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.offer__img { aspect-ratio: 4 / 3; overflow: hidden; }
.offer__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.offer:hover .offer__img img { transform: scale(1.04); }
.offer__body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.offer__body p { color: var(--ink-soft); }
.offer__price { font: 500 2rem/1 var(--serif); color: var(--ink) !important; margin-top: auto; padding-top: 10px; }
.offer__price span { font: 300 .88rem/1 var(--sans); color: var(--ink-soft); margin-left: 6px; }
.offer .card__link { align-self: flex-start; margin-top: 12px; }
@media (max-width: 900px) { .offerings__grid { grid-template-columns: 1fr; } .offer__img { aspect-ratio: 16 / 10; } }

/* Red light */
.redlight { background: radial-gradient(120% 90% at 85% 50%, #4a1411 0%, #24110d 55%, #170c09 100%); color: var(--cream); }
.redlight__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.redlight h2 { color: #fff; }
.redlight p { color: rgba(250,248,244,.82); }
.ticks { list-style: none; padding: 0; margin: 26px 0 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.ticks li { border: 1px solid rgba(223,198,156,.45); color: var(--gold-soft); padding: 8px 16px; border-radius: 999px; font-size: .82rem; letter-spacing: .05em; }
.redlight__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 90px -20px rgba(214, 40, 30, .45); }
.redlight__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 900px) { .redlight__grid { grid-template-columns: 1fr; } .redlight__media { order: -1; } }

/* Booking widget */
.booker { background: var(--paper); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; max-width: 980px; }
.booker__tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.booker__tabs button { background: var(--sand); border: 0; padding: 22px 20px; cursor: pointer; text-align: left; font: inherit; color: var(--ink-soft); border-bottom: 2px solid transparent; transition: background .3s, color .3s, border-color .3s; }
.booker__tabs button strong { display: block; font: 500 1.35rem/1.2 var(--serif); color: var(--ink); }
.booker__tabs button small { font-size: .84rem; }
.booker__tabs button[aria-selected="true"] { background: var(--paper); border-bottom-color: var(--gold); }
.booker__body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.booker__step { padding: clamp(24px, 3.5vw, 36px); }
.booker__step:nth-child(2) { border-left: 1px solid var(--line); }
.booker__details { grid-column: 1 / -1; border-top: 1px solid var(--line); }
.booker__step h3 { font-size: 1.35rem; display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.booker__step h3 span { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); display: grid; place-items: center; font: 500 .8rem/1 var(--sans); }
.days { display: grid; grid-template-columns: repeat(auto-fill, minmax(68px, 1fr)); gap: 8px; }
.day, .slot { border: 1px solid var(--line); background: var(--cream); border-radius: 12px; cursor: pointer; font: inherit; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.day { padding: 10px 4px; text-align: center; line-height: 1.2; }
.day small { display: block; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.day strong { display: block; font: 500 1.4rem/1.2 var(--serif); }
.day span { display: block; font-size: .72rem; color: var(--ink-soft); }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; align-content: start; }
.slot { padding: 12px 6px; font-size: .92rem; }
.slot[disabled] { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.day:hover, .slot:not([disabled]):hover { border-color: var(--gold); }
.day[aria-selected="true"], .slot[aria-selected="true"] { background: var(--espresso); border-color: var(--espresso); color: var(--cream); }
.day[aria-selected="true"] small, .day[aria-selected="true"] span { color: var(--gold-soft); }
.slots__left { grid-column: 1 / -1; font-size: .8rem; color: var(--ember); margin: 4px 0 0; }
.booker__note { margin: 0; padding: 16px clamp(24px, 3.5vw, 36px); background: var(--sand); font-size: .82rem; color: var(--ink-soft); }
.summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; margin: 4px 0 18px; border-radius: 12px; background: var(--sand); font-size: .95rem; }
.summary strong { font: 500 1.7rem/1 var(--serif); color: var(--gold-deep); }
.field .check, .check { display: flex; align-items: center; gap: 10px; font-size: .95rem; cursor: pointer; text-transform: none !important; letter-spacing: 0 !important; font-weight: 300 !important; }
.check input { width: 18px; height: 18px; accent-color: var(--gold); }
@media (max-width: 760px) {
  .booker__body { grid-template-columns: 1fr; }
  .booker__step:nth-child(2) { border-left: 0; border-top: 1px solid var(--line); }
  .booker__tabs button { padding: 16px 14px; }
  .booker__tabs button strong { font-size: 1.15rem; }
}

/* Forms */
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; border: 0; padding: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label, .field legend { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; padding: 0; margin-bottom: 8px; }
.field input, .field select { font: 300 1rem/1.4 var(--sans); color: var(--ink); background: var(--cream); border: 1px solid transparent; border-radius: 12px; padding: 14px 16px; width: 100%; -webkit-appearance: none; appearance: none; transition: border-color .3s, background .3s; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232E231C' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field input[type="checkbox"] { width: 18px; height: 18px; padding: 0; margin: 0; flex: 0 0 auto; -webkit-appearance: auto; appearance: auto; accent-color: var(--gold); background: none; border: 0; border-radius: 4px; }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); background: #fff; }
.field.has-error input, .field.has-error select { border-color: #B5553C; }
.days-pick { flex-direction: row; flex-wrap: wrap; gap: 8px; }
.days-pick legend { width: 100%; }
.days-pick label { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--cream); font-size: .9rem; cursor: pointer; letter-spacing: 0; text-transform: none; font-weight: 300; margin: 0; }
.days-pick input { accent-color: var(--gold); }
.form__status { margin: 14px 0 0; font-size: .92rem; color: var(--gold-deep); min-height: 1.4em; }
.form__status--light { color: var(--gold-soft); }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; gap: 0; } }

/* Memberships */
.memberships { background: var(--espresso); color: var(--cream); padding: clamp(70px, 9vw, 110px) var(--gutter); text-align: center; position: relative; overflow: hidden; }
.memberships::before { content: ""; position: absolute; left: 50%; top: -60%; width: 900px; height: 900px; transform: translateX(-50%); background: repeating-conic-gradient(from 270deg at 50% 50%, rgba(223,198,156,.10) 0deg 1deg, transparent 1deg 7.5deg); -webkit-mask-image: radial-gradient(circle, #000 20%, transparent 62%); mask-image: radial-gradient(circle, #000 20%, transparent 62%); pointer-events: none; }
.memberships__inner { max-width: 680px; margin: 0 auto; position: relative; }
.memberships .eyebrow { justify-content: center; }
.memberships .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.memberships h2 { color: #fff; }
.memberships h2 em { color: var(--gold-soft); }
.memberships p { color: rgba(250,248,244,.8); }
.badge { display: inline-block; margin-bottom: 22px; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; border: 1px solid var(--gold-soft); color: var(--gold-soft); padding: 6px 14px; border-radius: 999px; }
.inline-form { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; justify-content: center; }
.inline-form input { flex: 1 1 180px; font: 300 1rem/1.4 var(--sans); padding: 14px 18px; border-radius: 999px; border: 1px solid rgba(223,198,156,.35); background: rgba(255,255,255,.06); color: #fff; }
.inline-form input::placeholder { color: rgba(250,248,244,.55); }
.inline-form input:focus { outline: none; border-color: var(--gold-soft); }
.inline-form input.is-bad { border-color: #E08A76; }

/* Massage */
.massage__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.massage__copy > p { color: var(--ink-soft); }
.rates { margin: 30px 0; }
.rates div { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); }
.rates div:last-child { border-bottom: 1px solid var(--line); }
.rates dd { margin: 0; font: 500 1.6rem/1 var(--serif); color: var(--gold-deep); }
.modalities { font: italic 400 1.25rem/1.6 var(--serif); color: var(--ink-soft) !important; }
.calllist { background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.calllist__img { margin: 0; aspect-ratio: 16 / 7; overflow: hidden; }
.calllist__img img { width: 100%; height: 100%; object-fit: cover; }
.calllist__body { padding: clamp(24px, 3.5vw, 40px); }
.calllist__body > p { color: var(--ink-soft); }
@media (max-width: 900px) { .massage__grid { grid-template-columns: 1fr; } }

/* About */
.about { background: var(--sand); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about__media img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }
.about__copy > p { color: var(--ink-soft); }
.facts { list-style: none; padding: 0; margin: 28px 0 0; }
.facts li { padding: 14px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; gap: 12px; font-size: .95rem; }
.facts span { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); padding-top: 4px; }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } }

/* Reviews carousel */
.reviews { background: var(--sand); }
.carousel { max-width: 860px; text-align: center; }
.carousel__viewport { position: relative; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.carousel__viewport::-webkit-scrollbar { display: none; }
.carousel__viewport:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.slide { flex: 0 0 100%; scroll-snap-align: center; margin: 0; padding: clamp(40px, 6vw, 72px) clamp(24px, 7vw, 90px); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 360px; }
.slide .stars { font-size: 1.2rem; margin-bottom: 22px; }
.slide blockquote { margin: 0 0 28px; font: italic 400 clamp(1.45rem, 2.8vw, 2.1rem)/1.4 var(--serif); color: var(--ink); }
.slide figcaption strong { display: block; font-weight: 500; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; }
.slide figcaption span { display: block; margin-top: 6px; font-size: .88rem; color: var(--ink-soft); }
.carousel__controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 28px; }
.icon-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--espresso); background: transparent; color: var(--espresso); font-size: 1.1rem; cursor: pointer; transition: background .3s, color .3s; }
.icon-btn:hover { background: var(--espresso); color: var(--cream); }
.carousel__dots { display: flex; gap: 8px; }
.carousel__dots button { position: relative; width: 28px; height: 4px; border: 0; padding: 0; border-radius: 4px; background: rgba(46,35,28,.18); cursor: pointer; overflow: hidden; }
.carousel__dots button::before { content: ""; position: absolute; inset: -12px 0; }
.carousel__dots button[aria-selected="true"] { width: 48px; }
.carousel__dots button[aria-selected="true"]::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform-origin: left; animation: fill var(--dur, 7s) linear forwards; }
.carousel.is-paused .carousel__dots button[aria-selected="true"]::after { animation-play-state: paused; }
@keyframes fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.carousel__more { display: inline-block; margin-top: 26px; }
@media (prefers-reduced-motion: reduce) { .carousel__dots button[aria-selected="true"]::after { animation: none; transform: none; } }

/* Visit */
.visit { background: var(--paper); }
.visit__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: stretch; }
address { font-style: normal; font-size: 1.1rem; margin-bottom: 14px; }
.visit__links { display: flex; gap: 22px; flex-wrap: wrap; }
.hours { width: 100%; border-collapse: collapse; margin-top: 34px; font-size: .95rem; }
.hours caption { text-align: left; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); padding-bottom: 10px; }
.hours th, .hours td { padding: 11px 0; border-top: 1px solid var(--line); text-align: left; font-weight: 300; }
.hours td { text-align: right; color: var(--ink-soft); }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 500; color: var(--gold-deep); }
.hours tr.is-today th::after { content: "Today"; margin-left: 10px; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; background: var(--gold-soft); color: var(--ink); padding: 3px 8px; border-radius: 999px; vertical-align: 2px; }
.visit__map { border-radius: var(--radius); overflow: hidden; min-height: 380px; box-shadow: var(--shadow); background: var(--sand); }
.visit__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(.35) sepia(.18); }
@media (max-width: 900px) { .visit__grid { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--espresso); color: rgba(250,248,244,.75); padding: 80px var(--gutter) calc(120px + env(safe-area-inset-bottom)); text-align: center; }
.footer__inner { max-width: var(--wrap); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.footer__logo { width: 150px; }
.footer__tag { font: italic 400 1.2rem/1.5 var(--serif); margin: 0; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; }
.footer__links a { text-decoration: none; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
.footer__links a:hover { color: var(--gold-soft); }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(250,248,244,.25); display: grid; place-items: center; transition: border-color .3s, color .3s; }
.footer__social a:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.footer__legal { font-size: .8rem; margin: 0; opacity: .7; }
@media (min-width: 901px) { .footer { padding-bottom: 80px; } }

/* Mobile action bar */
.actionbar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 40; display: none; grid-template-columns: 1fr 1fr 1.6fr; gap: 6px; padding: 6px; border-radius: 999px; border: 1px solid rgba(223,198,156,.35); background: rgba(58,42,32,.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 14px 40px -12px rgba(0,0,0,.45); }
.actionbar a { text-align: center; text-decoration: none; color: var(--cream); padding: 13px 8px; border-radius: 999px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.actionbar__book { background: var(--gold-soft); color: var(--espresso) !important; }
@media (max-width: 900px) {
  .actionbar { display: grid; }
  html { scroll-padding-bottom: 90px; }
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-in, .no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: 0s !important; } }
