/* Kneado — Landing page */
:root {
  --peacock: #006D77;
  --peacock-dark: #00565E;
  --peacock-bg: #EEF7F8;
  --gold: #C9933A;
  --gold-bg: #FDF3E3;
  --rose: #C1757A;
  --rose-bg: #FDF0F1;
  --cream: #FDF8F0;
  --ink: #1A2A2B;
  --taupe: #8A7860;
  --line: #E8DDD0;
  --shadow: 0 12px 40px rgba(0,0,0,0.06);
  --shadow-lg: 0 24px 80px rgba(0,0,0,0.10);
  --radius: 16px;
  --radius-lg: 24px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream); color: var(--ink);
  font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.serif { font-family: "Fraunces", Georgia, serif; }
.italic { font-style: italic; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.section { padding: 100px 0; }
.section-tight { padding: 64px 0; }

/* ── Header ───────────────────────────────────────── */
.header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background: rgba(253, 248, 240, 0.78);
  border-bottom: 1px solid rgba(232, 221, 208, 0.5);
}
.header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo .mark { width: 36px; height: 36px; border-radius: 10px; background: var(--peacock); display: grid; place-items: center; }
.logo .mark span { font-family: "Fraunces", serif; font-weight: 600; font-size: 24px; color: var(--cream); line-height: 1; transform: translateY(-1px); letter-spacing: -0.04em; }
.logo .word { font-family: "Fraunces", serif; font-weight: 600; font-size: 24px; color: var(--peacock); letter-spacing: -0.02em; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a { font-size: 15px; color: var(--ink); opacity: 0.75; transition: opacity 0.15s; }
.nav a:hover { opacity: 1; }
.nav .btn { opacity: 1; }

/* ── Buttons ───────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px; font-weight: 600; font-size: 15px;
  font-family: inherit; cursor: pointer; border: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  text-align: center; white-space: nowrap;
}
.btn-primary { background: var(--peacock); color: var(--cream); box-shadow: 0 1px 2px rgba(0,109,119,0.2); }
.btn-primary:hover { background: var(--peacock-dark); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,109,119,0.25); }
.btn-secondary { background: transparent; color: var(--peacock); border: 1.5px solid var(--peacock); }
.btn-secondary:hover { background: var(--peacock-bg); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 1px 2px rgba(201,147,58,0.25); }
.btn-gold:hover { background: #B0801F; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(201,147,58,0.3); }
.btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 14px; }

/* ── Hero ──────────────────────────────────────────── */
.hero { padding: 80px 0 60px; position: relative; overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.hero h1 {
  font-family: "Fraunces", serif; font-weight: 600; font-style: italic;
  font-size: clamp(44px, 5.6vw, 72px); line-height: 1.05; letter-spacing: -0.025em;
  margin-bottom: 24px; text-wrap: pretty;
}
.hero h1 .accent { color: var(--peacock); font-style: italic; }
.hero .lead {
  font-size: 20px; line-height: 1.5; color: var(--taupe);
  margin-bottom: 32px; max-width: 540px; text-wrap: pretty;
}
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero .micro { font-size: 14px; color: var(--taupe); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero .micro .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* Hero illustration — phone w/ calendar + map */
.hero-art { position: relative; width: 100%; aspect-ratio: 1 / 1.05; }
.hero-art .map-card {
  position: absolute; top: 0; left: 0; right: 30%; aspect-ratio: 1.4 / 1;
  background: var(--cream); border-radius: 22px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); padding: 18px; transform: rotate(-3deg);
  overflow: hidden;
}
.hero-art .cal-card {
  position: absolute; bottom: 0; right: 0; left: 25%; aspect-ratio: 0.8 / 1;
  background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); padding: 22px; transform: rotate(2.5deg);
}
.hero-art .cal-card .day { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--taupe); }
.hero-art .cal-card .title { font-family: "Fraunces", serif; font-weight: 600; font-size: 26px; margin: 4px 0 18px; color: var(--ink); }
.hero-art .appt { display: flex; gap: 10px; align-items: stretch; margin-bottom: 10px; }
.hero-art .appt .time { font-size: 12px; color: var(--taupe); width: 50px; padding-top: 8px; font-variant-numeric: tabular-nums; }
.hero-art .appt .pill { flex: 1; padding: 10px 12px; border-radius: 10px; color: #fff; font-size: 13px; font-weight: 500; line-height: 1.3; }
.hero-art .appt .pill.peacock { background: var(--peacock); }
.hero-art .appt .pill.rose { background: var(--rose); }
.hero-art .appt .pill .name { font-weight: 600; }
.hero-art .appt .pill .meta { font-size: 11px; opacity: 0.85; }
.hero-art .drive { padding: 5px 12px; margin: -2px 0 6px 60px; font-size: 11px; color: var(--gold); background: var(--gold-bg); border-radius: 6px; font-style: italic; font-family: "Fraunces", serif; display: inline-block; }

/* ── Problem section ───────────────────────────────── */
.problem { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.problem h2 {
  font-family: "Fraunces", serif; font-weight: 600;
  font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 20px;
}
.problem h2 .strike { text-decoration: line-through; text-decoration-color: var(--rose); text-decoration-thickness: 3px; color: var(--taupe); }
.problem p { font-size: 18px; color: var(--taupe); margin-bottom: 16px; max-width: 480px; line-height: 1.6; }
.problem .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 480px; margin-top: 32px; }
.problem .stat { padding: 20px; background: var(--cream); border-radius: 14px; border: 1px solid var(--line); }
.problem .stat .num { font-family: "Fraunces", serif; font-weight: 600; font-size: 38px; color: var(--peacock); line-height: 1; letter-spacing: -0.02em; }
.problem .stat .label { font-size: 14px; color: var(--taupe); margin-top: 6px; }

/* problem visual */
.broken-cal { background: var(--cream); border-radius: var(--radius-lg); padding: 28px; border: 1px solid var(--line); }
.broken-cal .row { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.broken-cal .row:last-child { border-bottom: none; }
.broken-cal .row .t { font-variant-numeric: tabular-nums; color: var(--taupe); font-size: 14px; }
.broken-cal .row .e { padding: 12px 14px; border-radius: 10px; color: #fff; font-size: 14px; }
.broken-cal .row .e.peacock { background: var(--peacock); }
.broken-cal .row .e.rose { background: var(--rose); }
.broken-cal .row.bad .e { outline: 2px solid #DC2626; outline-offset: 2px; }
.broken-cal .row.bad .t { color: #DC2626; font-weight: 600; }
.broken-cal .alert { margin-top: 14px; padding: 12px 14px; background: #FEE2E2; color: #7F1D1D; border-radius: 10px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.broken-cal .alert::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #DC2626; }

/* ── Features grid ─────────────────────────────────── */
.features { background: var(--cream); }
.features .head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.features h2 { font-family: "Fraunces", serif; font-weight: 600; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.features .head p { font-size: 19px; color: var(--taupe); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature {
  background: #fff; border-radius: var(--radius-lg); padding: 32px;
  border: 1px solid var(--line); transition: transform 0.2s, box-shadow 0.2s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature .icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 22px; }
.feature .icon.peacock { background: var(--peacock-bg); color: var(--peacock); }
.feature .icon.gold { background: var(--gold-bg); color: var(--gold); }
.feature .icon.rose { background: var(--rose-bg); color: var(--rose); }
.feature h3 { font-family: "Fraunces", serif; font-weight: 600; font-size: 22px; line-height: 1.2; margin-bottom: 10px; letter-spacing: -0.01em; }
.feature p { font-size: 15px; color: var(--taupe); line-height: 1.55; }

/* ── How it works ──────────────────────────────────── */
.how { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how .head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.how h2 { font-family: "Fraunces", serif; font-weight: 600; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.how .head p { font-size: 19px; color: var(--taupe); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 36px; left: 12%; right: 12%; height: 2px;
  background: repeating-linear-gradient(to right, var(--gold) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step { position: relative; z-index: 1; text-align: center; padding: 0 12px; }
.step .num {
  width: 72px; height: 72px; border-radius: 50%; background: var(--cream);
  border: 2px solid var(--gold); display: grid; place-items: center;
  margin: 0 auto 20px; font-family: "Fraunces", serif; font-weight: 600; font-size: 28px; color: var(--gold);
}
.step h3 { font-family: "Fraunces", serif; font-weight: 600; font-size: 22px; margin-bottom: 8px; letter-spacing: -0.01em; }
.step p { font-size: 15px; color: var(--taupe); line-height: 1.55; max-width: 280px; margin: 0 auto; }

/* ── Founder ───────────────────────────────────────── */
.founder { background: var(--peacock); color: var(--cream); }
.founder .container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.founder .portrait {
  aspect-ratio: 1 / 1.15; background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%);
  border-radius: var(--radius-lg); position: relative; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}
.founder .portrait .initials {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: "Fraunces", serif; font-style: italic; font-weight: 600;
  font-size: 180px; color: rgba(253,248,240,0.85); letter-spacing: -0.04em;
}
.founder .portrait .badge {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(12px);
  padding: 14px 18px; border-radius: 14px; color: var(--cream);
}
.founder .portrait .badge b { display: block; font-size: 16px; font-weight: 600; }
.founder .portrait .badge span { font-size: 13px; opacity: 0.8; }
.founder .quote-mark { font-family: "Fraunces", serif; font-size: 100px; line-height: 0.6; color: var(--gold); margin-bottom: 16px; opacity: 0.7; }
.founder blockquote {
  font-family: "Fraunces", serif; font-style: italic; font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.35; letter-spacing: -0.01em;
  text-wrap: pretty; margin-bottom: 28px;
}
.founder .sig { font-size: 15px; opacity: 0.85; }
.founder .sig b { color: var(--cream); }

/* ── Pricing teaser ────────────────────────────────── */
.pricing { background: var(--cream); }
.pricing-card {
  max-width: 720px; margin: 0 auto; background: #fff;
  border: 2px solid var(--gold); border-radius: var(--radius-lg);
  padding: 48px; text-align: center; position: relative;
  box-shadow: var(--shadow);
}
.pricing-card .ribbon {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #fff; padding: 6px 18px; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.pricing-card h2 { font-family: "Fraunces", serif; font-weight: 600; font-style: italic; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px; }
.pricing-card .desc { font-size: 18px; color: var(--taupe); margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.pricing-card .perks { display: flex; flex-direction: column; gap: 12px; max-width: 380px; margin: 0 auto 32px; text-align: left; }
.pricing-card .perks .perk { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.pricing-card .perks .perk svg { width: 20px; height: 20px; color: var(--peacock); flex-shrink: 0; }

/* ── FAQ ───────────────────────────────────────────── */
.faq { background: #fff; border-top: 1px solid var(--line); }
.faq .head { text-align: center; margin-bottom: 56px; }
.faq h2 { font-family: "Fraunces", serif; font-weight: 600; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 12px; }
.faq .head p { font-size: 18px; color: var(--taupe); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: "Fraunces", serif; font-weight: 600; font-size: 19px; letter-spacing: -0.01em;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { color: var(--gold); flex-shrink: 0; transition: transform 0.2s; }
.faq-item[open] summary .chev { transform: rotate(45deg); }
.faq-item .answer { padding: 0 0 24px; color: var(--taupe); font-size: 16px; line-height: 1.6; max-width: 680px; }

/* ── Final CTA ─────────────────────────────────────── */
.cta { background: var(--cream); padding: 100px 0; }
.cta-card {
  background: var(--peacock); color: var(--cream);
  border-radius: var(--radius-lg); padding: 64px 48px;
  max-width: 880px; margin: 0 auto; text-align: center;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-card::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 280px; height: 280px; border-radius: 50%; background: var(--gold); opacity: 0.18;
}
.cta-card::after {
  content: ""; position: absolute; bottom: -120px; left: -120px;
  width: 320px; height: 320px; border-radius: 50%; background: var(--rose); opacity: 0.12;
}
.cta-card .eyebrow { color: var(--gold); position: relative; z-index: 1; }
.cta-card h2 {
  font-family: "Fraunces", serif; font-weight: 600; font-style: italic;
  font-size: clamp(36px, 4.4vw, 56px); line-height: 1.1; letter-spacing: -0.02em;
  margin-bottom: 20px; position: relative; z-index: 1;
}
.cta-card h2 em { color: var(--gold); font-style: italic; }
.cta-card p { font-size: 18px; opacity: 0.85; margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }

/* form */
.form-row {
  display: flex; gap: 10px; max-width: 480px; margin: 0 auto;
  position: relative; z-index: 1; flex-wrap: wrap; justify-content: center;
}
.form-row input[type="email"] {
  flex: 1; min-width: 220px; padding: 16px 20px; border-radius: 14px;
  border: none; font-size: 16px; font-family: inherit;
  background: rgba(253,248,240,0.95); color: var(--ink); outline: none;
}
.form-row input[type="email"]::placeholder { color: var(--taupe); }
.form-row input[type="email"]:focus { box-shadow: 0 0 0 3px rgba(201,147,58,0.4); }
.form-note { font-size: 13px; opacity: 0.7; margin-top: 16px; position: relative; z-index: 1; }
.form-success {
  display: none; padding: 18px 24px; background: rgba(253,248,240,0.15);
  border: 1px solid rgba(253,248,240,0.3); border-radius: 14px;
  color: var(--cream); font-size: 16px; max-width: 480px; margin: 0 auto;
  position: relative; z-index: 1;
}
.form-success.show { display: block; }
.form-success.show + .form-row { display: none; }

/* ── Footer ────────────────────────────────────────── */
.footer { background: var(--ink); color: rgba(253,248,240,0.7); padding: 56px 0 32px; }
.footer .container { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; align-items: start; }
.footer .brand { display: flex; flex-direction: column; gap: 14px; }
.footer .brand .logo .word { color: var(--cream); }
.footer .brand p { font-size: 14px; max-width: 320px; line-height: 1.55; }
.footer h4 { font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer a { font-size: 14px; transition: color 0.15s; }
.footer a:hover { color: var(--cream); }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(253,248,240,0.1);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-size: 13px;
}

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 880px) {
  .section { padding: 72px 0; }
  .nav .nav-link { display: none; }
  .hero { padding: 48px 0; }
  .hero .container,
  .problem .container,
  .founder .container { grid-template-columns: 1fr; gap: 48px; }
  .feature-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { display: none; }
  .footer .container { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer .brand { grid-column: 1 / -1; }
  .pricing-card, .cta-card { padding: 36px 24px; }
}
@media (max-width: 520px) {
  .container { padding: 0 20px; }
  .footer .container { grid-template-columns: 1fr; }
}
