/* ===========================================================================
   Stomatologia i medycyna estetyczna Edyta Ferenc-Ryba — Nowy Sącz
   System designu: czysty medyczny premium · biel + mięta/teal + blush
   Typografia: Fraunces (display) + Hanken Grotesk (body) — self-host woff2
   =========================================================================== */

/* ---------- Fonts (self-host, latin + latin-ext dla PL) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/hanken-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/hanken-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --teal: #0E7C86;
  --teal-deep: #0A5B63;
  --teal-700: #0B6A72;
  --mint: #E6F4F3;
  --mint-2: #D5EAE8;
  --blush: #B85C6C;
  --blush-mid: #C56B7A;
  --blush-soft: #FBEFF1;
  --ink: #15302F;
  --ink-2: #20413F;
  --muted: #51625F;
  --bg: #FFFFFF;
  --bg-soft: #F6FBFA;
  --line: #E2ECEA;
  --line-2: #D2E2DF;
  --ok: #0E7C86;
  --danger: #C0392B;

  --maxw: 1180px;
  --pad: clamp(1.15rem, 4vw, 2.25rem);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(21,48,47,.05), 0 10px 28px -14px rgba(14,124,134,.22);
  --shadow-soft: 0 1px 2px rgba(21,48,47,.04), 0 6px 18px -12px rgba(21,48,47,.14);
  --ease: cubic-bezier(.22,.61,.36,1);

  --step--1: clamp(.83rem, .8rem + .15vw, .9rem);
  --step-0: clamp(1rem, .96rem + .2vw, 1.08rem);
  --step-1: clamp(1.18rem, 1.08rem + .5vw, 1.4rem);
  --step-2: clamp(1.45rem, 1.25rem + .9vw, 1.95rem);
  --step-3: clamp(1.85rem, 1.5rem + 1.6vw, 2.7rem);
  --step-4: clamp(2.3rem, 1.7rem + 2.8vw, 3.8rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--teal-deep); text-decoration-color: var(--line-2); text-underline-offset: 3px; }
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }

/* ---------- Base icon (safety net) ---------- */
.ico { width: 1.25em; height: 1.25em; flex: none; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section--soft { background: var(--bg-soft); }
.section--mint { background: linear-gradient(180deg, var(--mint) 0%, #EEF7F6 100%); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: var(--step--1); font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal-deep); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--blush-mid); display: inline-block; }
.lead { font-size: var(--step-1); color: var(--ink-2); line-height: 1.5; max-width: 60ch; }
.muted { color: var(--muted); }

/* skip link */
.skip {
  position: absolute; left: 8px; top: -60px; z-index: 1000;
  background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 8px;
  transition: top .2s var(--ease);
}
.skip:focus { top: 8px; }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: inherit; font-size: var(--step-0); font-weight: 600; line-height: 1;
  padding: .92rem 1.5rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: transform .18s var(--ease), background .18s var(--ease), box-shadow .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
  min-height: 48px;
}
.btn--primary { background: var(--teal); color: #fff; box-shadow: 0 8px 20px -10px rgba(14,124,134,.7); }
.btn--primary:hover { background: var(--teal-deep); transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(14,124,134,.8); }
.btn--ghost { background: #fff; color: var(--teal-deep); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--teal); background: var(--mint); transform: translateY(-2px); }
.btn--blush { background: var(--blush); color: #fff; }
.btn--blush:hover { background: #A04C5B; transform: translateY(-2px); }
.btn .ico { width: 1.15em; height: 1.15em; }
.btn:active { transform: translateY(0); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-bar { display: flex; align-items: center; gap: 1rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand img { width: 40px; height: 40px; }
.brand__name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.16rem; line-height: 1.05; letter-spacing: -.01em; }
.brand__name span { display: block; font-family: 'Hanken Grotesk', sans-serif; font-weight: 500; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-deep); }

.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: .35rem; list-style: none; }
.nav a {
  display: inline-block; padding: .55rem .8rem; border-radius: 999px;
  font-weight: 500; font-size: .98rem; color: var(--ink-2); text-decoration: none;
  white-space: nowrap; transition: background .16s var(--ease), color .16s var(--ease);
}
.nav a:hover { background: var(--mint); color: var(--teal-deep); }
.nav a[aria-current="page"] { background: var(--mint-2); color: var(--teal-deep); font-weight: 600; }

.header-cta { display: none; align-items: center; gap: .7rem; }
.header-tel {
  display: inline-flex; align-items: center; gap: .45rem; text-decoration: none;
  color: var(--ink); font-weight: 600; font-size: .98rem; white-space: nowrap;
}
.header-tel .ico { color: var(--teal); }
.header-tel:hover { color: var(--teal-deep); }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin-left: auto;
  background: var(--mint); border: 1px solid var(--line-2); border-radius: 12px;
  cursor: pointer; color: var(--ink);
}
.nav-toggle .ico { width: 24px; height: 24px; }
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-open { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }

/* mobile menu panel */
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: .6rem var(--pad) 1.2rem;
}
.mobile-nav.is-open { display: block; }
.mobile-nav ul { list-style: none; display: flex; flex-direction: column; }
.mobile-nav ul a {
  display: block; padding: .85rem .4rem; font-size: 1.08rem; font-weight: 500;
  color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--line);
}
.mobile-nav ul a[aria-current="page"] { color: var(--teal-deep); font-weight: 600; }
.mobile-nav .mobile-actions { display: flex; flex-direction: column; gap: .6rem; margin-top: 1rem; }
.mobile-nav .mobile-actions .btn { width: 100%; }
/* przyciski w menu mobilnym zachowują swoje kolory (nie dziedziczą stylu linku nav) */
.mobile-nav .btn--primary { color: #fff; border-bottom: 0; }
.mobile-nav .btn--ghost { color: var(--teal-deep); border-bottom: 0; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(170deg, #F2FAF9 0%, #FFFFFF 58%); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40% 55% at 88% 6%, rgba(197,107,122,.13), transparent 70%),
    radial-gradient(46% 60% at 8% 92%, rgba(14,124,134,.10), transparent 70%);
}
.hero__grid { position: relative; z-index: 1; display: grid; gap: 2.4rem; align-items: center; padding-block: clamp(2.6rem, 6vw, 4.6rem); }
.hero__h1 { letter-spacing: -.02em; }
.hero__h1 em { font-style: italic; color: var(--teal-deep); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.9rem; }
.ti {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: 1px solid var(--line-2); border-radius: 999px;
  padding: .5rem .9rem; font-size: .9rem; font-weight: 500; color: var(--ink-2);
  box-shadow: var(--shadow-soft);
}
.ti .ico { width: 1.05em; height: 1.05em; color: var(--teal); }

/* hero visual card (no fake photo — atmospheric brand panel) */
.hero__panel {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(155deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #fff; padding: clamp(1.5rem, 4vw, 2.4rem); min-height: 320px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 30px 60px -30px rgba(10,91,99,.6);
}
.hero__panel::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 240px; height: 240px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%);
}
.hero__panel-top { display: flex; align-items: center; gap: .6rem; font-weight: 600; letter-spacing: .04em; }
.hero__panel-top .dot { width: 10px; height: 10px; border-radius: 50%; background: #8FE3DE; box-shadow: 0 0 0 5px rgba(143,227,222,.25); }
.hero__quote { font-family: 'Fraunces', serif; font-size: clamp(1.3rem, 3.5vw, 1.85rem); line-height: 1.28; font-weight: 400; position: relative; z-index: 1; }
.hero__panel-list { list-style: none; display: grid; gap: .7rem; margin-top: 1.4rem; position: relative; z-index: 1; }
.hero__panel-list li { display: flex; align-items: flex-start; gap: .6rem; font-size: .98rem; color: #FFFFFF; }
.hero__panel-list .ico { color: #8FE3DE; margin-top: 2px; }

/* ---------- Section heading block ---------- */
.sec-head { max-width: 56ch; margin-bottom: 2.4rem; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }

/* ---------- Service cards grid ---------- */
.grid { display: grid; gap: 1.1rem; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-soft);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card__ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--mint); color: var(--teal-deep); margin-bottom: 1rem;
}
.card__ico .ico { width: 26px; height: 26px; stroke-width: 1.7; }
.card--blush .card__ico { background: var(--blush-soft); color: var(--blush); }
.card h3 { margin-bottom: .35rem; }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }
.card__link {
  display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem;
  font-weight: 600; font-size: .94rem; color: var(--teal-deep); text-decoration: none;
}
.card__link .ico { width: 1em; height: 1em; transition: transform .18s var(--ease); }
.card__link:hover .ico { transform: translateX(3px); }

/* ---------- Feature / why list ---------- */
.feature {
  display: flex; gap: 1rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: var(--shadow-soft);
}
.feature__ico { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--mint); color: var(--teal-deep); }
.feature__ico .ico { width: 22px; height: 22px; }
.feature h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.feature p { margin: 0; color: var(--muted); font-size: .96rem; }

/* ---------- Steps / process ---------- */
.steps { display: grid; gap: 1.1rem; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem 1.4rem 1.4rem; box-shadow: var(--shadow-soft);
}
.step__num {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--teal); color: #fff; font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 600;
  margin-bottom: .85rem;
}
.step h3 { font-size: 1.12rem; margin-bottom: .3rem; }
.step p { margin: 0; color: var(--muted); font-size: .96rem; }

/* ---------- Split (image-like panel + text) ---------- */
.split { display: grid; gap: 2rem; align-items: center; }
.panel-photo {
  border-radius: var(--radius-lg); min-height: 320px; position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--mint) 0%, #FFFFFF 100%);
  border: 1px solid var(--line-2); display: grid; place-items: center; padding: 2rem;
}
.panel-photo .mark { text-align: center; color: var(--teal-deep); }
.panel-photo .mark .ico { width: 56px; height: 56px; margin: 0 auto .8rem; stroke-width: 1.3; }
.panel-photo .mark p { font-family: 'Fraunces', serif; font-size: 1.2rem; margin: 0; color: var(--ink-2); }

/* ---------- Pricing ---------- */
.price-table { display: grid; gap: 1rem; }
.price-row {
  display: flex; flex-wrap: wrap; gap: .6rem 1rem; justify-content: space-between; align-items: baseline;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.4rem; box-shadow: var(--shadow-soft);
}
.price-row__name { font-weight: 600; font-size: 1.06rem; color: var(--ink); }
.price-row__desc { display: block; font-weight: 400; font-size: .92rem; color: var(--muted); margin-top: .2rem; max-width: 46ch; }
.price-row__val {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.1rem; color: var(--teal-deep);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.callout {
  background: var(--mint); border: 1px solid var(--mint-2); border-radius: var(--radius);
  padding: 1.5rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start;
}
.callout .ico { color: var(--teal-deep); width: 28px; height: 28px; flex: none; margin-top: 2px; }
.callout p { margin: 0; color: var(--ink-2); }
.callout strong { color: var(--ink); }

/* ---------- Opinie ---------- */
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-soft);
}
.review__stars { display: inline-flex; gap: 2px; color: #C77D14; margin-bottom: .8rem; }
.review__stars .ico { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.review p { font-family: 'Fraunces', serif; font-size: 1.12rem; line-height: 1.4; color: var(--ink-2); font-style: italic; }
.review__src { display: inline-flex; align-items: center; gap: .4rem; font-size: .88rem; color: var(--muted); font-weight: 500; margin-top: .4rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .75rem; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0 1.4rem; box-shadow: var(--shadow-soft); transition: border-color .2s var(--ease);
}
.faq details[open] { border-color: var(--line-2); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.2rem 0; font-weight: 600; font-size: 1.05rem;
  color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { color: var(--teal); flex: none; transition: transform .25s var(--ease); }
.faq details[open] summary .ico { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 0 1.3rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #fff; border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3.2rem);
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 0%, rgba(143,227,222,.18), transparent 60%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #FFFFFF; max-width: 52ch; margin-inline: auto; }
.cta-band .hero__cta { justify-content: center; margin-top: 1.6rem; }
.cta-band .btn--ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 2rem; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-soft);
}
.contact-list { list-style: none; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: .85rem; align-items: flex-start; }
.contact-list .ico { color: var(--teal); width: 22px; height: 22px; flex: none; margin-top: 3px; }
.contact-list a { color: var(--ink); font-weight: 600; text-decoration: none; }
.contact-list a:hover { color: var(--teal-deep); text-decoration: underline; }
.contact-list span.lbl { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: .1rem; }

/* form */
.form-field { margin-bottom: 1.1rem; }
.form-field label { display: block; font-weight: 600; font-size: .94rem; margin-bottom: .4rem; color: var(--ink-2); }
.form-field label .req { color: var(--blush); }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: .8rem .9rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  background: var(--bg-soft); transition: border-color .16s var(--ease), box-shadow .16s var(--ease);
  min-height: 48px;
}
.form-field textarea { min-height: 130px; resize: vertical; line-height: 1.5; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(14,124,134,.16);
}
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: var(--danger); }
.form-error { display: none; color: var(--danger); font-size: .86rem; font-weight: 600; margin-top: .35rem; }
.form-field.has-error .form-error { display: block; }
.form-hint { font-size: .84rem; color: var(--muted); margin-top: .35rem; }
.form-status { margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--radius-sm); font-weight: 600; display: none; }
.form-status.ok { display: block; background: var(--mint); color: var(--teal-deep); border: 1px solid var(--mint-2); }
.consent { display: flex; gap: .65rem; align-items: flex-start; }
.consent input { width: 20px; height: 20px; min-height: 20px; margin-top: 3px; flex: none; accent-color: var(--teal); }
.consent label { font-weight: 400; font-size: .9rem; color: var(--muted); margin: 0; }

/* map */
.map-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); background: #fff; }
.map-frame { position: relative; width: 100%; aspect-ratio: 16 / 10; background: var(--mint); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-note { padding: 1rem 1.2rem; font-size: .92rem; color: var(--muted); }

/* ---------- Breadcrumb / page hero ---------- */
.page-hero { background: linear-gradient(180deg, var(--mint) 0%, #F4FBFA 100%); border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding-block: clamp(2.2rem, 5vw, 3.4rem); }
.breadcrumb { margin-bottom: .9rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .88rem; color: var(--muted); }
.breadcrumb a { color: var(--teal-deep); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--line-2); }
.page-hero h1 { font-size: var(--step-3); margin-bottom: .4rem; }
.page-hero p { color: var(--ink-2); max-width: 58ch; margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.82); padding-block: clamp(2.6rem, 6vw, 4rem) 1.8rem; }
.footer-grid { display: grid; gap: 2rem; margin-bottom: 2.2rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: #fff; margin-bottom: 1rem; }
.footer-brand img { width: 38px; height: 38px; }
.footer-brand .brand__name { color: #fff; }
.footer-brand .brand__name span { color: #8FE3DE; }
.site-footer p { color: rgba(255,255,255,.7); font-size: .96rem; max-width: 40ch; }
.footer-col h4 { color: #fff; font-family: 'Hanken Grotesk', sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: grid; gap: .6rem; }
.footer-col a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .97rem; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-col .ico { width: 1.05em; height: 1.05em; color: #8FE3DE; vertical-align: -2px; margin-right: .4rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.4rem; display: flex; flex-direction: column; gap: .6rem; font-size: .86rem; color: rgba(255,255,255,.6); }
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-disclaimer { font-size: .8rem; color: rgba(255,255,255,.45); margin-top: .4rem; max-width: 70ch; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal[data-d="1"].is-visible { transition-delay: .08s; }
.reveal[data-d="2"].is-visible { transition-delay: .16s; }
.reveal[data-d="3"].is-visible { transition-delay: .24s; }
html.reveal-instant .reveal { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .card, .feature { transition: none !important; }
}

/* ===========================================================================
   Responsive — mobile-first scale up
   =========================================================================== */
@media (min-width: 600px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 760px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1.05fr .95fr; }
}
@media (min-width: 920px) {
  .hero__grid { grid-template-columns: 1.08fr .92fr; gap: 3rem; }
  .split { grid-template-columns: 1fr 1fr; }
  .split--rev .panel-photo { order: 2; }
  .steps { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1000px) {
  .nav { display: block; }
  .header-cta { display: flex; }
  .nav-toggle { display: none; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.1fr; }
}
