:root {
  color-scheme: dark;
  --ink: #f6efe3;
  --ink-muted: rgba(246, 239, 227, 0.72);
  --forest: #0b130f;
  --forest-2: #142119;
  --forest-3: #203126;
  --paper: #eee4d2;
  --paper-ink: #24352d;
  --moss: #78865c;
  --clay: #c7895f;
  --line: rgba(246, 239, 227, 0.16);
  --line-dark: rgba(36, 53, 45, 0.16);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--forest);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 62px);
  color: var(--ink);
  background: linear-gradient(180deg, rgba(7, 12, 9, 0.76), rgba(7, 12, 9, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 1px solid rgba(246, 239, 227, 0.28);
  background: var(--forest-2);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand small {
  margin-top: 5px;
  color: var(--ink-muted);
  font-size: 12px;
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 116px clamp(20px, 6vw, 82px) clamp(54px, 7vw, 86px);
  background: var(--forest);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 10, 8, 0.86), rgba(6, 10, 8, 0.48) 42%, rgba(6, 10, 8, 0.1)),
    linear-gradient(0deg, rgba(6, 10, 8, 0.78), rgba(6, 10, 8, 0.08) 54%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(58px, 11vw, 132px);
  line-height: 0.9;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.03;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

p {
  color: var(--ink-muted);
  font-size: 17px;
  line-height: 1.72;
}

.hero-content p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(246, 239, 227, 0.88);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
}

.hero-actions,
.social-note,
.site-footer > div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(246, 239, 227, 0.36);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

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

.button-ghost {
  color: var(--ink);
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.statement {
  padding: clamp(70px, 10vw, 118px) 0;
  background: var(--forest);
}

.statement-grid {
  display: grid;
  grid-template-columns: 150px minmax(280px, 0.9fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.lodges {
  padding: clamp(72px, 10vw, 126px) 0;
  background: var(--paper);
  color: var(--paper-ink);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.lodges p,
.site-plan p,
.updates p,
.form-note {
  color: rgba(36, 53, 45, 0.72);
}

.lodge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.lodge-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(250px, 0.42fr);
  align-items: center;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.36);
}

.lodge-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  grid-column: 1 / -1;
}

.lodge-topline strong {
  color: rgba(36, 53, 45, 0.68);
}

.lodge-card figure {
  margin-bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.48);
}

.lodge-card figure img {
  aspect-ratio: 16 / 7;
  object-fit: contain;
}

.lodge-card h3,
.lodge-card p {
  margin-bottom: 0;
}

.lodge-card h3,
.lodge-card p {
  grid-column: 2;
}

.lodge-card figure {
  grid-row: 2 / span 2;
}

.visuals {
  padding: clamp(64px, 9vw, 106px) 0;
  background: linear-gradient(180deg, var(--forest-2), #0d1711);
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 14px;
}

.visual-grid figure {
  margin: 0;
  overflow: hidden;
  background: #070c09;
  box-shadow: var(--shadow);
}

.visual-grid img {
  height: 100%;
  object-fit: cover;
}

.visual-main {
  grid-row: span 2;
}

.site-plan {
  padding: clamp(72px, 10vw, 126px) 0;
  background: var(--paper);
  color: var(--paper-ink);
}

.site-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(360px, 1.18fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.site-grid figure {
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 60px rgba(36, 53, 45, 0.14);
}

.site-grid img {
  height: auto;
}

.text-link {
  color: var(--clay);
  font-weight: 800;
  text-decoration-color: rgba(199, 137, 95, 0.46);
  text-underline-offset: 5px;
}

.updates {
  padding: clamp(74px, 10vw, 126px) 0;
  background: #101b14;
}

.updates-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.updates p,
.updates .form-note {
  color: var(--ink-muted);
}

.social-note {
  margin-top: 26px;
}

.social-note span,
.social-note a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 13px;
  text-decoration: none;
}

.interest-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  background: rgba(246, 239, 227, 0.08);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(246, 239, 227, 0.2);
  border-radius: 2px;
  padding: 13px 14px;
  background: rgba(246, 239, 227, 0.9);
  color: var(--paper-ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--clay);
  outline: 3px solid rgba(199, 137, 95, 0.24);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 62px);
  background: #070c09;
  color: var(--ink-muted);
}

.site-footer strong {
  color: var(--ink);
}

.footer-mark {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(246, 239, 227, 0.2);
}

.site-footer a {
  color: var(--ink);
  text-decoration-color: rgba(246, 239, 227, 0.28);
  text-underline-offset: 4px;
}

.social-icon-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 239, 227, 0.24);
  text-decoration: none;
}

.social-icon-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-icon-link .facebook-icon {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 790px;
  }

  .statement-grid,
  .site-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }

  .lodge-grid {
    grid-template-columns: 1fr;
  }

  .lodge-card {
    grid-template-columns: 1fr;
  }

  .lodge-card h3,
  .lodge-card p,
  .lodge-card figure {
    grid-column: auto;
    grid-row: auto;
  }

  .visual-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .visual-main {
    grid-row: span 1;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 760px;
    padding-top: 108px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-actions,
  .site-footer,
  .site-footer > div {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
