/* ATOM shared styles, brand: cream / sage / terracotta. Mobile-first. */
:root {
  --cream: #F4EEE1;
  --cream-2: #EBE3D1;
  --paper: #FBF8F1;
  --sage: #6E8268;
  --sage-2: #5A6E56;
  --sage-dark: #46583F;
  --terracotta: #C86B3A;
  --terracotta-dark: #A9542A;
  --ink: #2B2A24;
  --muted: #6F6A5C;
  --line: #E0D8C6;
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1120px;
  --shadow-sm: 0 1px 2px rgba(45,40,25,.06), 0 2px 8px rgba(45,40,25,.05);
  --shadow-md: 0 6px 24px rgba(45,40,25,.09);
  --shadow-lg: 0 18px 50px rgba(45,40,25,.14);
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-size: 18px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; color: var(--ink); font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 6.2vw, 3.7rem); margin: 0 0 .35em; }
h2 { font-size: clamp(1.7rem, 4.2vw, 2.5rem); margin: 0 0 .5em; }
h3 { font-size: 1.18rem; margin: 0 0 .35em; font-weight: 600; }
p { margin: 0 0 1em; }
a { color: var(--terracotta-dark); }
img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 68px 0; }
.section-tight { padding: 40px 0; }
.tagline { color: var(--terracotta); font-weight: 700; letter-spacing: .01em; font-size: .95rem; }
.lead { font-size: 1.22rem; color: var(--muted); max-width: 34ch; }

.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .14em;
  font-size: .74rem; font-weight: 700; color: var(--sage-dark);
  background: rgba(110,130,104,.14); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5em; background: var(--terracotta); color: #fff;
  text-decoration: none; font-weight: 600; font-size: 1.06rem; padding: 15px 30px; border-radius: 999px;
  border: none; cursor: pointer; box-shadow: 0 8px 22px rgba(200,107,58,.32);
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease; min-height: 54px;
}
.btn:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(200,107,58,.38); }
.btn:active { transform: translateY(0); }
.btn-block { display: flex; width: 100%; justify-content: center; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* Header / footer */
.site-head { padding: 20px 0; position: sticky; top: 0; z-index: 20;
  background: rgba(244,238,225,.82); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.site-head .wrap { display: flex; align-items: center; gap: 12px; }
.brandmark { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; text-decoration: none; color: var(--ink); letter-spacing: -.02em; }
.brandmark span { color: var(--terracotta); }
.nav-cta {
  margin-left: auto; display: inline-flex; align-items: center; gap: .4em;
  font-size: .9rem; font-weight: 600; text-decoration: none; color: var(--terracotta-dark);
  border: 1.5px solid rgba(200,107,58,.4); padding: 8px 16px; border-radius: 999px;
  transition: background .15s ease, border-color .15s ease, transform .12s ease;
}
.nav-cta:hover { background: rgba(200,107,58,.1); border-color: var(--terracotta); transform: translateY(-1px); }
.nav-cta .arrow { transition: transform .15s ease; }
.nav-cta:hover .arrow { transform: translateX(3px); }
.site-foot { padding: 40px 0; color: rgba(255,255,255,.72); font-size: .92rem; background: var(--sage-dark); }
.site-foot .brandmark { color: #fff; } .site-foot .brandmark span { color: #E7B58A; }
.site-foot a { color: #fff; }

/* Hero */
.hero { position: relative; padding: 60px 0 40px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: 0; right: -8%; top: -10%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(110,130,104,.24), rgba(110,130,104,0) 68%);
}
.hero::after {
  content: ""; position: absolute; z-index: 0; left: -12%; bottom: -20%;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(200,107,58,.16), rgba(200,107,58,0) 66%);
}
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
.hero-art { position: relative; justify-self: center; width: min(78vw, 320px); }
.hero-art img { filter: drop-shadow(0 24px 30px rgba(45,40,25,.22)); }
.hero-art::after {
  content: ""; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
  width: 66%; height: 26px; border-radius: 50%; background: rgba(70,88,63,.22); filter: blur(9px); z-index: -1;
}
.hero h1 { color: var(--ink); }
.hero .btn { margin-top: 22px; }
.hero .micro { margin-top: 14px; font-size: .92rem; color: var(--muted); }

/* Section heads */
.sec-head { max-width: 46ch; margin-bottom: 8px; }
.sec-head p { color: var(--muted); }

/* Pain grid */
.pains { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
.pain {
  background: var(--paper); border-radius: var(--radius); padding: 24px; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease;
}
.pain:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pain h3 { color: var(--sage-dark); display: flex; align-items: center; gap: 10px; }
.pain h3::before { content: ""; flex: 0 0 auto; width: 10px; height: 10px; border-radius: 3px; background: var(--terracotta); transform: rotate(45deg); }
.pain p { margin: 0; color: var(--muted); font-size: 1rem; }

/* Steps */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 28px; counter-reset: step; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 14px; background: var(--sage); color: #fff; font-family: var(--serif);
  font-weight: 600; font-size: 1.3rem; margin-bottom: 16px; box-shadow: 0 6px 16px rgba(110,130,104,.35);
}

/* Offer band */
.band {
  position: relative; overflow: hidden; color: #fff; border-radius: var(--radius-lg);
  padding: 52px 32px; text-align: center;
  background: linear-gradient(150deg, var(--sage) 0%, var(--sage-2) 55%, var(--sage-dark) 100%);
  box-shadow: var(--shadow-lg);
}
.band::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(120px 120px at 12% 20%, rgba(255,255,255,.12), transparent 70%),
              radial-gradient(180px 180px at 88% 90%, rgba(0,0,0,.14), transparent 70%); }
.band > * { position: relative; z-index: 1; }
.band h2 { color: #fff; }
.band p { color: rgba(255,255,255,.9); max-width: 46ch; margin-left: auto; margin-right: auto; }
.band .btn { background: var(--terracotta); box-shadow: 0 10px 26px rgba(0,0,0,.22); margin-top: 8px; }
.band .btn:hover { background: #fff; color: var(--sage-dark); }
.band-art { width: 118px; margin: 0 auto 10px; filter: drop-shadow(0 10px 16px rgba(0,0,0,.22)); }

/* Trust + compliance note */
.note {
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--sage);
  border-radius: var(--radius); padding: 22px 24px; font-size: 1.02rem; color: var(--sage-dark); box-shadow: var(--shadow-sm);
}
.note strong { color: var(--ink); }
.trust { display: grid; gap: 18px; align-items: center; grid-template-columns: 1fr; }
.trust-art { width: 120px; justify-self: center; }

/* About */
.about { display: grid; gap: 26px; align-items: start; grid-template-columns: 1fr; }
.about-photo {
  width: 190px; height: 190px; object-fit: cover; object-position: center top; border-radius: 50%; justify-self: center;
  border: 5px solid var(--paper); box-shadow: var(--shadow-md);
}
.about-body .lead { max-width: 52ch; color: var(--ink); font-weight: 500; margin-bottom: .7em; }
.about-body p { color: var(--muted); }
.about-body p:last-child { color: var(--sage-dark); font-weight: 600; }

/* Forms */
.formcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; max-width: 640px; margin: 0 auto; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; margin-bottom: 7px; font-size: .98rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; padding: 14px 15px; border: 1px solid #d8d0bf; border-radius: 12px;
  background: #fff; color: var(--ink); min-height: 52px; transition: border-color .12s, box-shadow .12s;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(110,130,104,.22);
}
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { color: #b3261e; font-weight: 600; margin: 10px 0 0; }
.required { color: var(--terracotta); }
.form-sep { border: none; border-top: 1px solid var(--line); margin: 24px 0; }

/* Confirmation */
.confirm { text-align: center; max-width: 560px; margin: 0 auto; }
.confirm-art { width: 132px; margin: 0 auto 14px; filter: drop-shadow(0 12px 18px rgba(45,40,25,.18)); }

/* Hub cards */
.hub-card { display: block; text-decoration: none; color: inherit; }
.hub-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.hub-card .go { color: var(--terracotta-dark); font-weight: 600; font-size: .95rem; margin-top: 10px; display: inline-block; }

@media (min-width: 780px) {
  .hero { padding: 84px 0 56px; }
  .hero .wrap { grid-template-columns: 1.15fr .85fr; gap: 40px; }
  .hero-art { order: 2; width: min(38vw, 380px); }
  .pains { grid-template-columns: 1fr 1fr; gap: 20px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: auto 1fr; gap: 28px; }
  .trust-art { justify-self: start; }
  .about { grid-template-columns: 190px 1fr; gap: 44px; }
  .about-photo { justify-self: start; }
}
@media (min-width: 1040px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
}
