:root {
  --bg: #f4f2ec;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --text: #22312c;
  --muted: #5f6963;
  --line: #c6c5bd;
  --line-strong: #bcbbb4;
  --brand: #38524a;
  --brand-soft: #6b9b8b;
  --accent: #d3bd84;
  --accent-strong: #85754e;
  --success: #38524a;
  --shadow: 0 24px 70px rgba(34, 49, 44, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(107, 155, 139, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f5ef 0%, #efede6 100%);
  line-height: 1.6;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--max), calc(100% - 1.5rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(198, 197, 189, 0.86);
  box-shadow: 0 10px 28px rgba(34, 49, 44, 0.05);
}

.info-strip {
  background: linear-gradient(90deg, var(--brand) 0%, #426158 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.info-strip-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.info-strip-inner span {
  flex: 1 1 320px;
}

.info-strip-inner a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 166px;
  max-width: 44vw;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.nav-links a {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
}

.nav-phone {
  color: var(--brand-soft);
  font-weight: 600;
}

.nav-cta,
.button,
.sticky-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nav-cta,
.button-primary,
.sticky-link-dark {
  background: var(--brand);
  color: #fff;
}

.button-secondary,
.sticky-link-light {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--line);
  color: var(--brand);
}

.button-secondary-dark {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav-cta:hover,
.button:hover,
.sticky-link:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 3.6rem 0 2.2rem;
}

.hero-grid,
.card-grid,
.steps,
.two-col,
.footer-grid {
  display: grid;
  gap: 1.15rem;
}

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

.hero-copy,
.hero-card,
.card,
.proof-box,
.form-card,
.proof-pill,
.cta-band {
  border: 1px solid rgba(198, 197, 189, 0.72);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 243, 236, 0.96) 100%);
  border-top: 4px solid rgba(107, 155, 139, 0.36);
}

.hero-card,
.card,
.proof-box,
.form-card,
.proof-pill,
.media-card {
  background: var(--surface-strong);
}

.hero-card,
.card,
.proof-box,
.form-card,
.cta-band,
.media-card {
  padding: 1.6rem;
}

.hero-card,
.card,
.proof-box,
.form-card,
.reception-card {
  border-top: 4px solid rgba(211, 189, 132, 0.58);
}

.eyebrow,
.section-label,
.card-kicker {
  margin: 0 0 0.9rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.card-kicker {
  margin-bottom: 0.75rem;
}

.section-label-light {
  color: #e7d7ac;
}

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

h1,
h2,
h3 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  color: var(--brand);
}

.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark li,
.section-dark article {
  color: #fff;
}

h1 {
  font-size: clamp(2.9rem, 9vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  max-width: 11ch;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 6.2vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  max-width: 12ch;
}

h3 {
  font-size: 1.24rem;
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
}

.lead,
.section-header p,
.section-narrow p,
.form-note,
.footer-note,
.card-note,
li,
.summary,
.footer-grid p,
.footer-grid a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 62ch;
  margin-bottom: 1.5rem;
}

.hero-actions,
.trust-points,
.bullet-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-points {
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.trust-points li,
.bullet-list div {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(203, 191, 168, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
}

.trust-points li::before,
.bullet-list div::before {
  content: "•";
  color: var(--accent-strong);
}

.hero-card ul,
.proof-box ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.hero-image,
.media-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

.hero-image {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}

.proof-strip {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.9rem;
}

.proof-pill {
  padding: 1rem 1.1rem;
  text-align: center;
  color: var(--muted);
}

.image-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.online-reception {
  display: grid;
  gap: 1.25rem;
}

.reception-header {
  margin-bottom: 0;
}

.reception-grid {
  display: grid;
  gap: 1rem;
}

.reception-card,
.media-card {
  border: 1px solid rgba(198, 197, 189, 0.72);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.reception-card {
  min-height: 100%;
  padding: 1.55rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 239, 0.95) 100%);
}

.icon-badge {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(107, 155, 139, 0.14);
  margin-bottom: 1rem;
}

.icon-badge svg {
  width: 1.4rem;
  height: 1.4rem;
}

.reception-card p,
.media-card figcaption {
  margin-top: 0.85rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--muted);
}

.reception-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: 4.25rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.18) 100%);
}

.section-dark {
  background: linear-gradient(180deg, #38524a 0%, #22312c 100%);
}

.section-accent {
  background: linear-gradient(180deg, rgba(211, 189, 132, 0.24) 0%, rgba(211, 189, 132, 0.08) 100%);
}

.section-header {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.section-header p,
.section-narrow p,
.card p,
.proof-box p,
.form-card p,
.site-footer,
li,
details p {
  color: var(--muted);
}

.section-header-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.section-narrow {
  max-width: 54rem;
}

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

.card {
  min-height: 100%;
}

.steps article {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: rgba(231, 215, 172, 0.12);
  color: #e7d7ac;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-band {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(255, 249, 240, 0.9) 100%);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem 1rem 0.2rem;
}

summary {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

form {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.45rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 0.92rem 1rem;
  background: #fff;
  color: var(--text);
}

input:focus,
textarea:focus,
a:focus,
button:focus,
summary:focus {
  outline: 3px solid rgba(56, 82, 74, 0.24);
  outline-offset: 2px;
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  font-size: 0.96rem;
}

.checkbox-row input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
}

.button-full {
  width: 100%;
}

.site-footer {
  padding: 2rem 0 6rem;
}

.footer-grid {
  align-items: start;
}

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

.footer-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 207, 191, 0.72);
  color: var(--muted);
}

.sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0.75rem;
  background: rgba(247, 244, 238, 0.96);
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(216, 213, 203, 0.9);
}

@media (prefers-reduced-motion: no-preference) {
  .has-motion .reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

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

  .hero-card,
  .card,
  .proof-box,
  .form-card,
  .proof-pill,
  .media-card,
  .reception-card,
  .cta-band {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .hero-card:hover,
  .card:hover,
  .proof-box:hover,
  .form-card:hover,
  .proof-pill:hover,
  .media-card:hover,
  .reception-card:hover,
  .cta-band:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 76px rgba(84, 96, 72, 0.14);
    border-color: rgba(161, 140, 107, 0.35);
  }

  .hero-image,
  .media-card img {
    transition: transform 650ms ease;
  }

  .hero-card:hover .hero-image,
  .media-card:hover img {
    transform: scale(1.02);
  }
}

@media (max-width: 839px) {
  .info-strip-inner {
    justify-content: center;
    text-align: center;
    padding: 0.65rem 0;
  }

  .info-strip-inner a {
    width: 100%;
  }

  .nav-links a:not(.nav-phone):not(.nav-cta) {
    display: none;
  }

  .nav-links {
    justify-content: flex-end;
  }
}

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

  .brand-logo {
    width: 176px;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 420px);
  }

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

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

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

  .section-header {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 420px);
    align-items: end;
  }

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

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

  .two-col {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .sticky-mobile-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 3rem;
  }
}
