/* ==========================================================
   Treningi personalne z Olą - style
   ========================================================== */

/* ---------- Fonty (hostowane lokalnie - bez transferu IP do Google) ---------- */
@font-face {
  font-family: "Instrument Serif";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url(../assets/fonts/instrument-serif-latin-ext.woff2?v=2) 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: "Instrument Serif";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url(../assets/fonts/instrument-serif-latin.woff2?v=2) 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: "Instrument Serif";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url(../assets/fonts/instrument-serif-italic-latin-ext.woff2?v=2) 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: "Instrument Serif";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url(../assets/fonts/instrument-serif-italic-latin.woff2?v=2) 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: "Manrope";
  font-style: normal; font-weight: 300 700; font-display: swap;
  src: url(../assets/fonts/manrope-latin-ext.woff2?v=2) 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: "Manrope";
  font-style: normal; font-weight: 300 700; font-display: swap;
  src: url(../assets/fonts/manrope-latin.woff2?v=2) 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;
}

/* ---------- Tokeny ---------- */
:root {
  --paper: #f5f3ec;
  --paper-2: #ecebe2;
  --sky: #d7e4ec;
  --sky-2: #b9cfdc;
  --sky-deep: #5f8196;
  --olive: #6f7646;
  --olive-2: #8e9463;
  --olive-soft: #dfe1cc;
  --ink: #1f2826;
  --ink-2: #4a5552;
  --line: rgba(31, 40, 38, 0.14);
  --white: #fffefa;

  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 22px;
  --radius-sm: 12px;
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--sky-deep); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 8px; z-index: 100; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- Typografia ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(3rem, 8.4vw, 7rem); }
h2 { font-size: clamp(2.4rem, 5.4vw, 4.4rem); }
h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); line-height: 1.1; }
em, .it { font-style: italic; }
p { margin: 0 0 1em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--olive);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--ink-2); max-width: 36em; }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 26px; border-radius: 999px;
  font-size: 15px; font-weight: 600; letter-spacing: .01em;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease), border-color .35s;
}
.btn svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--olive); }
.btn-ghost { border-color: var(--line); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); }
.btn-olive { background: var(--olive); color: var(--white); }
.btn-olive:hover { background: var(--ink); }

/* ---------- Nawigacja ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s;
  padding: 22px 0;
}
.nav.scrolled { box-shadow: 0 1px 0 var(--line); padding: 12px 0; }
/* tło z rozmyciem na pseudo-elemencie - backdrop-filter na samym .nav uwięziłby w nim menu mobilne (position: fixed) */
.nav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(245, 243, 236, .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transition: opacity .4s var(--ease); }
.nav.scrolled::before { opacity: 1; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: var(--serif); font-size: 28px; text-decoration: none; line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.logo span { font-family: var(--sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--olive); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; position: relative; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav-links a:not(.btn):hover::after { transform: scaleX(1); }
.nav-links .btn { padding: 11px 20px; font-size: 14px; }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--ink); transition: transform .35s var(--ease), top .35s; }
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 25px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .burger { display: block; z-index: 2; }
  .nav-links {
    position: fixed; inset: 0; background: var(--paper);
    flex-direction: column; justify-content: center; gap: 26px;
    opacity: 0; pointer-events: none; transition: opacity .4s var(--ease);
  }
  .nav-links a { font-size: 22px; }
  .nav-links .btn { font-size: 16px; padding: 16px 28px; }
  .nav-links.open { opacity: 1; pointer-events: auto; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 140px 0 80px; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; right: -10vw; top: -10vw; width: 60vw; height: 60vw; max-width: 820px; max-height: 820px;
  background: radial-gradient(circle at 40% 40%, var(--sky) 0%, rgba(215,228,236,0) 70%);
  z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.hero h1 .it { color: var(--olive); }
.hero .lead { margin: 28px 0 38px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; gap: clamp(20px, 4vw, 48px); margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.hero-meta div { font-size: 13px; color: var(--ink-2); line-height: 1.4; }
.hero-meta strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 34px; color: var(--ink); line-height: 1.1; }

.hero-photo { position: relative; }
.hero-photo .frame { border-radius: 999px 999px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 3 / 4.2; background: var(--sky); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.hero-badge {
  position: absolute; left: -34px; bottom: 44px;
  background: var(--white); border-radius: 18px; padding: 16px 20px;
  box-shadow: 0 20px 50px -20px rgba(31,40,38,.3);
  display: flex; align-items: center; gap: 14px; max-width: 260px;
  animation: float 6s ease-in-out infinite;
}
.hero-badge .dot { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--olive-soft); display: grid; place-items: center; color: var(--olive); }
.hero-badge .dot svg { width: 20px; height: 20px; }
.hero-badge p { margin: 0; font-size: 13px; line-height: 1.35; }
.hero-badge b { display: block; font-size: 14px; }
.hero-tag {
  position: absolute; right: -14px; top: 22%;
  width: 118px; height: 118px; border-radius: 50%;
  background: var(--olive); color: var(--white);
  display: grid; place-items: center; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.05;
  transform: rotate(-10deg);
}
@keyframes float { 50% { transform: translateY(-8px); } }

@media (max-width: 900px) {
  .hero { padding: 120px 0 60px; min-height: auto; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-photo { max-width: 420px; margin: 0 auto; width: 100%; }
  .hero-badge { left: 0; }
  .hero-tag { right: 0; width: 96px; height: 96px; font-size: 16px; }
}

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 22px 0; background: var(--paper); }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 38s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); white-space: nowrap; display: flex; align-items: center; gap: 48px; }
.marquee-track span::after { content: "✳"; font-family: var(--sans); font-size: .6em; color: var(--olive-2); }
.marquee-track span:nth-child(even) { font-style: italic; color: var(--sky-deep); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sekcje ---------- */
section { position: relative; }
.section { padding: clamp(80px, 12vw, 150px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: clamp(40px, 6vw, 72px); flex-wrap: wrap; }
.section-head h2 { margin-top: 18px; max-width: 13em; }
.section-head p { max-width: 26em; color: var(--ink-2); margin: 0; }

/* ---------- O mnie ---------- */
.about .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.about-media { position: sticky; top: 110px; }
.about-media .frame { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; }
.about-media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 30%; }
.about-media figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-2); display: flex; justify-content: space-between; }
.about-text h2 { margin: 18px 0 32px; }
.about-text p { color: var(--ink-2); }
.about-text p.big { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.25; color: var(--ink); margin-bottom: 1.2em; }
.about-text p.big em { color: var(--olive); }
.certs { list-style: none; padding: 0; margin: 36px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.certs li { font-size: 13px; font-weight: 500; padding: 8px 14px; border-radius: 999px; background: var(--sky); color: #2e4b5b; }
.certs li.olive { background: var(--olive-soft); color: #4a5030; }
.signature { font-family: var(--serif); font-style: italic; font-size: 2.2rem; margin-top: 30px; color: var(--olive); }

@media (max-width: 900px) {
  .about .wrap { grid-template-columns: 1fr; }
  .about-media { position: static; max-width: 460px; }
}

/* ---------- Specjalizacje ---------- */
.focus { background: var(--sky); }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(31,40,38,.12); border-radius: var(--radius); overflow: hidden; }
.focus-card { background: var(--sky); padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column; gap: 14px; min-height: 280px; transition: background .4s var(--ease); }
.focus-card:hover { background: #e4edf2; }
.focus-card .num { font-size: 12px; font-weight: 600; letter-spacing: .14em; color: var(--sky-deep); }
.focus-card h3 { margin-top: auto; }
.focus-card p { margin: 0; font-size: 15px; color: var(--ink-2); }
.focus-note { margin-top: 36px; font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.2vw, 1.9rem); text-align: center; }
@media (max-width: 1000px) { .focus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .focus-grid { grid-template-columns: 1fr; } .focus-card { min-height: 0; } .focus-card h3 { margin-top: 20px; } }

/* ---------- Kroki ---------- */
.steps-list { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.step { display: grid; grid-template-columns: 120px 1fr 1.1fr; gap: 32px; padding: 38px 0; border-top: 1px solid var(--line); align-items: start; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step .n { font-family: var(--serif); font-size: 4.2rem; line-height: .9; color: var(--olive-2); }
.step h3 { padding-top: 6px; }
.step p { color: var(--ink-2); margin: 0; padding-top: 10px; }
.step .pill { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: var(--olive-soft); color: #4a5030; }
@media (max-width: 800px) { .step { grid-template-columns: 70px 1fr; gap: 12px 20px; } .step .n { font-size: 3rem; } .step p { grid-column: 2; padding-top: 0; } }

/* ---------- Współpraca ---------- */
.collab { background: var(--ink); color: var(--paper); overflow: hidden; }
.collab .eyebrow { color: var(--olive-soft); }
.collab .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.collab h2 { margin: 18px 0 40px; }
.collab h2 em { color: var(--sky-2); }
.perks { list-style: none; margin: 0; padding: 0; }
.perks li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(245,243,236,.14); color: rgba(245,243,236,.82); font-size: 16px; }
.perks li:last-child { border-bottom: 1px solid rgba(245,243,236,.14); }
.perks svg { width: 22px; height: 22px; color: var(--sky-2); margin-top: 3px; }
.collab-photo { position: relative; }
.collab-photo .frame { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; }
.collab-photo img { width: 100%; height: 100%; object-fit: cover; }
.collab-photo blockquote {
  position: absolute; left: -40px; bottom: -24px; margin: 0;
  background: var(--sky); color: var(--ink); border-radius: 18px; padding: 22px 26px; max-width: 320px;
  font-family: var(--serif); font-size: 1.45rem; line-height: 1.2;
}
.collab-photo blockquote small { display: block; margin-top: 10px; font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--sky-deep); }
@media (max-width: 900px) {
  .collab .wrap { grid-template-columns: 1fr; }
  .collab-photo { max-width: 460px; margin-bottom: 30px; }
  .collab-photo blockquote { left: 16px; right: 16px; }
}

/* ---------- Cennik ---------- */
.tabs { display: inline-flex; padding: 5px; background: var(--paper-2); border-radius: 999px; gap: 4px; margin-bottom: 40px; }
.tab { border: 0; background: transparent; padding: 11px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .3s, color .3s; }
.tab[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.price-panel[hidden] { display: none; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-panel.pairs .price-grid { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
.price {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; display: flex; flex-direction: column; position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.price:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(31,40,38,.25); }
.price.featured { background: var(--olive); color: var(--white); border-color: var(--olive); }
.price .flag { position: absolute; top: 22px; right: 22px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--sky); color: var(--ink); padding: 6px 10px; border-radius: 999px; }
.price .kind { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.price h3 { margin: 12px 0 26px; }
.price .amount { font-family: var(--serif); font-size: 4.2rem; line-height: 1; }
.price .amount small { font-family: var(--sans); font-size: 15px; opacity: .7; margin-left: 4px; }
.price .per { font-size: 14px; opacity: .75; margin: 8px 0 26px; }
.price ul { list-style: none; padding: 22px 0 0; margin: auto 0 28px; border-top: 1px solid var(--line); font-size: 14.5px; }
.price.featured ul { border-color: rgba(255,255,255,.25); }
.price li { padding: 5px 0 5px 22px; position: relative; }
.price li::before { content: ""; position: absolute; left: 0; top: 14px; width: 10px; height: 1px; background: currentColor; }
.price .btn { justify-content: center; }
.price.featured .btn { background: var(--white); color: var(--ink); }
.price.featured .btn:hover { background: var(--sky); }
.price-note { margin-top: 30px; display: flex; gap: 14px; align-items: flex-start; padding: 20px 24px; background: var(--sky); border-radius: var(--radius-sm); font-size: 15px; max-width: 820px; }
.price-note svg { flex: none; width: 22px; height: 22px; color: var(--sky-deep); margin-top: 2px; }
@media (max-width: 960px) { .price-grid, .price-panel.pairs .price-grid { grid-template-columns: 1fr; max-width: 480px; } }

/* ---------- Galeria / cytat ---------- */
.moment { padding: 0 0 clamp(80px, 12vw, 150px); }
.moment .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.moment .tile { border-radius: var(--radius); overflow: hidden; min-height: 460px; }
.moment .tile img { width: 100%; height: 100%; object-fit: cover; }
.moment .quote { background: var(--olive-soft); display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 54px); }
.moment .quote p { font-family: var(--serif); font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.1; margin: 0; }
.moment .quote p em { color: var(--olive); }
.moment .quote .btn { align-self: flex-start; margin-top: 30px; }
@media (max-width: 800px) { .moment .wrap { grid-template-columns: 1fr; } .moment .tile { min-height: 380px; } }

/* ---------- FAQ ---------- */
.faq .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); }
.faq h2 { margin-top: 18px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 44px 24px 0; font-size: 18px; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; margin-top: -7px;
  background: linear-gradient(currentColor, currentColor) center/100% 1.5px no-repeat, linear-gradient(currentColor, currentColor) center/1.5px 100% no-repeat;
  transition: transform .35s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); margin: 0 0 24px; max-width: 40em; }
@media (max-width: 860px) { .faq .wrap { grid-template-columns: 1fr; } }

/* ---------- Kontakt ---------- */
.contact { background: var(--sky); }
.contact .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 90px); }
.contact h2 { margin: 18px 0 24px; }
.contact-info { list-style: none; padding: 0; margin: 40px 0 0; }
.contact-info li { padding: 18px 0; border-top: 1px solid rgba(31,40,38,.16); display: flex; flex-direction: column; gap: 2px; }
.contact-info li:last-child { border-bottom: 1px solid rgba(31,40,38,.16); }
.contact-info span { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sky-deep); }
.contact-info a, .contact-info b { font-size: 18px; font-weight: 500; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }

.form { background: var(--white); border-radius: var(--radius); padding: clamp(24px, 4vw, 48px); box-shadow: 0 30px 80px -40px rgba(31,40,38,.35); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field label .opt { font-weight: 400; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); transition: border-color .25s, background .25s, box-shadow .25s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sky-deep); background: var(--white); box-shadow: 0 0 0 4px rgba(95,129,150,.15); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b4553f; }
.err { font-size: 12.5px; color: #a4462f; min-height: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { cursor: pointer; position: relative; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-block; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 500; transition: background .25s, border-color .25s, color .25s; }
.chips input:checked + span { background: var(--olive); border-color: var(--olive); color: var(--white); }
.chips input:focus-visible + span { outline: 2px solid var(--sky-deep); outline-offset: 2px; }
.consents { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 12px; margin-top: 6px; padding-top: 20px; border-top: 1px solid var(--line); }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 12px; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border: 1.5px solid var(--ink-2); border-radius: 6px; margin: 1px 0 0; cursor: pointer; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.check input::after { content: ""; width: 10px; height: 6px; border: 2px solid var(--white); border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px) scale(0); transition: transform .2s var(--ease); }
.check input:checked { background: var(--olive); border-color: var(--olive); }
.check input:checked::after { transform: rotate(-45deg) translate(1px, -1px) scale(1); }
.check.invalid input { border-color: #b4553f; }
.check a { color: var(--ink); }
.req { color: #a4462f; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.form-foot small { font-size: 12.5px; color: var(--ink-2); max-width: 30em; }
.form-status { grid-column: 1 / -1; padding: 16px 18px; border-radius: var(--radius-sm); font-size: 15px; display: none; }
.form-status.ok { display: block; background: var(--olive-soft); color: #3e4426; }
.form-status.bad { display: block; background: #f3dcd4; color: #7a3423; }
.btn[disabled] { opacity: .6; cursor: progress; }
@media (max-width: 900px) { .contact .wrap { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Stopka ---------- */
.footer { background: var(--ink); color: rgba(245,243,236,.72); padding: 80px 0 34px; font-size: 14px; }
.footer .big { font-family: var(--serif); color: var(--paper); font-size: clamp(3rem, 9vw, 8rem); line-height: .95; margin-bottom: 60px; }
.footer .big em { color: var(--sky-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 50px; border-bottom: 1px solid rgba(245,243,236,.14); }
.footer h4 { margin: 0 0 14px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--olive-soft); font-weight: 600; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--paper); }
.footer button.linklike { background: none; border: 0; padding: 0; cursor: pointer; text-align: left; color: inherit; }
.footer button.linklike:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; flex-wrap: wrap; font-size: 13px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Cookies ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  max-width: 560px; margin-left: auto;
  background: var(--white); border-radius: 20px; padding: 24px;
  box-shadow: 0 30px 80px -20px rgba(31,40,38,.4); border: 1px solid var(--line);
  transform: translateY(20px); opacity: 0; pointer-events: none;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.cookie.show { transform: none; opacity: 1; pointer-events: auto; }
.cookie h2 { font-size: 1.8rem; margin-bottom: 8px; }
.cookie p { font-size: 14px; color: var(--ink-2); margin-bottom: 16px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions .btn { padding: 12px 18px; font-size: 14px; }
.cookie-prefs { display: none; margin: 4px 0 18px; border-top: 1px solid var(--line); }
.cookie.expanded .cookie-prefs { display: block; }
.pref { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.pref b { display: block; font-size: 14px; }
.pref small { color: var(--ink-2); font-size: 12.5px; line-height: 1.45; display: block; }
.switch { position: relative; flex: none; width: 44px; height: 26px; }
.switch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; z-index: 1; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); transition: background .25s; }
.switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .25s var(--ease); }
.switch input:checked + span { background: var(--olive); border-color: var(--olive); }
.switch input:checked + span::after { transform: translateX(18px); }
.switch input:disabled { cursor: not-allowed; }
.switch input:disabled + span { opacity: .6; }
.switch input:focus-visible + span { outline: 2px solid var(--sky-deep); outline-offset: 2px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Strony prawne ---------- */
.legal { padding: 150px 0 100px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); margin: 18px 0 14px; }
.legal .updated { color: var(--ink-2); font-size: 14px; margin-bottom: 50px; }
.legal h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 50px 0 16px; }
.legal p, .legal li { color: var(--ink-2); }
.legal ol, .legal ul { padding-left: 1.3em; }
.legal li { margin-bottom: .5em; }
.legal table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 10px 0 20px; }
.legal th, .legal td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal th { font-weight: 600; }
.legal .box { background: var(--sky); border-radius: var(--radius-sm); padding: 18px 22px; margin: 20px 0; }
.legal .toc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 26px; }
.legal .toc ol { margin: 0; }
.legal .table-scroll { overflow-x: auto; }

/* ---------- Drobne pomocnicze ---------- */
.m0 { margin: 0; }
.pos-top { object-position: 50% 12%; }
fieldset.plain { border: 0; padding: 0; margin: 0; min-width: 0; }
.field-label { font-size: 13px; font-weight: 600; }
.field-label .opt, .field label .opt { font-weight: 400; color: var(--ink-2); }
.price-note a, .faq a { color: var(--ink); }

/* ---------- Poprawki responsywne (telefon / tablet) ---------- */
@media (max-width: 900px) {
  /* cytat pod zdjęciem zamiast na nim */
  .collab-photo blockquote { position: relative; left: auto; right: auto; bottom: auto; margin: -36px 16px 0; max-width: none; }
  /* menu mieści się też przy telefonie obróconym poziomo */
  .nav-links { overflow-y: auto; padding: 80px 0 40px; justify-content: flex-start; }
  .nav-links > li:first-child { margin-top: auto; }
  .nav-links > li:last-child { margin-bottom: auto; }
}
@media (min-width: 640px) and (max-width: 960px) {
  .price-grid, .price-panel.pairs .price-grid { grid-template-columns: 1fr 1fr; max-width: none; }
  .price-panel:not(.pairs) .price:last-child { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .price .flag { position: static; align-self: flex-start; margin-bottom: 14px; }
}
@media (max-width: 800px) {
  /* na telefonie nie powtarzamy zdjęcia z góry strony */
  .moment .tile:not(.quote) { display: none; }
  .moment .tile.quote { min-height: 0; }
}
@media (max-width: 560px) {
  .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
  .hero-meta strong { font-size: 28px; }
  .hero-meta div { font-size: 12px; }
  .price { padding: 26px 22px; }
  .price .flag { position: static; align-self: flex-start; margin-bottom: 14px; }
  .price .amount { font-size: 3.6rem; }
  .tabs { display: flex; }
  .tab { flex: 1; padding: 11px 12px; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .cookie { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .cookie-actions .btn { flex: 1 1 0; justify-content: center; padding: 12px 10px; }
  .cookie-actions .btn:first-child { flex-basis: 100%; }
}
