/* =========================================================================
   PALMIERI — arkusz stylów (wg projektów „Nowe projekty dla Palmieri")
   Głęboki granat #16243f + złoto #b8965a, typografia Cormorant Garamond
   (szeryfy) + Jost, złote ornamenty, jasne sekcje, fotografie, subtelny
   parallax i animacje odsłaniania. Design tokens na górze pliku.
   ========================================================================= */

:root {
  /* kolory marki (z projektów) */
  --navy: #16243f;
  --navy-deep: #101a30;
  --navy-line: #24365a;
  --ink: #1c2744;
  --gold: #b8965a;
  --gold-dark: #7d6228;
  --gold-soft: #cbb079;
  --cream-ink: #e9e3d3;
  --parchment: #efe7d2;
  --panel: #eff1f4;
  --cream: #f2f3f6;
  --muted: #5b6270;
  --muted-2: #4c566f;
  --line-gold: #e4ddcd;
  --line: #e6e9f0;
  --white: #ffffff;

  /* typografia */
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Jost", "Segoe UI", system-ui, sans-serif;

  --shadow-sm: 0 1px 3px rgba(22, 36, 63, .08);
  --shadow-md: 0 10px 34px rgba(22, 36, 63, .1);

  --container: 1440px;
  --pad-x: clamp(1.2rem, 4vw, 3.5rem);
}

/* ---------- reset i baza ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink);
  background: #e7ebf2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* strona jak elegancki album — wycentrowana karta na tle */
.page {
  max-width: var(--container);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, .06);
  overflow: clip;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 { margin: 0 0 .5em; color: var(--ink); text-wrap: balance; }

p { margin: 0 0 1em; }

a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--gold); }

ul { padding: 0; margin: 0; list-style: none; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.container { padding-inline: var(--pad-x); }

/* komponenty (custom elements) muszą być blokowe i nie rozpychać gridów */
palmieri-header, palmieri-footer, palmieri-sidebar { display: block; min-width: 0; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: .7rem 1.2rem;
  z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- detale typograficzne ---------- */
.kicker {
  display: block;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.h-serif {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.2rem, 4.4vw, 3.1rem);
  line-height: 1.14;
}

.h-sec {
  font-weight: 400;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: .01em;
  margin: .55rem 0 0;
}

/* złoty ornament: linia — romb — linia (animowany przy odsłonięciu) */
.orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px auto;
}
.orn span {
  width: 70px;
  height: 1px;
  background: var(--gold);
  opacity: .75;
  transform-origin: center;
}
.orn i { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.reveal .orn span, .orn.reveal span { transform: scaleX(0); transition: transform .8s ease .25s; }
.reveal.is-visible .orn span, .orn.reveal.is-visible span { transform: scaleX(1); }

/* ---------- przyciski ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 1.05rem 2.7rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  text-decoration: none !important;
}
.btn:hover { background: var(--navy); border-color: var(--navy); color: var(--cream-ink); }

.btn-gold { background: var(--gold); border-color: var(--gold); color: #14213f; }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: #fff; }

.btn-light { color: var(--parchment); }
.btn-light:hover { background: var(--gold); border-color: var(--gold); color: #14213f; }

.btn-block { width: 100%; }

/* metki (termin / liczba dni) */
.chip {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  padding: .45rem 1rem;
  border: 1px solid var(--line-gold);
  background: #fff;
}

/* placeholder na brakujące fotografie (wzór z projektów) */
.ph {
  background-color: #eef0f4;
  background-image: repeating-linear-gradient(135deg, transparent 0 15px, rgba(47, 76, 136, .12) 15px 16px);
  border: 1px solid #e2e5ec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a839b;
  font: 500 11px/1.4 ui-monospace, Menlo, monospace;
  letter-spacing: .03em;
  text-align: center;
  padding: 12px;
}

/* ---------- pasek marki (header) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  color: var(--cream-ink);
  text-align: center;
  padding: 26px var(--pad-x) 20px;
  transition: padding .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { padding-block: 12px 10px; box-shadow: 0 10px 30px rgba(16, 26, 48, .35); }

.brand-emblem {
  width: 46px;
  height: 46px;
  margin: 0 auto 8px;
  transition: width .3s ease, height .3s ease, margin .3s ease, opacity .3s ease;
}
.site-header.is-scrolled .brand-emblem { width: 0; height: 0; margin: 0 auto; opacity: 0; overflow: hidden; }
.brand-emblem img { width: 100%; height: 100%; object-fit: contain; }

.brand-word { display: block; height: 30px; width: auto; margin: 2px auto 0; }

.brand-sub {
  font-size: .6rem;
  letter-spacing: .34em;
  color: #9aa2b8;
  margin-top: 9px;
  transition: margin .3s ease, height .3s ease, opacity .3s ease;
}
.site-header.is-scrolled .brand-sub { height: 0; margin-top: 0; opacity: 0; overflow: hidden; }

.header-cta {
  position: absolute;
  right: clamp(1.2rem, 3vw, 2.75rem);
  top: 50%;
  translate: 0 -50%;
  border: 1px solid var(--gold);
  color: var(--cream-ink);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .95rem 1.5rem;
  text-decoration: none !important;
  transition: background .25s ease, color .25s ease;
}
.header-cta:hover { background: var(--gold); color: var(--navy-deep); }

.site-nav { display: block; }
.nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 22px;
  transition: margin .3s ease;
}
.site-header.is-scrolled .nav-list { margin-top: 12px; }

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #cdbf9a;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: .92;
  transition: color .2s ease;
  text-decoration: none !important;
}
.nav-link:hover { color: var(--gold-soft); }
.nav-item.is-active > .nav-link { color: var(--gold-soft); }
.nav-item { position: relative; }

.has-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  translate: -50% 0;
  min-width: 350px;
  background: #fff;
  border: 1px solid var(--line-gold);
  box-shadow: var(--shadow-md);
  padding: .6rem;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 20;
}
.has-dropdown.is-open .dropdown,
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .7rem .95rem;
  color: var(--ink);
  text-decoration: none !important;
}
.dropdown a:hover { background: var(--cream); color: var(--ink); }
.dropdown a strong { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.dropdown a span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }

.nav-toggle {
  display: none;
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.75rem);
  top: 50%;
  translate: 0 -50%;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: none;
  border: 1px solid rgba(184, 150, 90, .5);
  cursor: pointer;
}
.nav-toggle span { display: block; height: 1px; background: var(--cream-ink); }

/* ---------- hero (strona główna): fotografia + panel ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: stretch;
  padding: 60px var(--pad-x) 52px;
  background: #fff;
  gap: 0;
}
.hero-photo { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.hero-photo .ph, .hero-photo .foto { height: 620px; overflow: hidden; }
.hero-photo img { width: 100%; height: 112%; object-fit: cover; will-change: transform; }
.hero-photo figcaption {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: .95rem;
  color: var(--muted);
  text-align: center;
}
.hero-panel {
  background: var(--panel);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-panel .kicker { color: #22314e; letter-spacing: .28em; line-height: 1.9; }
.hero-panel .orn { margin: 24px 0; }
.hero-lead {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 380px;
  margin: 0;
}
.hero-panel .btn { margin-top: 30px; }
.hero-trust {
  margin-top: 26px;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8b93a6;
}
.hero-trust .stars { color: var(--gold); letter-spacing: 3px; }

/* ---------- fotografie kierunków ---------- */
.img-ziemia-swieta { background: url(../images/ziemia-swieta.jpg) center/cover no-repeat; }
.img-etiopia       { background: url(../images/etiopia.jpg) center/cover no-repeat; }
.img-malta         { background: url(../images/malta.jpg) center/cover no-repeat; }
.img-indie         { background: url(../images/indie.jpg) center/cover no-repeat; }
.img-peru          { background: url(../images/peru.jpg) center/cover no-repeat; }
.img-wietnam       { background: url(../images/wietnam.jpg) center/cover no-repeat; }

/* ---------- sekcje ---------- */
.section { padding: 76px var(--pad-x); text-align: center; }
.section-alt { background: var(--cream); }
.section-head { max-width: 720px; margin-inline: auto; }
.section-head p { font-weight: 300; color: var(--muted-2); max-width: 560px; margin: 0 auto; }
.section-head h2:not(.h-sec) {
  font-weight: 400;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: .01em;
  margin: .55rem 0 0;
}
.section-head h2 + p, .section-head .orn + p { margin-top: 1.2rem; }

/* ---------- karty pielgrzymek (strona główna) ---------- */
.trips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
  padding-inline: clamp(0rem, 4vw, 4.5rem);
  text-align: left;
}
.trip-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line-gold);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.trip-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(22, 36, 63, .14); }
.trip-media { aspect-ratio: 1 / 1; display: block; position: relative; overflow: hidden; }
.trip-media > .zoom {
  position: absolute;
  inset: 0;
  transition: transform .8s cubic-bezier(.2, .6, .2, 1);
}
.trip-card:hover .trip-media > .zoom { transform: scale(1.05); }
.trip-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(16, 26, 48, .45));
  pointer-events: none;
}
.trip-date {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  color: var(--gold-dark);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .5rem .9rem;
  border-left: 3px solid var(--gold);
}
.trip-body { display: flex; flex-direction: column; flex: 1; padding: 26px 28px 28px; }
.trip-body h3 {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0;
}
.trip-meta {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 8px 0 12px;
}
.trip-body p.trip-sum { font-weight: 300; font-size: .92rem; line-height: 1.6; color: var(--muted-2); margin: 0 0 14px; }
.trip-highlights { display: grid; gap: .45rem; margin: 0 0 20px; }
.trip-highlights li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  font-size: .88rem;
  line-height: 1.45;
  color: var(--ink);
}
.trip-highlights li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .48em;
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}
.trip-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-gold); display: flex; }
.trip-cta {
  flex: 1;
  text-align: center;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--gold);
  padding: .8rem 1.1rem;
  transition: background .25s ease, color .25s ease;
}
.trip-cta::after { content: " →"; display: inline-block; transition: translate .2s ease; }
.trip-card:hover .trip-cta { background: var(--gold); color: var(--navy-deep); }
.trip-card:hover .trip-cta::after { translate: 4px 0; }

/* ---------- historia nazwy (home + o nas) ---------- */
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  text-align: left;
  max-width: 1160px;
  margin: 0 auto;
}
.story-photo { margin: 0; overflow: hidden; height: 440px; }
.story-photo img { width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.story .kicker, .story .h-sec, .story h2 { text-align: left; }
.story h2.serif { font-family: var(--font-serif); font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.15rem); margin-top: 14px; }
.story p { font-weight: 300; font-size: .95rem; line-height: 1.75; color: var(--muted-2); margin: 16px 0 0; }
.story blockquote {
  font-weight: 400;
  font-size: .97rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 24px 0 0;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
}
.story blockquote.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--navy);
}

/* ---------- opinie ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px; }
.testimonial {
  border: 1px solid var(--line-gold);
  background: #fff;
  padding: 36px 30px;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.testimonial .stars { color: var(--gold); letter-spacing: 3px; font-size: .8rem; }
.testimonial blockquote {
  font-weight: 300;
  font-size: .9rem;
  line-height: 1.65;
  color: #3f4a63;
  margin: 18px 0;
  flex: 1;
}
.testimonial figcaption {
  font-size: .69rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 44px auto 0; text-align: left; }
.faq details { border-bottom: 1px solid var(--line-gold); }
.faq details:first-child { border-top: 1px solid var(--line-gold); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem .2rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.3rem;
  color: var(--gold);
  transition: rotate .2s ease;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details > p { padding: 0 .2rem 1.2rem; margin: 0; font-weight: 300; color: var(--muted-2); }

/* ---------- pas CTA (jasny) ---------- */
.cta-band { background: var(--cream); text-align: center; padding: 70px var(--pad-x); }
.cta-band .h-serif { font-size: clamp(1.8rem, 3.2vw, 2.15rem); }
.cta-band p { font-weight: 300; font-size: .95rem; color: var(--muted-2); max-width: 560px; margin: 14px auto 0; line-height: 1.6; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 28px; }

/* ---------- granatowe hero podstron (o nas / kontakt) ---------- */
.navy-hero {
  background:
    radial-gradient(760px 320px at 88% -12%, rgba(203, 176, 121, .12), transparent 60%),
    var(--navy);
  color: var(--parchment);
  text-align: center;
  padding: 74px var(--pad-x) 78px;
}
.navy-hero .kicker { color: var(--gold-soft); }
.navy-hero h1 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.2rem, 4.4vw, 3.1rem);
  line-height: 1.14;
  color: var(--parchment);
  margin: 14px 0 0;
}
.navy-hero p {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  line-height: 1.55;
  color: #c8cdda;
  max-width: 680px;
  margin: 8px auto 0;
}

/* ---------- podstrona wyprawy (dt-) ---------- */
.dt-top { text-align: center; padding: 58px var(--pad-x) 0; }
.dt-crumb { letter-spacing: .16em; font-size: .69rem; color: #8b93a6; text-transform: uppercase; }
.dt-crumb a { color: var(--gold-dark); }
.dt-name {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 4.6vw, 3.25rem);
  line-height: 1.14;
  margin: 16px 0 0;
}
.dt-date { letter-spacing: .14em; font-size: .8rem; color: var(--gold-dark); margin-top: 12px; text-transform: uppercase; }
.dt-lead {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 660px;
  margin: 6px auto 0;
}

.dt-hero-img {
  height: clamp(300px, 40vw, 520px);
  margin: 40px var(--pad-x) 0;
  overflow: hidden;
  position: relative;
}
.dt-hero-img .zoom { position: absolute; inset: -12% 0; will-change: transform; }

.dt-body {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 52px;
  padding: 56px var(--pad-x) 20px;
  align-items: start;
  text-align: left;
}
.dt-proghead { font-family: var(--font-serif); font-weight: 600; font-size: 1.75rem; margin: 0 0 8px; }
.dt-day { padding: 22px 0; border-top: 1px solid var(--line); }
.dt-day:first-of-type { border-top: none; padding-top: 6px; }
.dt-dtag { letter-spacing: .16em; font-size: .66rem; color: var(--gold-dark); text-transform: uppercase; }
.dt-dh { font-weight: 500; font-size: 1rem; color: var(--navy); margin: 6px 0 0; letter-spacing: .01em; }
.dt-day p { font-weight: 300; font-size: .88rem; line-height: 1.7; color: var(--muted-2); margin: 8px 0 0; }

/* sidebar „Inne pielgrzymki" */
.dt-side { position: sticky; top: 130px; }
.dt-others { border: 1px solid var(--line); padding: 24px 22px; background: #fff; }
.dt-oh { letter-spacing: .16em; font-size: .66rem; color: var(--gold-dark); text-transform: uppercase; margin-bottom: 8px; }
.dt-oitem {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #eef0f4;
  text-decoration: none !important;
}
.dt-oitem:first-of-type { border-top: none; }
.dt-othumb { width: 58px; height: 58px; flex: none; overflow: hidden; }
.dt-oname { display: block; font-weight: 500; font-size: .88rem; color: var(--navy); line-height: 1.2; }
.dt-odate { display: block; font-weight: 300; font-size: .72rem; color: #8b93a6; margin-top: 4px; letter-spacing: .03em; }
.dt-oitem:hover .dt-oname { color: var(--gold-dark); }
.dt-oall {
  display: block;
  text-align: center;
  letter-spacing: .16em;
  font-size: .69rem;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 16px;
}

/* galeria */
.dt-gal { padding: 40px var(--pad-x) 76px; }
.dt-galhead { text-align: center; margin-bottom: 34px; }
.dt-galhead h2 { font-family: var(--font-serif); font-weight: 600; font-size: 1.9rem; margin: 10px 0 0; }
.dt-galgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dt-galgrid > * { height: 190px; }
.dt-galgrid .wide { grid-column: span 2; }
.dt-galgrid .foto { overflow: hidden; position: relative; }
.dt-galgrid .foto > span { position: absolute; inset: 0; transition: transform .8s cubic-bezier(.2, .6, .2, 1); }
.dt-galgrid .foto:hover > span { transform: scale(1.05); }

/* granatowy box ceny */
.dt-pricesec { background: var(--cream); padding: 74px var(--pad-x) 40px; display: flex; justify-content: center; }
.dt-pricebox { background: var(--navy); color: var(--cream-ink); border: 1px solid var(--navy-line); max-width: 900px; width: 100%; text-align: left; }
.dt-pbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 44px;
  border-bottom: 1px solid rgba(184, 150, 90, .28);
}
.dt-pbar svg { color: var(--gold-soft); flex: none; }
.dt-pbar h3 { font-family: var(--font-serif); font-weight: 600; font-size: 1.5rem; color: var(--parchment); margin: 0; letter-spacing: .01em; }
.dt-pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; padding: 40px 44px 34px; }
.dt-pbig { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3.25rem); color: var(--parchment); line-height: 1; }
.dt-pbig span { display: block; font-size: 1rem; color: var(--gold-soft); margin-top: 8px; letter-spacing: .02em; font-family: var(--font-sans); font-weight: 300; }
.dt-pdl { margin: 26px 0 0; display: grid; gap: 11px; }
.dt-pdl div { font-weight: 300; font-size: .85rem; color: #c3c8d6; }
.dt-pdl b { color: var(--parchment); font-weight: 500; }
.dt-pincl-h { letter-spacing: .14em; font-size: .69rem; color: var(--gold-soft); text-transform: uppercase; margin-bottom: 16px; }
.dt-pincl { display: grid; gap: 12px; }
.dt-pincl li { font-weight: 300; font-size: .88rem; color: #dfe3ee; padding-left: 26px; position: relative; }
.dt-pincl li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-soft); font-weight: 600; }
.dt-pfoot { display: flex; gap: 16px; justify-content: center; padding: 0 44px 40px; flex-wrap: wrap; }
.dt-pfoot .btn { border-color: var(--gold); color: var(--parchment); }
.dt-pfoot .btn.btn-gold { background: var(--gold); color: #14213f; }
.dt-pfoot .btn.btn-gold:hover { background: var(--gold-dark); color: #fff; }

/* karty „cena zawiera" */
.dt-incl { padding: 26px var(--pad-x) 40px; text-align: center; }
.dt-incl h2 { font-family: var(--font-serif); font-weight: 600; font-size: 2rem; margin: 10px 0 0; }
.dt-inclgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 44px auto 0;
  text-align: left;
}
.dt-incl-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px 24px;
}
.dt-incl-badge {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-soft);
}
.dt-incl-card > span:last-child { font-weight: 300; font-size: .88rem; line-height: 1.5; color: #2b3550; }

/* ---------- o nas (ab-) ---------- */
.ab-vals { background: var(--cream); padding: 78px var(--pad-x); text-align: center; }
.ab-vals h2 { font-family: var(--font-serif); font-weight: 600; font-size: 2.15rem; margin: 10px 0 0; }
.ab-vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 1080px; margin: 44px auto 0; }
.ab-val { background: #fff; border: 1px solid var(--line-gold); padding: 40px 32px; text-align: left; }
.ab-vnum { font-family: var(--font-serif); font-size: 1.9rem; color: var(--gold); }
.ab-vh { font-weight: 500; font-size: 1.05rem; color: var(--navy); margin: 12px 0 8px; }
.ab-val p { font-weight: 300; font-size: .88rem; line-height: 1.7; color: var(--muted-2); margin: 0; }

.ab-team { padding: 80px var(--pad-x); text-align: center; }
.ab-team h2 { font-family: var(--font-serif); font-weight: 600; font-size: 2.15rem; margin: 10px 0 0; }
.ab-tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 1080px; margin: 44px auto 0; }
.ab-person .ph, .ab-person .foto { height: 320px; }
.ab-person .foto { overflow: hidden; }
.ab-person .foto img { width: 100%; height: 100%; object-fit: cover; }
.ab-pname { font-family: var(--font-serif); font-weight: 600; font-size: 1.4rem; color: var(--navy); margin: 18px 0 2px; }
.ab-prole { letter-spacing: .12em; font-size: .69rem; color: var(--gold-dark); text-transform: uppercase; }
.ab-person p { font-weight: 300; font-size: .85rem; line-height: 1.65; color: var(--muted-2); margin: 12px 0 0; }

.ab-stats {
  background: var(--navy);
  color: var(--parchment);
  padding: 60px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.ab-snum { font-family: var(--font-serif); font-weight: 600; font-size: 2.75rem; color: var(--gold-soft); }
.ab-slab { font-weight: 300; font-size: .82rem; color: #aab7cf; margin-top: 6px; }

/* ---------- kontakt (ct-) ---------- */
.ct-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  padding: 74px var(--pad-x);
  align-items: start;
  text-align: left;
}
.ct-info .kicker { margin-bottom: 10px; }
.ct-block { padding: 22px 0; border-top: 1px solid var(--line); }
.ct-block:first-of-type { border-top: none; padding-top: 0; }
.ct-bh { letter-spacing: .14em; font-size: .69rem; color: var(--gold-dark); text-transform: uppercase; margin-bottom: 8px; }
.ct-block p { font-weight: 300; font-size: .94rem; line-height: 1.7; color: #2b3550; margin: 0; }
.ct-block a { color: #2b3550; }
.ct-block a:hover { color: var(--gold-dark); }
.ct-block .big { font-family: var(--font-serif); font-size: 1.5rem; color: var(--navy); }

.ct-cards { display: grid; gap: 22px; }
.ct-card {
  display: block;
  text-decoration: none !important;
  border: 1px solid var(--line);
  padding: 40px 42px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ct-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ct-card.gold { background: var(--navy); border-color: var(--navy-line); }
.ct-cicon { font-size: 1.6rem; color: var(--gold); line-height: 1; }
.ct-card.gold .ct-cicon { color: var(--gold-soft); }
.ct-clabel { letter-spacing: .2em; font-size: .69rem; color: var(--gold-dark); text-transform: uppercase; margin-top: 16px; }
.ct-card.gold .ct-clabel { color: var(--gold-soft); }
.ct-cbig { font-family: var(--font-serif); font-weight: 600; font-size: 2.15rem; color: var(--navy); margin: 8px 0 0; letter-spacing: .01em; }
.ct-card.gold .ct-cbig { color: var(--parchment); }
.ct-card p { font-weight: 300; font-size: .88rem; line-height: 1.65; color: var(--muted-2); margin: 14px 0 18px; }
.ct-card.gold p { color: #c3c8d6; }
.ct-cgo { letter-spacing: .16em; font-size: .69rem; color: var(--gold-dark); text-transform: uppercase; }
.ct-card.gold .ct-cgo { color: var(--gold-soft); }

/* ---------- stopka ---------- */
.site-footer {
  background: var(--navy);
  color: #cfd3df;
  padding: 60px var(--pad-x) 36px;
  text-align: center;
}
.site-footer .brand-emblem { width: 46px; height: 46px; }
.site-footer .brand-word { height: 24px; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 900px;
  margin: 32px auto 0;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1.95;
  color: #aab0c2;
}
.footer-cols .h {
  color: #d8bd82;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .66rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer-cols a { color: #cfd3df; }
.footer-cols a:hover { color: var(--gold-soft); }
.footer-account { font-variant-numeric: tabular-nums; }
.footer-bottom {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(184, 150, 90, .25);
  font-size: .7rem;
  letter-spacing: .06em;
  color: #8892a6;
}
.footer-bottom p { margin: 0; }

/* ---------- animacje wejścia ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.trips-grid .reveal:nth-child(2), .testimonials .reveal:nth-child(2), .ab-vgrid .reveal:nth-child(2), .ab-tgrid .reveal:nth-child(2) { transition-delay: .12s; }
.trips-grid .reveal:nth-child(3), .testimonials .reveal:nth-child(3), .ab-vgrid .reveal:nth-child(3), .ab-tgrid .reveal:nth-child(3) { transition-delay: .24s; }
.trips-grid .reveal:nth-child(4) { transition-delay: .06s; }
.trips-grid .reveal:nth-child(5) { transition-delay: .18s; }
.trips-grid .reveal:nth-child(6) { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  [data-parallax] img, [data-parallax] .zoom { transform: none !important; }
}

/* ---------- responsywność ---------- */
@media (max-width: 1100px) {
  .header-cta { display: none; }
}

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo .ph, .hero-photo .foto { height: 420px; }
  .hero-panel { padding: 48px 32px; }
  .trips-grid, .testimonials, .ab-vgrid, .ab-tgrid { grid-template-columns: repeat(2, 1fr); }
  .dt-body { grid-template-columns: 1fr; }
  .dt-side { position: static; }
  .dt-pgrid { grid-template-columns: 1fr; gap: 30px; }
  .dt-galgrid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; gap: 36px; }
  .story-photo { height: 340px; }
  .ct-grid { grid-template-columns: 1fr; gap: 40px; }
  .ab-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--navy-deep);
    overflow-y: auto;
    padding-block: 5rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  body.nav-locked { overflow: hidden; }
  .nav-list { flex-direction: column; align-items: center; gap: 1.4rem; margin-top: 0; }
  .site-header.is-scrolled .nav-list { margin-top: 0; }
  .nav-link { font-size: .95rem; color: var(--cream-ink); }
  .nav-toggle { z-index: 95; }
  .has-dropdown { display: flex; flex-direction: column; align-items: center; }
  .has-dropdown .dropdown {
    position: static;
    translate: none;
    transform: none;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    text-align: center;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .has-dropdown.is-open .dropdown { visibility: visible; max-height: 560px; }
  .dropdown a strong { color: var(--cream-ink); }
  .dropdown a span { color: var(--gold-soft); }
  .dropdown a:hover { background: rgba(255, 255, 255, .06); }
  .hero { padding: 36px var(--pad-x) 40px; }
  .hero-photo .ph, .hero-photo .foto { height: 320px; }
  .section { padding: 56px var(--pad-x); }
  .dt-pbar, .dt-pgrid { padding-inline: 26px; }
  .dt-pfoot { padding-inline: 26px; }
}

@media (max-width: 620px) {
  .trips-grid, .testimonials, .ab-vgrid, .ab-tgrid, .dt-inclgrid, .dt-galgrid { grid-template-columns: 1fr; }
  .dt-galgrid .wide { grid-column: auto; }
  .ab-stats { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 26px; }
  .brand-word { height: 24px; }
}
