/* ============================================================
   Park Lane Orthodontics — BAU Landing Page styles
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---- shared layout ---- */
.wrap { width: min(1200px, 100% - 48px); margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.bg-cream { background: var(--cream); }
.bg-cream-light { background: var(--cream-light); }
.bg-paper { background: var(--paper); }
.bg-navy { background: var(--navy); color: var(--on-dark); }
.bg-navy-deep { background: var(--navy-900); color: var(--on-dark); }

/* subtle isometric/hex watermark behind some sections */
.pattern { position: relative; }
.pattern::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  opacity: .5;
  background-image:
    linear-gradient(60deg, transparent 49.5%, var(--gold-200) 49.5%, var(--gold-200) 50.5%, transparent 50.5%),
    linear-gradient(-60deg, transparent 49.5%, var(--gold-200) 49.5%, var(--gold-200) 50.5%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, var(--gold-200) 49.5%, var(--gold-200) 50.5%, transparent 50.5%);
  background-size: 54px 94px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 78%);
          mask-image: radial-gradient(ellipse at center, #000 0%, transparent 78%);
}
.bg-navy .pattern::before, .pattern.on-navy::before { opacity: .14; }
.pattern > * { position: relative; z-index: 1; }

/* ---- type helpers ---- */
.eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent);
  margin: 0 0 18px;
}
.bg-navy .eyebrow, .on-dark .eyebrow { color: var(--gold-400); }
.display {
  font-family: var(--font-display); font-weight: 800; color: var(--navy);
  font-size: clamp(42px, 5.4vw, 72px); line-height: 1.04; letter-spacing: -0.018em;
  margin: 0;
}
.bg-navy .display, .on-dark .display { color: var(--on-dark); }
.h2 {
  font-family: var(--font-display); font-weight: 800; color: var(--navy);
  font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -0.015em; margin: 0;
}
.bg-navy .h2, .on-dark .h2 { color: var(--on-dark); }
.h3 { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: clamp(22px, 2.1vw, 28px); line-height: 1.2; margin: 0; }
.bg-navy .h3, .on-dark .h3 { color: var(--on-dark); }
.lead { font-size: clamp(18px, 1.5vw, 20px); line-height: 1.6; color: var(--ink-muted); margin: 0; }
.bg-navy .lead, .on-dark .lead { color: var(--on-dark-muted); }
.muted { color: var(--ink-muted); }
.section-head { max-width: 720px; }
.section-head .lead { margin-top: 18px; }
.center { text-align: center; margin-inline: auto; }

/* gold hairline rule */
.rule { width: 56px; height: 2px; background: var(--accent); border: 0; margin: 0 0 26px; }
.center .rule { margin-inline: auto; }

/* ---- buttons - sharp, UPPERCASE tracked (no pills) ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 17px 34px; border-radius: 0; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: all var(--dur) var(--ease);
}
.btn svg { width: 17px; height: 17px; }
.btn--solid { background: var(--navy); color: var(--on-dark); }
.btn--solid:hover { background: var(--navy-700); }
.btn--gold { background: var(--accent); color: #fff; }
.btn--gold:hover { background: var(--gold-600); }
.btn--ghost-gold { background: transparent; color: var(--on-dark); border-color: var(--gold-400); }
.btn--ghost-gold:hover { background: var(--gold-400); color: var(--navy); }
.btn--ghost-navy { background: transparent; color: var(--navy); border-color: var(--gold); }
.btn--ghost-navy:hover { background: var(--navy); color: var(--on-dark); border-color: var(--navy); }
.btn--block { width: 100%; }
.btn--lg { padding: 19px 40px; font-size: 14px; }

/* big prominent online-booking button (external arrow) */
.btn-book {
  display: inline-flex; align-items: center; gap: 18px; text-decoration: none;
  background: var(--navy); color: var(--on-dark); padding: 20px 24px 20px 30px;
  border: 0; transition: background var(--dur) var(--ease);
}
.btn-book:hover { background: var(--navy-700); }
.btn-book__t { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.btn-book__lead { font-family: var(--font-body); font-weight: 700; font-size: 16px; letter-spacing: .01em; }
.btn-book__sub { font-family: var(--font-body); font-weight: 600; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); }
.btn-book__arrow { width: 52px; height: 52px; flex: none; display: grid; place-items: center; background: var(--accent); color: #fff; transition: transform var(--dur) var(--ease); }
.btn-book__arrow svg { width: 22px; height: 22px; stroke: #fff; }
.btn-book:hover .btn-book__arrow { transform: translate(3px, -3px); }
.btn-book--gold { background: var(--accent); }
.btn-book--gold:hover { background: var(--gold-600); }
.btn-book--gold .btn-book__sub { color: var(--cream); }
.btn-book--gold .btn-book__arrow { background: var(--navy); }

/* uppercase underlined text-link CTA (hero / inline) */
.tlink {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--navy);
  text-decoration: none; padding-bottom: 5px; border-bottom: 1.5px solid var(--gold);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.tlink:hover { color: var(--gold-600); border-color: var(--gold-600); }
.on-dark .tlink, .bg-navy .tlink, .bg-navy-deep .tlink { color: var(--on-dark); border-color: var(--gold-400); }
.on-dark .tlink:hover { color: var(--gold-400); }

/* ---- editorial Google rating (no pill / box) ---- */
.rating { display: inline-flex; align-items: center; gap: 16px; }
.rating__score { font-family: var(--font-display); font-weight: 800; font-size: 46px; line-height: 1; color: var(--navy); }
.on-dark .rating__score { color: var(--on-dark); }
.rating__div { width: 1px; align-self: stretch; min-height: 44px; background: var(--line); }
.on-dark .rating__div { background: rgba(255,255,255,.22); }
.rating__meta { display: flex; flex-direction: column; gap: 6px; }
.rating__stars { display: flex; gap: 3px; }
.rating__stars svg { width: 16px; height: 16px; fill: #E7B53C; }
.rating__label { font-family: var(--font-body); font-size: 13px; color: var(--ink-muted); letter-spacing: .02em; }
.on-dark .rating__label { color: var(--on-dark-muted); }
.rating__label b { color: var(--navy); font-weight: 700; }
.on-dark .rating__label b { color: var(--on-dark); }

/* ---- header ---- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 48px);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), padding var(--dur) var(--ease);
}
.site-header.scrolled { background: var(--navy); box-shadow: 0 2px 18px rgba(15,26,46,.28); padding-block: 12px; }
/* CSS wordmark logo (reversed, on dark) */
.wordmark { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.wordmark__lion {
  width: 38px; height: 38px; border-radius: 999px; flex: none;
  border: 1.6px solid var(--gold-400); color: var(--gold-400);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700;
  font-size: 16px; letter-spacing: .02em;
}
.wordmark__text { line-height: 1; }
.wordmark__name { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--on-dark); letter-spacing: .005em; display: block; }
.wordmark__sub { font-family: var(--font-display); font-weight: 500; font-size: 12.5px; color: var(--gold-400); letter-spacing: .28em; text-transform: uppercase; display: block; margin-top: 3px; }
.header-actions { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: var(--on-dark); text-decoration: none; font-weight: 600; font-size: 15px; }
.header-phone svg { width: 17px; height: 17px; stroke: var(--gold-400); }
.header-phone:hover { color: var(--gold-400); }
.header-cta { padding: 11px 22px; font-size: 14px; }
@media (max-width: 720px) { .header-phone span { display: none; } }

/* ---- hero ---- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--on-dark); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg image-slot { width: 100%; height: 100%; }
.hero__scrim { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(15,26,46,.86) 0%, rgba(15,26,46,.72) 38%, rgba(15,26,46,.34) 66%, rgba(15,26,46,.18) 100%),
    linear-gradient(to top, rgba(15,26,46,.78) 0%, rgba(15,26,46,.10) 40%, rgba(15,26,46,.45) 100%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__grid {
  width: min(1200px, 100% - 48px); margin-inline: auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center; padding-block: clamp(120px, 16vh, 200px) clamp(48px, 7vh, 88px);
}
.hero__copy { max-width: 600px; }
.hero h1 {
  font-family: var(--font-banner); font-weight: 700;
  font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -0.012em;
  margin: 0 0 20px; color: #fff; text-wrap: balance;
}
.hero__support { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; color: var(--on-dark); opacity: .92; margin: 0 0 30px; max-width: 30ch; }
.hero__usps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 13px; }
.hero__usps li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; color: var(--on-dark); }
.hero__usps svg { width: 21px; height: 21px; flex: none; margin-top: 1px; stroke: var(--gold-400); }
/* reviews badge (light, on cream/white) */
.reviews-badge { display: inline-flex; align-items: center; gap: 13px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 18px 9px 14px; }
.reviews-badge__g { width: 26px; height: 26px; flex: none; }
.reviews-badge__stars { display: flex; gap: 2px; }
.reviews-badge__stars svg { width: 15px; height: 15px; fill: #E7B53C; }
.reviews-badge__txt { font-size: 13.5px; line-height: 1.25; color: var(--ink-muted); }
.reviews-badge__txt b { color: var(--navy); font-weight: 700; }

/* hero form card — clean white, minimal radius + hairline (brand prefers flat) */
.form-card { background: var(--paper); border-radius: var(--r-sm); box-shadow: var(--shadow-md); padding: clamp(26px, 2.4vw, 38px); border: 1px solid var(--line); }
.form-card__title { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: clamp(23px, 2vw, 28px); line-height: 1.12; margin: 0 0 6px; }
.form-card__sub { font-size: 14.5px; color: var(--ink-muted); margin: 0 0 22px; line-height: 1.5; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: .01em; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper); transition: border-color var(--dur), box-shadow var(--dur);
}
.field textarea { resize: vertical; min-height: 72px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(156,122,78,.16); }
.form-foot { font-size: 12.5px; color: var(--ink-faint); margin: 14px 0 0; line-height: 1.5; text-align: center; }
.form-success { display: none; text-align: center; padding: 24px 8px; }
.form-success svg { width: 52px; height: 52px; stroke: var(--success); margin: 0 auto 14px; }
.form-success h4 { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 24px; margin: 0 0 8px; }
.form-success p { color: var(--ink-muted); font-size: 15px; margin: 0; }
.form-card.is-sent form { display: none; }
.form-card.is-sent .form-success { display: block; }

/* ---- consultation: 3-part cards ---- */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.step-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform var(--dur), box-shadow var(--dur); }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-card__num { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; background: var(--navy); width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; margin-bottom: 20px; }
.step-card h3 { font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: 20px; line-height: 1.2; margin: 0 0 10px; }
.step-card p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.6; }
.price-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--cream-dark); color: var(--navy); border-radius: var(--r-pill); padding: 8px 18px; font-weight: 600; font-size: 14px; margin-top: 26px; }
.price-pill b { font-weight: 700; }

/* ---- timeline journey ---- */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; }
.tl-item { position: relative; padding: 0 26px; }
.tl-item:not(:nth-child(3n))::after { content: ""; }
.tl-num { width: 46px; height: 46px; border-radius: 999px; border: 1.5px solid var(--accent); color: var(--accent); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 18px; margin-bottom: 18px; background: var(--cream-light); }
.bg-navy .tl-num { background: transparent; color: var(--gold-400); border-color: var(--gold-400); }
.tl-item h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--navy); margin: 0 0 8px; }
.bg-navy .tl-item h3 { color: var(--on-dark); }
.tl-item p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.6; }
.bg-navy .tl-item p { color: var(--on-dark-muted); }
.tl-item:not(:nth-last-child(-n+3)) { padding-bottom: 44px; }
.tl-connector { position: absolute; left: 49px; top: 6px; bottom: -38px; width: 1.5px; background: linear-gradient(var(--line), transparent); }
.bg-navy .tl-connector { background: linear-gradient(rgba(184,154,107,.4), transparent); }

/* ---- split feature (iTero) ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media image-slot { width: 100%; aspect-ratio: 4 / 3.4; }
.split__copy p { color: var(--ink-muted); }
.bg-navy .split__copy p { color: var(--on-dark-muted); }
.split__copy p + p { margin-top: 16px; }
.checklist { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; }
.checklist svg { width: 20px; height: 20px; flex: none; margin-top: 2px; stroke: var(--accent); }
.bg-navy .checklist svg { stroke: var(--gold-400); }

/* ---- why us / team ---- */
.why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.team-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 8px; }
.team-card { background: var(--navy-700); border: 1px solid rgba(184,154,107,.22); border-radius: var(--r-card); overflow: hidden; }
.team-card image-slot { width: 100%; aspect-ratio: 1 / 1; }
.team-card__body { padding: 20px 20px 24px; }
.team-card__name { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--on-dark); margin: 0 0 3px; }
.team-card__role { font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-400); margin: 0 0 12px; font-weight: 600; }
.team-card__bio { font-size: 14px; color: var(--on-dark-muted); line-height: 1.6; margin: 0; }
.cred-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 18px; }
.cred-list li { display: flex; gap: 14px; align-items: flex-start; }
.cred-list svg { width: 24px; height: 24px; flex: none; stroke: var(--gold-400); margin-top: 2px; }
.cred-list b { color: var(--on-dark); font-weight: 600; display: block; font-size: 16px; margin-bottom: 2px; font-family: var(--font-display); }
.cred-list span { color: var(--on-dark-muted); font-size: 14.5px; line-height: 1.55; }

/* ---- costs ---- */
.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.cost-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 32px 28px; box-shadow: var(--shadow-sm); }
.cost-card.is-feature { background: var(--navy); color: var(--on-dark); border-color: var(--navy); }
.cost-card__icon { width: 46px; height: 46px; border-radius: 999px; background: var(--cream); display: grid; place-items: center; margin-bottom: 18px; }
.cost-card.is-feature .cost-card__icon { background: rgba(184,154,107,.2); }
.cost-card__icon svg { width: 23px; height: 23px; stroke: var(--accent); }
.cost-card.is-feature .cost-card__icon svg { stroke: var(--gold-400); }
.cost-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--navy); margin: 0 0 8px; }
.cost-card.is-feature h3 { color: var(--on-dark); }
.cost-card p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.6; }
.cost-card.is-feature p { color: var(--on-dark-muted); }

/* ---- how it works (explainer) ---- */
.prose { max-width: 760px; }
.prose p { color: var(--ink-muted); margin: 0 0 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--navy); font-weight: 600; }

/* ---- FAQ (class-toggled display — reliable in this renderer) ---- */
.faq { max-width: 820px; margin-top: 48px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { list-style: none; width: 100%; background: none; border: 0; cursor: pointer; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; font-family: var(--font-display); font-weight: 600; font-size: clamp(18px, 1.7vw, 21px); color: var(--navy); }
.faq-q:hover { color: var(--gold-600); }
.faq-icon { width: 26px; height: 26px; flex: none; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--accent); transition: transform var(--dur) var(--ease); }
.faq-icon::before { top: 12px; left: 4px; right: 4px; height: 2px; }
.faq-icon::after { left: 12px; top: 4px; bottom: 4px; width: 2px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { display: none; }
.faq-item.open .faq-a { display: block; }
.faq-a__inner { padding: 0 4px 26px; color: var(--ink-muted); font-size: 16px; line-height: 1.7; max-width: 70ch; }
@media (prefers-reduced-motion: no-preference) {
  .faq-item.open .faq-a__inner { animation: faqIn var(--dur) var(--ease); }
}
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---- CTA band ---- */
.cta-band { text-align: center; }
.cta-band .display { margin-bottom: 18px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.cta-contact { margin-top: 30px; font-size: 15px; color: var(--on-dark-muted); }
.cta-contact a { color: var(--gold-400); text-decoration: none; font-weight: 600; }
.cta-contact a:hover { text-decoration: underline; }

/* ---- footer (centered logo + columns, like the live site) ---- */
.footer { background: var(--navy-900); color: var(--on-dark-muted); padding-block: clamp(56px, 7vw, 88px) 32px; }
.footer__top { text-align: center; padding-bottom: clamp(36px, 5vw, 56px); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__top .wordmark { display: inline-flex; }
.footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 4vw, 56px); padding-top: clamp(40px, 5vw, 56px); }
.footer__about { font-size: 14.5px; line-height: 1.7; max-width: 36ch; }
.footer__col h4 { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); margin: 0 0 18px; }
.footer__col a, .footer__contact-line { color: var(--on-dark-muted); text-decoration: none; font-size: 14.5px; line-height: 1.6; display: block; margin-bottom: 10px; }
.footer__col a:hover { color: var(--on-dark); }
.hours-row { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; padding: 6px 0; }
.hours-row span:first-child { color: var(--on-dark); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-faint); }
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---- image-slot empty-state styling (branded "photo here" frame) ---- */
image-slot { display: block; }
image-slot::part(frame) { background: var(--cream-dark); }
.hero__bg image-slot::part(frame) { background: var(--navy-700); }

/* ---- reveal on scroll ----
   Visible by default (no-JS, print, reduced-motion all show content).
   Only hidden while JS animation is pending: html.js-anim .reveal:not(.in). */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  html.js-anim .reveal { transition: opacity .6s var(--ease), transform .6s var(--ease); }
  html.js-anim .reveal:not(.in) { opacity: 0; transform: translateY(24px); }
}

/* ---- responsive ---- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; padding-block: 116px 56px; }
  .hero__copy { max-width: 640px; }
  .steps3, .cost-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .tl-connector { display: none; }
  .tl-item { padding: 0 0 0 0; padding-bottom: 32px; }
  .split, .why-grid { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .team-row { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; justify-content: center; }
}
