/* =========================================================================
   Stolarnia Zalipie — design system
   ========================================================================= */

/* Self-hosted fonts (no external fetch, no FOUT) */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/instrument-serif-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: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/instrument-serif-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: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/instrument-serif-italic-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: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/instrument-serif-italic-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: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: block;
  src: url('../fonts/manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: block;
  src: url('../fonts/manrope-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 {
  /* Colors */
  --cream: #F6EFE3;
  --cream-2: #EFE7D3;
  --paper: #FBF7EE;
  --ink: #221B15;
  --ink-soft: #4A3F35;
  --ink-mute: #8A7C6E;
  --brown: #7A4E2D;
  --brown-light: #A6764E;
  --brown-dark: #4A2E19;
  --karmin: #B8342E;
  --karmin-dark: #8F251F;
  --line: rgba(34, 27, 21, 0.14);
  --line-strong: rgba(34, 27, 21, 0.35);
  --shadow-soft: 0 20px 60px -20px rgba(34, 27, 21, 0.25);
  --shadow-lift: 0 30px 80px -30px rgba(34, 27, 21, 0.45);

  /* Type */
  --font-serif: 'Instrument Serif', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Manrope', 'Inter', system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --container: min(1240px, 100% - var(--gutter) * 2);
  --container-wide: min(1440px, 100% - var(--gutter) * 2);
  --section-y: clamp(4.5rem, 10vw, 10rem);

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* =========================================================================
   Reset & base
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga";
}

/* Body grain overlay (subtle) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='7'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

img, picture, video, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--karmin); color: var(--paper); }

/* =========================================================================
   Typography
   ========================================================================= */

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  padding-bottom: 0.05em;   /* room for descenders */
}

h1 { font-size: clamp(2.5rem, 6vw, 4.75rem); line-height: 1.05; }
h2 { font-size: clamp(1.75rem, 3.8vw, 2.75rem); line-height: 1.1; }
h3 { font-size: clamp(1.25rem, 2vw, 1.625rem); line-height: 1.2; }
h4 { font-family: var(--font-sans); font-size: 1rem; font-weight: 600; letter-spacing: 0; color: var(--ink); }

.serif { font-family: var(--font-serif); font-weight: 400; }
.italic { font-style: italic; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--karmin);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 62ch;
}

p a {
  color: var(--karmin-dark);
  border-bottom: 1px solid currentColor;
  transition: color .2s;
}
p a:hover { color: var(--karmin); }

/* =========================================================================
   Layout
   ========================================================================= */

.container { width: var(--container); margin-inline: auto; }
.container-wide { width: var(--container-wide); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; }
.section-tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-cream-2 { background: var(--cream-2); }
.section-ink { background: var(--ink); color: var(--paper); }
.section-ink h1, .section-ink h2, .section-ink h3 { color: var(--paper); }
.section-ink .eyebrow { color: #E8A599; }
.section-ink .lead { color: rgba(251, 247, 238, 0.75); }

/* Divider lines */
.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

/* =========================================================================
   Buttons
   ========================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.75rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 100px;
  cursor: pointer;
  transition: all .35s var(--ease-out);
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.btn i { font-size: 0.85rem; transition: transform .35s var(--ease-out); }
.btn:hover { background: var(--karmin); border-color: var(--karmin); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn:hover i { transform: translateX(4px); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }

.btn-light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.btn-light:hover { background: var(--karmin); color: var(--paper); border-color: var(--karmin); }

/* Link with underline animation */
.link-underline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 4px;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  transition: color .3s, border-color .3s;
}
.link-underline i { transition: transform .35s var(--ease-out); }
.link-underline:hover { color: var(--karmin); border-color: var(--karmin); }
.link-underline:hover i { transform: translateX(4px); }

/* =========================================================================
   Header
   ========================================================================= */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform .4s var(--ease-out), box-shadow .3s;
  background: rgba(246, 239, 227, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  border-bottom-color: var(--line);
}
.header.is-hidden { transform: translateY(-100%); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.15rem;
}

.logo {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1;
}
.header.is-scrolled .logo,
.header.is-scrolled .nav a,
.header.is-scrolled .nav-toggle { color: var(--ink); }
.logo small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 3px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.nav a {
  position: relative;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  padding-block: 0.4rem;
  transition: color .3s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--karmin);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--ease-out);
}
.nav a:hover, .nav a.is-active { color: var(--karmin); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: left; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s, color .3s;
}
.nav-toggle:hover { background: var(--ink); color: var(--paper); }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--cream);
  padding: 5rem 2rem 2rem;
  transform: translateY(-100%);
  transition: transform .6s var(--ease-in-out);
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateY(0); }
.mobile-nav a {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 6vw, 3rem);
  color: var(--ink);
  padding-block: 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s, transform .5s;
  border-bottom: 1px solid var(--line);
}
.mobile-nav.is-open a { opacity: 1; transform: translateY(0); }
.mobile-nav.is-open a:nth-child(1) { transition-delay: 0.15s; }
.mobile-nav.is-open a:nth-child(2) { transition-delay: 0.22s; }
.mobile-nav.is-open a:nth-child(3) { transition-delay: 0.29s; }
.mobile-nav.is-open a:nth-child(4) { transition-delay: 0.36s; }
.mobile-nav.is-open a:nth-child(5) { transition-delay: 0.43s; }
.mobile-nav.is-open a:nth-child(6) { transition-delay: 0.50s; }
.mobile-nav-close {
  position: absolute;
  top: 1.15rem;
  right: var(--gutter);
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* =========================================================================
   Hero
   ========================================================================= */

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: 100%;
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
}

.hero h1 {
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  padding-bottom: 0.08em;
}
.hero h1 em {
  font-style: italic;
  color: var(--karmin);
}
.hero .lead { margin-top: 2rem; }

.hero-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-meta {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hero-meta > div strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.hero-meta > div span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.hero-media {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.5s var(--ease-out);
}
.hero.is-ready .hero-media img { transform: scale(1); }

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(34, 27, 21, 0.3));
  pointer-events: none;
}

.hero-media-tag {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  color: var(--paper);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  z-index: 2;
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  z-index: 5;
}
.hero-scroll i {
  animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(6px); opacity: 1; }
}

/* Decorative dot in hero corner */
.hero-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--karmin);
  top: 30%;
  left: 46%;
  z-index: 3;
  box-shadow: 0 0 0 6px rgba(184, 52, 46, 0.15);
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(184, 52, 46, 0.15); }
  50% { box-shadow: 0 0 0 14px rgba(184, 52, 46, 0.05); }
}

/* =========================================================================
   Sub-page hero (short banner)
   ========================================================================= */

.page-hero {
  padding-top: 11rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
  position: relative;
}
.page-hero .eyebrow { margin-bottom: 1.5rem; }
.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  max-width: 18ch;
}
.page-hero .lead { margin-top: 2rem; max-width: 60ch; }

.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.page-hero-meta > div {
  min-width: 140px;
}
.page-hero-meta strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
}
.page-hero-meta span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* =========================================================================
   Home hero (editorial two-column)
   ========================================================================= */

.home-hero {
  padding-top: 11rem;
  padding-bottom: 6rem;
}
.home-hero-inner {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.home-hero-body h1 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-top: 1.75rem;
  padding-bottom: 0.1em;
}
.home-hero-body .lead {
  margin-top: 1.75rem;
  max-width: 46ch;
}
.home-hero-body .hero-actions {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.home-hero-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  background: var(--cream-2);
}
.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .home-hero { padding-top: 8rem; padding-bottom: 4rem; }
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero-media { aspect-ratio: 4 / 3; }
}

/* =========================================================================
   Cards / Offer teasers
   ========================================================================= */

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 900px) { .offer-grid { grid-template-columns: 1fr; } }

.offer-card {
  position: relative;
  padding: 2.5rem 2rem 2.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: transform .5s var(--ease-out), box-shadow .5s;
  overflow: hidden;
}
.offer-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--karmin);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease-out);
}
.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.offer-card:hover::before { transform: scaleX(1); }
.offer-card i {
  font-size: 1.75rem;
  color: var(--karmin);
  margin-bottom: 1.75rem;
}
.offer-card h3 { margin-bottom: 1rem; }
.offer-card p { color: var(--ink-soft); margin-bottom: 1.5rem; }
.offer-card .link-underline { font-size: 0.85rem; }

.offer-card-num {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-mute);
}

/* =========================================================================
   Offer expanded (oferta.html)
   ========================================================================= */

.offer-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid var(--line);
}
.offer-row:last-child { border-bottom: 0; }
.offer-row.reverse .offer-row-media { order: 2; }
@media (max-width: 800px) {
  .offer-row { grid-template-columns: 1fr; }
  .offer-row.reverse .offer-row-media { order: 0; }
}

.offer-row-media {
  aspect-ratio: 5/6;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.offer-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}
.offer-row:hover .offer-row-media img { transform: scale(1.04); }

.offer-row-body h2 { margin-top: 1.5rem; }
.offer-row-body .lead { margin-top: 1.5rem; }

.offer-row-list {
  margin-top: 2rem;
  list-style: none;
  columns: 2;
  gap: 1.5rem;
}
.offer-row-list li {
  padding: 0.5rem 0;
  break-inside: avoid;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--ink-soft);
}
.offer-row-list li i {
  color: var(--karmin);
  font-size: 0.65rem;
  transform: translateY(-2px);
}
@media (max-width: 600px) { .offer-row-list { columns: 1; } }

/* =========================================================================
   Gallery teaser (index)
   ========================================================================= */

.gallery-teaser {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 1rem;
  margin-top: 3.5rem;
}
.gt-item {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.gt-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.gt-item:hover img { transform: scale(1.06); }
.gt-1 { grid-column: 1 / span 5; grid-row: span 2; }
.gt-2 { grid-column: 6 / span 4; grid-row: span 1; }
.gt-3 { grid-column: 10 / span 3; grid-row: span 2; }
.gt-4 { grid-column: 6 / span 4; grid-row: span 1; }
.gt-5 { grid-column: 1 / span 4; grid-row: span 1; }
.gt-6 { grid-column: 5 / span 5; grid-row: span 1; }
@media (max-width: 800px) {
  .gallery-teaser { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 140px; }
  .gt-1 { grid-column: 1 / span 6; }
  .gt-2 { grid-column: 1 / span 3; }
  .gt-3 { grid-column: 4 / span 3; }
  .gt-4 { grid-column: 1 / span 3; }
  .gt-5 { grid-column: 4 / span 3; }
  .gt-6 { grid-column: 1 / span 6; }
}

/* =========================================================================
   Gallery page (masonry)
   ========================================================================= */

.gallery-filter {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-block: 2.5rem 3rem;
}
.gallery-filter button {
  padding: 0.6rem 1.25rem;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  color: var(--ink);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all .3s;
}
.gallery-filter button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.gallery-filter button.is-active { background: var(--karmin); color: var(--paper); border-color: var(--karmin); }

.gallery-grid {
  columns: 3;
  column-gap: 1.5rem;
}
@media (max-width: 900px) { .gallery-grid { columns: 2; column-gap: 1rem; } }
@media (max-width: 500px) { .gallery-grid { columns: 1; } }

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: opacity .4s, transform .4s;
}
.gallery-item.is-hidden { display: none; }
.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 1s var(--ease-out);
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(34, 27, 21, 0.7));
  opacity: 0;
  transition: opacity .4s;
}
.gallery-item .gallery-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  right: 1.25rem;
  color: var(--paper);
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s, transform .5s;
}
.gallery-item .gallery-caption strong {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 400;
}
.gallery-item .gallery-caption span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, 0.75);
  margin-top: 0.25rem;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(34, 27, 21, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem 4rem;
  animation: fadeIn .3s ease;
}
.lightbox.is-open { display: flex; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox img { max-height: 90vh; max-width: 90vw; border-radius: 3px; }
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(251, 247, 238, 0.35);
  color: var(--paper);
  cursor: pointer;
  transition: background .3s;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--karmin); border-color: var(--karmin); }
.lightbox-close { top: 1.5rem; right: 1.5rem; }
.lightbox-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }

/* =========================================================================
   Testimonials
   ========================================================================= */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }

.testimonial {
  padding: 2.5rem 2rem;
  background: var(--paper);
  border-radius: 4px;
  border: 1px solid var(--line);
  position: relative;
}
.testimonial-quote {
  position: absolute;
  top: -1rem;
  left: 1.75rem;
  width: 44px;
  height: 44px;
  background: var(--karmin);
  color: var(--paper);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.testimonial p {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 1.5;
  font-style: italic;
  margin-block: 0.5rem 2rem;
  color: var(--ink);
}
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brown-light);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.1rem;
}
.testimonial-author strong { display: block; font-size: 0.95rem; font-weight: 500; }
.testimonial-author span { display: block; font-size: 0.8rem; color: var(--ink-mute); }
.testimonial-stars {
  color: var(--karmin);
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
}

/* =========================================================================
   Section split (image + text)
   ========================================================================= */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split-media { aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body h2 { margin-block: 1rem 1.5rem; }
.split-body p + p { margin-top: 1rem; color: var(--ink-soft); }
.split-body .btn { margin-top: 2rem; }

/* Values grid (o-nas) */
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 800px) { .values { grid-template-columns: 1fr; } }
.value {
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  transition: transform .4s var(--ease-out);
}
.value:hover { transform: translateY(-4px); }
.value i {
  font-size: 1.5rem;
  color: var(--karmin);
  margin-bottom: 1.5rem;
}
.value h3 { font-size: 1.4rem; margin-bottom: 0.75rem; }
.value p { color: var(--ink-soft); font-size: 0.95rem; }

/* =========================================================================
   Timeline (proces)
   ========================================================================= */

.timeline {
  position: relative;
  margin-top: 4rem;
  padding-left: 3rem;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-strong) 8%, var(--line-strong) 92%, transparent);
}
.timeline-item {
  position: relative;
  padding-block: 2.5rem 1rem;
  padding-left: 1rem;
}
.timeline-item:first-child { padding-top: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 2.5rem;
  width: 34px;
  height: 34px;
  background: var(--cream);
  border: 2px solid var(--karmin);
  border-radius: 50%;
  transition: transform .5s var(--ease-out), background .5s;
}
.timeline-item:first-child::before { top: 0; }
.timeline-item::after {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 3.05rem;
  width: 8px;
  height: 8px;
  background: var(--karmin);
  border-radius: 50%;
  transition: transform .5s var(--ease-out);
}
.timeline-item:first-child::after { top: 0.55rem; }
.timeline-item:hover::before { transform: scale(1.15); background: var(--paper); }
.timeline-item h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 0.75rem;
}
.timeline-item h3 span {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--karmin);
  display: block;
  margin-bottom: 0.5rem;
}
.timeline-item p { color: var(--ink-soft); max-width: 55ch; }

/* =========================================================================
   FAQ accordion
   ========================================================================= */

.faq {
  max-width: 820px;
  margin-inline: auto;
  margin-top: 3rem;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question {
  width: 100%;
  padding: 1.75rem 3rem 1.75rem 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--ink);
  position: relative;
  transition: color .3s;
}
.faq-question::after {
  content: "\f067"; /* fa-plus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
  color: var(--karmin);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .4s var(--ease-out);
}
.faq-item.is-open .faq-question::after {
  content: "\f068"; /* fa-minus */
  transform: translateY(-50%) rotate(180deg);
}
.faq-item:hover .faq-question { color: var(--karmin); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s var(--ease-in-out);
}
.faq-answer-inner {
  padding-bottom: 1.75rem;
  color: var(--ink-soft);
  max-width: 65ch;
}
.faq-answer-inner p + p { margin-top: 1rem; }

/* =========================================================================
   Contact page
   ========================================================================= */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 3rem;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info { }
.contact-info-item {
  display: flex;
  gap: 1.25rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.contact-info-item:first-child { border-top: 1px solid var(--line); }
.contact-info-item i {
  color: var(--karmin);
  font-size: 1.05rem;
  width: 24px;
  padding-top: 0.3rem;
}
.contact-info-item strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.contact-info-item a, .contact-info-item p {
  font-size: 1.05rem;
  color: var(--ink);
}
.contact-info-item a:hover { color: var(--karmin); }

.hours {
  margin-top: 3rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--paper);
}
.hours h3 {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-size: 1.15rem;
  font-family: var(--font-serif);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hours h3 i { color: var(--karmin); font-size: 1rem; }
.hours ul { list-style: none; }
.hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.hours li:last-child { border-bottom: 0; }
.hours li.is-today { background: rgba(184, 52, 46, 0.06); }
.hours li.is-today span:first-child { color: var(--karmin); font-weight: 600; }
.hours li.is-closed span:last-child { color: var(--ink-mute); font-style: italic; }

/* Form */
.form-field {
  position: relative;
  margin-bottom: 1.75rem;
}
.form-field label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color .3s, box-shadow .3s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--karmin);
  box-shadow: 0 0 0 3px rgba(184, 52, 46, 0.15);
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field.is-error input,
.form-field.is-error textarea { border-color: var(--karmin); }
.form-error {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: var(--karmin);
  display: none;
}
.form-field.is-error .form-error { display: block; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 500px) { .form-row { grid-template-columns: 1fr; } }

.form-success {
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid var(--karmin);
  border-radius: 3px;
  color: var(--ink);
  display: none;
  margin-top: 1rem;
}
.form-success.is-visible { display: block; animation: fadeIn .5s ease; }
.form-success strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
  color: var(--karmin);
}

/* Map */
.map {
  height: 460px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 4rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.leaflet-container { font-family: var(--font-sans); }

/* Custom marker */
.sz-marker { position: relative; }
.sz-marker-pin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  background: var(--karmin);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0 6px 18px rgba(34, 27, 21, 0.35);
  border: 2px solid var(--paper);
}
.sz-marker-pin i { transform: rotate(45deg); }
.sz-marker-pulse {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 18px;
  height: 6px;
  border-radius: 50%;
  background: rgba(34, 27, 21, 0.25);
  filter: blur(2px);
  transform: translateX(-50%);
  animation: marker-pulse 2.4s ease-in-out infinite;
}
@keyframes marker-pulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.4; }
  50% { transform: translateX(-50%) scale(1.4); opacity: 0.2; }
}

/* Custom popup */
.map-popup { font-family: var(--font-sans); }
.map-popup strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
  color: var(--ink);
}
.map-popup small { color: var(--ink-mute); }

/* =========================================================================
   Footer
   ========================================================================= */

.footer {
  background: var(--ink);
  color: var(--paper);
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 247, 238, 0.15), transparent);
}
.footer h4 {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, 0.5);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.footer-word {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-bottom: 4rem;
  font-style: italic;
}
.footer-word em {
  font-style: normal;
  color: var(--karmin);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-block: 3rem;
  border-top: 1px solid rgba(251, 247, 238, 0.12);
  border-bottom: 1px solid rgba(251, 247, 238, 0.12);
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
  color: rgba(251, 247, 238, 0.7);
  font-size: 0.95rem;
  transition: color .3s;
}
.footer-col a:hover { color: var(--karmin); }
.footer-col p {
  color: rgba(251, 247, 238, 0.7);
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}
.footer-brand p:first-of-type {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--paper);
  margin-bottom: 1rem;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(251, 247, 238, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  transition: all .3s;
}
.footer-social a:hover { background: var(--karmin); border-color: var(--karmin); transform: translateY(-2px); }

.footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(251, 247, 238, 0.5);
}

/* =========================================================================
   Cookie banner
   ========================================================================= */

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: 420px;
  padding: 1.75rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-lift);
  z-index: 250;
  transform: translateY(120%);
  transition: transform .6s var(--ease-in-out);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner h4 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 400;
}
.cookie-banner h4 i { color: var(--karmin); }
.cookie-banner p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
}
.cookie-banner p a {
  color: var(--karmin);
  border-bottom: 1px solid currentColor;
}
.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cookie-actions button {
  padding: 0.7rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  letter-spacing: 0.06em;
  transition: all .3s;
}
.cookie-actions button:hover { background: var(--karmin); border-color: var(--karmin); }
.cookie-actions .btn-ghost {
  background: transparent;
  color: var(--ink);
}
.cookie-actions .btn-ghost:hover { background: var(--ink); color: var(--paper); }

/* =========================================================================
   Content pages (privacy / cookies policy)
   ========================================================================= */

.prose {
  max-width: 720px;
  margin-inline: auto;
}
.prose h2 { margin-block: 3rem 1rem; font-size: 1.75rem; }
.prose h3 { margin-block: 2rem 0.75rem; font-size: 1.25rem; font-family: var(--font-serif); }
.prose p { margin-bottom: 1rem; color: var(--ink-soft); }
.prose ul, .prose ol { padding-left: 1.5rem; margin-bottom: 1rem; color: var(--ink-soft); }
.prose li { margin-bottom: 0.4rem; }
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5rem;
  font-size: 0.92rem;
}
.prose th, .prose td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.prose th {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  border-bottom-color: var(--line-strong);
}

/* =========================================================================
   Wood separator (between sections)
   ========================================================================= */

.wood-strip {
  height: clamp(120px, 20vw, 240px);
  background-image: url("../img/texture/plastry-drewna.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.wood-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 27, 21, 0.4), rgba(34, 27, 21, 0.2));
}
@media (max-width: 900px) {
  .wood-strip { background-attachment: scroll; }
}

/* =========================================================================
   Reveal on scroll
   ========================================================================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-1 { transition-delay: .1s; }
.reveal-2 { transition-delay: .2s; }
.reveal-3 { transition-delay: .3s; }
.reveal-4 { transition-delay: .4s; }
.reveal-5 { transition-delay: .5s; }


/* =========================================================================
   Magnetic cursor (desktop only)
   ========================================================================= */

.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px;
  height: 12px;
  background: var(--karmin);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  transition: transform .3s var(--ease-out), width .3s, height .3s, background .3s;
  will-change: transform;
}
.cursor.is-hover {
  width: 60px;
  height: 60px;
  background: rgba(184, 52, 46, 0.4);
}
@media (max-width: 900px), (pointer: coarse) {
  .cursor { display: none; }
}

/* =========================================================================
   Numbers strip
   ========================================================================= */

.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-block: clamp(3rem, 6vw, 5rem);
  border-block: 1px solid var(--line);
}
@media (max-width: 800px) { .numbers { grid-template-columns: repeat(2, 1fr); } }
.number strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
}
.number strong em {
  font-style: italic;
  color: var(--karmin);
}
.number span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* =========================================================================
   CTA band (dark)
   ========================================================================= */

.cta-band {
  background: var(--ink);
  color: var(--paper);
  padding-block: clamp(4rem, 8vw, 7rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: var(--paper); max-width: 20ch; margin-inline: auto; }
.cta-band h2 em { color: var(--karmin); font-style: italic; }
.cta-band .lead { color: rgba(251, 247, 238, 0.7); margin-inline: auto; margin-top: 1.5rem; }
.cta-band .btn { margin-top: 2.5rem; }

/* Section header (eyebrow + heading + intro) */
.section-head {
  max-width: 720px;
}
.section-head h2 { margin-top: 1rem; }
.section-head p { margin-top: 1.25rem; }
.section-head.center {
  margin-inline: auto;
  text-align: center;
}
.section-head.center .eyebrow { display: inline-flex; }

/* Utility */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.text-center { text-align: center; }

/* =========================================================================
   Reduced motion fallback
   ========================================================================= */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-media img { transform: none !important; }
  .marquee-track { animation: none !important; }
  .hero-dot { animation: none !important; }
  .hero-scroll i { animation: none !important; }
  .sz-marker-pulse { animation: none !important; }
  [data-parallax] { transform: none !important; }
}
