/* ------------------------------------------------------------------ *
 *  Spring Street Social — site styles  (black & white, editorial, eye-catching)
 *  Fonts loaded from <head> via Google Fonts (Inter + Fraunces).
 * ------------------------------------------------------------------ */

:root {
  --bg:        #ffffff;
  --bg-inv:    #0a0a0a;
  --ink:       #0a0a0a;
  --ink-soft:  #2a2a2a;
  --ink-mute:  #6b6b6b;
  --line:      #e4e4e4;
  --line-soft: #ededed;
  --line-inv:  rgba(255,255,255,.18);

  --serif:     "Fraunces", "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --max:       1280px;
  --gutter:    32px;
  --radius:    0;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

html, body { overflow-x: hidden; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
}

a { color: inherit; text-decoration: none; transition: opacity .15s ease, color .15s ease; }
a:hover { opacity: .65; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 .4em;
  line-height: 1;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.015em; }
h3 { font-size: 1.25rem; line-height: 1.2; }
p  { margin: 0 0 1em; max-width: 62ch; }

::selection { background: var(--ink); color: var(--bg); }

/* ---- Typography utilities ---- */

.v-eyebrow {
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 14px;
}
.v-eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; opacity: .5; }
.v-eyebrow--center { justify-content: center; }
.v-eyebrow--center::after { content: ""; width: 32px; height: 1px; background: currentColor; opacity: .5; }

.v-display {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -.02em;
  font-size: clamp(3.4rem, 11vw, 9.5rem);
  line-height: .9;
}
.v-display .it { font-style: italic; font-weight: 400; }
.v-display .light { font-weight: 200; }

.v-num-marker {
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .25em;
  font-weight: 500;
  color: var(--ink-mute);
}

/* ---- Layout ---- */

.v-section {
  padding: 56px var(--gutter);
  position: relative;
}
.v-section--tight { padding: 40px var(--gutter); }
/* First section after the sticky nav: tighten top padding so the heading sits near the top */
.v-main > .v-section:first-child { padding-top: 32px; }
.v-main > .v-section--tight:first-child { padding-top: 24px; }
/* Hero is full-bleed and has its own spacing — never re-pad it */
.v-main > .v-hero { padding-top: 80px; }
.v-section--inv  { background: var(--bg-inv); color: #fff; }
.v-section--inv h1, .v-section--inv h2, .v-section--inv h3 { color: #fff; }
.v-section--inv .v-eyebrow { color: #fff; }
.v-section--inv .v-mute, .v-section--inv .v-soft { color: rgba(255,255,255,.7); }
.v-section--bordered { border-top: 1px solid var(--line); }
.v-container { max-width: var(--max); margin: 0 auto; }
.v-container--narrow { max-width: 820px; }
.v-container--wide   { max-width: 1440px; }

.v-grid { display: grid; gap: 32px; align-items: start; }
.v-grid--2 { grid-template-columns: repeat(2, 1fr); }
.v-grid--3 { grid-template-columns: repeat(3, 1fr); }
.v-grid--4 { grid-template-columns: repeat(4, 1fr); }
.v-grid--asym { grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
@media (max-width: 880px) {
  .v-grid--2, .v-grid--3, .v-grid--4, .v-grid--asym { grid-template-columns: 1fr; gap: 24px; }
  .v-section  { padding: 36px var(--gutter); }
  .v-section--tight { padding: 28px var(--gutter); }
  .v-main > .v-section:first-child { padding-top: 20px; }
  :root { --gutter: 20px; }
}
@media (max-width: 720px) {
  .v-section  { padding: 28px var(--gutter); }
  .v-section--tight { padding: 20px var(--gutter); }
  .v-main > .v-section:first-child { padding-top: 14px; }
  .v-grid { gap: 20px; }
  .v-line { margin: 18px 0; }
}

/* ---- Top nav ---- */

.v-nav {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  /* NOTE: do NOT use `backdrop-filter` here. It creates a new containing block
     for any descendant with `position: fixed`, which prevents the mobile menu
     (.v-nav__links) from being slid offscreen relative to the viewport. */
}
.v-nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.v-nav__brand {
  display: inline-flex; align-items: center;
  color: var(--ink);
}
.v-nav__brand img {
  /* Full wordmark — square 1:1 source, sized to fit comfortably in the nav. */
  height: 88px; width: auto; display: block;
}
.v-nav__inner { min-height: 110px; position: relative; }
/* Mobile-only brand title — anchored to viewport center (not flex-gap center),
   regular serif (not italic) so it doesn't duplicate the italic "Social" inside the logo image. */
.v-nav__brand-text {
  display: none;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 6.5vw, 1.8rem);
  letter-spacing: -.005em;
  line-height: 1.1;
  color: var(--ink);
  text-align: center;
  white-space: nowrap;
}
.v-nav__brand-text i { font-style: italic; }
@media (max-width: 980px) {
  .v-nav__brand-text {
    display: block;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
  }
}
@media (max-width: 720px) {
  .v-nav__brand img { height: 56px; }
  .v-nav__inner { min-height: 72px; padding: 8px var(--gutter); }
  .v-nav__brand-text { font-size: clamp(1.15rem, 5.8vw, 1.55rem); }
}
@media (max-width: 400px) {
  /* On very narrow phones, the wordmark + brand text + hamburger collide.
     Shrink the wordmark to make room and let the brand text breathe. */
  .v-nav__brand img { height: 44px; }
  .v-nav__brand-text { font-size: clamp(1.05rem, 5.4vw, 1.3rem); }
}
.v-nav__links {
  display: flex; align-items: center; gap: 32px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
}
.v-nav__links a { padding: 8px 0; position: relative; }
.v-nav__links a::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.v-nav__links a:hover { opacity: 1; }
.v-nav__links a:hover::after { transform: scaleX(1); }
.v-nav__toggle {
  display: none; background: none; border: 0; cursor: pointer;
  padding: 12px; margin: -12px;
  width: 50px; height: 50px;
  position: relative;
  z-index: 60;
}
.v-nav__toggle span {
  display: block; width: 26px; height: 1.5px; background: var(--ink);
  position: absolute; left: 12px;
  transition: transform .25s ease, opacity .15s ease, top .25s ease;
}
.v-nav__toggle span:nth-child(1) { top: 16px; }
.v-nav__toggle span:nth-child(2) { top: 24px; }
.v-nav__toggle span:nth-child(3) { top: 32px; }
.v-nav__toggle[aria-expanded="true"] span:nth-child(1) { top: 24px; transform: rotate(45deg); }
.v-nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.v-nav__toggle[aria-expanded="true"] span:nth-child(3) { top: 24px; transform: rotate(-45deg); }

body.nav-open { overflow: hidden; }

@media (max-width: 980px) {
  .v-nav__toggle { display: inline-block; }
  .v-nav__links {
    /* Full-viewport overlay. translateY(-100%) of the full viewport guarantees
       the menu sits fully above the visible area — no leaking strip. */
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 100vh; height: 100dvh;
    z-index: 55;
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 0;
    padding: 110px var(--gutter) max(32px, env(safe-area-inset-bottom));
    background: var(--bg);
    transform: translateY(-100%);
    transition: transform .35s cubic-bezier(.5,0,.2,1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .v-nav__links.is-open { transform: translateY(0); }
  .v-nav__links a {
    font-size: 1.5rem; letter-spacing: .08em;
    text-transform: none;
    font-family: var(--serif); font-weight: 400;
    width: 100%; padding: 18px 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .v-nav__links a::after { display: none; }
  .v-nav__links a.v-btn {
    margin-top: 20px;
    padding: 18px 32px;
    border: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    font-family: var(--sans);
    font-size: .78rem; letter-spacing: .25em; text-transform: uppercase;
  }
}
@media (max-width: 720px) {
  .v-nav__links { padding-top: 72px; }
}

/* ---- Buttons ---- */

.v-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 18px 32px;
  font-family: var(--sans);
  font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; font-weight: 500;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.v-btn:hover { background: var(--ink); color: var(--bg); opacity: 1; }
.v-btn--solid { background: var(--ink); color: var(--bg); }
.v-btn--solid:hover { background: var(--bg); color: var(--ink); }
.v-btn--inv   { border-color: #fff; color: #fff; }
.v-btn--inv:hover { background: #fff; color: var(--ink); }
.v-btn--solid-inv { background: #fff; color: var(--ink); border-color: #fff; }
.v-btn--solid-inv:hover { background: transparent; color: #fff; }
.v-btn--sm { padding: 12px 22px; font-size: .65rem; }
.v-btn--lg { padding: 22px 44px; font-size: .78rem; letter-spacing: .3em; }
.v-btn--text {
  border: 0; padding: 0; background: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  letter-spacing: .2em;
  padding-bottom: 4px;
}
.v-btn--text:hover { background: none; color: inherit; opacity: .55; }

.v-arrow::after { content: "→"; font-size: 1rem; letter-spacing: 0; margin-left: 4px; }

/* ---- Inputs ---- */

.v-input,
input[type="text"], input[type="email"], input[type="tel"], input[type="number"],
input[type="date"], textarea, select {
  font-family: var(--sans);
  font-size: 1rem;
  width: 100%;
  padding: 16px 18px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  transition: border-color .15s ease;
}
.v-input:focus,
input:focus, textarea:focus, select:focus {
  border-color: var(--ink);
}
.v-input--small { max-width: 80px; padding: 10px 14px; text-align: center; }
label {
  display: block;
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 12px;
}
.v-form-row { margin-bottom: 28px; }
.v-help { font-size: .85rem; color: var(--ink-mute); margin-top: 8px; }
.v-errors { color: #b00; font-size: .85rem; margin-top: 8px; letter-spacing: .04em; }

/* ---- Hero ---- */

.v-hero {
  background: var(--bg-inv);
  color: #fff;
  min-height: 78vh;
  display: flex; align-items: flex-end;
  padding: 64px var(--gutter) 56px;
  position: relative;
  overflow: hidden;
}
.v-hero__inner {
  max-width: var(--max); margin: 0 auto; width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  position: relative;
}
.v-hero__location {
  position: absolute; top: -32px; left: 0;
  font-family: var(--sans);
  font-size: .7rem; letter-spacing: .4em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.v-hero__num {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(5.5rem, 26vw, 20rem);
  line-height: .82;
  letter-spacing: -.04em;
  color: #fff;
  margin: 0;
}
.v-hero__num .word {
  display: block;
  font-size: clamp(1.4rem, 4.5vw, 3rem);
  letter-spacing: .3em;
  font-style: normal;
  font-weight: 300;
  color: rgba(255,255,255,.88);
  margin-bottom: 1.2rem;
}
.v-hero__num .it { font-style: italic; font-weight: 300; }
.v-hero__meta {
  display: flex; align-items: flex-end; justify-content: space-between;
  border-top: 1px solid var(--line-inv);
  padding-top: 28px;
  gap: 40px;
  flex-wrap: wrap;
}
.v-hero__tagline {
  max-width: 380px;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.35;
  color: rgba(255,255,255,.92);
  margin: 0;
  font-weight: 300;
}
.v-hero__cta { display: inline-flex; gap: 18px; flex-wrap: wrap; }

.v-hero__crest {
  position: absolute; top: 48px; right: var(--gutter);
  width: 100px; height: 100px;
  color: rgba(255,255,255,.55);
  opacity: .9;
}
@media (max-width: 880px) {
  .v-hero { min-height: 70vh; padding: 48px var(--gutter) 40px; }
  .v-hero__inner { gap: 36px; }
  .v-hero__crest { width: 56px; height: 56px; top: 24px; }
  .v-hero__location { top: -22px; font-size: .62rem; }
  .v-hero__cta { flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }
  .v-hero__cta .v-btn { width: 100%; }
  .v-hero__meta { flex-direction: column; align-items: flex-start; gap: 24px; padding-top: 20px; }
  .v-hero__tagline { font-size: 1.1rem; }
}
/* Mobile (<=720px): tighten the hero significantly so it doesn't take up half the page */
@media (max-width: 720px) {
  .v-hero { min-height: 0; padding: 32px var(--gutter) 32px; }
  .v-hero__inner { gap: 22px; }
  .v-hero__meta { padding-top: 16px; gap: 16px; }
  .v-hero__num { font-size: clamp(4rem, 22vw, 8rem); }
}

/* ---- Section labels ---- */

.v-sec-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 32px;
  margin-bottom: 48px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.v-section--inv .v-sec-head { border-top-color: var(--line-inv); }
.v-sec-head__num {
  font-family: var(--sans);
  font-size: .72rem; letter-spacing: .3em;
  font-weight: 500;
}
.v-sec-head__title { flex: 1; max-width: 60%; }
.v-sec-head__title h2 { margin: 0; }
.v-sec-head__link {
  font-family: var(--sans);
  font-size: .72rem; letter-spacing: .25em; text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .v-sec-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 28px; padding-top: 20px; }
  .v-sec-head__title { max-width: none; flex-basis: 100%; order: 2; }
  .v-sec-head__num { order: 1; }
  .v-sec-head__link { order: 3; }
}

/* ---- Editorial / generic cards ---- */

.v-card {
  position: relative;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column;
  height: 100%;
}
.v-section--inv .v-card { border-top-color: var(--line-inv); }
.v-card__num {
  font-family: var(--sans);
  font-size: .68rem; letter-spacing: .3em;
  color: var(--ink-mute);
  margin-bottom: 20px;
}
.v-card__title { font-family: var(--serif); font-size: 1.6rem; margin: 0 0 12px; line-height: 1.1; }
.v-card__body { color: var(--ink-soft); flex: 1; }
.v-section--inv .v-card__body { color: rgba(255,255,255,.72); }
.v-card__cta { margin-top: 28px; }

/* ---- Package "tile" card (with price) ---- */

.v-tile {
  border: 1px solid var(--line);
  padding: 28px;
  display: flex; flex-direction: column;
  height: 100%;
  background: var(--bg);
  position: relative;
  transition: border-color .25s ease, transform .25s ease;
}
@media (max-width: 720px) { .v-tile { padding: 22px; } }
.v-tile:hover { border-color: var(--ink); }
.v-tile__head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px;
  gap: 12px;
}
.v-tile__name { font-family: var(--serif); font-size: 1.7rem; line-height: 1.05; }
.v-tile__price { font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.v-tile__meta {
  font-family: var(--sans);
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 24px;
}
.v-tile__body { color: var(--ink-soft); flex: 1; }
.v-tile__cta { margin-top: 28px; display: flex; gap: 16px; align-items: center; }

/* ---- Chips ---- */
.v-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.v-chip {
  display: inline-block;
  font-family: var(--sans);
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500;
  padding: 6px 12px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

/* ---- Stat row (e.g. on About / Space) ---- */

.v-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 48px 0 0;
}
.v-stats__item { padding: 28px 24px; border-right: 1px solid var(--line); }
.v-stats__item:last-child { border-right: 0; }
.v-stats__num {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
}
.v-stats__num .it { font-style: italic; }
.v-stats__label {
  font-family: var(--sans);
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink-mute);
}
@media (max-width: 880px) {
  .v-stats { grid-template-columns: repeat(2, 1fr); }
  .v-stats__item { border-right: 0; border-bottom: 1px solid var(--line); }
  .v-stats__item:nth-child(2n) { border-right: 0; }
  .v-stats__item:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ---- Calendar ---- */

.v-cal {
  border: 1px solid var(--line);
  background: var(--bg);
}
.v-cal__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
}
.v-cal__title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 300;
  margin: 0;
  letter-spacing: -.005em;
}
.v-cal__title .it { font-style: italic; }
.v-cal__nav-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-width: 44px; min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  background: var(--bg);
  font-family: var(--sans);
  font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; font-weight: 500;
  color: var(--ink);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.v-cal__nav-btn:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); opacity: 1; }
.v-cal__legend {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding: 16px 32px;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500;
  color: var(--ink-mute);
}
.v-cal__legend-sq {
  display: inline-block; width: 12px; height: 12px;
  margin-right: 8px; vertical-align: -1px;
  border: 1px solid var(--line);
}
.v-cal__weekdays {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}
.v-cal__weekday {
  font-family: var(--sans);
  font-size: .68rem; letter-spacing: .25em; text-transform: uppercase; font-weight: 500;
  text-align: center;
  padding: 14px 0;
  color: var(--ink-mute);
  min-width: 0;
}
.v-cal__grid {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
}
.v-cal__day {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 12px;
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
  font-family: var(--serif);
  font-size: 1.2rem;
  /* Center day numbers so they line up with the weekday header letters above. */
  display: flex; align-items: center; justify-content: center;
  transition: background .15s ease, color .15s ease;
  min-width: 0;
  box-sizing: border-box;
}
.v-cal__day:nth-child(7n) { border-right: 1px solid var(--line-soft); }
.v-cal__day:nth-last-child(-n+7):not(:nth-child(7n)) { border-bottom: 1px solid var(--line-soft); }
.v-cal__day--other { color: var(--ink-mute); opacity: .35; }
.v-cal__day--past  { color: var(--ink-mute); }
.v-cal__day--booked,
.v-cal__day--blackout {
  color: var(--ink-mute);
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0 8px,
      var(--line-soft) 8px 9px
    );
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.v-cal__day--open a {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.2rem;
}
.v-cal__day--open:hover { background: var(--ink); }
.v-cal__day--open:hover a { color: var(--bg); opacity: 1; }
.v-cal__day--open::after {
  content: "BOOK"; position: absolute; bottom: 10px; right: 10px;
  font-family: var(--sans); font-size: .55rem; letter-spacing: .25em; font-weight: 500;
  color: transparent;
  transition: color .15s ease;
}
.v-cal__day--open:hover::after { color: var(--bg); }
.v-cal__day--today {
  font-weight: 500;
}
.v-cal__day--today::before {
  content: ""; position: absolute; top: 12px; right: 12px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--ink);
}
@media (max-width: 720px) {
  .v-cal__head {
    padding: 16px 14px;
    gap: 8px;
  }
  .v-cal__title { font-size: 1.4rem; flex: 1; text-align: center; }
  .v-cal__nav-btn { padding: 10px 12px; gap: 0; font-size: 0; min-width: 44px; }
  .v-cal__nav-btn__label { display: none; }
  .v-cal__nav-btn span[aria-hidden] { font-size: 1.1rem; line-height: 1; }
  .v-cal__legend {
    padding: 12px 14px; gap: 14px;
    font-size: .58rem; letter-spacing: .1em;
  }
  .v-cal__weekday { font-size: .6rem; padding: 10px 0; letter-spacing: .15em; }
  .v-cal__day { font-size: 1rem; padding: 6px; }
  .v-cal__day--open::after { display: none; }
  /* On mobile, give open days a subtle outline so they stand out from past/closed */
  .v-cal__day--open a {
    background:
      linear-gradient(transparent calc(100% - 2px), var(--ink) calc(100% - 2px));
    background-size: 24px 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}

/* ---- Booking wizard ---- */

.v-wizard {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 980px) {
  .v-wizard { grid-template-columns: 1fr; gap: 32px; }
}
.v-wizard__main { min-width: 0; }
.v-wizard__main h1 { margin-bottom: .2em; }
.v-wizard__progress {
  display: flex; gap: 2px;
  margin-bottom: 48px;
}
.v-wizard__step {
  flex: 1;
  font-family: var(--sans);
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
  padding: 12px 0;
  color: var(--ink-mute);
  border-top: 1px solid var(--line);
  position: relative;
  text-align: left;
  padding-left: 14px;
  min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
@media (max-width: 720px) {
  /* On phones, drop the labels and just show the step numbers — saves a ton of width */
  .v-wizard__step { font-size: .58rem; letter-spacing: .1em; padding-left: 8px; }
  .v-wizard__step__label { display: none; }
}
.v-wizard__step::before {
  content: ""; position: absolute; top: -1px; left: 0; right: 0;
  height: 2px; background: var(--ink);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.v-wizard__step.is-done::before { transform: scaleX(1); }
.v-wizard__step.is-active::before { transform: scaleX(1); }
.v-wizard__step.is-active { color: var(--ink); }
.v-wizard__step.is-done { color: var(--ink-soft); }

.v-wizard__rail {
  position: sticky; top: 96px;
  border: 1px solid var(--ink);
  padding: 28px;
  background: var(--bg);
}
@media (max-width: 980px) {
  .v-wizard__rail { position: static; padding: 22px; margin-top: 12px; }
}
.v-wizard__rail h3 {
  font-family: var(--sans);
  font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 500;
  margin: 0 0 20px;
}
.v-wizard__rail-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 12px 0; border-top: 1px solid var(--line-soft);
  font-size: .92rem;
}
.v-wizard__rail-row:first-of-type { border-top: 0; padding-top: 0; }
.v-wizard__rail-row span:first-child { color: var(--ink-mute); font-family: var(--sans); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500; }
.v-wizard__rail-row span:last-child  { font-family: var(--serif); font-size: 1.05rem; }

.v-wizard__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; flex-wrap: wrap; gap: 16px; }
@media (max-width: 720px) {
  .v-wizard__nav { flex-direction: column-reverse; align-items: stretch; }
  .v-wizard__nav .v-btn { width: 100%; text-align: center; }
}

.v-radio-cards { display: grid; gap: 0; border-top: 1px solid var(--line); }
.v-radio-card {
  display: flex; align-items: baseline; gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  position: relative;
  transition: padding-left .2s ease;
}
.v-radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.v-radio-card::before {
  content: ""; width: 14px; height: 14px;
  border: 1px solid var(--ink); border-radius: 50%;
  flex-shrink: 0; align-self: center;
  background: transparent;
  transition: background .15s ease;
}
.v-radio-card:has(input:checked)::before { background: var(--ink); box-shadow: inset 0 0 0 3px var(--bg); }
.v-radio-card:has(input:checked) { padding-left: 12px; }
.v-radio-card:hover { padding-left: 12px; }
.v-radio-card__title {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; flex: 1;
  min-width: 0; word-wrap: break-word; overflow-wrap: break-word;
}
@media (max-width: 720px) {
  .v-radio-card__title { font-size: 1.15rem; }
  .v-radio-card { gap: 16px; padding: 22px 0; }
}
.v-radio-card__meta {
  font-family: var(--sans);
  font-size: .68rem; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
}

.v-addon-row {
  display: grid; grid-template-columns: 1fr auto 100px;
  align-items: center; gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.v-addon-row__name { font-family: var(--serif); font-size: 1.25rem; line-height: 1; margin-bottom: 6px; }
.v-addon-row__desc { color: var(--ink-mute); font-size: .9rem; }
.v-addon-row__price {
  font-family: var(--serif); font-size: 1.1rem;
  white-space: nowrap;
}
.v-addon-row__unit {
  font-family: var(--sans); font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
  margin-top: 4px;
  display: block;
}
@media (max-width: 720px) {
  .v-addon-row { grid-template-columns: 1fr auto; gap: 12px; }
  .v-addon-row__price { grid-column: 1; }
  .v-addon-row > div:nth-child(3) { grid-column: 2; grid-row: 1; }
}

/* ---- Footer ---- */

.v-footer {
  background: var(--bg-inv);
  color: #fff;
  padding: 72px var(--gutter) 28px;
  margin-top: 0;
}
/* logo-wordmark-dark.png is already cream-on-transparent — no filter or tile needed. */
@media (max-width: 880px) { .v-footer { padding: 52px var(--gutter) 24px; } }
.v-footer__inner {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line-inv);
}
.v-footer__brand img { width: 180px; height: auto; display: block; }
.v-footer__brand p { color: rgba(255,255,255,.6); font-size: .9rem; margin-top: 16px; max-width: 28ch; }
.v-footer__head {
  font-family: var(--sans);
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 500;
  color: rgba(255,255,255,.55);
  margin-bottom: 18px;
}
.v-footer__col div { color: rgba(255,255,255,.85); margin-bottom: 6px; font-size: .92rem; }
.v-footer__legal {
  max-width: var(--max); margin: 0 auto;
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  color: rgba(255,255,255,.45);
  font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500;
}
@media (max-width: 880px) {
  .v-footer { padding: 40px var(--gutter) 24px; }
  .v-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 32px; }
  /* Brand block (logo + paragraph) centered and spans both columns at this breakpoint */
  .v-footer__brand { grid-column: 1 / -1; text-align: center; }
  .v-footer__brand img { width: 240px; margin: 0 auto; }
  .v-footer__brand p { margin-left: auto; margin-right: auto; }
  .v-footer__legal { flex-wrap: wrap; gap: 8px; justify-content: flex-start; padding-top: 18px; }
}
@media (max-width: 560px) {
  .v-footer { padding: 28px var(--gutter) 18px; }
  .v-footer__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 22px;
  }
  .v-footer__brand { text-align: center; }
  .v-footer__brand img { width: 260px; margin: 0 auto; }
  .v-footer__brand p { margin-top: 10px; margin-left: auto; margin-right: auto; }
  .v-footer__head { margin-bottom: 10px; }
  .v-footer__col div { font-size: .88rem; margin-bottom: 4px; }
  .v-footer__legal { padding-top: 14px; font-size: .68rem; gap: 6px; }
}

/* Equal-width stacked CTA pair (used in the final "Begin" section). */
.v-cta-stack {
  display: inline-flex; gap: 18px; flex-wrap: wrap; justify-content: center;
}
@media (max-width: 720px) {
  .v-cta-stack {
    display: flex; flex-direction: column; align-items: stretch;
    width: 100%; max-width: 340px; margin: 0 auto; gap: 12px;
  }
  .v-cta-stack .v-btn { width: 100%; text-align: center; }
}

/* ---- Flash messages ---- */

.v-flash { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 0; }
.v-flash__item {
  padding: 16px 20px;
  border: 1px solid var(--ink);
  background: var(--bg);
  margin-bottom: 12px;
  font-size: .92rem;
}
.v-flash__item--success { background: var(--ink); color: var(--bg); }
.v-flash__item--error   { background: #fff; color: #b00; border-color: #b00; }

/* ---- Summary card (booking detail / review) ---- */

.v-summary {
  border: 1px solid var(--ink);
  padding: 32px;
}
.v-summary__row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  font-size: .95rem;
}
.v-summary__row:first-of-type { border-top: 0; padding-top: 0; }
.v-summary__row--total {
  border-top: 1px solid var(--ink); margin-top: 12px; padding-top: 18px;
  font-family: var(--serif); font-size: 1.4rem;
}
.v-summary__row--total span:last-child { font-style: italic; }
.v-summary__row--deposit {
  border-top: 1px solid var(--line-soft); margin-top: 16px; padding-top: 14px;
  font-size: .85rem;
}
.v-summary__row--deposit span:first-child { color: var(--ink-mute); }

/* ---- Small utility ---- */

.v-center { text-align: center; }
.v-mute   { color: var(--ink-mute); }
.v-soft   { color: var(--ink-soft); }
.v-stack > * + * { margin-top: 16px; }
.v-stack--lg > * + * { margin-top: 32px; }
.v-line { width: 80px; height: 1px; background: var(--ink); margin: 28px 0; }
.v-line--center { margin: 28px auto; }
.v-section--inv .v-line { background: rgba(255,255,255,.4); }

.v-marquee {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 8vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -.02em;
  line-height: 1;
  margin: 0;
}
.v-marquee .it { font-style: italic; }
.v-marquee .light { color: var(--ink-mute); font-weight: 200; }

/* ---- Lead-in big paragraph (intro on a page) ---- */
.v-lead {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.35;
  font-weight: 300;
  color: var(--ink);
  max-width: 30ch;
}
.v-lead--inv { color: #fff; }

/* ---- Tour / quote block ---- */
.v-pull {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
  max-width: 22ch;
}

/* ---- Hide pure-visual elements from screen-readers helpers ---- */
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
