:root {
  --bg: #F5F1EA;
  --ink: #2D2A26;
  --brand: #6FAEA7;
  --secondary-bg: #EAE4DB;
  --soft-bg: #F6F4F0;
  --line: #D8D2C8;
  --accent: #C97C5D;
  --legacy-mint: #81cac5;
  --muted: rgba(45, 42, 38, 0.66);
  --paper: rgba(246, 244, 240, 0.78);
  --shadow: 0 28px 80px rgba(45, 42, 38, 0.12);
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Noto Sans TC", "Source Han Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 18px clamp(22px, 5vw, 76px);
  background: rgba(245, 241, 234, 0.88);
  border-bottom: 1px solid rgba(216, 210, 200, 0.72);
  backdrop-filter: blur(18px);
}

.brand-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: clamp(208px, 23vw, 330px);
  line-height: 1;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 23px;
  color: rgba(45, 42, 38, 0.76);
  font-size: 14px;
}

.nav a {
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.section-panel,
.brand-intro,
.featured-menu,
.accordion-section,
.media-section,
.business-section,
.location-section,
.social-section {
  padding-inline: clamp(28px, 7vw, 112px);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  align-items: start;
  gap: clamp(54px, 8vw, 128px);
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(70px, 10vw, 132px);
}

.hero-copy {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kicker {
  margin: 0 0 15px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(76px, 8.2vw, 124px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero h1 {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(35px, 4.9vw, 76px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.38;
  letter-spacing: 0;
}

.single-line-heading {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

p {
  margin: 0;
}

.hero-subtitle {
  margin-top: 22px;
  color: rgba(45, 42, 38, 0.78);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0;
}

.hero-line {
  max-width: 620px;
  margin-top: clamp(42px, 5vw, 70px);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.35;
}

.hero-text {
  max-width: 560px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.btn-primary:hover {
  border-color: var(--accent);
  background: var(--accent);
}

.btn-secondary {
  background: rgba(246, 244, 240, 0.42);
}

.btn-secondary:hover {
  color: #fff;
  border-color: var(--accent);
  background: var(--accent);
}

.hero-visual {
  position: relative;
  align-self: start;
  justify-self: end;
  width: min(100%, 560px);
}

.hero-visual::before {
  display: none;
}

.hero-carousel {
  width: 100%;
  height: min(58vh, 600px);
  min-height: 430px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: var(--soft-bg);
}

.hero-carousel-track {
  display: flex;
  width: 600%;
  height: 100%;
  animation: heroSlide 28s infinite ease-in-out;
  will-change: transform;
}

.hero-carousel-track img {
  flex: 0 0 calc(100% / 6);
  width: calc(100% / 6);
  height: 100%;
  object-fit: cover;
}

@keyframes heroSlide {
  0%,
  12% {
    transform: translateX(0);
  }

  17%,
  29% {
    transform: translateX(calc(-100% / 6));
  }

  34%,
  46% {
    transform: translateX(calc(-200% / 6));
  }

  51%,
  63% {
    transform: translateX(calc(-300% / 6));
  }

  68%,
  80% {
    transform: translateX(calc(-400% / 6));
  }

  85%,
  99.8% {
    transform: translateX(calc(-500% / 6));
  }

  100% {
    transform: translateX(0);
  }
}

.visual-note {
  display: none;
}

.brand-intro {
  padding-top: clamp(84px, 11vw, 150px);
  padding-bottom: clamp(72px, 10vw, 132px);
  background: var(--secondary-bg);
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(36px, 6vw, 70px);
}

.intro-copy h2 {
  font-size: clamp(30px, 3.45vw, 48px);
  line-height: 1.12;
}

.intro-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.intro-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

figure {
  margin: 0;
}

.intro-gallery img {
  aspect-ratio: 1.34;
  object-fit: cover;
  border-radius: 10px;
}

figcaption {
  margin-top: 11px;
  color: rgba(45, 42, 38, 0.62);
  font-size: 14px;
}

.features {
  padding-top: clamp(84px, 11vw, 148px);
  padding-bottom: clamp(72px, 10vw, 128px);
}

.section-heading {
  max-width: 940px;
  margin-bottom: clamp(34px, 6vw, 66px);
}

.section-heading.narrow {
  max-width: 680px;
}

.section-heading > p:not(.kicker) {
  margin-top: 15px;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}

.feature-card {
  min-height: 292px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(246, 244, 240, 0.54);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background-color 190ms ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 124, 93, 0.58);
  box-shadow: 0 18px 40px rgba(45, 42, 38, 0.08);
}

.feature-card[open] {
  grid-column: span 2;
  background: rgba(255, 251, 241, 0.84);
  border-color: rgba(111, 174, 167, 0.44);
  box-shadow: 0 22px 54px rgba(45, 42, 38, 0.09);
}

.feature-card summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  padding: 30px;
  cursor: pointer;
  list-style: none;
}

.feature-card summary::marker {
  content: "";
}

.feature-card summary::-webkit-details-marker {
  display: none;
}

.card-number {
  display: inline-flex;
  align-items: baseline;
  padding-top: 2px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.feature-title h3 {
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.18;
}

.feature-en {
  margin-top: 8px;
  color: rgba(45, 42, 38, 0.52);
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.feature-copy {
  grid-column: 1 / -1;
  max-width: 430px;
  margin-top: 54px;
  color: var(--muted);
  line-height: 1.85;
}

.feature-more {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 22px;
  color: var(--brand);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.feature-more::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease, background-color 180ms ease;
}

.feature-card:hover .feature-more {
  color: var(--accent);
}

.feature-card[open] .feature-more {
  font-size: 0;
}

.feature-card[open] .feature-more::before {
  content: "收合照片";
  font-size: 13px;
}

.feature-card[open] .feature-more::after {
  width: 52px;
}

.feature-gallery {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  margin: 0 30px 30px;
  padding: 2px 0 10px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(111, 174, 167, 0.5) transparent;
}

.feature-gallery figure {
  flex: 0 0 min(295px, 72vw);
  scroll-snap-align: start;
}

.feature-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 9px;
}

.feature-gallery figcaption {
  margin-top: 9px;
  color: rgba(45, 42, 38, 0.58);
  font-size: 13px;
}

.feature-gallery::-webkit-scrollbar {
  height: 6px;
}

.feature-gallery::-webkit-scrollbar-track {
  background: rgba(216, 210, 200, 0.4);
  border-radius: 999px;
}

.feature-gallery::-webkit-scrollbar-thumb {
  background: rgba(111, 174, 167, 0.58);
  border-radius: 999px;
}

.featured-menu {
  padding-top: clamp(84px, 11vw, 146px);
  padding-bottom: clamp(84px, 11vw, 146px);
  background: var(--soft-bg);
}

.menu-guide-section {
  position: relative;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  transition: transform 190ms ease, box-shadow 190ms ease;
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(45, 42, 38, 0.11);
}

.menu-card-button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.menu-card img {
  aspect-ratio: 1;
  object-fit: cover;
}

.menu-card img.business-menu-cover {
  object-fit: contain;
  background: #c19035;
}

.menu-card div {
  padding: 24px;
}

.menu-card-tag {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-card small {
  display: block;
  margin-top: 2px;
  color: rgba(45, 42, 38, 0.52);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
}

.menu-card p {
  min-height: 84px;
  margin-top: 10px;
  color: var(--muted);
}

.menu-card-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--brand);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
  transition: color 180ms ease;
}

.menu-card-action {
  padding: 0;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
  font: inherit;
}

.menu-card-action:hover,
.menu-card-action:focus-visible,
.menu-card-button:hover .menu-card-link {
  color: var(--accent);
}

.menu-viewer[hidden] {
  display: none;
}

.menu-viewer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 34px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.menu-viewer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 42, 38, 0.42);
  backdrop-filter: blur(12px);
}

.menu-viewer-window {
  position: relative;
  z-index: 1;
  width: min(1040px, 96vw);
  height: min(900px, 94vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid rgba(216, 210, 200, 0.94);
  border-radius: 18px;
  box-shadow: 0 38px 110px rgba(45, 42, 38, 0.28);
  transform: translateY(16px);
  transition: transform 220ms ease;
}

.menu-viewer.is-open .menu-viewer-window {
  transform: translateY(0);
}

.menu-viewer-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 3vw, 32px);
  border-bottom: 1px solid var(--line);
}

.menu-viewer-topbar .kicker {
  margin-bottom: 3px;
}

.menu-viewer-topbar h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
}

.menu-viewer-topbar span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
}

.menu-viewer-topbar button,
.menu-viewer-controls button {
  min-height: 46px;
  padding: 10px 20px;
  color: var(--ink);
  background: rgba(246, 244, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-viewer-topbar button:hover,
.menu-viewer-controls button:hover:not(:disabled) {
  color: var(--accent);
  border-color: rgba(201, 124, 93, 0.58);
  transform: translateY(-2px);
}

.menu-viewer-controls button:disabled {
  cursor: default;
  opacity: 0.38;
}

.menu-viewer-body {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  padding: clamp(12px, 2vw, 22px);
  overflow: hidden;
}

.menu-page-frame {
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 10px;
  overflow: auto;
  text-align: center;
}

.menu-page-frame img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(94vh - 220px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 52px rgba(45, 42, 38, 0.16);
  transition: width 180ms ease;
}

.menu-page-frame figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.menu-viewer-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px 18px;
  color: var(--brand);
  font-weight: 800;
}

.menu-viewer-controls span {
  min-width: 58px;
  text-align: center;
}

.order-section {
  padding-top: clamp(84px, 11vw, 134px);
  padding-bottom: clamp(70px, 9vw, 116px);
  background: var(--bg);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps article {
  min-height: 210px;
  padding: 31px 28px;
  border-right: 1px solid var(--line);
}

.steps article:last-child {
  border-right: 0;
}

.steps span {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 24px;
}

.steps h3 {
  margin-top: 56px;
  max-width: 330px;
}

.order-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

.order-bottom p {
  color: var(--muted);
}

.accordion-section {
  padding-top: clamp(40px, 7vw, 86px);
  padding-bottom: clamp(40px, 7vw, 86px);
  background: var(--secondary-bg);
}

.accordion-item {
  max-width: 1120px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 5vw, 44px) 0 16px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.accordion-trigger span {
  display: grid;
  gap: 8px;
  font-family: var(--serif);
  font-size: clamp(33px, 4.2vw, 58px);
  line-height: 1.1;
}

.accordion-trigger small {
  color: var(--brand);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.accordion-trigger strong {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 15px;
  transition: color 180ms ease;
}

.accordion-trigger:hover strong {
  color: var(--accent);
}

.accordion-summary {
  max-width: 520px;
  padding-bottom: 32px;
  color: var(--muted);
  font-size: 18px;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 260ms ease, opacity 220ms ease;
}

.accordion-content.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.accordion-inner {
  overflow: hidden;
  padding-bottom: 40px;
}

.accordion-inner > p {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
}

.two-column-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.two-column-list > div,
.service-panel,
.masked-doc {
  padding: 24px;
  border: 1px solid rgba(216, 210, 200, 0.88);
  border-radius: 10px;
  background: rgba(245, 241, 234, 0.5);
}

.member-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234, 228, 219, 0.82), rgba(246, 244, 240, 0.92)),
    var(--secondary-bg);
}

.member-section::before {
  content: "HANDWICH";
  position: absolute;
  right: -0.18em;
  top: 18px;
  color: rgba(45, 42, 38, 0.035);
  font-family: var(--serif);
  font-size: clamp(90px, 18vw, 250px);
  line-height: 1;
  pointer-events: none;
}

.member-accordion {
  position: relative;
  max-width: 1220px;
}

.member-accordion .accordion-trigger {
  padding-top: clamp(34px, 6vw, 62px);
}

.member-accordion .accordion-summary {
  max-width: 560px;
  padding-bottom: clamp(34px, 5vw, 54px);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.7;
}

.member-inner {
  padding-bottom: clamp(48px, 8vw, 92px);
}

.member-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(240px, 0.24fr);
  gap: 28px;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(216, 210, 200, 0.76);
}

.member-editorial::after {
  content: "A quiet invitation to live, gather, and share.";
  align-self: end;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.1;
}

.member-editorial p {
  max-width: 780px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.22;
}

.member-editorial-copy {
  display: grid;
  justify-items: start;
  gap: 24px;
}

.member-system-link {
  font-family: var(--sans);
  font-size: 14px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.member-tier {
  position: relative;
  min-height: 420px;
  padding: clamp(24px, 3.3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 12px;
  background: rgba(245, 241, 234, 0.68);
  box-shadow: 0 18px 46px rgba(45, 42, 38, 0.06);
}

.member-tier::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid rgba(111, 174, 167, 0.42);
  pointer-events: none;
}

.member-tier.reserve {
  color: var(--bg);
  border-color: rgba(45, 42, 38, 0.22);
  background: #2D2A26;
}

.member-tier.reserve::before {
  border-top-color: var(--accent);
}

.member-tier.business-member {
  background: rgba(234, 228, 219, 0.78);
}

.tier-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(216, 210, 200, 0.72);
}

.reserve .tier-heading {
  border-bottom-color: rgba(245, 241, 234, 0.18);
}

.tier-heading span {
  order: 2;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.9;
}

.tier-heading p {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reserve .tier-heading p,
.reserve .tier-heading span {
  color: var(--legacy-mint);
}

.tier-heading h3 {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.member-tier > p {
  color: var(--muted);
  font-size: 17px;
}

.member-tier > p + p {
  margin-top: 14px;
}

.reserve > p,
.reserve li,
.reserve dd,
.reserve .tier-note {
  color: rgba(245, 241, 234, 0.72);
}

.tier-lead {
  color: var(--ink) !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.45;
}

.reserve .tier-lead {
  color: var(--bg) !important;
}

.tier-detail,
.tier-list,
.join-methods,
.tier-meta {
  margin-top: 26px;
}

.tier-detail {
  padding: 18px 0;
  border-top: 1px solid rgba(216, 210, 200, 0.72);
  border-bottom: 1px solid rgba(216, 210, 200, 0.72);
}

.reserve .tier-detail,
.reserve .tier-list,
.reserve .tier-meta {
  border-color: rgba(245, 241, 234, 0.16);
}

.tier-detail h4,
.tier-list h4,
.join-methods h4 {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.reserve h4 {
  color: var(--legacy-mint);
}

.tier-detail p {
  margin-top: 8px;
  color: var(--muted);
}

.reserve .tier-detail p,
.reserve .tier-meta dt {
  color: rgba(245, 241, 234, 0.72);
}

.tier-list ul {
  margin-top: 12px;
}

.tier-list li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}

.tier-list li::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  border-radius: 50%;
  background: var(--accent);
}

.tier-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tier-meta div {
  padding: 16px;
  border: 1px solid rgba(216, 210, 200, 0.72);
  border-radius: 8px;
  background: rgba(246, 244, 240, 0.42);
}

.reserve .tier-meta div {
  border-color: rgba(245, 241, 234, 0.18);
  background: rgba(245, 241, 234, 0.06);
}

.tier-meta dt {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tier-meta dd {
  margin: 7px 0 0;
  color: var(--muted);
}

.reserve .tier-meta dt {
  color: var(--legacy-mint);
}

.reserve .tier-meta dd {
  color: var(--bg);
  font-weight: 700;
}

.occasion-line {
  margin-top: 18px;
  padding: 14px 0;
  color: rgba(45, 42, 38, 0.74);
  border-top: 1px solid rgba(216, 210, 200, 0.72);
  border-bottom: 1px solid rgba(216, 210, 200, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.join-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-methods div {
  padding: 16px;
  border: 1px solid rgba(216, 210, 200, 0.72);
  border-radius: 8px;
  background: rgba(245, 241, 234, 0.42);
}

.join-methods p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.tier-note {
  margin-top: 30px;
  padding-top: 22px;
  color: var(--accent) !important;
  border-top: 1px solid rgba(216, 210, 200, 0.72);
  font-family: var(--serif);
  font-size: clamp(23px, 2.3vw, 34px) !important;
  line-height: 1.3;
}

ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 9px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(216, 210, 200, 0.64);
}

li:last-child {
  border-bottom: 0;
}

.media-section {
  padding-top: clamp(84px, 11vw, 146px);
  padding-bottom: clamp(84px, 11vw, 146px);
  background:
    radial-gradient(circle at 18% 18%, rgba(111, 174, 167, 0.1), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--secondary-bg));
}

.book-stage {
  max-width: 1220px;
  margin-inline: auto;
}

.media-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.book-cover-view {
  position: relative;
  display: block;
  width: min(100%, 430px);
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0 30px 54px rgba(45, 42, 38, 0.16));
}

.book-cover-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.95);
  border-radius: 12px;
  background: #f8f3e9;
  aspect-ratio: 487 / 692;
  transform: rotateY(-3deg);
  transform-origin: left center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.book-cover-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(45, 42, 38, 0.08), transparent 20%, transparent 76%, rgba(45, 42, 38, 0.16)),
    linear-gradient(180deg, transparent, rgba(45, 42, 38, 0.08));
  pointer-events: none;
}

.book-cover-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-label {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  padding: 8px 12px;
  color: var(--bg);
  background: rgba(45, 42, 38, 0.72);
  border: 1px solid rgba(245, 241, 234, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.book-cover-cta {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 6;
  padding: 13px 18px;
  color: var(--bg);
  background: rgba(45, 42, 38, 0.78);
  border: 1px solid rgba(245, 241, 234, 0.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.book-cover-view:hover .book-cover-cta {
  background: var(--accent);
  transform: translateX(-50%) translateY(-3px);
}

.book-cover-view:hover .book-cover-panel {
  transform: rotateY(-1deg) translateY(-4px);
}

.media-copy-block {
  max-width: 640px;
}

.media-copy-block h2 {
  margin-top: 12px;
}

.media-subtitle {
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.45;
}

.media-story-note {
  margin-top: 26px;
  padding: clamp(24px, 3vw, 34px);
  color: #45372d;
  background: rgba(234, 228, 219, 0.78);
  border: 1px solid rgba(216, 210, 200, 0.92);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
}

.media-story-note h3 {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(25px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 1.18;
}

.media-story-note p {
  margin-top: 12px;
  color: rgba(45, 42, 38, 0.78);
  line-height: 1.8;
}

.ebook-reader[hidden] {
  display: none;
}

.ebook-reader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(12px, 2vw, 24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.ebook-reader.is-open {
  opacity: 1;
  pointer-events: auto;
}

.reader-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 42, 38, 0.62);
  backdrop-filter: blur(8px);
}

.reader-window {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1320px, 96vw);
  height: min(900px, 94vh);
  max-height: none;
  padding: clamp(14px, 2vw, 22px);
  background:
    linear-gradient(135deg, rgba(255, 251, 241, 0.98), rgba(246, 244, 240, 0.98)),
    var(--soft-bg);
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 14px;
  box-shadow: 0 34px 90px rgba(18, 16, 14, 0.32);
}

.reader-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(216, 210, 200, 0.78);
}

.reader-topbar span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reader-topbar button {
  min-height: 38px;
  padding: 0 15px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.book-page-stack {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 0;
  overflow: auto;
  padding: clamp(8px, 1.2vw, 12px) 0;
  scroll-behavior: smooth;
}

.book-inner-page {
  display: none;
  width: min(100%, calc((94vh - 168px) * 1.478));
  max-width: none;
  max-height: none;
  margin: 0 auto;
  padding: clamp(8px, 1.2vw, 14px);
  background:
    linear-gradient(90deg, rgba(45, 42, 38, 0.05), transparent 14%, transparent 86%, rgba(45, 42, 38, 0.06)),
    repeating-linear-gradient(0deg, rgba(45, 42, 38, 0.014), rgba(45, 42, 38, 0.014) 1px, transparent 1px, transparent 9px),
    #fffaf1;
  border: 1px solid rgba(216, 210, 200, 0.82);
  border-radius: 10px;
  box-shadow: inset 0 0 34px rgba(45, 42, 38, 0.05);
  transition: width 180ms ease;
}

.book-inner-page.is-active {
  display: block;
  animation: softPageFade 240ms ease;
}

.book-inner-page img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  transition: width 180ms ease, max-height 180ms ease;
}

.page-crop {
  position: relative;
  width: 100%;
  max-height: calc(96vh - 142px);
  aspect-ratio: 964 / 1304;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.page-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
}

.page-crop.page-right img {
  transform: translateX(-50%);
}

.book-inner-page figcaption {
  margin: 10px 0 0;
  color: var(--brand);
  font-family: var(--serif);
  font-size: 14px;
  text-align: right;
}

.reader-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.reader-controls button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 251, 241, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.reader-controls button:hover:not(:disabled) {
  color: var(--bg);
  background: var(--accent);
  border-color: var(--accent);
}

.reader-controls button:disabled {
  cursor: default;
  opacity: 0.42;
}

.reader-controls span {
  min-width: 64px;
  color: var(--muted);
  text-align: center;
  font-family: var(--serif);
  font-size: 18px;
}

.zoom-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 8px;
}

.zoom-controls span {
  min-width: 56px;
  padding: 0 4px;
  color: var(--brand);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
}

.book-page-stack.is-turning .book-inner-page.is-active {
  animation: softPageFade 260ms ease;
}

@keyframes softPageFade {
  0% {
    opacity: 0.32;
    transform: translateX(8px);
    filter: brightness(0.96);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    filter: brightness(1);
  }
}

body.modal-open {
  overflow: hidden;
}

.business-copy .lead {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.45;
}

.business-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.62fr) minmax(260px, 0.64fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: end;
  padding-top: clamp(84px, 11vw, 146px);
  padding-bottom: clamp(84px, 11vw, 146px);
  background: #2d2a26;
  color: var(--bg);
}

.business-copy {
  max-width: 650px;
}

.business-copy .kicker {
  color: var(--legacy-mint);
}

.business-copy p:not(.kicker) {
  margin-top: 20px;
  color: rgba(245, 241, 234, 0.74);
}

.business-section .btn {
  margin-top: 34px;
}

.service-panel {
  color: var(--ink);
  background: var(--bg);
}

.business-section > img {
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding-top: clamp(78px, 10vw, 132px);
  padding-bottom: clamp(78px, 10vw, 132px);
  background: var(--bg);
}

.location-copy {
  align-self: center;
}

.location-copy h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 500;
  line-height: 0.95;
}

.location-copy .lead {
  margin-top: 22px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.45;
}

.location-copy p:not(.kicker):not(.lead) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.location-notice {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  background: rgba(234, 228, 219, 0.62);
}

.location-notice strong {
  color: var(--ink);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.location-copy .location-notice p {
  margin-top: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.85;
}

.location-copy address {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
}

.location-copy .btn {
  margin-top: 26px;
}

.location-media-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}

.location-image img,
.location-map {
  width: 100%;
  height: clamp(260px, 28vw, 390px);
  min-height: 0;
  border-radius: 10px;
}

.location-image img {
  object-fit: cover;
  object-position: center;
  box-shadow: 0 24px 72px rgba(45, 42, 38, 0.14);
}

.location-map {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft-bg);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.78) contrast(0.96);
}

.location-map-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border: 1px solid rgba(45, 42, 38, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(245, 241, 234, 0.94);
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(45, 42, 38, 0.18);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.location-map-link:hover {
  color: var(--accent);
  border-color: rgba(201, 124, 93, 0.54);
  transform: translateY(-2px);
}

.trust-section {
  background: var(--soft-bg);
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-document,
.trust-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(245, 241, 234, 0.56);
}

.trust-document {
  overflow: hidden;
}

.trust-document summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease, background 180ms ease;
}

.trust-document summary::-webkit-details-marker {
  display: none;
}

.trust-document summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--brand);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.trust-document[open] summary::after {
  content: "-";
}

.trust-document summary:hover {
  color: var(--accent);
  background: rgba(255, 251, 241, 0.62);
}

.trust-document summary span,
.trust-note strong {
  display: block;
  color: var(--ink);
  font-weight: 800;
}

.trust-document summary small,
.trust-note small {
  display: block;
  margin-top: 4px;
  color: var(--brand);
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.trust-document img {
  width: calc(100% - 40px);
  max-height: 620px;
  object-fit: contain;
  margin: 0 20px 20px;
  padding: 12px;
  border: 1px solid rgba(216, 210, 200, 0.82);
  border-radius: 8px;
  background: #fff;
}

.legal-info {
  display: grid;
  gap: 0;
  margin: 0 20px 20px;
  border: 1px solid rgba(216, 210, 200, 0.82);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 251, 241, 0.72);
}

.legal-info div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid rgba(216, 210, 200, 0.82);
}

.legal-info div:first-child {
  border-top: 0;
}

.legal-info dt {
  color: var(--muted);
  font-weight: 800;
}

.legal-info dd {
  color: var(--ink);
  font-weight: 700;
}

.trust-note {
  padding: clamp(24px, 3vw, 34px);
}

.trust-note strong {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

.trust-note p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.78;
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  padding-top: clamp(84px, 11vw, 132px);
  padding-bottom: clamp(84px, 11vw, 132px);
  background: var(--bg);
}

.social-section p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: start;
}

.social-links a {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 244, 240, 0.62);
  font-weight: 800;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-links a::after {
  content: "↗";
  color: var(--brand);
}

.social-links a:hover {
  color: var(--accent);
  border-color: rgba(201, 124, 93, 0.58);
  transform: translateY(-3px);
}

.footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(180px, 0.42fr) minmax(180px, 0.42fr);
  gap: 28px;
  padding: clamp(42px, 6vw, 70px) clamp(22px, 5vw, 76px) 28px;
  background: var(--secondary-bg);
  border-top: 1px solid var(--line);
}

.footer strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
}

.footer h2 {
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.footer-brand-emblem {
  display: block;
  width: clamp(178px, 17vw, 250px);
  max-width: 82%;
  height: auto;
  margin-top: 28px;
  border-radius: 8px;
}

.footer a:hover {
  color: var(--accent);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-track {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .intro-copy,
  .business-section,
  .location-section,
  .social-section {
    grid-template-columns: 1fr;
  }

  .hero-carousel {
    height: 520px;
    min-height: 0;
  }

  .feature-grid,
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card[open] {
    grid-column: 1 / -1;
  }

  .business-section > img {
    height: auto;
    max-height: 640px;
  }

  .location-media-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-image img,
  .location-map {
    height: clamp(240px, 34vw, 360px);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    justify-content: flex-start;
    gap: 7px 17px;
    font-size: 13px;
  }

  .brand-mark {
    width: clamp(198px, 58vw, 272px);
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 62px);
    line-height: 0.94;
    white-space: nowrap;
  }

  h2 {
    font-size: clamp(35px, 10.5vw, 50px);
  }

  .single-line-heading {
    white-space: normal;
  }

  .hero-subtitle,
  .hero-text,
  .intro-copy p:last-child,
  .section-heading > p:not(.kicker),
  .accordion-summary,
  .accordion-inner > p,
  .social-section p:not(.kicker) {
    font-size: 16px;
  }

  .hero-line {
    font-size: 29px;
  }

  .action-row,
  .order-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-carousel {
    height: 360px;
  }

  .visual-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-width: 0;
  }

  .intro-gallery,
  .feature-grid,
  .menu-grid,
  .media-overview,
  .book-spread,
  .book-cover-view,
  .location-media-pair,
  .reader-spread,
  .member-editorial,
  .member-grid,
  .steps,
  .two-column-list,
  .tier-meta,
  .join-methods,
  .trust-grid,
  .trust-list,
  .social-links,
  .footer {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card[open] {
    grid-column: 1;
    min-height: 0;
  }

  .feature-card summary {
    padding: 24px;
  }

  .feature-copy {
    margin-top: 32px;
  }

  .feature-gallery {
    margin: 0 24px 24px;
  }

  .book-cover-view,
  .reader-spread {
    min-height: 0;
    filter: drop-shadow(0 22px 42px rgba(45, 42, 38, 0.14));
  }

  .book-cover-view::before,
  .reader-spread::before {
    display: none;
  }

  .book-cover-panel,
  .reader-page {
    min-height: 0;
  }

  .book-back,
  .book-front,
  .reader-story,
  .reader-pdf {
    transform: none;
    border-radius: 12px;
  }

  .book-cover-panel {
    min-height: 0;
  }

  .book-front {
    border-left: 1px solid rgba(216, 210, 200, 0.95);
    aspect-ratio: 487 / 692;
  }

  .reader-story {
    padding: 32px 24px;
  }

  .reader-pdf {
    min-height: 560px;
    margin-top: 16px;
    border-left: 1px solid rgba(216, 210, 200, 0.95);
  }

  .book-cover-cta {
    bottom: 18px;
    white-space: nowrap;
  }

  .reader-window {
    width: min(100%, calc(100vw - 28px));
    height: calc(100vh - 28px);
    max-height: none;
    padding: 12px;
  }

  .menu-viewer {
    padding: 10px;
  }

  .menu-viewer-window {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .menu-viewer-topbar {
    align-items: flex-start;
    padding: 16px;
  }

  .menu-viewer-topbar button {
    padding-inline: 15px;
  }

  .menu-viewer-body {
    grid-template-columns: 1fr;
    align-items: stretch;
    overflow: hidden;
    padding: 14px;
  }

  .menu-page-frame {
    height: 100%;
  }

  .menu-page-frame img {
    max-height: none;
  }

  .menu-viewer-controls {
    flex-wrap: wrap;
    padding-inline: 12px;
  }

  .book-page-stack {
    padding: 10px 0;
  }

  .book-inner-page img {
    max-height: none;
  }

  .book-inner-page {
    width: min(100%, calc((100vh - 168px) * 1.478));
    max-width: none;
    padding: 8px;
  }

  .page-crop {
    max-height: calc(100vh - 150px);
  }

  .book-spread {
    min-height: 0;
    filter: drop-shadow(0 22px 42px rgba(45, 42, 38, 0.14));
  }

  .book-spread::before {
    display: none;
  }

  .book-side {
    min-height: 0;
  }

  .book-front,
  .book-page {
    transform: none;
    border-radius: 12px;
  }

  .book-spread .book-front {
    aspect-ratio: 0.78;
  }

  .book-page {
    margin-top: 16px;
    border-left: 1px solid rgba(216, 210, 200, 0.95);
    padding: 32px 24px;
  }

  .steps {
    border-bottom: 0;
  }

  .steps article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps h3 {
    margin-top: 26px;
  }

  .accordion-trigger {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .accordion-trigger span {
    font-size: 36px;
  }

  .member-editorial::after {
    font-size: 23px;
  }

  .member-tier {
    min-height: 0;
  }

  .tier-heading {
    gap: 14px;
  }

  .tier-heading span {
    font-size: 36px;
  }

  .legal-info div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trust-document summary {
    align-items: flex-start;
  }

  .masked-doc {
    grid-template-columns: 1fr;
  }

  .masked-doc img {
    max-height: 260px;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 48px;
  }
}
