:root {
  --bg: #f3f1ec;
  --paper: #fbfaf7;
  --ink: #202020;
  --muted: #696765;
  --line: #d7d2ca;
  --soft: #e9e6df;
  --charcoal: #2b2b2b;
  --wine: #6d2224;
  --gold: #b89a5b;
  --shadow: 0 24px 70px rgba(34, 31, 28, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(243, 241, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
}

.brand__logo {
  width: 108px;
  height: auto;
  flex: 0 0 auto;
}

.brand__text {
  display: block;
  padding-top: 6px;
  min-width: 0;
}

.brand__name {
  display: block;
  font-family: var(--sans);
  font-size: 1.52rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.brand__motto {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--paper) !important;
  background: var(--charcoal);
  border-radius: 4px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(28, 28, 28, 0.9), rgba(28, 28, 28, 0.5) 48%, rgba(28, 28, 28, 0.16)),
    linear-gradient(0deg, rgba(28, 28, 28, 0.7), transparent 48%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

.hero__content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 9vh clamp(18px, 7vw, 96px);
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.4rem);
}

h3 {
  font-size: 1.65rem;
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(251, 250, 247, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero__actions,
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  color: var(--paper);
  background: var(--wine);
}

.button--ghost {
  color: var(--paper);
  border-color: rgba(251, 250, 247, 0.38);
  background: rgba(251, 250, 247, 0.08);
}

.button--light {
  color: var(--ink);
  background: var(--paper);
}

.hero__actions {
  margin-top: 34px;
}

.section {
  padding: clamp(64px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.muted {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.section__heading {
  max-width: 760px;
}

.section__heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.section-symbol {
  width: 104px;
  height: auto;
  margin: 0 auto 12px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background: var(--paper);
}

.intro__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__content {
  color: var(--muted);
  font-size: 1.12rem;
}

.intro__content h2 {
  color: var(--ink);
}

.intro__content p:not(.eyebrow) {
  margin: 22px 0 0;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 48px auto 0;
}

.values article,
.lodge-grid article,
.contact-form,
.contact-note,
.project-list {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.values article {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.value-symbol {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 66px;
  height: auto;
  pointer-events: none;
}

.values span {
  display: block;
  padding-right: 82px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.values h3 {
  margin-top: 8px;
}

.values p,
.lodge-grid p,
.project-list p,
.contact__copy p {
  color: var(--muted);
}

.meeting,
.charity,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background: var(--paper);
}

.meeting__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.meeting__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.check-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-top: 14px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.lodge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.lodge-grid article {
  padding: 24px;
}

.lodge-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
}

.lodge-card__photo {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lodge-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lodge-card__content {
  min-width: 0;
  padding: 24px;
}

.lodge-grid h3 {
  color: var(--wine);
}

.project-list {
  padding: 28px;
}

.project-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.project-list p:first-child {
  padding-top: 0;
}

.project-list p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cta-band {
  align-items: center;
  justify-content: space-between;
  padding: clamp(42px, 7vw, 76px) clamp(18px, 5vw, 72px);
  color: var(--paper);
  background: var(--charcoal);
}

.cta-band div {
  max-width: 760px;
}

.cta-band p:not(.eyebrow) {
  color: rgba(251, 250, 247, 0.78);
}

.contact {
  align-items: start;
}

.contact__copy {
  position: sticky;
  top: 110px;
}

.contact-note {
  display: grid;
  gap: 4px;
  margin-top: 32px;
  padding: 22px;
}

.contact-note span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(184, 154, 91, 0.3);
  border-color: var(--gold);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--wine);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(251, 250, 247, 0.74);
  background: #181818;
}

.site-footer div {
  display: grid;
  gap: 3px;
}

.site-footer strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.site-footer a {
  color: var(--paper);
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    text-align: center;
  }

  .intro,
  .meeting,
  .charity,
  .contact,
  .values,
  .lodge-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .contact__copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand__name {
    font-size: 1.18rem;
  }

  .brand__logo {
    width: 82px;
  }

  .brand__text {
    padding-top: 4px;
  }

  .brand__motto {
    font-size: 0.58rem;
  }

  .hero {
    min-height: 76vh;
  }

  .hero__content {
    margin-bottom: 7vh;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 42px auto 0;
}

.gallery-placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--soft);
  border-radius: 8px;
  overflow: hidden;
}
.gallery-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-list { max-width: 800px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; background: #fff; padding: 18px 22px; }
.faq-item[open] { border-color: rgba(140,30,40,0.4); }
.faq-item summary { cursor: pointer; list-style: none; font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: #6b1a22; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin-top: 12px; color: #333; line-height: 1.6; }

/* Administration */
.admin-page { min-height: 100vh; background: #f6f3ee; padding: 48px 20px; font-family: 'Inter', system-ui, sans-serif; }
.admin-shell { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.admin-card { background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: 14px; padding: 28px; max-width: 900px; margin: 0 auto; width: 100%; }
.admin-card--narrow { max-width: 440px; margin-top: 6vh; }
.admin-card h1, .admin-card h2, .admin-header h1 { font-family: 'Cormorant Garamond', serif; color: #6b1a22; margin: 0 0 6px; }
.admin-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.admin-header__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-muted { color: #6a6a6a; font-size: 0.92rem; margin: 0 0 14px; }
.admin-form { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.admin-form--row { flex-direction: row; flex-wrap: wrap; align-items: center; }
.admin-form label { display: flex; flex-direction: column; gap: 6px; font-size: 0.9rem; color: #333; }
.admin-form input, .admin-form select, .admin-table select {
  padding: 11px 13px; border: 1px solid rgba(0,0,0,0.2); border-radius: 8px; font: inherit; background: #fff; min-width: 200px;
}
.admin-form--row input { flex: 1 1 240px; }
.admin-google { margin-top: 12px; width: 100%; }
.admin-message { margin-top: 14px; color: #6b1a22; font-size: 0.92rem; }
.admin-links { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; font-size: 0.9rem; }
.admin-links button, .admin-links a { background: none; border: 0; padding: 0; color: #6b1a22; cursor: pointer; text-decoration: underline; font: inherit; }
.admin-table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 0.92rem; }
.admin-table th, .admin-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid rgba(0,0,0,0.08); vertical-align: middle; }
.admin-remove { background: none; border: 0; color: #a12727; cursor: pointer; text-decoration: underline; font: inherit; }
@media (max-width: 640px) {
  .admin-form--row { flex-direction: column; align-items: stretch; }
  .admin-table { display: block; overflow-x: auto; }
}
