:root {
  color-scheme: light;
  --green-900: #102417;
  --green-700: #21492f;
  --green-100: #edf5df;
  --cream: #fbf4df;
  --sand: #efe1bd;
  --sun: #f2b94b;
  --blue: #277b9c;
  --white: #fffdf7;
  --text: #1a261d;
  --muted: #63705f;
  --line: rgba(16, 36, 23, 0.14);
  --shadow: 0 22px 70px rgba(24, 52, 32, 0.18);
  --max: 1120px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: linear-gradient(180deg, var(--cream), #fffaf0 44%, #eef5e8);
  font-size: 16px;
  line-height: 1.5;
}

body.is-nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--green-900);
  color: var(--white);
  padding: 10px 14px;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 253, 247, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-link,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-shell {
  display: inline-grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 36, 23, 0.18);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 10px 28px rgba(16, 36, 23, 0.14);
}

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

.brand-text {
  color: var(--green-900);
  font-weight: 900;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--green-900);
}

.primary-nav a {
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 0.94rem;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(33, 73, 47, 0.08);
  outline: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 88px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.language-button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--green-900);
  padding: 7px 8px;
  cursor: pointer;
}

.language-button.is-active {
  background: var(--green-900);
  color: var(--white);
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-900);
  cursor: pointer;
}

.nav-toggle__line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 52px) max(18px, calc((100vw - var(--max)) / 2)) 64px;
  isolation: isolate;
}

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

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

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 244, 223, 0.96) 0%, rgba(251, 244, 223, 0.82) 38%, rgba(251, 244, 223, 0.34) 72%, rgba(251, 244, 223, 0.1) 100%),
    linear-gradient(180deg, rgba(251, 244, 223, 0.08) 0%, rgba(251, 244, 223, 0.28) 78%, var(--cream) 100%);
}

.hero-content {
  width: min(620px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 14px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.7rem;
  line-height: 0.94;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  color: var(--green-900);
  font-size: 2.25rem;
  line-height: 1.08;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  color: var(--green-900);
  font-size: 1.24rem;
  line-height: 1.14;
}

.opening-badge {
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(16, 36, 23, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  color: var(--green-900);
  padding: 10px 14px;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(242, 185, 75, 0.18);
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: #354637;
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button--primary {
  background: var(--green-900);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(16, 36, 23, 0.22);
}

.button--secondary {
  border: 1px solid rgba(16, 36, 23, 0.22);
  background: rgba(255, 253, 247, 0.72);
  color: var(--green-900);
}

.status-strip {
  width: min(var(--max), calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 36, 23, 0.14);
  box-shadow: var(--shadow);
}

.status-strip article {
  padding: 22px;
  background: var(--white);
}

.status-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.status-strip strong {
  display: block;
  color: var(--green-900);
  font-size: 1.25rem;
}

.content-section,
.future-section {
  padding: 86px max(18px, calc((100vw - var(--max)) / 2));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 28px;
}

.simple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.simple-card {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 247, 0.78);
  padding: 26px;
  box-shadow: 0 14px 44px rgba(16, 36, 23, 0.08);
}

.card-number {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.simple-card p,
.future-section p {
  color: var(--muted);
}

.future-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 0.82fr);
  gap: 38px;
  align-items: center;
  background: var(--green-100);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.future-section p {
  margin-bottom: 0;
  font-size: 1.06rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(18px, calc((100vw - var(--max)) / 2));
  background: var(--green-900);
  color: var(--white);
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand span,
.site-footer p {
  color: rgba(255, 253, 247, 0.72);
}

.logo-shell--footer {
  width: 58px;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

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

  .brand-text {
    display: none;
  }

  .primary-nav {
    position: fixed;
    top: var(--header-height);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 253, 247, 0.96);
    box-shadow: var(--shadow);
  }

  body.is-nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 14px 12px;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    min-height: 82vh;
    padding-inline: 18px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(251, 244, 223, 0.86) 0%, rgba(251, 244, 223, 0.64) 48%, rgba(251, 244, 223, 0.98) 100%);
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 1.86rem;
  }

  .status-strip,
  .section-heading,
  .simple-grid,
  .future-section {
    grid-template-columns: 1fr;
  }

  .content-section,
  .future-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

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

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .language-switch {
    min-width: 78px;
  }

  .language-button {
    padding-inline: 6px;
  }

  .hero {
    min-height: 78vh;
    padding-top: calc(var(--header-height) + 34px);
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .status-strip {
    margin-top: -22px;
  }

  .status-strip article,
  .simple-card {
    padding: 20px;
  }

  .simple-card {
    min-height: auto;
  }

  .card-number {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
