/* ==========================================================================
   CIEMNIA — Oliwia Baranowska Photography
   Specyfikacja projektowa High-Fidelity (CSS Tokens & Components)
   ========================================================================== */

:root {
  /* Kolory bazowe */
  --ink: #070607;
  --ink-raised: #0C0A0C;
  --ink-cool: #0A0C0E;
  --ink-band: #09090C;
  
  --paper: #F6F1E8;
  --paper-body: #EDE6DC;
  --paper-strong: #D3CCC3;
  --paper-muted: #BDB5AC;
  --paper-dim: #A79E94;

  /* Akcenty */
  --accent: #FFB03A;
  --accent-hover: #FFD9A0;
  --signal: #FF2D6F;
  --cyan: #7FE3E8;

  /* Odstępy i siatka */
  --pad-x: clamp(16px, 4vw, 52px);
  --section-pad-y: clamp(72px, 9vw, 140px);

  /* Neon Glows */
  --glow-tube: 0 0 7px var(--accent), 0 0 26px color-mix(in oklab, var(--accent) 70%, transparent), 0 0 70px color-mix(in oklab, var(--accent) 38%, transparent);
  --glow-card-hover: 0 0 0 1px color-mix(in oklab, var(--accent) 55%, transparent), 0 30px 90px -26px color-mix(in oklab, var(--accent) 75%, transparent);
  --glow-cta: 0 0 34px -10px color-mix(in oklab, var(--accent) 80%, transparent);
  --glow-cta-hover: 0 0 70px -10px color-mix(in oklab, var(--accent) 95%, transparent);
  --glow-h1-hero: 0 0 2px color-mix(in oklab, var(--accent) 55%, transparent), 0 0 34px color-mix(in oklab, var(--accent) 28%, transparent), 0 0 110px color-mix(in oklab, var(--accent) 14%, transparent);
  --glow-h1-sub: 0 0 2px color-mix(in oklab, var(--accent) 40%, transparent), 0 0 50px color-mix(in oklab, var(--accent) 18%, transparent);
}

/* Reset & Ustawienia bazowe */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  background-color: var(--ink);
}

body {
  background: var(--ink);
  color: var(--paper-body);
  font-family: 'Familjen Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease;
}

a:hover {
  color: var(--accent-hover);
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

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

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* ==========================================================================
   Animacje @keyframes
   ========================================================================== */

@keyframes develop {
  0% {
    opacity: 0;
    filter: invert(1) grayscale(1) contrast(2.6) brightness(0.45);
    transform: scale(1.07);
  }
  30% {
    opacity: 0.8;
    filter: invert(0.6) grayscale(0.7) contrast(1.9) brightness(0.6);
  }
  65% {
    opacity: 1;
    filter: invert(0) grayscale(0.15) contrast(1.16) brightness(0.9);
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tube {
  0%, 92%, 100% { opacity: 1; }
  93% { opacity: 0.28; }
  94% { opacity: 0.92; }
  95% { opacity: 0.45; }
  96% { opacity: 1; }
}

@keyframes cue {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(7px); opacity: 1; }
}

/* Opcje dostępności prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   Warstwy Globalne (Hardware-Accelerated 3D & Ambient)
   ========================================================================== */

#canvas-3d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.bg-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(237, 230, 220, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
  pointer-events: none;
}

.vignette-overlay {
  display: none !important;
}

/* Główne kontenery widoków podstron — zawsze ponad warstwami tła */
main {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Typografia i elementy wspólne
   ========================================================================== */

.font-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
}

.font-body {
  font-family: 'Familjen Grotesk', sans-serif;
}

.font-mono {
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Etykiety techniczne */
.section-tag {
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

/* Przycisk CTA Obwódkowy */
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn-outline:hover {
  background: color-mix(in oklab, var(--accent) 14%, transparent);
  box-shadow: 0 0 30px -6px color-mix(in oklab, var(--accent) 60%, transparent);
  color: var(--accent);
}

/* Przycisk CTA Duży (Główny) */
.btn-cta-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 19px 34px;
  background: color-mix(in oklab, var(--accent) 8%, transparent);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: 'Martian Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
  box-shadow: var(--glow-cta);
  transition: background 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.btn-cta-large:hover {
  background: var(--accent);
  color: var(--ink);
  box-shadow: var(--glow-cta-hover);
}

/* ==========================================================================
   Nagłówek (Header) i Przełącznik Języka
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px var(--pad-x);
  background: rgba(7, 6, 7, 0.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(237, 230, 220, 0.09);
}

.wordmark {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--paper-body);
  text-decoration: none;
  white-space: nowrap;
}

.wordmark-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  letter-spacing: 0.01em;
}

.wordmark-sub {
  font-family: 'Martian Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav a {
  color: var(--paper-body);
  text-decoration: none;
  transition: color 0.2s;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--accent);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(237, 230, 220, 0.14);
  border-radius: 999px;
}

.lang-btn {
  padding: 6px 12px;
  border-radius: 999px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--paper-dim);
  background: transparent;
  transition: all 0.2s;
}

.lang-btn.active {
  background: var(--accent);
  color: var(--ink);
  font-weight: 500;
}

/* ==========================================================================
   Nawigacja Dolna Mobilna (< 780px)
   ========================================================================== */

.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(7, 6, 7, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(237, 230, 220, 0.1);
}

.bottom-nav a {
  min-height: 52px;
  padding: 16px 6px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--paper-body);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bottom-nav a.active {
  color: var(--accent);
}

/* Dedykowany przycisk CTA w mobilnym pasku dolnym (Sticky Mobile CTA) */
.bottom-nav a.bottom-nav-cta {
  background: var(--accent);
  color: var(--ink) !important;
  font-weight: 600;
  margin: 6px 8px;
  min-height: 40px;
  border-radius: var(--radius-pill);
  box-shadow: 0 0 16px -2px color-mix(in oklab, var(--accent) 70%, transparent);
  gap: 6px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bottom-nav a.bottom-nav-cta:hover,
.bottom-nav a.bottom-nav-cta:active {
  background: #ff5244;
  color: var(--ink) !important;
  transform: scale(0.97);
}

/* ==========================================================================
   Stopka (Footer)
   ========================================================================== */

.site-footer {
  position: relative;
  z-index: 2;
  padding: 24px var(--pad-x) 32px;
  border-top: 1px solid rgba(237, 230, 220, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--paper-dim);
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--paper-muted);
}
.footer-links a:hover {
  color: var(--accent);
}

/* ==========================================================================
   Hero — Powiększalnik
   ========================================================================== */

.hero-section {
  --mx: 50%;
  --my: 36%;
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 var(--pad-x) clamp(28px, 4vw, 48px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-latent {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
  filter: grayscale(1) contrast(1.45) brightness(0.52);
  opacity: 0.26;
}

.hero-reveal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
  filter: contrast(1.04) saturate(0.92) brightness(0.95);
  mask-image: radial-gradient(circle 300px at var(--mx) var(--my), #000 0%, rgba(0, 0, 0, 0.6) 46%, transparent 74%);
  -webkit-mask-image: radial-gradient(circle 300px at var(--mx) var(--my), #000 0%, rgba(0, 0, 0, 0.6) 46%, transparent 74%);
}

.hero-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle 440px at var(--mx) var(--my), color-mix(in oklab, var(--accent) 15%, transparent), transparent 70%);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 6, 7, 0.82) 0%, rgba(7, 6, 7, 0.18) 36%, rgba(7, 6, 7, 0.55) 72%, #070607 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.6vw, 32px);
}

.hero-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(40px, 10.5vw, 168px);
  line-height: 0.86;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-wrap: balance;
  text-shadow: var(--glow-h1-hero);
}

.hero-title em {
  font-style: italic;
}

.hero-title .hero-subtitle {
  display: inline-block;
  font-style: italic;
  font-size: 0.62em;
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--paper);
  text-shadow: var(--glow-h1-hero);
}

.hero-tube {
  height: 2px;
  width: min(100%, 560px);
  background: var(--accent);
  box-shadow: var(--glow-tube);
  animation: tube 9s linear infinite;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(10px, 1.8vw, 16px);
  margin-top: 4px;
}

.hero-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1.4vw, 14px);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--paper-body);
}

.hero-chip {
  padding: 7px 13px;
  border: 1px solid rgba(237, 230, 220, 0.16);
  border-radius: 999px;
  background: rgba(12, 10, 12, 0.5);
}

.hero-scroll-cue {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--paper-dim);
  text-align: right;
}

.hero-scroll-link {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  color: var(--accent);
}

.hero-scroll-arrow {
  animation: cue 2s ease-in-out infinite;
}

/* ==========================================================================
   Sekcja Teaser O Mnie (Home)
   ========================================================================== */

.about-teaser {
  position: relative;
  z-index: 2;
  padding: clamp(64px, 8vw, 120px) var(--pad-x);
  border-top: 1px solid rgba(237, 230, 220, 0.08);
}

.about-teaser-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.about-teaser-media {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.about-teaser-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  max-width: 680px;
}

.about-teaser-title {
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--paper);
  text-wrap: pretty;
}

.about-teaser-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.4;
  color: var(--accent);
}

.about-teaser-body {
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.72;
  color: var(--paper-strong);
  text-wrap: pretty;
}

.about-teaser-body-muted {
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.7;
  color: var(--paper-muted);
  text-wrap: pretty;
}

.about-teaser-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 880px) {
  .about-teaser-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-teaser-media {
    max-width: 380px;
  }
}

.portrait-frame {
  position: relative;
  border: 1px solid rgba(237, 230, 220, 0.14);
  padding: 10px;
  background: var(--ink-raised);
}

.crosshair-tl {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}

.crosshair-br {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

/* ==========================================================================
   Arkusz Stykowy (Contact Sheet Home & Portfolio)
   ========================================================================== */

.contact-sheet-section {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 110px) 0 clamp(72px, 9vw, 140px);
  border-top: 1px solid rgba(237, 230, 220, 0.08);
}

.film-perforation {
  height: 16px;
  background: repeating-linear-gradient(90deg, transparent 0 13px, rgba(237, 230, 220, 0.13) 13px 25px);
  border-bottom: 1px solid rgba(237, 230, 220, 0.07);
  margin-bottom: clamp(40px, 6vw, 84px);
}

.sheet-header {
  padding: 0 var(--pad-x);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 4.5vw, 64px);
}

/* Asymetryczna łamana siatka 4 kolumn w arkuszu na Home */
.sheet-broken-grid {
  padding: 0 var(--pad-x);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 26px);
}

.sheet-col {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 26px);
}

.sheet-col-1 { flex: 1.18 1 200px; margin-top: 0; }
.sheet-col-2 { flex: 0.88 1 200px; margin-top: clamp(28px, 6vw, 86px); }
.sheet-col-3 { flex: 1.32 1 200px; margin-top: clamp(10px, 2vw, 28px); }
.sheet-col-4 { flex: 0.96 1 200px; margin-top: clamp(40px, 8vw, 116px); }

/* Domyślnie ukryte na komputerach (aktywne w mobilnej taśmie filmowej) */
.film-reel-mobile-cue,
.film-reel-cta-card,
.film-perforation-bottom {
  display: none;
}

/* Karta Kadru */
.photo-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 9px;
  user-select: none;
}

.photo-card-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--paper-dim);
  text-transform: uppercase;
}

.photo-card-media {
  position: relative;
  background: var(--ink-raised);
  border: 1px solid rgba(237, 230, 220, 0.11);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s, border-color 0.45s;
}

.photo-card:hover .photo-card-media {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: var(--glow-card-hover);
}

.photo-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

/* Animacja develop - Scroll-Driven Animations z fallbackiem */
@supports (animation-timeline: view()) {
  .photo-develop {
    animation: develop linear both;
    animation-timeline: view();
    animation-range: entry 2% entry 78%;
  }
}
/* Klasa dodawana przez IntersectionObserver dla starszych przeglądarek */
.photo-develop.is-developed {
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
}

.badge-open {
  position: absolute;
  left: 9px;
  bottom: 9px;
  padding: 5px 10px;
  background: rgba(7, 6, 7, 0.74);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: 'Martian Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ==========================================================================
   Sekcja Obróbka Zdjęć (Cyan Accent)
   ========================================================================== */

.retouch-section {
  position: relative;
  z-index: 2;
  padding: var(--section-pad-y) var(--pad-x);
  border-top: 1px solid rgba(237, 230, 220, 0.08);
  background: linear-gradient(180deg, var(--ink), var(--ink-band) 50%, var(--ink));
}

.retouch-header {
  display: grid;
  gap: clamp(26px, 4vw, 64px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 56px);
}

.retouch-grid {
  display: grid;
  gap: clamp(12px, 2vw, 24px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.retouch-card-media {
  position: relative;
  border: 1px solid rgba(127, 227, 232, 0.18);
  background: var(--ink-cool);
  overflow: hidden;
  box-shadow: inset 0 0 60px -20px rgba(127, 227, 232, 0.35);
}

.retouch-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* ==========================================================================
   Cennik (Teaser & Full View)
   ========================================================================== */

.pricing-teaser-section {
  position: relative;
  z-index: 2;
  padding: var(--section-pad-y) var(--pad-x);
  border-top: 1px solid rgba(237, 230, 220, 0.08);
}

.neon-line {
  height: 2px;
  background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 8%, transparent));
  box-shadow: 0 0 18px -2px color-mix(in oklab, var(--accent) 60%, transparent);
}

.pricing-teaser-grid {
  display: grid;
  gap: clamp(12px, 1.8vw, 20px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}

.pricing-teaser-tile {
  text-align: left;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--ink-raised);
  border: 1px solid rgba(237, 230, 220, 0.1);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.pricing-teaser-tile:hover {
  border-color: color-mix(in oklab, var(--accent) 55%, transparent);
  box-shadow: 0 0 40px -18px color-mix(in oklab, var(--accent) 80%, transparent);
}

/* ==========================================================================
   Sekcja Kontakt CTA (Home)
   ========================================================================== */

.home-contact-cta {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 11vw, 170px) var(--pad-x) clamp(40px, 5vw, 70px);
  border-top: 1px solid rgba(237, 230, 220, 0.08);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-glow-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(70% 90% at 50% 120%, color-mix(in oklab, var(--accent) 13%, transparent), transparent 66%);
}

/* ==========================================================================
   Podstrona Portfolio (Siatka regularna + Filtry)
   ========================================================================== */

.portfolio-page-wrap {
  position: relative;
  z-index: 2;
  padding: clamp(88px, 9vw, 128px) var(--pad-x) clamp(72px, 9vw, 130px);
  animation: enter 0.5s ease both;
}

.category-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-bottom: clamp(22px, 3vw, 38px);
  border-bottom: 1px solid rgba(237, 230, 220, 0.09);
  margin-bottom: clamp(26px, 3.5vw, 48px);
}

.filter-pill {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 999px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(237, 230, 220, 0.16);
  background: transparent;
  color: var(--paper-muted);
  text-decoration: none;
  transition: all 0.25s ease;
}

.filter-pill:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.filter-pill.active {
  border-color: var(--accent);
  background: color-mix(in oklab, var(--accent) 14%, transparent);
  color: var(--accent);
}

.portfolio-regular-grid {
  display: grid;
  gap: clamp(14px, 2vw, 26px);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}

/* ==========================================================================
   Podstrona Kontakt (Dane + Formularz WhatsApp)
   ========================================================================== */

.contact-channels-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-channel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  border: 1px solid rgba(237, 230, 220, 0.16);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--paper-body);
  text-decoration: none;
  transition: all 0.25s ease;
}

.contact-channel-row.whatsapp {
  border-color: rgba(127, 227, 232, 0.3);
  color: var(--cyan);
}
.contact-channel-row.whatsapp:hover {
  background: rgba(127, 227, 232, 0.1);
  box-shadow: 0 0 34px -12px rgba(127, 227, 232, 0.8);
}

.contact-channel-row.instagram:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.contact-channel-row.dashed {
  border: 1px dashed rgba(237, 230, 220, 0.16);
  color: var(--paper-dim);
}

.contact-form-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 2.6vw, 32px);
  background: var(--ink-raised);
  border: 1px solid rgba(237, 230, 220, 0.12);
}

.form-field-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-muted);
}

.form-input-text,
.form-input-textarea {
  padding: 13px 14px;
  background: var(--ink);
  border: 1px solid rgba(237, 230, 220, 0.16);
  color: var(--paper-body);
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
}
.form-input-text:focus,
.form-input-textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.form-input-text.has-error,
.form-input-textarea.has-error {
  border-color: var(--signal) !important;
  background: color-mix(in oklab, var(--signal) 6%, var(--ink)) !important;
}

.loading-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(237, 230, 220, 0.25);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.contact-success-card {
  padding: clamp(24px, 4vw, 36px);
  background: var(--ink-raised);
  border: 1px solid var(--accent);
  box-shadow: var(--glow-cta);
  text-align: center;
  animation: enter 0.4s ease both;
}

.photo-card-media, .portrait-frame, .retouch-card-media {
  background-color: rgba(20, 16, 18, 0.9);
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(4, 4, 5, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  flex-direction: column;
}

.lightbox-modal.is-open {
  display: flex;
}

.lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px clamp(16px, 4vw, 44px);
  border-bottom: 1px solid rgba(237, 230, 220, 0.09);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
}

.lightbox-close-btn {
  border: 1px solid rgba(237, 230, 220, 0.18);
  background: transparent;
  color: var(--paper-body);
  cursor: pointer;
  padding: 8px 14px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: all 0.2s;
}

.lightbox-close-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lightbox-stage {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 28px);
  padding: clamp(14px, 2.5vw, 32px);
}

.lightbox-nav-btn {
  flex: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(237, 230, 220, 0.18);
  background: transparent;
  color: var(--paper-body);
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.lightbox-nav-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lightbox-photo-wrap {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-photo-wrap img {
  max-width: 100%;
  max-height: calc(100vh - 200px);
  object-fit: contain;
  border: 1px solid rgba(237, 230, 220, 0.12);
  box-shadow: 0 0 120px -40px var(--accent);
}

.lightbox-thumbstrip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px clamp(16px, 4vw, 44px) 20px;
  border-top: 1px solid rgba(237, 230, 220, 0.09);
  scrollbar-width: thin;
}

.lightbox-thumb {
  flex: none;
  width: 46px;
  height: 66px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.45;
  outline: 1px solid rgba(237, 230, 220, 0.14);
  outline-offset: 1px;
  transition: opacity 0.2s, outline-color 0.2s;
}

.lightbox-thumb.active {
  opacity: 1;
  outline: 1px solid var(--accent);
}

/* ==========================================================================
   Responsywność — Breakpoint 780px
   ========================================================================== */

@media (max-width: 779px) {
  .desktop-nav {
    display: none !important;
  }

  .bottom-nav {
    display: grid !important;
  }

  .site-footer {
    padding-bottom: 96px !important;
  }

  /* ==========================================================================
     Mobilna taśma filmowa 35mm (Horizontal Film Reel) na telefonach
     ========================================================================== */
  .sheet-header {
    margin-bottom: 18px;
  }

  .desktop-portfolio-link {
    display: none !important;
  }

  .film-reel-mobile-cue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--pad-x);
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--paper-dim);
  }

  .film-reel-swipe-hint {
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    animation: cue 2s ease-in-out infinite;
  }

  /* Płynna pozioma taśma filmowa ze scroll-snapem */
  .sheet-broken-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--pad-x);
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 8px var(--pad-x) 20px;
    margin-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sheet-broken-grid::-webkit-scrollbar {
    display: none;
  }

  .sheet-col {
    display: contents !important;
  }

  .sheet-col-1, .sheet-col-2, .sheet-col-3, .sheet-col-4 {
    margin-top: 0 !important;
    flex: none !important;
  }

  /* Karta kadru w poziomej taśmie filmowej */
  .sheet-broken-grid .photo-card {
    flex: 0 0 clamp(220px, 66vw, 280px) !important;
    width: clamp(220px, 66vw, 280px) !important;
    scroll-snap-align: start;
    user-select: none;
  }

  .sheet-broken-grid .photo-card-media {
    border: 1px solid rgba(237, 230, 220, 0.16);
    background: #0d0b0d;
  }

  .sheet-broken-grid .photo-card-media img {
    aspect-ratio: 2/3;
    object-fit: cover;
  }

  /* Zapewnienie natychmiastowej widoczności kadrów podczas przewijania poziomego */
  .sheet-broken-grid .photo-develop {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  /* Karta końcowa taśmy filmowej (Przejdź do pełnego portfolio) */
  .film-reel-cta-card {
    display: flex !important;
    flex: 0 0 clamp(220px, 66vw, 280px) !important;
    width: clamp(220px, 66vw, 280px) !important;
    scroll-snap-align: start;
    background: linear-gradient(145deg, rgba(20, 17, 19, 0.95), rgba(30, 24, 20, 0.9));
    border: 1px dashed color-mix(in oklab, var(--accent) 55%, transparent);
    text-decoration: none;
    color: var(--paper);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
  }

  .film-reel-cta-card:active {
    border-color: var(--accent);
    background: color-mix(in oklab, var(--accent) 12%, transparent);
  }

  .film-reel-cta-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 14px;
    width: 100%;
    min-height: 100%;
  }

  .film-reel-cta-heading {
    font-size: clamp(22px, 5.5vw, 30px);
    line-height: 1.1;
    color: var(--paper);
  }

  .film-reel-cta-sub {
    font-size: 10px;
    letter-spacing: 0.06em;
    color: var(--paper-muted);
    text-transform: uppercase;
  }

  .film-reel-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid var(--accent);
    background: color-mix(in oklab, var(--accent) 15%, transparent);
    color: var(--accent);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .film-perforation-bottom {
    display: block !important;
    margin-top: 8px;
    margin-bottom: clamp(30px, 5vw, 60px);
  }

  .hero-footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-scroll-cue {
    text-align: left;
    align-self: flex-start;
  }
  .hero-scroll-link {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   Zakładki metody kontaktu (Email vs WhatsApp)
   ========================================================================== */

.contact-method-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--paper-muted);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

.contact-method-tab:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.contact-method-tab.active {
  border-color: var(--accent);
  background: color-mix(in oklab, var(--accent) 14%, transparent);
  color: var(--accent);
  font-weight: 500;
  box-shadow: 0 0 20px -6px color-mix(in oklab, var(--accent) 50%, transparent);
}

/* ==========================================================================
   Baner Cookies (RODO / DSGVO)
   ========================================================================== */

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  width: calc(100% - 32px);
  max-width: 640px;
  z-index: 999;
  background: rgba(12, 10, 12, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--accent);
  padding: 20px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), 0 0 30px -10px color-mix(in oklab, var(--accent) 40%, transparent);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.is-visible {
  transform: translateX(-50%) translateY(0);
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--paper-muted);
}

.cookie-link {
  color: var(--accent);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.cookie-btn {
  min-height: 42px;
  padding: 10px 20px;
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease;
}

.cookie-btn-primary {
  background: var(--accent);
  color: var(--ink);
  border: 1px solid var(--accent);
  font-weight: 500;
}

.cookie-btn-primary:hover {
  background: var(--accent-hover);
}

.cookie-btn-ghost {
  background: transparent;
  color: var(--paper-body);
  border: 1px solid var(--border);
}

.cookie-btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ==========================================================================
   Strona O Mnie (Editorial Story Layout)
   ========================================================================== */

.about-page {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 120px) var(--pad-x) clamp(64px, 8vw, 120px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 84px);
  animation: enter 0.5s ease both;
}

.about-hero-header {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 24px);
  max-width: 900px;
}

.about-hero-title {
  font-size: clamp(32px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-wrap: pretty;
}

.about-hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  color: var(--accent);
}

.about-story-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
}

.about-story-row.about-row-reverse {
  grid-template-columns: 1.15fr 1fr;
}

.about-story-col-photo {
  position: relative;
}

.about-story-col-photo .portrait-frame {
  max-width: 520px;
  margin: 0 auto;
}

.about-story-col-text {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 22px);
}

.about-story-title {
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--paper);
  text-wrap: pretty;
}

.about-story-p {
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.74;
  color: var(--paper-strong);
  text-wrap: pretty;
}

.about-story-p-muted {
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.72;
  color: var(--paper-muted);
  text-wrap: pretty;
}

.about-quote-box {
  border-left: 2px solid var(--accent);
  padding: 16px 20px;
  background: color-mix(in oklab, var(--accent) 4%, var(--ink-raised));
  margin-top: 6px;
}

.about-quote-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.5;
  color: var(--paper);
}

.about-photo-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-family: 'Martian Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  text-transform: uppercase;
}

.about-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 230, 220, 0.12) 20%, rgba(237, 230, 220, 0.12) 80%, transparent);
}

.about-cta-banner {
  background: color-mix(in oklab, var(--accent) 4%, var(--ink-raised));
  border: 1px solid rgba(255, 176, 58, 0.25);
  padding: clamp(32px, 5vw, 64px) clamp(24px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.about-cta-banner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent) 15%, transparent) 0%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 860px) {
  .about-story-row,
  .about-story-row.about-row-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  
  .about-story-row.about-row-reverse .about-story-col-photo {
    order: 1;
  }
  
  .about-story-row.about-row-reverse .about-story-col-text {
    order: 2;
  }

  .about-story-col-photo .portrait-frame {
    max-width: 100%;
  }
}



/* ==========================================================================
   Podstrona Cennik (Full Pricing Page)
   ========================================================================== */

.pricing-page-container {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 120px) var(--pad-x) clamp(64px, 8vw, 120px);
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 84px);
  animation: enter 0.5s ease both;
}

.pricing-page-header {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 24px);
  max-width: 900px;
}

.pricing-nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pricing-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--ink-raised);
  border: 1px solid rgba(237, 230, 220, 0.12);
  color: var(--paper-muted);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.pricing-nav-pill:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: color-mix(in oklab, var(--accent) 8%, var(--ink-raised));
}

.pricing-category-section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
  padding-top: clamp(24px, 3vw, 40px);
  border-top: 1px solid rgba(237, 230, 220, 0.1);
  scroll-margin-top: 100px;
}

.pricing-category-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 920px;
}

.pricing-category-title {
  font-size: clamp(26px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--paper);
}

.pricing-category-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.4;
  color: var(--accent);
}

.pricing-category-desc {
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.74;
  color: var(--paper-strong);
  text-wrap: pretty;
}

.pricing-packs-grid {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  align-items: stretch;
}

.pricing-pack-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 2.5vw, 28px);
  background: var(--ink-raised);
  border: 1px solid rgba(237, 230, 220, 0.12);
  position: relative;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.3s ease;
}

.pricing-pack-card:hover {
  border-color: color-mix(in oklab, var(--accent) 65%, transparent);
  box-shadow: 0 0 45px -15px color-mix(in oklab, var(--accent) 80%, transparent);
  transform: translateY(-2px);
}

.pricing-pack-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-pack-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.pricing-pack-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: color-mix(in oklab, var(--accent) 10%, transparent);
  border: 1px solid color-mix(in oklab, var(--accent) 30%, transparent);
  color: var(--accent);
  font-family: 'Martian Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-pack-badge-secondary {
  background: rgba(237, 230, 220, 0.05);
  border-color: rgba(237, 230, 220, 0.14);
  color: var(--paper-muted);
}

.pricing-pack-name {
  font-family: 'Martian Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper-strong);
  font-weight: 500;
}

.pricing-pack-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
  color: var(--accent);
  text-shadow: 0 0 24px color-mix(in oklab, var(--accent) 45%, transparent);
}

.pricing-pack-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: 'Familjen Grotesk', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--paper-muted);
}

.pricing-pack-lines li {
  position: relative;
  padding-left: 18px;
}

.pricing-pack-lines li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
}

.pricing-pack-extra {
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--cyan);
  padding: 8px 12px;
  background: color-mix(in oklab, var(--cyan) 6%, transparent);
  border-left: 2px solid var(--cyan);
}

.pricing-pack-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: 'Martian Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.pricing-pack-btn:hover {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 0 30px -6px color-mix(in oklab, var(--accent) 60%, transparent);
}

.pricing-note-box {
  padding: 16px 20px;
  background: color-mix(in oklab, var(--accent) 3%, var(--ink-raised));
  border-left: 2px solid var(--accent);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.66;
  color: var(--paper-muted);
}
