/* ==========================================================================
   RBYL Coaching, design system
   Palette: Bath stone + sage. Journal-like, considered, generous.
   ========================================================================== */

:root {
  --stone: #3A352D;
  --stone-deep: #221E16;
  --sage: #6E7C5E;
  --sage-deep: #4A5640;
  --sage-soft: #B1BFA0;
  --bath: #EFE9DC;
  --bath-warm: #E1D7C0;
  --rust: #A8552F;
  --rule: #C9BFA7;

  --font-display: 'Fraunces', Georgia, serif;
  --font-sans: 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;

  --maxw: 1140px;
  --gutter: clamp(20px, 4vw, 40px);
  --t-fast: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--stone);
  background: var(--bath);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--rust); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--sage-deep); }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--stone-deep);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  line-height: 1.15;
  font-variation-settings: "opsz" 36;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 500; line-height: 1.05; letter-spacing: -0.02em; font-variation-settings: "opsz" 96; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); font-variation-settings: "opsz" 48; }
h3 { font-size: 1.3rem; font-weight: 600; line-height: 1.3; font-variation-settings: "opsz" 24; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; }
p { margin: 0 0 1em; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 18px;
}
.eyebrow.on-dark { color: var(--sage-soft); }

.accent { color: var(--sage-deep); font-style: italic; font-weight: 500; }

.lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: var(--sage-deep);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all var(--t-fast);
  text-decoration: none;
  line-height: 1;
}
.btn-primary { background: var(--stone-deep); color: var(--bath); border-color: var(--stone-deep); }
.btn-primary:hover { background: var(--sage-deep); border-color: var(--sage-deep); color: var(--bath); }
.btn-outline { background: transparent; color: var(--stone-deep); border-color: var(--rule); }
.btn-outline:hover { background: var(--stone-deep); color: var(--bath); border-color: var(--stone-deep); }
.btn-outline.on-dark { color: var(--bath); border-color: rgba(239, 233, 220, 0.4); }
.btn-outline.on-dark:hover { background: var(--bath); color: var(--stone-deep); border-color: var(--bath); }
.btn-large { padding: 16px 32px; font-size: 1rem; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--stone-deep);
  color: var(--bath);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 20px;
}
.topbar-tagline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bath-warm);
}
.topbar-tagline svg { width: 16px; height: 16px; color: var(--sage-soft); }
.topbar-meta { display: flex; gap: 24px; }
.topbar-meta span { display: flex; align-items: center; gap: 8px; color: var(--bath-warm); }
.topbar-meta svg { width: 14px; height: 14px; color: var(--sage-soft); }

/* ---------- Nav ---------- */
.nav {
  background: var(--bath);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(6px);
  background: rgba(239, 233, 220, 0.94);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--stone-deep);
  text-decoration: none;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: var(--bath);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  letter-spacing: 0;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--stone-deep); }
.brand-sub { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-deep); margin-top: 2px; }

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.nav-menu a {
  font-family: var(--font-sans);
  color: var(--stone);
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
  padding: 4px 0;
  transition: color var(--t-fast);
}
.nav-menu a:hover, .nav-menu a.active { color: var(--sage-deep); }
.nav-menu a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: var(--sage-deep);
}
.nav-cta { display: flex; align-items: center; gap: 12px; }
.hamburger {
  display: none;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--stone);
}
.hamburger svg { width: 20px; height: 20px; }

/* ---------- Drawer ---------- */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(34, 30, 22, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-fast);
  z-index: 90;
}
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(320px, 84vw);
  background: var(--bath);
  padding: 30px 26px;
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(.4,0,.2,1);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.drawer.open { transform: translateX(0); }
.drawer-close {
  align-self: flex-end;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--stone);
}
.drawer-close svg { width: 18px; height: 18px; }
.drawer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.drawer ul a {
  display: block;
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--stone-deep);
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
}
.drawer-cta { margin-top: 10px; justify-content: center; width: 100%; text-align: center; }
.drawer-meta {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--sage-deep);
  line-height: 1.7;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--bath-warm);
  padding: clamp(70px, 11vw, 130px) 0 clamp(70px, 11vw, 130px);
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(110, 124, 94, 0.18), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(168, 85, 47, 0.08), transparent 55%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 880px; }
.hero h1 {
  margin: 0 0 28px;
}
.hero-lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.55;
  color: var(--sage-deep);
  max-width: 720px;
  margin: 0 0 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 50px; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 36px;
  font-size: 0.86rem;
  color: var(--sage-deep);
}
.hero-meta span { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.hero-meta svg { width: 16px; height: 16px; color: var(--sage); }

/* Decorative leaf-arc motif positioned in hero */
.hero-motif {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  opacity: 0.22;
  color: var(--sage-deep);
  pointer-events: none;
}
@media (max-width: 880px) { .hero-motif { display: none; } }

/* ---------- Section motif divider (decorative SVG between sections) ---------- */
.motif-divider {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  background: inherit;
}
.motif-divider svg {
  width: 64px;
  height: 16px;
  color: var(--sage);
  opacity: 0.7;
}

/* ---------- Sections ---------- */
.section { padding: clamp(70px, 9vw, 110px) 0; }
.section-bath { background: var(--bath); }
.section-warm { background: var(--bath-warm); }
.section-stone { background: var(--stone-deep); color: var(--bath); }
.section-stone h2, .section-stone h3 { color: var(--bath); }
.section-stone p { color: var(--bath-warm); }
.section-stone .eyebrow { color: var(--sage-soft); }

.section-title {
  max-width: 720px;
  margin: 0 0 60px;
}
.section-title.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title h2 { margin-bottom: 18px; }
.section-title p {
  font-size: 1.1rem;
  color: var(--sage-deep);
  line-height: 1.65;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

/* ---------- Trust strip ---------- */
.trust {
  background: var(--stone-deep);
  color: var(--bath);
  padding: 36px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.trust-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px;
  border-left: 1px solid rgba(177, 191, 160, 0.25);
}
.trust-item:first-child { border-left: none; padding-left: 0; }
.trust-item .label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--bath);
  font-weight: 500;
}
.trust-item .desc {
  font-size: 0.85rem;
  color: var(--bath-warm);
  opacity: 0.85;
  line-height: 1.5;
}

/* ---------- Coaching offers, vertical sequence with sage hairlines (no card boxes) ---------- */
.offer-list {
  max-width: 880px;
  margin: 0 auto;
}
.offer {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 50px;
  padding: 48px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.offer:first-child { border-top: 1px solid var(--rule); }
.offer-tag {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--sage-deep);
  letter-spacing: 0.02em;
  padding-top: 6px;
}
.offer-tag .num {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  color: var(--sage);
  margin-bottom: 4px;
  font-weight: 600;
  font-family: var(--font-sans);
}
.offer-body h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.offer-body p { color: var(--stone); margin-bottom: 10px; line-height: 1.7; }
.offer-body p:last-child { margin-bottom: 0; }

/* ---------- Engagement shapes ---------- */
.shapes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}
.shape {
  background: var(--bath);
  padding: 38px 32px;
  border-top: 2px solid var(--sage);
  border-radius: 2px;
}
.section-warm .shape { background: var(--bath); }
.section-bath .shape { background: var(--bath-warm); }
.shape .duration {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 14px;
}
.shape h3 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.shape p { color: var(--stone); font-size: 0.95rem; line-height: 1.65; }

/* ---------- Process steps, numbered circles in sage ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  position: relative;
}
.process::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--rule);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: left;
}
.process-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--bath);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 22px;
  border: 4px solid var(--bath-warm);
  font-variation-settings: "opsz" 24;
}
.section-bath .process-num { border-color: var(--bath); }
.process-step h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.process-step p { font-size: 0.93rem; color: var(--stone); line-height: 1.6; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq {
  border-bottom: 1px solid var(--rule);
  padding: 4px 0;
}
.faq:first-child { border-top: 1px solid var(--rule); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 40px 24px 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--stone-deep);
  position: relative;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 1px solid var(--sage-deep);
  border-bottom: 1px solid var(--sage-deep);
  transform: translateY(-70%) rotate(45deg);
  transition: transform var(--t-fast);
}
.faq[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq-body { padding: 0 40px 24px 0; }
.faq-body p { color: var(--stone); line-height: 1.7; margin: 0; }

/* ---------- Pull quote ---------- */
.pull-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.45;
  color: var(--stone-deep);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.pull-quote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 600;
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--stone-deep);
  color: var(--bath);
  padding: clamp(70px, 9vw, 110px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(110, 124, 94, 0.22), transparent 60%);
}
.cta-banner > .container { position: relative; }
.cta-banner h2 { color: var(--bath); max-width: 720px; margin: 0 auto 18px; }
.cta-banner p { color: var(--bath-warm); max-width: 600px; margin: 0 auto 36px; font-size: 1.05rem; }
.cta-banner .hero-actions { justify-content: center; }

/* ---------- About page bits ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-grid h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 14px;
}
.about-text p { line-height: 1.75; color: var(--stone); }
.about-text p + p { margin-top: 1em; }

.aside-block {
  background: var(--bath);
  border-left: 2px solid var(--sage);
  padding: 32px 30px;
  border-radius: 2px;
}
.aside-block .label {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
}
.aside-block h3 { font-size: 1.25rem; margin-bottom: 12px; }
.aside-block p { font-size: 0.95rem; line-height: 1.65; margin-bottom: 10px; }
.aside-block p:last-child { margin-bottom: 0; }

/* Two-column 'who this is for / who it isn't' */
.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 30px;
}
.dual-grid .col {
  padding: 36px 32px;
  background: var(--bath);
  border-top: 2px solid var(--sage);
  border-radius: 2px;
}
.section-bath .dual-grid .col { background: var(--bath-warm); }
.dual-grid h3 { font-size: 1.3rem; margin-bottom: 16px; }
.dual-grid ul { list-style: none; padding: 0; margin: 0; }
.dual-grid li {
  padding: 10px 0 10px 28px;
  position: relative;
  line-height: 1.55;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(201, 191, 167, 0.5);
}
.dual-grid li:last-child { border-bottom: none; }
.dual-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 14px;
  height: 1px;
  background: var(--sage);
}

/* ---------- Services page expanded offers ---------- */
.offer-expanded {
  padding: 56px 0;
  border-bottom: 1px solid var(--rule);
}
.offer-expanded:first-child { border-top: 1px solid var(--rule); }
.offer-expanded-head {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 50px;
  margin-bottom: 20px;
}
.offer-expanded h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.offer-expanded .offer-tag { padding-top: 12px; }
.offer-expanded p { line-height: 1.75; }
.offer-expanded .details {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 50px;
  margin-top: 28px;
}
.offer-expanded .details .label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 600;
  padding-top: 4px;
}
.offer-expanded .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 30px;
}
@media (max-width: 700px) { .offer-expanded .details ul { columns: 1; } }
.offer-expanded .details li {
  padding: 6px 0 6px 18px;
  position: relative;
  font-size: 0.92rem;
  line-height: 1.5;
  break-inside: avoid;
}
.offer-expanded .details li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 8px;
  height: 1px;
  background: var(--sage);
}

/* ---------- Contact ---------- */
.page-hero {
  background: var(--stone-deep);
  color: var(--bath);
  padding: clamp(80px, 11vw, 130px) 0 clamp(50px, 7vw, 80px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sage-deep);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 0%, rgba(110, 124, 94, 0.22), transparent 60%);
}
.page-hero > .container { position: relative; max-width: 860px; }
.page-hero h1 { color: var(--bath); margin-bottom: 20px; }
.page-hero p {
  color: var(--bath-warm);
  font-size: 1.15rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  max-width: 660px;
  line-height: 1.55;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 18px; }
.contact-info > p { color: var(--stone); margin-bottom: 32px; line-height: 1.7; }
.contact-row {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.contact-row:last-child { border-bottom: none; }
.contact-row svg { width: 20px; height: 20px; color: var(--sage-deep); margin-top: 4px; flex-shrink: 0; }
.contact-row strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--stone-deep);
  margin-bottom: 4px;
}
.contact-row span { font-size: 0.93rem; color: var(--stone); line-height: 1.55; }

.form-card {
  background: var(--bath-warm);
  padding: 18px;
  border-radius: 4px;
  border-top: 2px solid var(--sage);
  min-height: 770px;
}
.form-card iframe { background: var(--bath); border-radius: 2px; }

.reassurance {
  margin-top: 50px;
  padding: 32px;
  background: var(--bath-warm);
  border-left: 2px solid var(--sage);
  border-radius: 2px;
  max-width: 860px;
}
.reassurance h3 { font-size: 1.2rem; margin-bottom: 10px; }
.reassurance p { font-size: 0.95rem; line-height: 1.65; margin: 0; color: var(--stone); }

/* ---------- Footer ---------- */
.footer {
  background: var(--stone-deep);
  color: var(--bath-warm);
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.footer .brand { color: var(--bath); }
.footer .brand-mark { background: var(--sage); color: var(--bath); }
.footer .brand-name { color: var(--bath); }
.footer .brand-sub { color: var(--sage-soft); }
.footer p { font-size: 0.9rem; line-height: 1.65; color: var(--bath-warm); opacity: 0.8; }
.footer h4 {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-soft);
  margin-bottom: 18px;
  font-weight: 600;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; }
.footer li a {
  color: var(--bath-warm);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color var(--t-fast);
}
.footer li a:hover { color: var(--bath); }
.footer-meta { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.footer-meta-row { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; }
.footer-meta-row svg { width: 14px; height: 14px; color: var(--sage-soft); }
.footer-bottom {
  border-top: 1px solid rgba(177, 191, 160, 0.2);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--bath-warm);
  opacity: 0.6;
  gap: 20px;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: none; padding-left: 0; }
  .shapes-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process::before { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .dual-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .topbar-meta { display: none; }
  .nav-menu { display: none; }
  .nav-cta .btn { display: none; }
  .hamburger { display: inline-flex; }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .trust-item { border-left: none; padding-left: 0; padding-bottom: 18px; border-bottom: 1px solid rgba(177, 191, 160, 0.18); }
  .trust-item:last-child { border-bottom: none; padding-bottom: 0; }
  .process { grid-template-columns: 1fr; gap: 30px; }
  .offer { grid-template-columns: 1fr; gap: 14px; padding: 36px 0; }
  .offer-tag { padding-top: 0; }
  .offer-expanded-head, .offer-expanded .details { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .brand-sub { display: none; }
  .topbar-tagline { font-size: 0.72rem; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  h1 { font-size: 2.2rem; }
}
