*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: #f3eee4;
  color: #1c241e;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

:root {
  --ink: #1c241e;
  --muted: #5c665e;
  --parchment: #f3eee4;
  --parchment-dark: #e8e1d2;
  --forest: #1a3328;
  --forest-mid: #2a4a3c;
  --gold: #b8956c;
  --gold-soft: rgba(184,149,108,0.2);
  --sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --border: rgba(28,36,30,0.12);
}

/* ——— STATIONERY HEADER: centered wordmark + middot nav (unique) ——— */
.stationery {
  text-align: center;
  padding: 36px 24px 0;
  background: var(--parchment);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 100;
}
.stationery .rule {
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 16px;
}
.stationery .name {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 4px;
}
.stationery .place {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.stationery nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding-bottom: 20px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.stationery nav a {
  color: var(--muted);
  padding: 6px 16px;
  transition: color 0.2s;
  position: relative;
}
.stationery nav a:not(:last-child)::after {
  content: '·';
  position: absolute;
  right: -2px;
  color: var(--gold);
  pointer-events: none;
}
.stationery nav a:hover,
.stationery nav a.active {
  color: var(--forest);
}

.mob-btn {
  display: none;
  font-family: var(--sans);
  background: var(--forest);
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto 16px;
}

/* ——— HERO: full bleed with centered serif block ——— */
.hero {
  position: relative;
  height: 78vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,51,40,0.75) 0%, rgba(26,51,40,0.2) 55%, rgba(26,51,40,0.35) 100%);
}
.hero .caption {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px 56px;
  max-width: 640px;
}
.hero .caption h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  line-height: 1.2;
}
.hero .caption p {
  font-family: var(--sans);
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
}
.btn-gold:hover { background: #a07d55; }
.btn-forest {
  background: var(--forest);
  color: #fff;
}
.btn-forest:hover { background: var(--forest-mid); }
.btn-outline {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: #fff; }

/* ——— INTRO COLUMN ——— */
.intro {
  max-width: 620px;
  margin: 0 auto;
  padding: 72px 28px;
  text-align: center;
}
.intro .ornament {
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 18px;
  letter-spacing: 0.3em;
}
.intro h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.3;
}
.intro p {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 1.02rem;
}

/* ——— FEATURE BAND ——— */
.band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forest);
  color: #e8e4d8;
}
.band .photo img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.band .text {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.band .text .label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.band .text h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 400;
  margin-bottom: 14px;
  color: #fff;
}
.band .text p {
  font-family: var(--sans);
  color: rgba(232,228,216,0.7);
  margin-bottom: 12px;
  font-size: 0.98rem;
}
.band.reverse .photo { order: 2; }
.band.reverse .text { order: 1; }

/* ——— CHAMBERS GRID ——— */
.section {
  padding: 72px 28px;
  max-width: 1060px;
  margin: 0 auto;
}
.section-head {
  text-align: center;
  margin-bottom: 40px;
}
.section-head .label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
}

.chambers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.chamber {
  background: #fff;
  border: 1px solid var(--border);
}
.chamber img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.chamber .body {
  padding: 22px 20px 26px;
  text-align: center;
}
.chamber h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.chamber p {
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.chamber .detail {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ——— HERITAGE ——— */
.heritage-hero {
  text-align: center;
  padding: 60px 28px 40px;
  max-width: 640px;
  margin: 0 auto;
}
.heritage-hero .label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.heritage-hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  margin-bottom: 14px;
}
.heritage-hero p {
  font-family: var(--sans);
  color: var(--muted);
}

.heritage-photo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px;
}
.heritage-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.heritage-prose {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 28px 70px;
}
.heritage-prose p {
  font-family: var(--sans);
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 1.02rem;
}

/* ——— ARRIVE ——— */
.arrive-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  max-width: 1000px;
  margin: 50px auto 80px;
  padding: 0 28px;
  gap: 28px;
}
.arrive-info h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  margin-bottom: 10px;
}
.arrive-info > p {
  font-family: var(--sans);
  color: var(--muted);
  margin-bottom: 28px;
}
.a-row { margin-bottom: 20px; }
.a-row .lbl {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.a-row p, .a-row a {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 0.96rem;
}
.a-row a:hover { color: var(--ink); }

.arrive-form {
  background: #fff;
  border: 1px solid var(--border);
  padding: 36px;
}
.form-group { margin-bottom: 14px; }
.form-group label {
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 5px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--parchment);
  font-family: var(--sans);
  font-size: 0.96rem;
  color: var(--ink);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
}
.form-group textarea { min-height: 110px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ——— FOOTER ——— */
.ft {
  background: var(--forest);
  color: rgba(232,228,216,0.55);
  text-align: center;
  padding: 40px 28px;
  font-family: var(--sans);
  font-size: 0.86rem;
}
.ft .name {
  color: #fff;
  font-family: Georgia, serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.ft p { margin-bottom: 4px; }

@media (max-width: 860px) {
  .stationery nav {
    display: none;
    flex-direction: column;
    gap: 4px;
  }
  .stationery nav.open { display: flex; }
  .stationery nav a:not(:last-child)::after { display: none; }
  .mob-btn { display: block; }
  .band { grid-template-columns: 1fr; }
  .band.reverse .photo, .band.reverse .text { order: unset; }
  .band .photo img { min-height: 260px; }
  .band .text { padding: 40px 24px; }
  .chambers { grid-template-columns: 1fr; }
  .arrive-wrap { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .heritage-photo img { height: 280px; }
}
