@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/cormorant-500.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/cormorant-600.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 600; font-display: swap; src: url('/fonts/cormorant-italic-600.ttf') format('truetype'); }
@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/libre-franklin-300.ttf') format('truetype'); }
@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/libre-franklin-400.ttf') format('truetype'); }
@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/libre-franklin-500.ttf') format('truetype'); }
@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/libre-franklin-600.ttf') format('truetype'); }

:root {
  --ink: #0d0b08;
  --ink-soft: #1a1710;
  --paper: #0d0b08;
  --paper-bright: #242018;
  --gold: #c8922a;
  --gold-light: #e8b84b;
  --parchment: #f5f0e8;
  --parchment-dim: #d8d0c0;
  --text-body: #e8e0d0;
  --line: rgba(200, 146, 42, 0.20);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Libre Franklin', Arial, sans-serif;
  --header-height: 102px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text-body); background: var(--paper); font-family: var(--sans); font-weight: 300; line-height: 1.7; }
body.menu-is-open { overflow: hidden; }
[x-cloak] { display: none !important; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: auto 1fr auto;
  height: var(--header-height);
  left: 0;
  padding: 0 max(36px, 5vw);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.site-header--solid { background: linear-gradient(180deg, rgba(10,8,5,.96), rgba(10,8,5,.7), transparent); }
.brand { display: flex; flex-direction: column; font-family: var(--serif); line-height: .94; letter-spacing: .04em; white-space: nowrap; }
.brand__name { font-size: clamp(1.55rem, 2.2vw, 2.05rem); font-weight: 600; text-transform: uppercase; }
.brand__tag { color: var(--gold-light); font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .31em; margin-top: 9px; text-transform: uppercase; }
.desktop-nav { align-items: center; display: flex; gap: clamp(18px, 2.5vw, 42px); justify-content: center; }
.desktop-nav a { color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 1rem; font-weight: 600; letter-spacing: .09em; position: relative; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a::after { background: var(--gold); bottom: -8px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 100%; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { border: 1px solid var(--gold); color: var(--gold-light); font-size: .76rem; font-weight: 600; letter-spacing: .13em; padding: 12px 18px; text-transform: uppercase; }
.menu-toggle { background: none; border: 0; cursor: pointer; display: none; gap: 6px; padding: 10px; }
.menu-toggle span { background: #fff; display: block; height: 1px; width: 26px; }

.mobile-menu { background: rgba(12,10,7,.985); inset: 0; padding: 110px 36px 40px; position: fixed; z-index: 100; }
.mobile-menu__close { background: none; border: 0; color: #fff; cursor: pointer; font-size: 2.5rem; padding: 20px; position: absolute; right: 16px; top: 10px; }
.mobile-menu nav { align-items: flex-start; display: flex; flex-direction: column; gap: 22px; }
.mobile-menu nav > a:not(.btn) { color: #fff; font-family: var(--serif); font-size: 2rem; text-transform: uppercase; }

.btn { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .76rem; font-weight: 600; justify-content: center; letter-spacing: .13em; min-height: 50px; padding: 13px 25px; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.btn--gold { background: var(--gold); color: #15110b; }
.btn--gold:hover { background: var(--gold-light); }
.btn--outline { border-color: rgba(255,255,255,.65); color: #fff; }
.btn--outline:hover { background: #fff; color: var(--ink); }
.btn--outline-dark { border-color: rgba(245,240,232,.65); color: var(--parchment); }
.btn--outline-dark:hover { background: var(--parchment); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.eyebrow, .section-label { color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .24em; margin: 0 0 16px; text-transform: uppercase; }
.display-title { color: var(--parchment); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.02; margin: 0 0 25px; }
.lead-copy { font-size: 1.04rem; line-height: 1.85; margin: 0 0 20px; max-width: 780px; }
.text-link { border-bottom: 1px solid var(--gold); display: inline-block; font-size: .76rem; font-weight: 600; letter-spacing: .14em; margin-top: 14px; padding-bottom: 4px; text-transform: uppercase; }

.home-hero { align-items: center; color: #fff; display: flex; min-height: 100svh; overflow: hidden; padding: calc(var(--header-height) + 60px) max(36px, 9vw) 90px; position: relative; }
.home-hero__slide { background-position: center; background-size: cover; inset: 0; opacity: 0; position: absolute; transform: scale(1.04); transition: opacity 1s, transform 7s; }
.home-hero__slide.is-active { opacity: 1; transform: scale(1); }
.home-hero__shade { background: linear-gradient(90deg, rgba(7,6,4,.82), rgba(7,6,4,.36) 55%, rgba(7,6,4,.15)), linear-gradient(0deg, rgba(7,6,4,.55), transparent 55%); inset: 0; position: absolute; }
.home-hero__content { max-width: 740px; position: relative; z-index: 2; }
.home-hero h1 { display: flex; flex-direction: column; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 7.7rem); font-weight: 500; letter-spacing: -.03em; line-height: .82; margin: 0 0 30px; text-transform: uppercase; }
.home-hero h1 span { font-family: var(--sans); font-size: .2em; font-weight: 400; letter-spacing: .32em; line-height: 2.5; }
.home-hero h1 em { color: var(--gold-light); font-weight: 500; text-transform: none; }
.home-hero__lead { font-family: var(--serif); font-size: clamp(1.35rem, 2.6vw, 2rem); margin-bottom: 36px; }
.home-hero__dots { bottom: 45px; display: flex; gap: 10px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.home-hero__dots button { background: rgba(255,255,255,.45); border: 0; border-radius: 999px; cursor: pointer; height: 5px; padding: 0; transition: width .25s, background .25s; width: 20px; }
.home-hero__dots button.is-active { background: var(--gold); width: 46px; }
.home-hero__scroll { bottom: 35px; font-size: .62rem; letter-spacing: .22em; position: absolute; right: 5vw; text-transform: uppercase; z-index: 3; }

.intro-section { align-items: center; background: var(--ink); display: grid; gap: clamp(55px, 9vw, 130px); grid-template-columns: 1.05fr .95fr; padding-block: clamp(90px, 11vw, 170px); }
.intro-section__image { margin: 0; position: relative; }
.intro-section__image img { aspect-ratio: 4 / 5; object-fit: cover; }
.intro-section__image figcaption { background: var(--ink); bottom: 18px; color: #fff; font-size: .64rem; left: -35px; letter-spacing: .15em; padding: 12px 18px; position: absolute; text-transform: uppercase; }
.offers-section { background: var(--ink-soft); box-shadow: 0 0 0 100vmax var(--ink-soft); clip-path: inset(0 -100vmax); padding-block: clamp(90px, 10vw, 140px); }
.offer-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 50px; background: var(--line); }
.offer-card { background: var(--paper-bright); min-height: 390px; padding: clamp(28px, 4vw, 55px); }
.offer-card__meta { color: var(--gold); font-size: .65rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.offer-card h3 { color: var(--parchment); font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1.05; margin: 75px 0 24px; }
.offer-card p { min-height: 112px; }
.offer-card a { font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.gallery-section { background: var(--ink); color: #fff; padding: 100px 0 0; }
.gallery-section__heading { margin-bottom: 45px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 24vw; }
.gallery-grid img { height: 100%; object-fit: cover; }
.gallery-grid img:nth-child(1), .gallery-grid img:nth-child(4) { grid-column: span 5; }
.gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3) { grid-column: span 7; }
.gallery-grid img:nth-child(5), .gallery-grid img:nth-child(6) { grid-column: span 6; }
.history-teaser { align-items: center; background-position: center; background-size: cover; color: #fff; display: flex; min-height: 720px; padding: 100px max(36px, 9vw); position: relative; }
.history-teaser__shade { background: linear-gradient(90deg, rgba(8,7,5,.86), rgba(8,7,5,.18)); inset: 0; position: absolute; }
.history-teaser__content { max-width: 680px; position: relative; }
.history-teaser__content > p:not(.section-label) { font-size: 1.08rem; margin-bottom: 35px; max-width: 590px; }
.join-section { align-items: center; background: var(--ink-soft); display: flex; flex-direction: column; padding: clamp(90px, 12vw, 160px) 30px; text-align: center; }
.join-section > p:not(.section-label) { max-width: 720px; margin: 0 0 35px; }

.page-hero { align-items: flex-end; background-position: center; background-size: cover; color: #fff; display: flex; min-height: 650px; padding: calc(var(--header-height) + 80px) max(32px, 9vw) 100px; position: relative; }
.page-hero--short { min-height: 500px; }
.page-hero__shade { background: linear-gradient(0deg, rgba(8,7,5,.88), rgba(8,7,5,.14) 70%), linear-gradient(90deg, rgba(8,7,5,.45), transparent); inset: 0; position: absolute; }
.page-hero__content { max-width: 900px; position: relative; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.025em; line-height: .95; margin: 0 0 20px; }
.page-hero__content > p:last-child:not(.eyebrow) { font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.8rem); margin: 0; }
.page-body { background: var(--ink); padding-block: clamp(85px, 10vw, 150px); }
.page-body > section, .page-body > aside, .page-body > div { margin-bottom: 95px; }
.content-block { max-width: 900px; }
.content-images { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.content-images img { aspect-ratio: 4 / 3; object-fit: cover; }
.tour-section > h2, .features-section > h2, .membership-section > h2 { max-width: 800px; }
.tour-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tour-card { background: var(--ink-soft); border-top: 3px solid var(--gold); padding: 32px; }
.tour-card__header { display: flex; flex-direction: column; gap: 6px; }
.tour-card__header span { color: var(--parchment); font-family: var(--serif); font-size: 1.75rem; font-weight: 600; }
.tour-card__header strong { color: var(--gold); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.tour-card ul, .two-column-lists ul { list-style: none; padding: 0; }
.tour-card li, .two-column-lists li { border-top: 1px solid var(--line); padding: 8px 0; }
.tour-card li::before, .two-column-lists li::before { color: var(--gold); content: '—'; margin-right: 9px; }
.facts-section { background: var(--ink); color: #fff; padding: clamp(35px, 6vw, 70px); }
.facts-section h2 { color: var(--gold-light); font-family: var(--serif); font-size: 2.5rem; font-weight: 500; }
.facts-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 0; background: rgba(255,255,255,.18); }
.facts-grid > div { background: var(--ink); padding: 25px; }
.facts-grid dt, .contact-grid span { color: var(--gold); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.facts-grid dd { font-family: var(--serif); font-size: 1.35rem; margin: 8px 0 0; }
.two-column-lists, .membership-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.two-column-lists article, .membership-grid article { background: var(--ink-soft); border-top: 2px solid var(--gold); padding: 38px; }
.two-column-lists h3, .membership-grid h3, .feature-grid h3 { color: var(--parchment); font-family: var(--serif); font-size: 2rem; margin: 0 0 18px; }
.quote { border-left: 3px solid var(--gold); margin-inline: auto; max-width: 900px; padding: 20px 40px; }
.quote p { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-style: italic; line-height: 1.2; margin: 0 0 18px; }
.quote cite { color: var(--gold); font-size: .68rem; font-style: normal; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); background: var(--line); }
.contact-grid article { background: var(--ink-soft); border-top: 2px solid var(--gold); padding: 32px; }
.contact-grid h3 { color: var(--parchment); font-family: var(--serif); font-size: 1.45rem; margin: 13px 0 5px; }
.contact-grid p { white-space: pre-line; }
.contact-grid a { border-bottom: 1px solid var(--gold); }
.feature-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); background: var(--line); }
.feature-grid article { background: var(--ink-soft); border-top: 2px solid var(--gold); padding: 32px; }
.events-section { display: grid; gap: 12px; }
.event-card { align-items: center; background: var(--ink-soft); border-left: 3px solid var(--gold); display: grid; gap: 30px; grid-template-columns: 115px 1fr auto; padding: 28px; }
.event-card__date { align-items: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.event-card__date span, .event-card__body > span { color: var(--gold); font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.event-card__date strong { color: var(--parchment); font-family: var(--serif); font-size: 2.7rem; }
.event-card__body h3 { color: var(--parchment); font-family: var(--serif); font-size: 2rem; margin: 3px 0; }
.event-card__body h4 { font-size: .9rem; margin: 0 0 8px; }
.event-card__body p { margin: 0; }
.booking-section { max-width: 940px; }
.booking-form { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
.booking-form label { display: flex; flex-direction: column; gap: 8px; }
.booking-form label > span { color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { background: rgba(255,255,255,.05); border: 1px solid rgba(200,146,42,.3); border-radius: 0; color: var(--parchment); min-height: 52px; padding: 13px 15px; width: 100%; }
.booking-form select option { background: var(--ink-soft); color: var(--parchment); }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: rgba(245,240,232,.35); }
.booking-form textarea { min-height: 160px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); outline: 1px solid var(--gold); }
.booking-form__wide { grid-column: 1 / -1; }
.notice { background: var(--ink-soft); border-left: 3px solid var(--gold); color: var(--parchment-dim); padding: 26px 32px; }
.notice p { margin: 0; }
.page-actions { margin-bottom: 0 !important; }

.site-footer { background: #0d0b08; color: rgba(255,255,255,.7); }
.site-footer__top { display: grid; gap: 60px; grid-template-columns: 2fr repeat(3, 1fr); padding-block: 80px; }
.site-footer__about { max-width: 420px; }
.site-footer__brand { color: #fff; font-family: var(--serif); font-size: 2.1rem; font-weight: 600; margin: 0; }
.site-footer__org { color: var(--gold); font-size: .66rem; letter-spacing: .15em; margin: 8px 0 20px; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; gap: 7px; }
.site-footer nav h2 { color: var(--gold-light); font-size: .68rem; letter-spacing: .17em; margin: 0 0 13px; text-transform: uppercase; }
.site-footer nav a { font-size: .88rem; }
.site-footer nav a:hover { color: #fff; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; padding-block: 20px; }

@media (max-width: 1320px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; }
  .tour-grid { grid-template-columns: 1fr; }
  .feature-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --header-height: 84px; }
  .section-shell { width: min(100% - 38px, 1180px); }
  .site-header { gap: 16px; padding-inline: 20px; }
  .brand__name { font-size: 1.35rem; }
  .home-hero { padding-inline: 22px; }
  .home-hero h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .home-hero__scroll { display: none; }
  .intro-section { grid-template-columns: 1fr; }
  .intro-section__image { margin-left: 24px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .offer-card h3 { margin-top: 40px; }
  .offer-card p { min-height: 0; }
  .gallery-grid { grid-auto-rows: 58vw; grid-template-columns: repeat(2, 1fr); }
  .gallery-grid img:nth-child(n) { grid-column: span 1; }
  .history-teaser { min-height: 650px; padding-inline: 22px; }
  .page-hero { min-height: 540px; padding: calc(var(--header-height) + 60px) 22px 65px; }
  .page-hero--short { min-height: 430px; }
  .content-images { grid-template-columns: 1fr; }
  .content-images img { aspect-ratio: 16 / 10; }
  .two-column-lists, .membership-grid, .feature-grid, .contact-grid, .facts-grid { grid-template-columns: 1fr; }
  .event-card { align-items: start; grid-template-columns: 82px 1fr; }
  .event-card > .btn { grid-column: 1 / -1; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form__wide { grid-column: auto; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__about { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
