/* ===================== TOKENS ===================== */
:root {
  --espresso: #2B1D14;
  --taupe: #6B5847;
  --sand: #B8A082;
  --cream: #F2E8D5;
  --cream-deep: #ECE0C9;
  --gold: #C9A961;

  --serif-display: "Playfair Display", Georgia, serif;
  --serif-body: "Cormorant Garamond", Georgia, serif;
  --sc: "Cormorant SC", Georgia, serif;
  --cinzel: "Cinzel", Georgia, serif;

  --max: 720px;
  --pad: 24px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--cream);
  color: var(--espresso);
  font-family: var(--serif-body);
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

/* ===================== STICKY TOP BAR ===================== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 232, 213, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(184, 160, 130, 0.5);
}
.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wordmark {
  font-family: var(--serif-display);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: var(--espresso);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbar-reserve {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--espresso);
  border: 1px solid var(--gold);
  background: var(--gold);
  padding: 10px 18px;
  border-radius: 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: background 0.25s ease, color 0.25s ease;
}
.topbar-reserve:hover { background: transparent; color: var(--espresso); }

/* ===================== LAYOUT PRIMITIVES ===================== */
main { display: block; }
section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 56px var(--pad);
}
.rule-thin {
  max-width: var(--max);
  margin: 0 auto;
  border: 0;
  height: 1px;
  background: var(--sand);
  opacity: 0.55;
}
.rule-thick {
  height: 3px;
  background: var(--espresso);
  margin: 18px 0;
}
.footer .rule-thick { background: var(--gold); }

/* ===================== KICKERS / LABELS ===================== */
.kicker {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--sand);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0.42em;
}
.kicker-small {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--sand);
  margin-bottom: 8px;
}

/* ===================== MASTHEAD ===================== */
.masthead { text-align: center; padding-top: 48px; padding-bottom: 32px; }
.masthead-title {
  font-family: var(--cinzel);
  font-weight: 600;
  font-size: clamp(34px, 10vw, 68px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  color: var(--espresso);
  margin: 4px 0 14px;
}
.masthead-sub {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--taupe);
  padding-left: 0.4em;
  margin-bottom: 20px;
}
.dateline {
  font-family: var(--sc);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--taupe);
  margin-top: 14px;
}

/* ===================== LEAD ===================== */
.lead { text-align: center; padding-top: 24px; padding-bottom: 40px; }
.lead-head {
  font-family: var(--serif-display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(40px, 13vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin-bottom: 22px;
}
.deck {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 5vw, 30px);
  color: var(--taupe);
  margin-bottom: 26px;
}
.descriptor {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: var(--taupe);
  line-height: 1.7;
}

/* ===================== FOUNDER LETTER ===================== */
.letter .byline {
  font-family: var(--serif-body);
  font-style: italic;
  color: var(--taupe);
  font-size: 17px;
  margin-bottom: 26px;
}
.letter-body p, .issue-body p {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
  color: var(--espresso);
  margin-bottom: 18px;
}
.pullquote {
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 0;
}
.pullquote span {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 5.5vw, 30px);
  line-height: 1.35;
  color: var(--espresso);
}

/* ===================== IN THIS ISSUE / TOC ===================== */
.toc {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--sand);
}
.toc a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 6px 4px;
  border-bottom: 1px solid rgba(184, 160, 130, 0.5);
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--espresso);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.toc a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  margin-right: 12px;
  flex: 0 0 auto;
}
.toc a:hover { color: var(--gold); padding-left: 6px; }

/* ===================== SECTION HEADS ===================== */
.section-title {
  font-family: var(--serif-display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(30px, 8vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--espresso);
  margin-bottom: 12px;
}
.section-sub {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--taupe);
  line-height: 1.5;
  margin-bottom: 12px;
}

/* ===================== MENU GROUPS ===================== */
.group { margin-top: 44px; }
.group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 2px solid var(--espresso);
  padding-bottom: 8px;
}
.group-head h3 {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--espresso);
  letter-spacing: 0.01em;
}
.group-price {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 16px;
  color: var(--gold);
  flex: 0 0 auto;
}
.group-tag {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: var(--taupe);
  margin-top: 10px;
  margin-bottom: 6px;
}
.items { list-style: none; }
.item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(184, 160, 130, 0.4);
}
.item-main { display: flex; flex-direction: column; gap: 2px; }
.item-name {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--espresso);
  line-height: 1.2;
}
.item-note {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  color: var(--taupe);
  line-height: 1.35;
}
.item-price {
  font-family: var(--sc);
  font-weight: 600;
  font-size: 16px;
  color: var(--espresso);
  flex: 0 0 auto;
}

.menu-foot {
  margin-top: 40px;
  text-align: center;
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  color: var(--taupe);
}

/* ===================== FEATURE BOX ===================== */
.feature-box {
  margin-top: 24px;
  border: 1.5px solid var(--gold);
  padding: 24px 22px;
  text-align: center;
  background: rgba(201, 169, 97, 0.06);
}
.feature-box.large { margin-top: 28px; padding: 30px 24px; }
.feature-kicker {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--sand);
  margin-bottom: 12px;
}
.feature-title {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--espresso);
  margin-bottom: 10px;
  line-height: 1.2;
}
.feature-price {
  display: block;
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: var(--gold);
  margin-top: 6px;
}
.feature-desc {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: var(--espresso);
  margin-bottom: 12px;
}
.feature-line {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  color: var(--taupe);
  line-height: 1.5;
}

/* ===================== RESERVE BLOCK ===================== */
.reserve-block {
  margin-top: 36px;
  text-align: center;
  padding: 34px 24px;
  background: var(--espresso);
  color: var(--cream);
}
.reserve-label {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--cream);
  margin-bottom: 8px;
}
.reserve-note {
  font-family: var(--serif-body);
  font-style: italic;
  font-size: 17px;
  color: var(--sand);
  margin-bottom: 22px;
}
.reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 44px;
  background: var(--gold);
  color: var(--espresso);
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  transition: transform 0.2s ease, background 0.25s ease;
}
.reserve-btn:hover { background: #d9bd7e; transform: translateY(-2px); }
.reserve-sub {
  margin-top: 18px;
  font-family: var(--sc);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--sand);
}

/* ===================== NOTE BLOCK ===================== */
.note-block {
  margin-top: 32px;
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 20px;
}
.note-title {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.note-block p:not(.note-title) {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: var(--taupe);
}

/* ===================== MEMBERSHIP CARDS ===================== */
.cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card {
  border: 1px solid var(--sand);
  background: var(--cream-deep);
  padding: 28px 24px;
  text-align: center;
}
.card.founding { border-color: var(--gold); border-width: 1.5px; }
.card-badge {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--sand);
  display: inline-block;
  margin-bottom: 14px;
}
.card-badge.gold { color: var(--gold); }
.card-name {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--espresso);
  margin-bottom: 8px;
}
.card-price {
  font-family: var(--serif-display);
  font-weight: 900;
  font-size: 44px;
  color: var(--espresso);
  line-height: 1;
  margin-bottom: 14px;
}
.card-price span { font-size: 18px; font-weight: 700; color: var(--taupe); }
.card-price .from {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  color: var(--taupe);
  margin-right: 4px;
}
.card-tag {
  font-family: var(--serif-body);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 14px;
}
.card-desc {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: var(--taupe);
}

/* ===================== HOURS ===================== */
.hours-list { list-style: none; margin-top: 28px; }
.hours-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(184, 160, 130, 0.45);
}
.hours-seg {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--espresso);
}
.hours-time {
  font-family: var(--sc);
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 15px;
  color: var(--taupe);
  text-align: right;
}

/* ===================== CALENDAR ===================== */
.cal-list { list-style: none; margin-top: 28px; }
.cal-list li {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(184, 160, 130, 0.45);
}
.cal-day {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--espresso);
}
.cal-prog {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--taupe);
}
.cal-prog em { font-style: italic; color: var(--sand); }

/* ===================== THE HOUSE ===================== */
.house-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.house-label {
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--sand);
}
.house-line {
  font-family: var(--serif-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: var(--espresso);
  margin-bottom: 4px;
}
.house-line.em { font-style: italic; font-weight: 400; color: var(--taupe); }
.house-line a { border-bottom: 1px solid var(--gold); }
.house-line a:hover { color: var(--gold); }

/* ===================== FOOTER ===================== */
.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px var(--pad) 64px;
  text-align: center;
}
.beliefs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 22px;
  margin: 24px 0;
}
.beliefs li {
  font-family: var(--sc);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--taupe);
  position: relative;
}
.beliefs li:not(:last-child)::after {
  content: "\00B7";
  color: var(--gold);
  position: absolute;
  right: -13px;
}
.share {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 22px;
}
.share-btn {
  width: 46px;
  height: 46px;
  border: 1px solid var(--sand);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--espresso);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.share-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,169,97,0.08); }
.foot-dateline { margin-top: 8px; }
.foot-site {
  font-family: var(--sc);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--sand);
  margin-top: 8px;
}
.copy-toast {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-family: var(--sc);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold);
  transition: opacity 0.3s ease, height 0.3s ease;
}
.copy-toast.show { opacity: 1; height: 24px; margin-top: 14px; }

/* ===================== REVEAL ANIMATION ===================== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== DESKTOP ===================== */
@media (min-width: 760px) {
  body { font-size: 19px; }
  section { padding: 72px var(--pad); }
  .cards { flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: 20px; }
  .card { flex: 1 1 calc(50% - 10px); min-width: 260px; display: flex; flex-direction: column; }
  .card-desc { margin-top: auto; }
  .house-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .toc { grid-template-columns: repeat(3, 1fr); column-gap: 24px; }
}

@media (min-width: 1100px) {
  .card { flex: 1 1 0; min-width: 0; }
}
