:root {
  --ink: #171717;
  --muted: #6f6a64;
  --paper: #fffdfa;
  --cream: #f8f2ea;
  --teal: #2e7d82;
  --teal-soft: #eefafb;
  --gold: #a87b3f;
  --gold-soft: #fff7eb;
  --deep: #1c1a17;
  --line: #e8e1d6;
  --shadow: 0 12px 32px rgba(35, 25, 15, 0.08);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#rooms,
#experience,
#before-visit {
  scroll-margin-top: calc(62px + env(safe-area-inset-top));
}

body {
  margin: 0;
  background: #eee;
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  width: min(100%, 430px);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Scroll reveal (enabled only when JS runs) */
.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/hero-bose-studio.webp?v=20260814-2") center center/cover no-repeat;
}

@keyframes hero-zoom {
  to {
    transform: scale(1);
  }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.12), rgba(12, 9, 7, 0.04) 34%, rgba(12, 9, 7, 0.48) 67%, rgba(12, 9, 7, 0.82));
}

.hero__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(62px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 18px 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.hero__logo-link {
  position: absolute;
  inset: env(safe-area-inset-top) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.hero__logo {
  width: 122px;
  height: auto;
  object-fit: contain;
}

.hero__logo--sticky {
  display: none;
}

.hero__header.is-sticky {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 430px);
  transform: translateX(-50%);
  z-index: 35;
  background: var(--paper);
  box-shadow: 0 4px 18px rgba(35, 25, 15, 0.1);
}

.hero__header.is-sticky .hero__logo--hero {
  display: none;
}

.hero__header.is-sticky .hero__logo--sticky {
  display: block;
}

.hero__header.is-sticky .menu-button span {
  background: var(--ink);
}

.menu-button {
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 10px;
  display: grid;
  gap: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.menu-button span {
  width: 25px;
  height: 2px;
  background: #fff;
}

.hero__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 28px 24px 92px;
}

.hero__title {
  position: absolute;
  top: 96px;
  left: 24px;
  z-index: 2;
  width: calc(100% - 48px);
  margin: 0;
}

@media (max-height: 760px) {
  .hero__title {
    top: 82px;
    font-size: 2.25rem;
  }
}

.eyebrow,
.section-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.section-kicker {
  color: var(--gold);
}

.hero__content .eyebrow {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  letter-spacing: 0.22em;
  margin: 0;
}

.hero__content .eyebrow::before {
  content: none;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 11vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.08;
  margin: 0 0 1rem;
}

.hero__content > p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

.hero__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: var(--r-sm);
  font-weight: 700;
  border: 1px solid transparent;
}

.button--primary {
  background: var(--teal);
  color: #fff;
}

.hero__actions .button--primary {
  background: rgba(46, 125, 130, 0.75);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.hero__actions .button > span {
  display: inline-block;
  transition: transform 180ms ease;
}

.hero__actions .button:hover > span,
.hero__actions .button:focus-visible > span {
  transform: scale(1.06);
}

.hero__actions .button:active > span {
  transform: scale(1.03);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.button--outline {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: calc(24px + env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-align: center;
}

.scroll-cue span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0;
  animation: cue-float 2.2s ease-in-out infinite;
}

@keyframes cue-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* Sections */
.section {
  padding: 88px 24px;
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading--left {
  text-align: left;
}

.section-heading h2,
.section-title {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0.35rem 0;
}

.section-heading p {
  color: var(--muted);
  line-height: 1.6;
}

/* Trust stats — frameless data wall */
.trust {
  background: var(--paper);
}

.trust > .section-kicker {
  text-align: center;
  margin-bottom: 18px;
}

.stat-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stat-list article {
  padding: 26px 12px;
  text-align: center;
}

.stat-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.stat-list article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.stat-list strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1.1;
  font-feature-settings: "tnum";
}

.stat-list span {
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Details */
.details {
  background: var(--paper);
}

.feature-list {
  display: grid;
  gap: 24px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid #efe3d5;
  color: var(--gold);
  display: grid;
  place-items: center;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list h3 {
  margin: 0 0 6px;
  font-weight: 600;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

/* Experience setup cards */
.experience {
  background: var(--paper);
}

.setup-card {
  padding: 20px;
  border-radius: var(--r-lg);
  margin-top: 18px;
}

.setup-card--rose {
  background: #fff1f2;
  border: 1px solid #e6b9bd;
}

.setup-card--blue {
  background: #eef4fb;
  border: 1px solid #b9cde2;
}

.pill {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: var(--teal);
}

.setup-card--rose .pill {
  background: #a5464e;
}

.setup-card--blue .pill {
  background: #315b87;
}

.setup-card__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
}

.setup-card__visual img {
  height: 160px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
}

.setup-card__visual img.setup-card__image--full {
  object-fit: cover;
  padding: 0;
  border: 0;
}

.setup-card__visual img.setup-card__image--speaker {
  object-position: center 58%;
}

.setup-card__visual img.setup-card__image--speaker-teal {
  object-position: center 75%;
}

.setup-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.setup-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--teal);
  font-weight: 900;
}

.setup-card li.equipment-item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background: var(--teal);
  vertical-align: -0.12em;
}

.setup-card li.equipment-item--music::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4v11.2a3.8 3.8 0 1 0 2 3.35V8.2l8-1.8v6.8a3.8 3.8 0 1 0 2 3.35V2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4v11.2a3.8 3.8 0 1 0 2 3.35V8.2l8-1.8v6.8a3.8 3.8 0 1 0 2 3.35V2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.setup-card li.equipment-item--microphone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(-45 12 12)'%3E%3Ccircle cx='12' cy='5' r='4.7'/%3E%3Crect x='8.5' y='10.3' width='7' height='10.4' rx='1.2'/%3E%3Crect x='10.1' y='21.2' width='3.8' height='2.2' rx='1.1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(-45 12 12)'%3E%3Ccircle cx='12' cy='5' r='4.7'/%3E%3Crect x='8.5' y='10.3' width='7' height='10.4' rx='1.2'/%3E%3Crect x='10.1' y='21.2' width='3.8' height='2.2' rx='1.1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.setup-card--rose li.equipment-item::before {
  background: #a5464e;
}

.setup-card--blue li.equipment-item::before {
  background: #315b87;
}

.setup-card li.capacity::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 22v-3c0-4.4 3.6-8 8-8s8 3.6 8 8v3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 22v-3c0-4.4 3.6-8 8-8s8 3.6 8 8v3z'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: -0.12em;
}

.setup-card--rose li.capacity::before {
  color: #a5464e;
}

.setup-card--blue li.capacity::before {
  color: #315b87;
}

.setup-card--rose li::before {
  color: #a5464e;
}

.setup-card--blue li::before {
  color: #315b87;
}

.label {
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0;
  flex: 0 0 auto;
}

.room-fit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 14px;
}

.tag-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.tag-row span,
.tag-row a {
  font-size: 0.8rem;
  white-space: nowrap;
  border: 1px solid rgba(168, 123, 63, 0.35);
  border-radius: var(--r-sm);
  padding: 7px 10px;
  color: var(--gold);
  background: #fff;
}

.tag-row a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tag-row a:hover,
.tag-row a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.setup-card--rose .tag-row span,
.setup-card--rose .tag-row a {
  color: #a5464e;
  border-color: rgba(165, 70, 78, 0.38);
}

.setup-card--blue .tag-row span,
.setup-card--blue .tag-row a {
  color: #315b87;
  border-color: rgba(49, 91, 135, 0.38);
}

/* Shared carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 18px;
}

.carousel-dot {
  border: 0;
  background: transparent;
  padding: 10px 6px;
  cursor: pointer;
}

.carousel-dot::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--line);
  transition: width 0.25s ease, background 0.25s ease;
}

.carousel-dot.is-active::before {
  width: 20px;
  background: var(--gold);
}

/* Our Spaces carousel */
.rooms {
  background: var(--paper);
}

.room-carousel {
  --slide-w: 80%;
  margin: 0 -24px;
}

.room-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px calc((100% - var(--slide-w)) / 2) 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.room-track::-webkit-scrollbar {
  display: none;
}

.room-slide {
  flex: 0 0 var(--slide-w);
  scroll-snap-align: center;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.room-slide__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.room-slide__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-slide__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 70px 20px 20px;
  background: linear-gradient(180deg, transparent, rgba(20, 14, 10, 0.78));
  color: #fff;
  text-shadow: 0 1px 8px rgba(20, 14, 10, 0.45);
}

.room-slide__overlay h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.room-slide__overlay p {
  margin: 5px 0 0;
  padding-right: 82px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
}

.room-capacity {
  position: absolute;
  right: 20px;
  bottom: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.room-capacity::before {
  content: "";
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 22v-3c0-4.4 3.6-8 8-8s8 3.6 8 8v3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 22v-3c0-4.4 3.6-8 8-8s8 3.6 8 8v3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.room-gallery-button {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 16, 12, 0.46);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.room-gallery-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.room-details {
  padding: 20px;
}

.room-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.room-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.room-details li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 0.32em;
  flex: 0 0 auto;
  background: var(--gold);
  transform: rotate(45deg);
}

.board-games-label,
.board-games-toggle {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.board-games-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.board-games-toggle::after {
  content: "＋";
  display: inline-block;
  margin-left: 5px;
  font-size: 0.76em;
  text-decoration: none;
}

.board-games-toggle[aria-expanded="true"]::after {
  content: "－";
}

.room-details li.board-games-item {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.room-details li.board-games-item::before {
  margin-top: 0;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

.board-games-toggle {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
}

.board-games-panel {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: 4px 0 0;
  padding: 5px 0 0;
  background: transparent;
}

.room-details .board-games-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
}

.room-details .board-games-list li {
  display: list-item;
  font-size: 0.7rem;
  line-height: 1.35;
}

.room-details .board-games-list li::before {
  content: none;
}

/* Room gallery lightbox */
.gallery-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 62px 18px 42px;
  background: rgba(8, 8, 8, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__image {
  width: min(100%, 900px);
  max-height: calc(100vh - 104px);
  object-fit: contain;
  border-radius: var(--r-md);
}

.gallery-lightbox__loading {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 160ms ease, visibility 160ms ease;
  pointer-events: none;
}

.gallery-lightbox.is-loading .gallery-lightbox__loading {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  z-index: 2;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gallery-lightbox__close {
  top: calc(14px + env(safe-area-inset-top));
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.gallery-lightbox__counter {
  position: absolute;
  z-index: 2;
  top: calc(20px + env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  font-size: 0.9rem;
}

.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 56px;
  border-radius: 12px;
  font-size: 2.2rem;
}

.gallery-lightbox__nav--prev {
  left: 10px;
}

.gallery-lightbox__nav--next {
  right: 10px;
}

/* Reviews — horizontal snap carousel */
.reviews {
  background: var(--paper);
  padding-top: 64px;
  padding-bottom: 64px;
}

.review-carousel {
  --slide-w: 78%;
  margin: 0 -24px;
}

.review-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px calc((100% - var(--slide-w)) / 2) 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-slide {
  flex: 0 0 var(--slide-w);
  height: 190px;
  scroll-snap-align: center;
  margin: 0;
  padding: 20px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

/* Before You Visit */
.before-visit {
  padding: 88px 24px;
  background: var(--paper);
}

.visit-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.visit-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
}

.icon-wrap {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid #efe3d5;
}

.icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visit-copy h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.visit-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.visit-copy a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.back-to-top {
  position: fixed;
  right: max(16px, calc((100vw - 430px) / 2 + 16px));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 30;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 8px 22px rgba(35, 25, 15, 0.22);
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

/* Instagram */
.instagram {
  background: var(--paper);
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.ig-grid a {
  display: block;
  border-radius: var(--r-md);
  overflow: hidden;
}

.ig-grid img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ig-grid a:hover img,
.ig-grid a:active img {
  transform: scale(1.03);
}

/* Final CTA */
.final-cta {
  padding: 48px 24px calc(48px + env(safe-area-inset-bottom));
  background: var(--deep);
  text-align: center;
  display: grid;
  gap: 12px;
}

.final-cta h2 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--gold);
}

/* Footer */
.footer {
  background: var(--deep);
  color: #fff;
  text-align: center;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
  font-size: 0.85rem;
}

.footer span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 12, 0.45);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 40;
}

.scrim.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 360px);
  background: var(--deep);
  color: #fff;
  padding: 30px;
  padding-top: calc(30px + env(safe-area-inset-top));
  z-index: 50;
  transform: translateX(105%);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
  display: grid;
  align-content: start;
  gap: 24px;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer__close {
  justify-self: end;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  padding: 4px 8px;
}

.drawer a {
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0;
  min-height: 48px;
  display: flex;
  align-items: center;
}

@media (min-width: 700px) {
  body {
    padding: 40px;
  }

  .site-shell {
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero::before {
    animation: none;
    transform: none;
  }

  .scroll-cue span {
    animation: none;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ig-grid img {
    transition: none;
  }

  .drawer {
    transition: none;
  }

  .scrim {
    transition: none;
  }

  .carousel-dot::before {
    transition: none;
  }
}
