:root {
  --bg: #f6efe5;
  --paper: rgba(255, 251, 246, 0.92);
  --paper-strong: #fffaf4;
  --line: rgba(47, 56, 49, 0.12);
  --text: #24312d;
  --muted: #607068;
  --accent: #1f5c52;
  --accent-strong: #194940;
  --accent-soft: #dcece4;
  --sand: #e8dbc4;
  --shadow: 0 18px 50px rgba(26, 36, 29, 0.09);
  --radius-xl: 28px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 234, 225, 0.85), transparent 34%),
    radial-gradient(circle at top right, rgba(237, 220, 193, 0.78), transparent 29%),
    linear-gradient(180deg, #f8f1e7 0%, #f5eee3 45%, #f7f2eb 100%);
}

body.splash-pending::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 190;
  background: #efe7dc;
}

body.has-splash {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: min(calc(100% - 16px), var(--container));
  margin: 8px auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  background: rgba(252, 247, 240, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.topbar,
.image-card,
.feature-card,
.area-card,
.detail-card,
.showcase-card,
.cta-panel,
.contact-form,
.contact-copy,
.credentials,
.site-shell {
  box-shadow: var(--shadow);
}

.topbar {
  position: sticky;
  top: 8px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.92);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, #3d7d70 100%);
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  font-size: 0.84rem;
}

.brand-copy strong {
  font-size: 0.95rem;
  line-height: 1.1;
}

.brand-copy span:last-child,
.eyebrow,
.stat-label,
.contact-info span,
.credentials span,
.footer p,
.form-note,
.section-intro,
.meta-list {
  color: var(--muted);
}

.menu-toggle {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 244, 0.98);
}

.topbar.nav-open .nav {
  display: flex;
}

.topbar.nav-open .menu-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.topbar.nav-open .menu-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.nav a {
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.98rem;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  background: rgba(31, 92, 82, 0.08);
}

.nav-cta {
  background: var(--accent);
  color: #fff;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.nav-cta.is-active {
  background: var(--accent-strong);
}

.section {
  padding: 22px 4px;
}

.hero,
.story-section,
.contact-section,
.page-hero,
.split-feature {
  display: grid;
  gap: 18px;
}

.hero-copy h1,
.section-heading h2,
.story-copy h2,
.cta-panel h2,
.contact-copy h2,
.page-title,
.showcase-card h2,
.detail-card h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero-copy h1,
.page-title {
  font-size: clamp(2.25rem, 9vw, 4.6rem);
}

.lead,
.feature-card p,
.area-card p,
.story-copy p,
.contact-copy p,
.detail-card p,
.showcase-card p,
.cta-panel p {
  font-size: 1rem;
  line-height: 1.75;
}

.lead {
  margin: 18px 0 0;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.hero-actions,
.hero-points,
.contact-info,
.footer,
.page-actions,
.meta-list {
  display: flex;
}

.hero-actions,
.page-actions {
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-align: center;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 28px rgba(31, 92, 82, 0.22);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.hero-points,
.meta-list {
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li,
.benefits-list li,
.meta-list li {
  position: relative;
  padding-left: 16px;
}

.hero-points li::before,
.benefits-list li::before,
.meta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-visual {
  position: relative;
}

.image-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-xl);
  background: var(--paper);
}

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

.portrait-photo {
  object-position: center 24%;
}

.image-card-large,
.page-visual .image-card,
.story-visual .image-card {
  aspect-ratio: 0.9;
}

.stat-card,
.feature-card,
.area-card,
.detail-card,
.contact-form,
.contact-copy,
.showcase-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 244, 0.8);
}

.stat-card {
  margin-top: 12px;
}

.stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.45;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.section-heading h2,
.story-copy h2,
.cta-panel h2,
.contact-copy h2,
.showcase-card h2 {
  font-size: clamp(1.9rem, 7vw, 3.2rem);
}

.section-intro {
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.75;
}

.cards-grid,
.areas-grid,
.details-grid {
  display: grid;
  gap: 14px;
}

.feature-card h3,
.area-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.credentials {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(220, 236, 228, 0.5);
}

.benefits-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.showcase-card {
  display: grid;
  gap: 18px;
  align-items: center;
}

.cta-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(47, 56, 49, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(31, 92, 82, 0.95), rgba(40, 89, 81, 0.72));
  color: #fff;
}

.cta-panel .eyebrow,
.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-info {
  gap: 18px;
  flex-direction: column;
  margin-top: 22px;
}

.contact-info div {
  display: grid;
  gap: 6px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(47, 56, 49, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 92, 82, 0.18);
  border-color: var(--accent);
}

.footer {
  flex-direction: column;
  gap: 12px;
  padding: 22px 6px 8px;
  border-top: 1px solid var(--line);
}

.footer strong {
  display: block;
  margin-bottom: 4px;
}

.footer a {
  display: block;
  margin-bottom: 4px;
}

.page-hero {
  align-items: start;
}

.page-copy {
  display: grid;
  gap: 12px;
}

.page-visual .image-card {
  max-width: 560px;
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #efe7dc;
  opacity: 1;
  transition:
    opacity 1100ms ease,
    background-color 1300ms ease;
}

.splash-screen.is-visible {
  background: var(--accent);
}

.splash-screen.is-leaving {
  opacity: 0;
}

.splash-inner {
  display: grid;
  gap: 18px;
  justify-items: center;
  width: min(100%, 680px);
  text-align: center;
  transform: translateY(18px);
  transition:
    transform 1100ms ease,
    opacity 1100ms ease,
    filter 1100ms ease;
  filter: blur(3px);
}

.splash-screen.is-visible .splash-inner {
  transform: translateY(0);
  filter: blur(0);
}

.splash-screen.is-leaving .splash-inner {
  opacity: 0;
  transform: translateY(-12px);
  filter: blur(3px);
}

.splash-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, #3d7d70 100%);
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 32px rgba(14, 31, 27, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.splash-quote {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 7vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  max-width: 18ch;
  color: #f8f3ea;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--container));
    margin: 12px auto;
    padding: 16px;
    border-radius: 34px;
  }

  .topbar {
    gap: 16px;
    padding: 14px 16px;
  }

  .hero-actions,
  .page-actions,
  .contact-info,
  .footer {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cards-grid-two,
  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-section,
  .story-section,
  .split-feature,
  .page-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .showcase-card {
    grid-template-columns: 1.3fr auto;
  }

  .footer {
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  .site-shell {
    padding: 18px;
  }

  .topbar {
    top: 14px;
    padding: 16px 18px;
    border-radius: 999px;
  }

  .menu-toggle {
    display: none;
  }

  .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav a {
    padding: 10px 14px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
    min-height: calc(100vh - 190px);
  }

  .stat-card {
    position: absolute;
    right: -10px;
    bottom: 30px;
    margin-top: 0;
    max-width: 260px;
  }

  .cards-grid-three,
  .areas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: 1.15fr 1fr auto;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .menu-toggle span,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .splash-screen,
  .splash-inner {
    transition: none;
  }
}
