/* Odyssey Nursery — design tokens & base */
:root {
  --paper: #FFFBF5;
  --paper-soft: #F6EFE3;
  --cream: #E3D5C6;
  --brand-brown: #603913;
  --brand-brown-deep: #4A2B0E;
  --ink: #2B2620;
  --ink-soft: #6B5F54;
  --muted: #8A7E72;
  --leaf: #5C8A3F;
  --leaf-soft: #DDEAD0;
  --sun: #E8A33C;
  --sun-soft: #FBE9C2;
  --line: #E7DED2;
  --line-strong: #D9CCB8;
  --shadow-sm: 0 1px 2px rgba(60, 40, 20, 0.04), 0 1px 3px rgba(60, 40, 20, 0.06);
  --shadow-md: 0 4px 12px rgba(60, 40, 20, 0.06), 0 12px 32px rgba(60, 40, 20, 0.08);
  --shadow-lg: 0 8px 24px rgba(60, 40, 20, 0.08), 0 24px 56px rgba(60, 40, 20, 0.12);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --serif: "Newsreader", "Source Serif 4", Georgia, serif;
  --sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body { line-height: 1.5; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; padding: 0; color: inherit; }

.serif { font-family: var(--serif); font-weight: 400; }
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--leaf); }
.eyebrow.brown { color: var(--brand-brown); }
.eyebrow.sun { color: #b07a14; }

h1, h2, h3, h4 { margin: 0; font-family: var(--serif); color: var(--brand-brown); font-weight: 500; letter-spacing: -0.01em; text-wrap: balance; line-height: 1.08; }
h1 { font-size: clamp(40px, 5.8vw, 84px); }
h2 { font-size: clamp(32px, 3.6vw, 54px); line-height: 1.1; }
h3 { font-size: clamp(20px, 1.6vw, 26px); line-height: 1.2; }
p { margin: 0; text-wrap: pretty; }

/* Layout */
.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .container { padding: 0 20px; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 14.5px; letter-spacing: 0.01em; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease; white-space: nowrap; }
.btn-primary { background: var(--brand-brown); color: var(--paper); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-brown-deep); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-sun { background: var(--sun); color: var(--brand-brown-deep); }
.btn-sun:hover { background: #d8911f; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--brand-brown); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { background: var(--paper-soft); border-color: var(--brand-brown); }
.btn-leaf { background: var(--leaf); color: #fff; }
.btn-leaf:hover { background: #487030; }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-lg { padding: 18px 30px; font-size: 16px; }

.chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--paper-soft); color: var(--brand-brown); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; border: 1px solid var(--line); }
.chip.leaf { background: var(--leaf-soft); color: #2f5018; border-color: #c7dcb4; }
.chip.sun { background: var(--sun-soft); color: #7d550c; border-color: #f1d693; }
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .7; }

/* Photo placeholder for consent-gated imagery */
.photo {
  position: relative;
  background: var(--paper-soft);
  overflow: hidden;
  border-radius: var(--r-lg);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder {
  position: relative;
  background:
    repeating-linear-gradient(135deg,
      rgba(96,57,19,0.04) 0,
      rgba(96,57,19,0.04) 10px,
      rgba(96,57,19,0.08) 10px,
      rgba(96,57,19,0.08) 20px);
  border: 1px dashed var(--line-strong);
  color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-lg);
  text-align: center;
}
.photo-placeholder .label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.consent-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 251, 245, 0.92);
  backdrop-filter: blur(8px);
  color: var(--brand-brown);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(96, 57, 19, 0.12);
}

/* Cards */
.card {
  background: var(--paper);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 80; background: rgba(255, 251, 245, 0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; gap: 20px; padding: 14px 24px; max-width: 1320px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo .logo { width: 44px; height: 50px; border-radius: 6px; flex-shrink: 0; }
.nav-logo .wordmark { font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--brand-brown); letter-spacing: 0.02em; }
.nav-logo .wordmark small { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 1px; font-weight: 600; }
.nav-menu { display: flex; gap: 2px; margin: 0 auto; flex-wrap: nowrap; }
.nav-link { padding: 8px 11px; font-size: 14px; font-weight: 500; color: var(--ink); border-radius: 8px; transition: background .15s ease, color .15s ease; white-space: nowrap; }
.nav-link:hover { background: var(--paper-soft); color: var(--brand-brown); }
.nav-link.active { color: var(--brand-brown); background: var(--paper-soft); }
.nav-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.locale-switch { display: flex; gap: 2px; background: var(--paper-soft); border-radius: 999px; padding: 3px; border: 1px solid var(--line); }
.locale-switch button { padding: 5px 9px; font-size: 11px; font-weight: 600; color: var(--ink-soft); border-radius: 999px; letter-spacing: 0.05em; }
.locale-switch button.active { background: var(--paper); color: var(--brand-brown); box-shadow: var(--shadow-sm); }

@media (max-width: 1280px) {
  .nav-logo .wordmark small { display: none; }
  .nav-link { padding: 8px 9px; font-size: 13px; }
}
@media (max-width: 1120px) {
  .nav-menu { display: none; }
}

/* Hero */
.hero { position: relative; padding: 80px 0 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero-pre { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--leaf); font-weight: 400; }
.hero-sub { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 520px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stat .n { font-family: var(--serif); font-size: 36px; color: var(--brand-brown); line-height: 1; }
.hero-stat .l { font-size: 12px; color: var(--ink-soft); margin-top: 6px; letter-spacing: 0.04em; }

.hero-visual { position: relative; aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(43, 38, 32, 0.45) 100%);
}
.hero-tag {
  position: absolute; bottom: 26px; left: 26px; right: 26px;
  background: rgba(255, 251, 245, 0.96);
  backdrop-filter: blur(10px);
  padding: 16px 18px;
  border-radius: var(--r-md);
  display: flex; gap: 14px; align-items: center;
  z-index: 2;
}
.hero-tag .icon { width: 38px; height: 38px; border-radius: 10px; background: var(--leaf-soft); display: flex; align-items: center; justify-content: center; color: var(--leaf); flex-shrink: 0; }
.hero-tag .text { font-size: 13px; line-height: 1.4; }
.hero-tag .text strong { display: block; font-size: 14px; color: var(--brand-brown); font-weight: 600; }

.hero-deco {
  position: absolute;
  top: -80px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 163, 60, 0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { aspect-ratio: 4/3; }
}

/* Trust strip */
.trust {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.trust-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: space-between; }
.trust-item { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--ink-soft); }
.trust-item strong { color: var(--brand-brown); font-weight: 600; }
.trust-item .ico { width: 36px; height: 36px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--brand-brown); flex-shrink: 0; }

/* Section heading */
.shead { max-width: 760px; margin-bottom: 56px; }
.shead-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 56px; }
.shead-row .shead { margin-bottom: 0; }
.shead h2 { margin: 14px 0 18px; }
.shead p { font-size: 17px; color: var(--ink-soft); line-height: 1.55; max-width: 620px; }

/* Approach pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.pillar:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pillar .num { font-family: var(--serif); font-size: 18px; color: var(--leaf); }
.pillar h3 { color: var(--brand-brown); }
.pillar p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr; } }

/* Age groups */
.ages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.age-card { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; transition: all .2s ease; position: relative; }
.age-card .age-num { font-family: var(--serif); font-size: 14px; color: var(--muted); display: block; margin-bottom: 4px; }
.age-card h4 { font-family: var(--serif); font-size: 22px; color: var(--brand-brown); margin: 0 0 8px; font-weight: 500; }
.age-card .range { font-size: 12px; color: var(--ink-soft); font-weight: 600; letter-spacing: 0.04em; }
.age-card .desc { font-size: 13px; line-height: 1.5; color: var(--ink-soft); margin-top: 10px; display: none; }
.age-card.active { background: var(--brand-brown); color: var(--paper); border-color: var(--brand-brown); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.age-card.active h4, .age-card.active .age-num { color: var(--paper); }
.age-card.active .range { color: rgba(255, 251, 245, 0.75); }
.age-card.active .desc { display: block; color: rgba(255, 251, 245, 0.9); }
@media (max-width: 980px) { .ages { grid-template-columns: repeat(2, 1fr); } }

/* Facilities */
.fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fac { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: all .2s ease; min-height: 168px; display: flex; flex-direction: column; justify-content: space-between; }
.fac:hover { background: var(--paper-soft); border-color: var(--brand-brown); transform: translateY(-2px); }
.fac .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--leaf-soft); color: var(--leaf); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fac h4 { font-family: var(--serif); font-size: 19px; color: var(--brand-brown); font-weight: 500; margin-bottom: 6px; }
.fac p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
@media (max-width: 980px) { .fac-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .fac-grid { grid-template-columns: 1fr; } }

/* Branch grid */
.branches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.branch-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; cursor: pointer; transition: all .2s ease; }
.branch-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.branch-card .pic { aspect-ratio: 16/10; background: var(--cream); position: relative; overflow: hidden; }
.branch-card .pic img { width: 100%; height: 100%; object-fit: cover; }
.branch-card .body { padding: 22px; }
.branch-card .body h3 { font-size: 22px; margin-bottom: 6px; }
.branch-card .body .addr { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 16px; min-height: 39px; }
.branch-card .body .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.branch-card .body .phone { font-size: 13px; font-weight: 600; color: var(--brand-brown); }
@media (max-width: 880px) { .branches { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band {
  background: var(--brand-brown);
  color: var(--paper);
  border-radius: var(--r-xl);
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 163, 60, 0.18), transparent 65%);
}
.cta-band h2 { color: var(--paper); position: relative; }
.cta-band p { color: rgba(255, 251, 245, 0.78); margin: 16px 0 30px; font-size: 17px; line-height: 1.55; position: relative; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }
.cta-band .form-side { background: rgba(255, 251, 245, 0.06); border: 1px solid rgba(255, 251, 245, 0.14); border-radius: var(--r-lg); padding: 28px; position: relative; }
@media (max-width: 820px) { .cta-band { grid-template-columns: 1fr; padding: 40px 28px; } }

/* Form */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 14.5px;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand-brown);
  box-shadow: 0 0 0 3px rgba(96, 57, 19, 0.10);
}
.field textarea { min-height: 80px; resize: vertical; }
.form-on-dark .field label { color: rgba(255, 251, 245, 0.7); }
.form-on-dark .field input, .form-on-dark .field select, .form-on-dark .field textarea { background: rgba(255, 251, 245, 0.05); border-color: rgba(255, 251, 245, 0.18); color: var(--paper); }
.form-on-dark .field input::placeholder, .form-on-dark .field textarea::placeholder { color: rgba(255, 251, 245, 0.4); }
.form-on-dark .field input:focus, .form-on-dark .field select:focus, .form-on-dark .field textarea:focus { border-color: var(--sun); box-shadow: 0 0 0 3px rgba(232, 163, 60, 0.18); }

/* Steps */
.steps { display: flex; gap: 8px; margin-bottom: 24px; }
.step-dot { flex: 1; height: 4px; border-radius: 2px; background: rgba(255, 251, 245, 0.18); transition: background .2s; }
.step-dot.done { background: var(--sun); }
.step-dot.active { background: var(--paper); }

/* Footer */
.footer { background: var(--brand-brown-deep); color: rgba(255, 251, 245, 0.7); padding: 72px 0 32px; margin-top: 80px; }
.footer h4 { color: var(--paper); font-family: var(--sans); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer a { font-size: 14px; transition: color .15s; }
.footer a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 36px; margin-top: 56px; border-top: 1px solid rgba(255, 251, 245, 0.1); font-size: 12px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* WhatsApp FAB */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 70;
  background: #25D366;
  color: #fff;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.4);
  transition: transform .2s ease;
  cursor: pointer;
}
.fab:hover { transform: scale(1.08); }
.fab-label {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  background: var(--brand-brown);
  color: var(--paper);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  transform: translateX(8px);
}
.fab:hover .fab-label { opacity: 1; transform: translateX(0); }

/* Branch detail */
.detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 48px; }
.detail-hero .photo { aspect-ratio: 4/3; }
.detail-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.detail-info { padding: 20px; background: var(--paper-soft); border-radius: var(--r-md); border: 1px solid var(--line); }
.detail-info .lab { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 6px; }
.detail-info .val { font-size: 14px; color: var(--ink); font-weight: 500; line-height: 1.45; }
.detail-info .val a { color: var(--brand-brown); }
@media (max-width: 820px) {
  .detail-hero { grid-template-columns: 1fr; }
  .detail-info-grid { grid-template-columns: 1fr; }
}

/* Map placeholder */
.map-placeholder {
  aspect-ratio: 21/9;
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 30% 40%, rgba(92, 138, 63, 0.10), transparent 30%),
    radial-gradient(circle at 70% 60%, rgba(232, 163, 60, 0.12), transparent 30%),
    repeating-linear-gradient(45deg, var(--paper-soft) 0, var(--paper-soft) 40px, var(--cream) 40px, var(--cream) 42px);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
.pin .pin-marker {
  width: 30px; height: 30px;
  border-radius: 50% 50% 50% 0;
  background: var(--brand-brown);
  transform: rotate(-45deg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  border: 2.5px solid var(--paper);
  transition: all .2s ease;
}
.pin .pin-marker::after {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--paper);
}
.pin:hover .pin-marker, .pin.active .pin-marker { background: var(--sun); transform: rotate(-45deg) scale(1.15); }
.pin .pin-label {
  margin-top: 8px; background: var(--paper); padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 600; color: var(--brand-brown); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); white-space: nowrap;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gallery .tile { border-radius: var(--r-md); overflow: hidden; position: relative; background: var(--cream); }
.gallery .tile img { width: 100%; height: 100%; object-fit: cover; }
.gallery .tile.tall { grid-row: span 2; }
.gallery .tile.wide { grid-column: span 2; }
@media (max-width: 820px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery .tile.wide { grid-column: span 2; }
}

/* Misc */
.divider { height: 1px; background: var(--line); margin: 48px 0; }
.tabbar { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 36px; overflow-x: auto; }
.tabbar button { padding: 14px 18px; font-size: 14px; font-weight: 500; color: var(--ink-soft); border-bottom: 2px solid transparent; transition: all .15s; white-space: nowrap; }
.tabbar button:hover { color: var(--brand-brown); }
.tabbar button.active { color: var(--brand-brown); border-bottom-color: var(--brand-brown); font-weight: 600; }

.kbd { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; background: var(--paper-soft); border: 1px solid var(--line); padding: 2px 6px; border-radius: 4px; color: var(--ink-soft); }

/* Mobile sticky CTA */
.mob-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--paper); border-top: 1px solid var(--line); padding: 12px 16px; gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
.mob-cta .btn { flex: 1; justify-content: center; }
@media (max-width: 760px) {
  .mob-cta { display: flex; }
  .fab { bottom: 80px; }
  body { padding-bottom: 76px; }
}

/* Modal */
.modal-backdrop { position: fixed; inset: 0; background: rgba(43, 38, 32, 0.55); backdrop-filter: blur(6px); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; animation: fadeIn .2s ease; }
.modal { background: var(--paper); border-radius: var(--r-xl); padding: 32px; max-width: 480px; width: 100%; box-shadow: var(--shadow-lg); animation: pop .25s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

.success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--leaf-soft); color: var(--leaf); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }

/* Fade in pages */
.page-enter { animation: pageIn .35s ease; }
@keyframes pageIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Quote */
.quote { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.25; color: var(--brand-brown); font-style: italic; font-weight: 400; }
.quote::before { content: """; font-size: 2em; line-height: 0; vertical-align: -0.3em; color: var(--leaf); margin-right: 0.05em; }
.quote::after { content: """; font-size: 2em; line-height: 0; vertical-align: -0.5em; color: var(--leaf); margin-left: 0.05em; }
