:root {
  --bg: #f5efe6;
  --paper: rgba(255, 252, 245, 0.86);
  --paper-solid: #fffaf1;
  --text: #2c241f;
  --muted: #6f6056;
  --green: #718267;
  --green-dark: #44523d;
  --rose: #c89aa5;
  --gold: #b99258;
  --line: rgba(68, 82, 61, 0.18);
  --shadow: 0 24px 70px rgba(72, 54, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 154, 165, .24), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(113, 130, 103, .24), transparent 30%),
    linear-gradient(145deg, #f7f1e8, #efe2d4 55%, #f9f3ea);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(68,82,61,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68,82,61,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: -2;
}

.glow { position: fixed; width: 360px; height: 360px; border-radius: 50%; filter: blur(55px); z-index: -1; opacity: .45; }
.glow-one { background: #c89aa5; top: 120px; left: -120px; }
.glow-two { background: #718267; right: -120px; bottom: 80px; }

.hero { max-width: 1180px; margin: 0 auto; padding: 28px 22px 70px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 80px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .03em; }
.brand-mark { width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center; background: var(--green-dark); color: #fffaf1; }
.nav-link { color: var(--green-dark); text-decoration: none; font-weight: 700; border: 1px solid var(--line); padding: 11px 18px; border-radius: 999px; background: rgba(255,255,255,.35); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr); align-items: center; gap: 44px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--green-dark); font-size: 12px; font-weight: 800; margin: 0 0 16px; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; line-height: .96; margin: 0; }
h1 { font-size: clamp(58px, 9vw, 118px); max-width: 820px; letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 6vw, 66px); letter-spacing: -.035em; }
h3 { font-size: 30px; }
.lead { font-size: clamp(18px, 2vw, 23px); line-height: 1.65; color: var(--muted); max-width: 720px; margin: 28px 0; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 34px; }
.btn { border: 0; border-radius: 999px; padding: 15px 24px; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; font-weight: 800; cursor: pointer; transition: .25s ease; font-size: 15px; }
.btn.primary { background: var(--green-dark); color: #fffaf1; box-shadow: 0 18px 36px rgba(68,82,61,.25); }
.btn.secondary { color: var(--green-dark); border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.btn:hover { transform: translateY(-2px); }
.btn.full { width: 100%; font-size: 17px; padding: 17px 24px; }

.meta-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.meta-cards div { padding: 17px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.38); backdrop-filter: blur(10px); }
.meta-cards strong { display: block; font-size: 12px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.meta-cards span { color: var(--muted); line-height: 1.4; }

.hero-card { position: relative; border: 1px solid rgba(255,255,255,.56); padding: 42px; border-radius: 36px; background: linear-gradient(145deg, rgba(255,250,241,.72), rgba(255,255,255,.35)); box-shadow: var(--shadow); min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(200,154,165,.36), transparent 67%); top: -90px; right: -100px; }
.hero-card::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(68,82,61,.16); border-radius: 28px; pointer-events: none; }
.moon { font-size: 96px; color: var(--gold); margin-bottom: auto; }
.hero-card h2 { font-size: 48px; position: relative; z-index: 1; }
.hero-card p { color: var(--muted); line-height: 1.75; font-size: 17px; position: relative; z-index: 1; }

.section { max-width: 1180px; margin: 0 auto; padding: 72px 22px; }
.section-title { max-width: 680px; margin-bottom: 32px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-grid article { padding: 30px; border-radius: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(72,54,42,.08); }
.info-grid span { color: var(--rose); font-weight: 900; letter-spacing: .14em; }
.info-grid p { color: var(--muted); line-height: 1.7; }

.form-wrap { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; padding: 26px; border-radius: 40px; background: rgba(255,255,255,.36); border: 1px solid rgba(255,255,255,.6); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.form-intro { padding: 28px; }
.form-intro p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.small-box { margin-top: 24px; padding: 18px; border-radius: 22px; background: rgba(113,130,103,.12); border: 1px solid var(--line); line-height: 1.6; display: none; }
.signup-form { background: var(--paper-solid); padding: 28px; border-radius: 30px; border: 1px solid var(--line); }
.field-row, .phone-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-weight: 800; color: var(--green-dark); font-size: 14px; margin-bottom: 14px; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(68,82,61,.22); background: #fffdf8; border-radius: 16px; padding: 14px 15px; font: inherit; outline: none; color: var(--text); }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(113,130,103,.12); }
textarea { resize: vertical; }
.checkbox { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); line-height: 1.45; font-weight: 600; }
.checkbox input { width: auto; margin-top: 3px; }
.form-note { text-align: center; color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.hidden-field { display: none; }
footer { text-align: center; color: var(--muted); padding: 36px 18px 48px; }

@media (max-width: 860px) {
  .nav { margin-bottom: 42px; }
  .hero-grid, .form-wrap, .info-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; }
  .meta-cards { grid-template-columns: 1fr; }
  .field-row, .phone-row { grid-template-columns: 1fr; }
  .form-wrap { padding: 14px; border-radius: 28px; }
  .form-intro, .signup-form { padding: 22px; }
}
