:root {
  color-scheme: light;
  --sand: #eef2e3;
  --cream: #f8fbf4;
  --leaf: #8bc400;
  --leaf-deep: #097f95;
  --moss: #2aa8bb;
  --gold: #c6db32;
  --rust: #246d63;
  --text: #1f2924;
  --muted: #617067;
  --line: rgba(31, 41, 36, 0.12);
  --shadow: 0 28px 60px rgba(30, 43, 34, 0.15);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(139, 196, 0, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(42, 168, 187, 0.16), transparent 24%),
    linear-gradient(180deg, #f3f8ee 0%, #fbfdf8 40%, #eff7f2 100%);
}

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

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

.page-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  padding: 28px 0 18px;
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 14px 30px rgba(31, 41, 36, 0.08);
  backdrop-filter: blur(12px);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-brand--link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-brand__logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.site-brand__text {
  display: grid;
  gap: 2px;
}

.site-brand__label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
}

.site-brand__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: var(--leaf-deep);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--leaf-deep);
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #075d6f;
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button {
  background: linear-gradient(135deg, var(--leaf-deep) 0%, #075d6f 100%);
  color: #fffaf1;
  box-shadow: 0 18px 34px rgba(32, 56, 44, 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.7);
  color: var(--leaf-deep);
  border-color: rgba(54, 87, 68, 0.18);
}

.button-ghost {
  color: var(--leaf-deep);
  border-color: rgba(54, 87, 68, 0.18);
  background: transparent;
}

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

.hero {
  padding: 24px 0 64px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.hero__copy,
.hero__panel,
.section-card,
.contact-card,
.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 252, 247, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero__copy {
  border-radius: 34px;
  padding: 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(139, 196, 0, 0.12);
  color: var(--rust);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--leaf-deep);
}

h1 {
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero__lead {
  margin: 22px 0 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.35;
  color: #314138;
}

.hero__lead strong {
  color: var(--leaf-deep);
}

.hero__text {
  max-width: none;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__footnote {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.hero__panel {
  border-radius: 30px;
  padding: 28px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.panel-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
}

.panel-list {
  display: grid;
  gap: 14px;
}

.panel-item {
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(54, 87, 68, 0.08);
}

.panel-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--leaf-deep);
  font-size: 16px;
}

.panel-item span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.section {
  padding: 0 0 52px;
}

.section--legal {
  padding-top: 26px;
}

.section-card {
  border-radius: 30px;
  padding: 34px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.section-heading p {
  margin: 0;
  max-width: 64ch;
  line-height: 1.7;
  color: var(--muted);
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

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

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

.feature {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(54, 87, 68, 0.08);
}

.feature__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(54, 87, 68, 0.1);
  color: var(--leaf-deep);
  font-weight: 800;
}

.feature h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feature p,
.feature ul,
.legal-list,
.bullet-list {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.feature ul,
.legal-list,
.bullet-list {
  padding-left: 18px;
}

.legal-highlight {
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(9, 127, 149, 0.96) 0%, rgba(7, 93, 111, 0.99) 100%);
  color: #f7f2e8;
}

.legal-highlight p {
  margin: 0;
  line-height: 1.8;
}

.site-footer {
  padding: 8px 0 40px;
}

.site-footer__card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 252, 247, 0.72);
  color: var(--muted);
}

.site-footer__card strong {
  color: var(--leaf-deep);
}

.legal-page {
  padding: 26px 0 54px;
}

.legal-stack {
  display: grid;
  gap: 18px;
}

.legal-card h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.legal-card h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

.legal-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.legal-card + .legal-card {
  margin-top: 0;
}

.legal-card p + p,
.legal-card p + ul,
.legal-card p + ol,
.legal-card ul + p,
.legal-card ol + p,
.legal-card ul + ul,
.legal-card ol + ol {
  margin-top: 12px;
}

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

.contact-layout {
  padding: 26px 0 48px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.contact-card,
.legal-card {
  border-radius: 28px;
  padding: 30px;
}

.contact-intro {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.contact-intro p,
.legal-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.contact-intro h1 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.contact-intro .eyebrow {
  margin-bottom: 6px;
}

.contact-intro p,
.contact-intro li,
.contact-card .section-heading p,
.contact-card .field small,
.consent label {
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.contact-card h2 {
  font-size: 28px;
  line-height: 1.08;
}

.contact-card h3 {
  font-size: 20px;
  line-height: 1.18;
}

.contact-card .feature {
  padding: 20px;
}

.contact-card,
.contact-card * {
  min-width: 0;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--leaf-deep);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(54, 87, 68, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
}

.field textarea {
  min-height: 180px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(54, 87, 68, 0.22);
  outline-offset: 1px;
  border-color: rgba(54, 87, 68, 0.36);
}

.field small {
  color: var(--muted);
  line-height: 1.55;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(54, 87, 68, 0.1);
}

.consent input {
  margin-top: 4px;
}

.consent label {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.notice,
.errors {
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.notice {
  background: rgba(54, 87, 68, 0.1);
  border: 1px solid rgba(54, 87, 68, 0.16);
  color: var(--leaf-deep);
}

.errors {
  background: rgba(141, 93, 59, 0.1);
  border: 1px solid rgba(141, 93, 59, 0.16);
  color: #6d4026;
}

.errors ul {
  margin: 0;
  padding-left: 18px;
}

.sr-only,
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.muted-link {
  color: var(--leaf-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (max-width: 980px) {
  .hero__grid,
  .contact-grid,
  .grid-3,
  .grid-2,
  .field-row,
  .legal-columns {
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .hero__panel,
  .section-card,
  .contact-card,
  .legal-card {
    padding: 26px;
  }

  .site-header__bar {
    border-radius: 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .hero {
    padding-bottom: 40px;
  }

  h1 {
    font-size: 40px;
  }

  .button,
  .button-secondary,
  .button-ghost {
    width: 100%;
  }

  .form-actions {
    align-items: stretch;
  }
}
