/* nugabest.pl — kierunek B «Spokój».
   Tokeny, siatka i komponenty 1:1 z zatwierdzonego makietu
   2026_09_10_makiet_B_spokoj.html. Na końcu pliku — komponenty podstron,
   których w makiecie nie było (spisy, dane techniczne, proza, menu mobilne). */

/* --- kroje pisma: pliki lokalne, bez zapytań do Google (RODO) --- */
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/libre_franklin-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/libre_franklin-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Literata;
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/assets/fonts/literata-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Literata;
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/assets/fonts/literata-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Literata;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/literata-italic-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Literata;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/literata-italic-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --paper: #F6F4EF;
  --surface: #E7E0D3;
  --ink: #1E2A24;
  --ink-2: #5A5248;
  --accent: #2F5D50;
  --accent-ink: #FFFFFF;
  --sage: #9CAF88;
  --rule: #DCD5C6;
  --rule-strong: #C7BFAD;
  --band-bg: #2F5D50;
  --band-ink: #FFFFFF;
  --band-rule: rgba(255,255,255,.28);
  --cta-bg: #9CAF88;
  --cta-ink: #131B17;
  --field-bg: #FFFFFF;
  --shadow: 0 18px 44px rgba(30,42,36,.10);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #131B17;
    --surface: #1E2A24;
    --ink: #EEF0E9;
    --ink-2: #AAB5A6;
    --accent: #8FBFA6;
    --accent-ink: #131B17;
    --sage: #5E7A62;
    --rule: #2C3A32;
    --rule-strong: #3A4B41;
    --band-bg: #1B2C25;
    --band-ink: #EEF0E9;
    --band-rule: rgba(238,240,233,.24);
    --cta-bg: #24382E;
    --cta-ink: #EEF0E9;
    --field-bg: #101812;
    --shadow: 0 18px 44px rgba(0,0,0,.45);
  }
}
:root[data-theme="dark"] {
  --paper: #131B17;
  --surface: #1E2A24;
  --ink: #EEF0E9;
  --ink-2: #AAB5A6;
  --accent: #8FBFA6;
  --accent-ink: #131B17;
  --sage: #5E7A62;
  --rule: #2C3A32;
  --rule-strong: #3A4B41;
  --band-bg: #1B2C25;
  --band-ink: #EEF0E9;
  --band-rule: rgba(238,240,233,.24);
  --cta-bg: #24382E;
  --cta-ink: #EEF0E9;
  --field-bg: #101812;
  --shadow: 0 18px 44px rgba(0,0,0,.45);
}

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .display, .num, blockquote {
  font-family: Literata, "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: -0.01em;
}
h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.18;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h3 { font-weight: 400; }
p { margin: 0 0 1.1em; max-width: 62ch; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.logo { display: block; height: 30px; width: auto; color: var(--ink); }

.wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(74px, 9.5vw, 152px); }
.section--tight { padding-block: clamp(56px, 6.5vw, 104px); }
.eyebrow {
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
  margin: 0 0 1.4em;
}
.lede { font-size: clamp(19px, 1.5vw, 21px); color: var(--ink); max-width: 56ch; }
.note { font-size: 15px; color: var(--ink-2); max-width: 62ch; }

/* --- кнопки --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
  font: 500 17px/1.3 "Libre Franklin", Arial, sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn--solid { background: var(--accent); color: var(--accent-ink); }
.btn--solid:hover { background: #24493F; }
:root[data-theme="dark"] .btn--solid:hover,
:root:not([data-theme="light"]) .btn--solid:hover { background: #A8D2BA; }
.btn--quiet {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-strong);
}
.btn--quiet:hover { border-color: var(--ink); }
.btn--onphoto { background: rgba(246,244,239,.94); color: #16211B; border-color: transparent; }
.btn--onphoto:hover { background: #FFFFFF; }
.btn--ghostphoto { background: transparent; color: #F4F6F0; border-color: rgba(244,246,240,.7); }
.btn--ghostphoto:hover { border-color: #FFFFFF; background: rgba(255,255,255,.10); }
.btn--dark { background: var(--cta-ink); color: var(--cta-bg); }
.btn--dark:hover { opacity: .88; }

:where(a, button, summary, input, select):focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* --- nav --- */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.nav-in {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding-block: 12px;
  flex-wrap: wrap;
}
.nav-links { display: flex; gap: 26px; margin-left: auto; flex-wrap: wrap; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 16.5px;
  color: var(--ink);
  border-bottom: 1px solid transparent;
}
.nav-links a:hover { border-bottom-color: var(--sage); }
.nav .btn { min-height: 46px; padding: 8px 20px; font-size: 16px; }

/* --- hero --- */
.hero { display: grid; isolation: isolate; }
.hero > * { grid-area: 1 / 1; }
.hero-photo {
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 60vw, 760px);
  object-fit: cover;
  object-position: 56% 62%;
}
.hero-scrim {
  background:
    linear-gradient(to top, rgba(14,22,17,.94) 0%, rgba(14,22,17,.86) 26%, rgba(14,22,17,.52) 52%, rgba(14,22,17,.16) 76%, rgba(14,22,17,0) 100%),
    linear-gradient(to right, rgba(14,22,17,.72) 0%, rgba(14,22,17,.34) 42%, rgba(14,22,17,0) 78%);
}
.hero-copy {
  align-self: end;
  padding-top: clamp(40px, 6vw, 90px);
  padding-bottom: clamp(34px, 4vw, 62px);
}
.hero-copy .eyebrow { color: #CFD9C8; margin-bottom: 1em; }
.hero h1 {
  color: #F4F6F0;
  font-size: clamp(42px, 5.2vw, 76px);
  font-variation-settings: "opsz" 72;
  line-height: 1.06;
  margin: 0 0 .42em;
  max-width: 17ch;
  text-wrap: balance;
}
.hero-lead {
  color: #E4E9DE;
  font-size: clamp(18px, 1.4vw, 20px);
  max-width: 52ch;
  margin-bottom: 1.5em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta {
  margin: 1.6em 0 0;
  font-size: 15px;
  color: #CFD9C8;
  letter-spacing: .02em;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .6s cubic-bezier(.22,.61,.36,1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: .09s; }
  .hero-copy > *:nth-child(3) { animation-delay: .18s; }
  .hero-copy > *:nth-child(4) { animation-delay: .27s; }
  .hero-copy > *:nth-child(5) { animation-delay: .36s; }
  @keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
  }
  html { scroll-behavior: smooth; }
}

/* --- числа --- */
.stats { background: var(--surface); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: clamp(40px, 4.4vw, 64px);
}
.stat { padding-inline: clamp(16px, 2.4vw, 40px); border-left: 1px solid var(--sage); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .num {
  display: block;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.stat .cap { display: block; margin-top: .35em; font-size: 16px; color: var(--ink-2); }
.stats-note {
  padding-bottom: clamp(26px, 3vw, 40px);
  margin: 0;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

/* --- шаги --- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 52px);
  border-top: 1px solid var(--rule-strong);
  padding-top: clamp(30px, 3vw, 48px);
  margin-top: clamp(20px, 2.5vw, 36px);
}
.step .num {
  display: block;
  color: var(--accent);
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-bottom: .35em;
}
.step h3 { font-size: 21px; margin: 0 0 .45em; }
.step p { font-size: 17px; color: var(--ink-2); margin: 0; max-width: 34ch; }

/* --- цитата дня --- */
.quote-day {
  text-align: center;
  padding-block: clamp(64px, 8vw, 120px);
}
.quote-day p {
  margin: 0 auto;
  max-width: 34ch;
  font-family: Literata, Georgia, serif;
  font-weight: 300;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.35;
  color: var(--ink);
}

/* --- три опоры --- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4vw, 72px);
  margin-top: clamp(28px, 3vw, 48px);
}
.pillar .dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sage);
  margin-bottom: 22px;
}
.pillar h3 { font-size: 24px; margin: 0 0 .4em; }
.pillar p { font-size: 17px; color: var(--ink-2); margin: 0; max-width: 36ch; }

/* --- продукты --- */
.devices { background: var(--surface); }
.devices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 32px);
  margin-top: clamp(30px, 3.4vw, 52px);
}
.device {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.device img { width: 100%; height: clamp(230px, 24vw, 320px); object-fit: cover; }
.device-body { padding: clamp(24px, 2.4vw, 38px); }
.device .kicker {
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0 0 .8em;
}
.device h3 { font-size: 26px; margin: 0 0 .35em; }
.device p { font-size: 17px; color: var(--ink-2); margin: 0 0 .9em; max-width: 40ch; }
.device .cert { font-size: 15px; color: var(--ink); margin: 0; }
.device-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  font-size: 16.5px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
}
.device-link:hover { border-bottom-width: 2px; }
.devices-foot { margin: clamp(26px, 3vw, 40px) 0 0; font-size: 15px; color: var(--ink-2); }

/* --- отзывы --- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.6vw, 64px);
  margin-top: clamp(28px, 3vw, 48px);
}
.review { display: flex; flex-direction: column; height: 100%; margin: 0; }
.review blockquote {
  margin: 0 0 1.1em;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--ink);
  max-width: 34ch;
}
.review .who {
  margin-top: auto;
  font-size: 15px;
  font-variant-caps: all-small-caps;
  letter-spacing: .18em;
  color: var(--ink-2);
  border-top: 1px solid var(--rule);
  padding-top: 14px;
  display: block;
}
.reviews-note { margin: clamp(26px, 3vw, 40px) 0 0; font-size: 15px; color: var(--ink-2); }

/* --- салоны --- */
.band { background: var(--band-bg); color: var(--band-ink); }
.band h2 { color: var(--band-ink); }
.band .eyebrow { color: var(--band-ink); opacity: .82; }
.band-lead { color: var(--band-ink); max-width: 54ch; }
.salon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3vw, 48px);
  margin-top: clamp(32px, 3.6vw, 56px);
}
.salon-city h3 {
  font-size: 22px;
  margin: 0 0 .5em;
  padding-bottom: .4em;
  border-bottom: 1px solid var(--band-rule);
  color: var(--band-ink);
}
.salon-city ul { list-style: none; margin: 0; padding: 0; }
.salon-city li { margin-bottom: 14px; }
.salon-addr { display: block; font-size: 16.5px; color: var(--band-ink); }
.salon-tel {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 18px;
  color: var(--band-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-variant-numeric: tabular-nums;
}
.band-hours { margin: clamp(28px, 3vw, 44px) 0 0; font-size: 16px; color: var(--band-ink); opacity: .9; }

/* --- форма --- */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 18px;
  align-items: end;
  margin-top: clamp(22px, 2.4vw, 34px);
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.field input, .field select {
  min-height: 54px;
  padding: 10px 14px;
  font: 400 18px/1.4 "Libre Franklin", Arial, sans-serif;
  color: var(--ink);
  background: var(--field-bg);
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
}
.form-row .btn { min-height: 54px; }
.form-note { margin: 16px 0 0; font-size: 15px; color: var(--ink-2); }

/* --- безопасность --- */
.safety {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(30px, 4.4vw, 76px);
  align-items: start;
}
.safety img {
  width: 100%;
  height: clamp(260px, 30vw, 420px);
  object-fit: cover;
  object-position: 50% 62%;
}
.safety figcaption { margin-top: 12px; font-size: 14px; color: var(--ink-2); }
.safety p { font-size: 17.5px; }

/* --- FAQ --- */
.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(32px, 4vw, 72px);
  margin-top: clamp(24px, 2.6vw, 40px);
}
.faq details { border-top: 1px solid var(--rule); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding-block: 14px;
  cursor: pointer;
  font-size: 19px;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.chev { width: 20px; height: 20px; flex: none; stroke: var(--accent); stroke-width: 1.6; fill: none; transition: transform .25s ease; }
.faq details[open] .chev { transform: rotate(45deg); }
.faq-a { padding-bottom: 18px; }
.faq-a p { font-size: 17px; color: var(--ink-2); margin: 0; max-width: 46ch; }

/* --- финальный CTA --- */
.final { background: var(--cta-bg); color: var(--cta-ink); text-align: center; }
.final h2 { color: var(--cta-ink); max-width: 18ch; margin-inline: auto; }
.final p { color: var(--cta-ink); max-width: 44ch; margin-inline: auto; }

/* --- подвал --- */
.footer { border-top: 1px solid var(--rule); }
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a, .footer-mail {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 16.5px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-strong);
}
.footer-links a:hover, .footer-mail:hover { border-bottom-color: var(--ink); }
.footer-legal { border-top: 1px solid var(--rule); padding-top: 26px; }
.footer-legal p { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); max-width: 78ch; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: 14.5px;
  color: var(--ink-2);
}
.footer-bottom a { color: var(--ink-2); }

/* --- адаптив --- */
@media (max-width: 1000px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .salon-grid { grid-template-columns: repeat(2, 1fr); }
  .safety { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .form-row .btn { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 36px); }
  .nav { position: static; }
  .nav-in { min-height: 0; gap: 12px; padding-block: 10px; }
  .nav-links { margin-left: 0; gap: 16px 20px; order: 3; width: 100%; }
  .nav-links a { min-height: 40px; font-size: 16px; }
  .nav .btn { margin-left: auto; font-size: 15px; padding: 8px 12px; }
  .logo { height: 22px; }
  .hero-photo { min-height: 660px; object-position: 60% 52%; }
  .hero h1 { max-width: 14ch; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .stat { padding-inline: 0 16px; }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stat:nth-child(even) { padding-left: clamp(16px, 5vw, 28px); }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .devices-grid { grid-template-columns: 1fr; }
  .salon-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}


/* ============================================================
   Komponenty podstron (poza makietem głównej)
   ============================================================ */

/* --- nagłówek podstrony --- */
.page-head { padding-block: clamp(48px, 5.4vw, 88px) clamp(28px, 3vw, 44px); }
.page-head h1 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.1;
  margin: 0 0 .42em;
  max-width: 20ch;
  text-wrap: balance;
}
.page-head .lede { margin-bottom: 0; }

/* --- proza --- */
.prose h3 { font-size: 24px; margin: 1.6em 0 .4em; }
.prose h3:first-child { margin-top: 0; }
.prose ul { margin: 0 0 1.2em; padding: 0; list-style: none; max-width: 62ch; }
.prose li {
  position: relative;
  padding-left: 26px;
  margin-bottom: .6em;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}
.prose > :last-child { margin-bottom: 0; }

/* dwie kolumny tekstu z figurą --- ta sama siatka co .safety */
.split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(30px, 4.4vw, 76px);
  align-items: start;
}
.split--photo-first { grid-template-columns: .8fr 1.2fr; }
.split figure { margin: 0; }
.split img { width: 100%; height: clamp(260px, 30vw, 460px); object-fit: cover; }
.split figcaption { margin-top: 12px; font-size: 14px; color: var(--ink-2); }

/* --- wyróżniona ramka (zasada, ostrzeżenie, przeciwwskazania) --- */
.callout {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 24px;
  margin: clamp(24px, 2.6vw, 36px) 0;
}
.callout h3 { font-size: 22px; margin: 0 0 .4em; }
.callout p { margin: 0 0 .7em; font-size: 17px; }
.callout p:last-child { margin-bottom: 0; }

/* --- kroki wizyty w wersji rozwiniętej --- */
.steps-long { margin-top: clamp(24px, 3vw, 40px); }
.steps-long .step-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(16px, 2.4vw, 40px);
  border-top: 1px solid var(--rule-strong);
  padding-block: clamp(26px, 3vw, 40px);
}
.steps-long .step-row:last-child { border-bottom: 1px solid var(--rule-strong); }
.steps-long .num {
  font-family: Literata, Georgia, serif;
  font-weight: 300;
  color: var(--accent);
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.steps-long h3 { font-size: 24px; margin: 0 0 .4em; }
.steps-long p { font-size: 17.5px; color: var(--ink-2); margin: 0 0 .8em; }
.steps-long p:last-child { margin-bottom: 0; }

/* --- dane techniczne --- */
.spec {
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  max-width: 620px;
}
.spec dt {
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.spec dd {
  margin: 0;
  padding: 14px 0 14px clamp(20px, 3vw, 48px);
  border-top: 1px solid var(--rule);
  font-size: 17.5px;
  font-variant-numeric: tabular-nums;
}

/* --- siatka urządzeń na podstronie --- */
.devices-grid--three { grid-template-columns: repeat(3, 1fr); }
.device--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.1fr; }
.device--wide img { height: 100%; min-height: clamp(260px, 26vw, 360px); }
.device .spec { margin-top: 18px; }
.device .spec dt, .device .spec dd { padding: 10px 0; font-size: 15px; }
.device .spec dd { font-size: 16px; }

/* --- salony na jasnym tle --- */
.salon-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.6vw, 40px);
  margin-top: clamp(28px, 3.4vw, 52px);
}
.salon-card {
  background: var(--surface);
  padding: clamp(22px, 2.2vw, 32px);
  display: flex;
  flex-direction: column;
}
.salon-card h3 { font-size: 24px; margin: 0 0 .3em; }
.salon-card .addr { font-size: 17px; color: var(--ink-2); margin: 0 0 .8em; }
.salon-card .tel {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 19px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.salon-card .map {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  font-size: 16px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  align-self: flex-start;
}
.salon-card .map:hover { border-bottom-width: 2px; }

/* --- blok «Zadzwoń do salonu» (zamiast formularza) --- */
.zadzwon {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  background: var(--surface);
  padding: clamp(30px, 3.4vw, 54px);
}
.zadzwon h2 { margin: 0 0 .4em; }
.zadzwon p { margin: 0; font-size: 17.5px; color: var(--ink-2); max-width: 48ch; }
.zadzwon .btn { white-space: nowrap; }
.zadzwon--stack { grid-template-columns: 1fr; align-items: start; gap: clamp(20px, 2.2vw, 30px); }
.zadzwon--stack > .btn { justify-self: start; }
.zadzwon-tel { display: flex; flex-wrap: wrap; gap: 12px; }
.zadzwon-tel .btn { min-height: 54px; background: var(--paper); }
.zadzwon-tel .nr { margin-left: .6em; font-variant-numeric: tabular-nums; color: var(--ink-2); }

/* --- formularz w kolumnie (kontakt, salony) --- */
.form-stack {
  display: grid;
  gap: 18px;
  max-width: 520px;
  margin-top: clamp(22px, 2.4vw, 34px);
}
.form-stack .btn { justify-self: start; min-height: 54px; }

/* --- lista linków (np. spis miast) --- */
.city-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  padding: 0;
  list-style: none;
}
.city-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 16.5px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-strong);
}
.city-jump a:hover { border-bottom-color: var(--ink); }

/* --- aktywna pozycja menu --- */
.nav-links a[aria-current="page"] {
  border-bottom-color: var(--accent);
  border-bottom-width: 2px;
}

/* --- przycisk menu na telefonie --- */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 12px;
  margin-left: auto;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  font: 500 16px/1 "Libre Franklin", Arial, sans-serif;
  cursor: pointer;
}
.nav-toggle .bars { width: 18px; height: 12px; stroke: currentColor; stroke-width: 1.8; fill: none; }

/* --- 404 --- */
.notfound { padding-block: clamp(80px, 10vw, 160px); }

@media (max-width: 1000px) {
  .split, .split--photo-first { grid-template-columns: 1fr; }
  .devices-grid--three { grid-template-columns: repeat(2, 1fr); }
  .device--wide { grid-template-columns: 1fr; }
  .device--wide img { min-height: 240px; }
  .salon-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .zadzwon { grid-template-columns: 1fr; }
  .zadzwon .btn { justify-self: start; }
  .nav-toggle { display: inline-flex; }
  .nav .nav-links { display: none; }
  .nav .nav-links.is-open { display: flex; flex-direction: column; gap: 0; }
  .nav .nav-links.is-open a { min-height: 48px; border-top: 1px solid var(--rule); width: 100%; }
  .nav .btn { margin-left: 0; }
  .steps-long .step-row { grid-template-columns: 1fr; gap: 8px; }
  .devices-grid--three { grid-template-columns: 1fr; }
  .salon-cards { grid-template-columns: 1fr; }
  .spec { grid-template-columns: 1fr; }
  .spec dd { border-top: 0; padding: 0 0 14px; }
}
