/* Floating back to BookLocaly */
.demo-float-home {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.3rem;
  background: #1c2438;
  color: #fff8f4 !important;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(28, 36, 56, 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
}
.demo-float-home:hover {
  transform: translateY(-2px);
  background: #e07a5f;
  color: #fff !important;
}

/* Velvet — coral blush + deep ink */
.demo-velvet {
  --ink: #1c2438;
  --ink-soft: #2e3750;
  --coral: #e07a5f;
  --coral-deep: #c45d45;
  --blush: #f6e4dc;
  --pearl: #fff8f4;
  --sand: #f0e6df;
  --muted: #6b6470;
  --line: rgba(28, 36, 56, 0.1);
  --white: #ffffff;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  color: var(--ink);
  background: var(--pearl);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
.demo-velvet *,
.demo-velvet *::before,
.demo-velvet *::after { box-sizing: border-box; }
.demo-velvet img { display: block; max-width: 100%; height: auto; }
.demo-velvet a { color: inherit; text-decoration: none; }
.demo-velvet h1,
.demo-velvet h2,
.demo-velvet h3,
.demo-velvet .vt-brand,
.demo-velvet .vt-logo,
.demo-velvet .vt-footer-brand {
  font-family: Syne, Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.vt-wrap { width: min(1120px, 90%); margin-inline: auto; }

/* Header */
.vt-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  background: transparent;
}
.vt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.vt-logo {
  font-size: 1.45rem;
  color: var(--pearl) !important;
}
.vt-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.92rem;
  font-weight: 550;
}
.vt-nav a { color: rgba(255, 248, 244, 0.82); transition: color 0.2s; }
.vt-nav a:hover { color: #fff; }
.vt-nav-cta {
  padding: 0.55rem 1.1rem;
  background: var(--coral) !important;
  color: #fff !important;
  border-radius: 3px;
}
.vt-nav-cta:hover { background: var(--coral-deep) !important; color: #fff !important; }

/* Hero — full-bleed */
.vt-hero {
  position: relative;
  min-height: min(100vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--pearl);
  overflow: hidden;
}
.vt-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vt-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: vt-ken 18s ease-in-out infinite alternate;
}
.vt-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(28, 36, 56, 0.88) 0%, rgba(28, 36, 56, 0.45) 48%, rgba(224, 122, 95, 0.35) 100%),
    linear-gradient(to top, rgba(28, 36, 56, 0.75) 0%, transparent 45%);
}
.vt-hero-content {
  position: relative;
  z-index: 2;
  padding: 7rem 0 3.5rem;
  max-width: 720px;
  margin-left: max(5%, calc((100% - 1120px) / 2));
  animation: vt-rise 0.9s ease both;
}
.vt-brand {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: var(--pearl);
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.vt-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 18ch;
  color: rgba(255, 248, 244, 0.95);
}
.vt-lede {
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
  max-width: 38ch;
  color: rgba(255, 248, 244, 0.78);
  font-weight: 450;
}
.vt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.vt-hero-strip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  padding: 1.1rem max(5%, calc((100% - 1120px) / 2));
  background: rgba(28, 36, 56, 0.55);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 248, 244, 0.7);
  animation: vt-rise 1s 0.15s ease both;
}

/* Buttons */
.vt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.45rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.vt-btn:hover { transform: translateY(-2px); }
.vt-btn-coral {
  background: var(--coral);
  color: #fff !important;
}
.vt-btn-coral:hover { background: var(--coral-deep); }
.vt-btn-ghost {
  background: transparent;
  color: var(--pearl) !important;
  border: 1.5px solid rgba(255, 248, 244, 0.45);
}
.vt-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.vt-btn-block { width: 100%; }

/* Section heads */
.vt-section-head {
  max-width: 540px;
  margin-bottom: 2.75rem;
}
.vt-section-head h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
}
.vt-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.vt-section-head--light { color: var(--pearl); }
.vt-section-head--light .vt-eyebrow { color: var(--coral); }
.vt-section-head--light h2 { color: var(--pearl); }
.vt-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
}

/* Rituals */
.vt-rituals {
  padding: 5.5rem 0;
  background: var(--pearl);
}
.vt-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.vt-service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: start;
  padding: 1.65rem 1.4rem;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  transition: background 0.25s ease;
  animation: vt-rise 0.7s ease both;
  animation-delay: calc(var(--i, 0) * 0.06s);
}
.vt-service:nth-child(2n) { border-right: none; }
.vt-service:hover { background: var(--blush); }
.vt-service-num {
  font-family: Syne, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--coral);
  padding-top: 0.2rem;
}
.vt-service h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.vt-service p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.vt-service-price {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  color: var(--ink);
}

/* Studio */
.vt-studio {
  padding: 5.5rem 0;
  background: var(--sand);
}
.vt-studio-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}
.vt-studio-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 60px rgba(28, 36, 56, 0.18);
}
.vt-studio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.vt-studio-photo:hover img { transform: scale(1.04); }
.vt-studio-copy h2 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  max-width: 16ch;
}
.vt-studio-copy > p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42ch;
}
.vt-promises {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.vt-promises li {
  position: relative;
  padding-left: 1.35rem;
  font-weight: 550;
  font-size: 0.98rem;
}
.vt-promises li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--coral);
  border-radius: 1px;
}
.vt-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.vt-stats strong {
  display: block;
  font-family: Syne, sans-serif;
  font-size: 1.85rem;
  letter-spacing: -0.03em;
  color: var(--coral-deep);
}
.vt-stats span {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 550;
}

/* Gallery */
.vt-gallery {
  padding: 5.5rem 0;
  background: var(--ink);
  color: var(--pearl);
}
.vt-bento {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 0.85rem;
}
.vt-bento-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ink-soft);
}
.vt-bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.vt-bento-item:hover img { transform: scale(1.06); }
.vt-bento-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(transparent, rgba(28, 36, 56, 0.75));
  color: var(--pearl);
}
.vt-bento--tall {
  grid-row: 1 / span 2;
}
.vt-bento--wide {
  grid-column: 2 / span 2;
}

/* Love notes */
.vt-love {
  padding: 5.5rem 0;
  background: var(--blush);
}
.vt-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.vt-quotes blockquote {
  margin: 0;
  padding: 1.75rem 1.5rem;
  background: var(--pearl);
  border-radius: 4px;
  border-top: 3px solid var(--coral);
  transition: transform 0.25s ease;
}
.vt-quotes blockquote:hover { transform: translateY(-4px); }
.vt-quotes p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
}
.vt-quotes footer {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--coral-deep);
  letter-spacing: 0.02em;
}

/* Visit — form + map */
.vt-visit {
  padding: 5.5rem 0 4rem;
  background: var(--pearl);
}
.vt-visit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-areas:
    'copy form'
    'map map';
  gap: 2.5rem 3rem;
  align-items: start;
}
.vt-visit-copy { grid-area: copy; }
.vt-form { grid-area: form; }
.vt-map { grid-area: map; }
.vt-visit-copy h2 {
  margin: 0.4rem 0 0.85rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  max-width: 14ch;
}
.vt-visit-copy > p {
  margin: 0 0 1.75rem;
  color: var(--muted);
}
.vt-visit-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.vt-visit-meta li {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.vt-visit-meta strong {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
}
.vt-visit-meta span,
.vt-visit-meta a {
  font-weight: 600;
  font-size: 1.02rem;
}

.vt-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.1rem;
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(28, 36, 56, 0.08);
}
.vt-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.vt-form-full { grid-column: 1 / -1; }
.vt-form input,
.vt-form select,
.vt-form textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1.5px solid var(--line);
  border-radius: 3px;
  background: var(--pearl);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  transition: border-color 0.2s, background 0.2s;
}
.vt-form input:focus,
.vt-form select:focus,
.vt-form textarea:focus {
  outline: none;
  border-color: var(--coral);
  background: #fff;
}
.vt-form .vt-btn { grid-column: 1 / -1; margin-top: 0.35rem; }
.vt-form-hint {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
}

.vt-map {
  border-radius: 4px;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(28, 36, 56, 0.1);
}
.vt-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

/* Footer */
.vt-footer {
  padding: 2.5rem 0 5.5rem;
  background: var(--ink);
  color: rgba(255, 248, 244, 0.7);
  text-align: center;
}
.vt-footer-brand {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: var(--pearl);
}
.vt-footer p { margin: 0.25rem 0; font-size: 0.92rem; }
.vt-demo { opacity: 0.55; font-size: 0.82rem !important; }

/* Motion */
@keyframes vt-ken {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.1) translateY(-1.5%); }
}
@keyframes vt-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 900px) {
  .vt-nav a:not(.vt-nav-cta) { display: none; }
  .vt-service-grid { grid-template-columns: 1fr; }
  .vt-service { border-right: none; }
  .vt-studio-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .vt-studio-photo { max-height: 420px; aspect-ratio: 16 / 11; }
  .vt-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .vt-bento--tall {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 280px;
  }
  .vt-bento--wide { grid-column: 1 / -1; min-height: 220px; }
  .vt-bento-item { min-height: 200px; }
  .vt-quotes { grid-template-columns: 1fr; }
  .vt-visit-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      'copy'
      'form'
      'map';
  }
}

@media (max-width: 560px) {
  .vt-hero-content { padding: 6.5rem 0 2.5rem; }
  .vt-form { grid-template-columns: 1fr; padding: 1.25rem; }
  .vt-stats { grid-template-columns: 1fr; gap: 0.85rem; }
  .vt-hero-strip { gap: 0.75rem 1.25rem; font-size: 0.75rem; }
  .demo-float-home { right: 0.85rem; bottom: 0.85rem; padding: 0.7rem 1rem; font-size: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .vt-hero-media img,
  .vt-hero-content,
  .vt-hero-strip,
  .vt-service,
  .vt-bento-item img,
  .vt-quotes blockquote,
  .vt-studio-photo img {
    animation: none !important;
    transition: none !important;
  }
}
