/* pawelpiotrnowak.pl - "Autorska / literacka" identity.
   Distinct from doradcasukcesyjny.pl on purpose: paper + ink + burgundy,
   Fraunces (display) + Newsreader (body), editorial whitespace, thin rules,
   no gold gradients, no shimmer, no sales-LP tells. */

:root {
  --paper: #f6f1e8;
  --paper-2: #efe8d9;
  --paper-3: #ebe3d1;
  --ink: #14110d;
  --ink-2: #38322a;
  --ink-3: #5b5346;
  --muted: #877d6a;
  --burgundy: #5c1a1b;
  --burgundy-2: #7a2a2b;
  --line: rgba(20, 17, 13, 0.16);
  --line-soft: rgba(20, 17, 13, 0.09);
  --line-paper: rgba(246, 241, 232, 0.18);
  --container: 1160px;
  --measure: 680px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fd: "Fraunces", Georgia, "Times New Roman", serif;
  --ff: "Newsreader", Georgia, "Times New Roman", serif;
  --fs: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff);
  font-optical-sizing: auto;
  font-size: 19px;
  line-height: 1.72;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--fd);
  font-weight: 540;
  font-optical-sizing: auto;
  line-height: 1.12;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 18px;
}
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); font-weight: 560; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); margin-bottom: 22px; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 560; }
p { margin: 0 0 18px; }
a { color: var(--burgundy); text-decoration: none; }
a:hover { color: var(--burgundy-2); text-decoration: underline; text-underline-offset: 3px; }
strong { font-weight: 620; color: var(--ink); }
em { font-style: italic; }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 2px solid var(--burgundy); outline-offset: 3px; }
hr { border: 0; height: 1px; background: var(--line); margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.measure { max-width: var(--measure); margin-left: auto; margin-right: auto; }

.sect { padding: clamp(64px, 9vw, 116px) 0; }
.sect-cream { background: var(--paper); }
.sect-paper { background: var(--paper-2); }
.sect-dark { background: var(--ink); color: rgba(246, 241, 232, 0.82); }
.sect-dark h1, .sect-dark h2, .sect-dark h3 { color: var(--paper); }
.sect-dark a { color: #e7c9a6; }
.sect + .sect-cream, .sect-cream + .sect-cream { border-top: 1px solid var(--line-soft); }

/* Eyebrow: small caps, thin rule, burgundy. No gold. */
.eyebrow, .overline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--fs);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--burgundy);
  margin: 0 0 18px;
}
.eyebrow::before, .overline::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--burgundy);
  opacity: 0.55;
  flex-shrink: 0;
}
.sect-dark .eyebrow, .sect-dark .overline { color: #d8a98a; }
.sect-dark .eyebrow::before, .sect-dark .overline::before { background: #d8a98a; }
.lead {
  font-family: var(--ff);
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  line-height: 1.6;
  color: var(--ink-3);
}
.sect-dark .lead { color: rgba(246, 241, 232, 0.78); }
.gold, .accent { color: var(--burgundy); font-style: italic; }
.sect-dark .gold, .sect-dark .accent { color: #e7c9a6; }

/* Topbar: light, editorial, thin bottom rule. */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-soft);
}
.topbar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar-brand {
  font-family: var(--fd);
  font-size: 1.1rem;
  font-weight: 560;
  color: var(--ink);
  letter-spacing: 0;
}
.topbar-brand:hover { text-decoration: none; color: var(--burgundy); }
.topbar-nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.topbar-nav a {
  font-family: var(--fs);
  color: var(--ink-3);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.topbar-nav a:hover, .topbar-nav a[aria-current="page"] { color: var(--burgundy); text-decoration: none; }
.topbar-cta {
  color: var(--ink) !important;
  border-bottom: 1.5px solid var(--burgundy);
  padding-bottom: 3px;
  letter-spacing: 0.14em;
}
.topbar-cta:hover { color: var(--burgundy) !important; border-bottom-color: var(--burgundy-2); }

/* Hero: asymmetric editorial, light, portrait to the side. */
.hero { background: var(--paper); border-bottom: 1px solid var(--line-soft); }
.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 28px clamp(52px, 7vw, 92px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-text { min-width: 0; }
.hero-eyebrow {
  font-family: var(--fs);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--burgundy);
  margin: 0 0 20px;
}
.hero h1 { margin: 0; }
.hero h1 .gold {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ink-3);
  margin-top: 14px;
  letter-spacing: -0.01em;
}
.hero-rule { width: 64px; height: 2px; background: var(--burgundy); margin: 28px 0; }
.hero-langs {
  font-family: var(--fs);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 24px;
}
.hero-sub { font-size: 1.12rem; color: var(--ink-3); max-width: 46ch; margin: 0 0 28px; }
.hero-portrait {
  position: relative;
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: 12px;
}
.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 0; height: 0;
}
.hero-portrait img { width: 100%; height: auto; display: block; filter: grayscale(0.12) contrast(1.02); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-portrait { order: -1; max-width: 320px; margin: 0 auto; }
  .hero-sub { max-width: none; }
}

/* Buttons: solid ink / outline. No gradient, no shimmer. */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-family: var(--fd);
  font-weight: 540;
  font-size: 1.02rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.16s var(--ease);
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn:disabled { cursor: not-allowed; opacity: 0.55; transform: none; }
.btn.is-loading { cursor: progress; opacity: 0.85; }
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: var(--burgundy); border-color: var(--burgundy); color: var(--paper); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.sect-dark .btn { border-color: var(--paper); }
.sect-dark .btn--primary { background: var(--paper); color: var(--ink); }
.sect-dark .btn--primary:hover { background: #e7c9a6; border-color: #e7c9a6; }
.sect-dark .btn--ghost { color: var(--paper); }
.sect-dark .btn--ghost:hover { background: var(--paper); color: var(--ink); }

/* Editorial stat line (replaces dark gold metric-band) */
.metric-band { background: var(--paper-2); border-block: 1px solid var(--line-soft); padding: 56px 0; }
.metric-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 14px 0;
}
.metric-cell {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0 clamp(18px, 3vw, 40px);
  position: relative;
}
.metric-cell:not(:first-child)::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 1px; background: var(--line);
}
.metric-cell strong {
  font-family: var(--fd);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 560;
  color: var(--burgundy);
  line-height: 1;
}
.metric-cell span { font-family: var(--fs); font-size: 0.92rem; color: var(--ink-3); max-width: 16ch; }
@media (max-width: 760px) {
  .metric-inner { flex-direction: column; align-items: center; }
  .metric-cell { padding: 8px 0; }
  .metric-cell::before { display: none !important; }
}

/* "Słowo od Pawła" split */
.mentor-word {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
.mentor-word-photo { border: 1px solid var(--line); padding: 10px; background: var(--paper); }
.mentor-word-photo img { width: 100%; display: block; filter: grayscale(0.15) contrast(1.02); }
.mentor-word-body p { font-size: 1.18rem; color: var(--ink-2); }
.mentor-word-body p:first-of-type { font-size: 1.3rem; color: var(--ink); }
.mentor-word-sign { font-family: var(--fd); font-size: 1.2rem; color: var(--ink); margin-top: 22px; }
.mentor-word-role { font-family: var(--fs); color: var(--muted); font-size: 0.92rem; margin-top: 2px; }
@media (max-width: 760px) {
  .mentor-word { grid-template-columns: 1fr; }
  .mentor-word-photo { max-width: 260px; }
}

/* Cards (metoda / książki): bordered, calm, no shadow */
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  max-width: var(--container);
  margin: 40px auto 0;
}
.card { background: var(--paper); padding: clamp(28px, 3.5vw, 44px); }
.card h3 { color: var(--ink); margin-bottom: 12px; }
.card p { margin: 0; font-size: 1.02rem; color: var(--ink-3); }
@media (max-width: 720px) { .cards { grid-template-columns: 1fr; } }

/* Prose + drop cap (biografia / about) */
.prose { max-width: var(--measure); margin: 0 auto; }
.prose-block { margin-bottom: 44px; }
.prose-block:last-child { margin-bottom: 0; }
.prose-block h3 { color: var(--ink); margin-bottom: 14px; }
.prose-block p { font-size: 1.16rem; color: var(--ink-2); }
.prose-block p:last-child { margin-bottom: 0; }
.dropcap > p:first-of-type::first-letter,
p.dropcap::first-letter {
  font-family: var(--fd);
  float: left;
  font-size: 3.1em;        /* ~2 lines: float box = 3.1 * 1 (first-letter lh) */
  line-height: 0.82;
  font-weight: 600;
  color: var(--burgundy);
  margin: 0.04em 0.12em 0 0;
}

/* Pull-quote testimonials (editorial, not card grid) */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  max-width: var(--container);
  margin: 44px auto 0;
}
.testi {
  padding: 36px clamp(20px, 2.4vw, 34px);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.testi:nth-child(3n) { border-right: 0; }
.testi-quote {
  font-family: var(--ff);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.62;
  color: var(--ink-2);
  margin: 0 0 22px;
  text-indent: -0.4em;
}
.testi-quote::before { content: "\201C"; color: var(--burgundy); font-style: normal; }
.testi-quote::after { content: "\201D"; color: var(--burgundy); font-style: normal; }
.testi-by { display: flex; align-items: center; gap: 14px; }
.testi-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; filter: grayscale(0.2); }
.testi-name { font-family: var(--fd); font-weight: 560; color: var(--ink); font-size: 0.98rem; }
.testi-role { font-family: var(--fs); color: var(--muted); font-size: 0.82rem; }
@media (max-width: 860px) {
  .testi-grid { grid-template-columns: 1fr; }
  .testi { border-right: 0; }
}

/* FAQ: hairline rows, minimal */
.faq-list { max-width: var(--measure); margin: 36px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 44px 24px 0;
  font-family: var(--fd);
  font-size: 1.12rem;
  font-weight: 540;
  color: var(--ink);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  color: var(--burgundy);
  font-family: var(--fs);
  font-size: 1.4rem;
  font-weight: 400;
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item .faq-a { padding: 0 0 26px; color: var(--ink-3); font-size: 1.06rem; max-width: 60ch; }

/* CTA band / dark sections */
.cta-band { background: var(--ink); color: rgba(246, 241, 232, 0.82); text-align: center; }
.cta-band h2 { color: var(--paper); }
.cta-band p { color: rgba(246, 241, 232, 0.74); max-width: 52ch; margin-inline: auto; }

/* Sticky CTA: slim ink pill */
.sticky-cta {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--fd);
  font-weight: 540;
  font-size: 0.94rem;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(20, 17, 13, 0.26);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background 0.2s;
}
.sticky-cta.is-on { opacity: 1; transform: none; pointer-events: auto; }
.sticky-cta:hover { background: var(--burgundy); color: var(--paper); text-decoration: none; }
@media (max-width: 760px) { .sticky-cta { right: 14px; bottom: 14px; padding: 12px 18px; font-size: 0.88rem; } }

/* Forms */
.form-card { max-width: 560px; margin: 0 auto; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field label {
  font-family: var(--fs);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.sect-dark .field label { color: rgba(246, 241, 232, 0.7); }
.field input, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ff);
  font-size: 1rem;
}
.sect-dark .field input, .sect-dark .field textarea {
  background: rgba(246, 241, 232, 0.06);
  border-color: var(--line-paper);
  color: var(--paper);
}
.field textarea { min-height: 140px; resize: vertical; padding-top: 14px; }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--burgundy);
  box-shadow: 0 0 0 3px rgba(92, 26, 27, 0.16);
}
.field.is-invalid input, .field.is-invalid textarea { border-color: #9a3b2f; }
.field-error { display: none; color: #b4503f; font-family: var(--fs); font-size: 0.82rem; }
.sect-dark .field-error { color: #e0a892; }
.field.is-invalid .field-error { display: block; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 16px 0 20px;
  font-family: var(--fs);
  font-size: 0.9rem;
  color: var(--ink-3);
}
.sect-dark .consent { color: rgba(246, 241, 232, 0.72); }
.consent input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--burgundy); }
.consent a { text-decoration: underline; }
.form-msg { margin-top: 16px; min-height: 22px; font-family: var(--fs); font-size: 0.92rem; }
.form-msg.is-ok { color: #2f6b4f; }
.sect-dark .form-msg.is-ok { color: #a9d4ba; }
.form-msg.is-error { color: #b4503f; }
.sect-dark .form-msg.is-error { color: #e0a892; }
.form-card .btn { width: 100%; }

/* Newsletter inline */
.newsletter-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; max-width: 520px; margin: 22px auto 0; }
.newsletter-row input {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ff);
  font-size: 1rem;
}
.sect-dark .newsletter-row input { background: rgba(246, 241, 232, 0.06); border-color: var(--line-paper); color: var(--paper); }
.newsletter-row input:focus { outline: none; border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(92, 26, 27, 0.16); }
.newsletter-note { margin: 14px auto 0; max-width: 520px; font-family: var(--fs); font-size: 0.82rem; color: var(--muted); text-align: center; }
.sect-dark .newsletter-note { color: rgba(246, 241, 232, 0.5); }
@media (max-width: 560px) { .newsletter-row { grid-template-columns: 1fr; } }

/* Contact / booking 2-up */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  max-width: 1000px;
  margin: 44px auto 0;
  align-items: start;
}
.contact-panel h3 { color: var(--ink); margin-bottom: 10px; }
.sect-dark .contact-panel h3 { color: var(--paper); }
.contact-panel > p { color: var(--ink-3); margin-bottom: 22px; }
.sect-dark .contact-panel > p { color: rgba(246, 241, 232, 0.7); }
.booking-cta { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.booking-meta { font-family: var(--fs); font-size: 0.9rem; color: var(--ink-3); }
.sect-dark .booking-meta { color: rgba(246, 241, 232, 0.66); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* Context links (delicate) */
.context-links {
  max-width: var(--measure);
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  justify-content: center;
}
.context-links a {
  font-family: var(--fs);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  border-bottom: 1.5px solid var(--burgundy);
  padding-bottom: 2px;
}
.sect-dark .context-links a { color: var(--paper); }
.context-links a:hover { color: var(--burgundy); text-decoration: none; }

/* Books + media (subpages) */
.book-series { max-width: var(--measure); margin: 28px auto 0; padding: 32px; border: 1px solid var(--line); background: var(--paper-2); }
.book-series ol { margin: 16px 0 0; padding-left: 22px; columns: 2; column-gap: 36px; }
.book-series li { margin-bottom: 9px; color: var(--ink-2); break-inside: avoid; }
.book-list { list-style: none; padding: 0; margin: 28px auto 0; max-width: var(--measure); border-top: 1px solid var(--line); }
.book-list li { padding: 22px 0; border-bottom: 1px solid var(--line); }
.book-list strong { font-family: var(--fd); font-size: 1.12rem; color: var(--ink); }
.book-list .pub { color: var(--muted); font-family: var(--fs); font-size: 0.84rem; margin-left: 10px; }
.book-list p { margin: 8px 0 0; color: var(--ink-3); }
@media (max-width: 600px) { .book-series ol { columns: 1; } }
.media-group { max-width: var(--measure); margin: 0 auto 44px; }
.media-group:last-child { margin-bottom: 0; }
.media-group > h3 { color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.media-list { list-style: none; padding: 0; margin: 0; }
.media-list li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.media-list li:last-child { border-bottom: 0; }
.media-list a { font-family: var(--fd); font-size: 1.08rem; font-weight: 540; color: var(--ink); }
.media-list a:hover { color: var(--burgundy); text-decoration: none; }
.media-list a::after { content: " \2197"; color: var(--burgundy); }
.media-list .note { display: block; color: var(--ink-3); font-family: var(--ff); font-size: 0.96rem; margin-top: 5px; }

/* Video figure */
.figure { max-width: 460px; margin: 28px auto 0; border: 1px solid var(--line); padding: 10px; background: var(--paper); }
.figure video { width: 100%; display: block; background: #000; }

/* Footer */
.footer { background: var(--ink); color: rgba(246, 241, 232, 0.62); padding: 64px 0 44px; font-family: var(--fs); font-size: 0.92rem; }
.footer a { color: rgba(246, 241, 232, 0.74); }
.footer a:hover { color: #e7c9a6; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.footer-brand { font-family: var(--fd); color: var(--paper); font-size: 1.2rem; display: block; margin-bottom: 12px; }
.footer h4 { color: rgba(246, 241, 232, 0.5); font-family: var(--fs); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 16px; }
.footer nav a { display: block; padding: 6px 0; }
.footer-rozmowa { display: inline-block; margin-top: 10px; color: #e7c9a6; border-bottom: 1px solid rgba(231, 201, 166, 0.5); padding-bottom: 2px; }
.footer-bottom {
  max-width: var(--container);
  margin: 44px auto 0;
  padding: 26px 28px 0;
  border-top: 1px solid var(--line-paper);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(246, 241, 232, 0.42);
  font-size: 0.82rem;
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }

/* Reveal on scroll - progressive enhancement (visible by default) */
.js-reveal .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js-reveal .reveal.is-in { opacity: 1; transform: none; }
.js-reveal .hero .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
}
