/* Global Settings */
html { scroll-behavior: smooth; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: oklch(97% 0.006 350); }
::-webkit-scrollbar-thumb { background: oklch(78% 0.1 350); border-radius: 100px; border: 2.5px solid oklch(97% 0.006 350); }
::-webkit-scrollbar-thumb:hover { background: oklch(68% 0.18 350); }
* { scrollbar-width: thin; scrollbar-color: oklch(78% 0.1 350) oklch(97% 0.006 350); }

body {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  background: oklch(99.2% 0.004 350);
  color: oklch(28% 0.01 270);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p { text-wrap: pretty; }

/* Section - HERO SECTION */
.stag__hero {
  min-height: 900px;
  max-height: 900px;
  position: relative;
  overflow: visible;
  background:
    radial-gradient(ellipse 55% 60% at 6% 88%, oklch(90% 0.09 300 / 0.4), transparent 70%),
    radial-gradient(ellipse 45% 55% at 92% 6%, oklch(90% 0.1 190 / 0.32), transparent 70%),
    radial-gradient(ellipse 38% 42% at 50% 45%, oklch(91% 0.12 20 / 0.28), transparent 70%),
    oklch(99% 0.006 85);
  display: flex;
  align-items: center;
  padding: 160px 48px 140px;
}
.stag__hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}
.stag__hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: oklch(24% 0.01 270);
  margin-bottom: 26px;
}
.stag__hero-lead {
  font-size: 17px;
  line-height: 1.85;
  color: oklch(48% 0.01 270);
  letter-spacing: 0.02em;
  max-width: 440px;
  margin-bottom: 44px;
}
.stag__hero-video-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 1.5px solid oklch(68% 0.18 350 / 0.65);
  color: oklch(52% 0.18 350);
  padding: 10px 24px 10px 10px;
  border-radius: 100px;
  font-size: 13px;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.stag__hero-video-btn:hover { color: oklch(68% 0.18 350); border-color: oklch(68% 0.18 350); }
.stag__hero-video-btn span {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: oklch(68% 0.18 350);
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 11px;
  flex-shrink: 0;
  padding-left: 2px;
}

.stag__hero-scroll-hint {
  position: absolute;
  bottom: 40px; right: 60px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  pointer-events: none;
}
.stag__hero-scroll-hint span {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: oklch(64% 0.01 270);
  writing-mode: vertical-rl;
}
.stag__hero-scroll-hint i {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, oklch(64% 0.01 270), transparent);
}

/* Section - PRO KOHO */
.stag__section-pro-koho { padding: 180px 48px 130px; position: relative; z-index: 1; }
.stag__section-inner { max-width: 1140px; margin: 0 auto; position: relative; }
.stag__section-head { text-align: center; margin-bottom: 76px; }
.stag__eyebrow {
  display: block; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: oklch(68% 0.18 350); margin-bottom: 18px;
}
.stag__section-head-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.4vw, 46px); font-weight: 700; line-height: 1.18;
  color: oklch(24% 0.01 270); margin-bottom: 24px;
}
.stag__section-head-lead {
  font-size: 16px; line-height: 1.85; color: oklch(46% 0.01 270);
  max-width: 520px; margin: 0 auto;
}

.stag__reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 60px; }
.stag__reason-card {
  padding: 34px 28px;
  border-radius: 20px 20px 20px 4px;
  position: relative; overflow: hidden;
}
.stag__reason-card-glow { position: absolute; inset: 0; pointer-events: none; }
.stag__reason-card-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.stag__reason-card-text { font-size: 15px; line-height: 1.7; color: oklch(32% 0.01 270); position: relative; }

.stag__reason-card-purple { background: oklch(99.4% 0.008 300); box-shadow: 0 14px 34px oklch(60% 0.1 300 / 0.1); }
.stag__reason-card-purple .stag__reason-card-glow { background: radial-gradient(circle at 85% -10%, oklch(90% 0.1 300 / 0.1), transparent 65%); }
.stag__reason-card-purple .stag__reason-card-icon { background: oklch(90% 0.09 300 / 0.55); color: oklch(50% 0.13 300); }

.stag__reason-card-teal { background: oklch(99.4% 0.008 190); box-shadow: 0 14px 34px oklch(60% 0.1 190 / 0.1); }
.stag__reason-card-teal .stag__reason-card-glow { background: radial-gradient(circle at 15% -10%, oklch(90% 0.1 190 / 0.1), transparent 65%); }
.stag__reason-card-teal .stag__reason-card-icon { background: oklch(90% 0.1 190 / 0.5); color: oklch(45% 0.1 190); }

.stag__reason-card-peach { background: oklch(99.4% 0.008 20); box-shadow: 0 14px 34px oklch(60% 0.12 20 / 0.1); }
.stag__reason-card-peach .stag__reason-card-glow { background: radial-gradient(circle at 85% 110%, oklch(91% 0.12 20 / 0.1), transparent 65%); }
.stag__reason-card-peach .stag__reason-card-icon { background: oklch(91% 0.12 20 / 0.5); color: oklch(55% 0.14 20); }

.stag__reason-card-radius-tr { border-radius: 4px 20px 20px 20px; }
.stag__reason-card-radius-tl { border-radius: 20px 4px 20px 20px; }
.stag__reason-card-radius-br { border-radius: 20px 20px 4px 20px; }
.stag__reason-card-glow-top .stag__reason-card-glow { background: radial-gradient(circle at 85% -10%, oklch(91% 0.12 20 / 0.1), transparent 65%); }
.stag__reason-card-glow-bottom-l .stag__reason-card-glow { background: radial-gradient(circle at 15% 110%, oklch(90% 0.1 300 / 0.1), transparent 65%); }
.stag__reason-card-glow-bottom-r .stag__reason-card-glow { background: radial-gradient(circle at 85% 110%, oklch(90% 0.1 190 / 0.1), transparent 65%); }

.stag__section-outro {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px; font-weight: 700;
  color: oklch(58% 0.13 340);
}

/* Section - PROGRAM */
.stag__section-produkt {
  background:
    radial-gradient(ellipse 45% 50% at 6% 12%, oklch(90% 0.09 300 / 0.4), transparent 68%),
    radial-gradient(ellipse 42% 48% at 96% 85%, oklch(90% 0.1 190 / 0.32), transparent 68%),
    radial-gradient(ellipse 38% 42% at 85% 8%, oklch(91% 0.12 20 / 0.3), transparent 68%),
    radial-gradient(ellipse 34% 40% at 10% 92%, oklch(90% 0.08 250 / 0.26), transparent 68%),
    oklch(98.7% 0.006 85);
  padding: 120px 48px;
}
.stag__produkt-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 90px; align-items: center; }

.stag__book-cover-static {
  position: relative; display: flex; justify-content: center; margin-bottom: 46px;
}
.stag__book-cover-static-card {
  width: 100%; max-width: 300px; aspect-ratio: 3 / 4; position: relative;
  background: oklch(97.5% 0.012 85);
  box-shadow: 22px 30px 60px oklch(55% 0.13 340 / 0.28), 4px 10px 24px oklch(0% 0 0 / 0.13);
  display: flex; flex-direction: column; align-items: center;
  overflow: hidden; padding: 36px 24px 24px;
  border: 1px solid oklch(90% 0.01 85);
}
.stag__book-cover-static-badge {
  position: absolute; bottom: -46px; left: 50%; transform: translateX(-50%);
  background: oklch(26% 0.01 270); color: white;
  border-radius: 12px; padding: 12px 20px;
  box-shadow: 0 10px 30px oklch(0% 0 0 / 0.2);
  z-index: 2; display: flex; align-items: center; gap: 10px; white-space: nowrap;
}
.stag__book-cover-static-badge-check {
  width: 26px; height: 26px; border-radius: 50%;
  background: oklch(68% 0.18 350 / 0.2); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: oklch(68% 0.18 350); font-size: 13px;
}
.stag__book-cover-static-badge-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: oklch(68% 0.18 350); margin-bottom: 3px;
}
.stag__book-cover-static-badge-text { font-size: 13px; color: oklch(88% 0.005 270); line-height: 1.4; }

.stag__produkt-desc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.35;
  color: oklch(24% 0.01 270); margin-bottom: 24px;
}
.stag__produkt-desc-text { font-size: 15px; line-height: 1.9; color: oklch(44% 0.01 270); margin-bottom: 40px; }

.stag__inclusions {
  display: flex; flex-direction: column; gap: 22px;
  margin-bottom: 44px; padding-bottom: 40px;
  border-bottom: 1px solid oklch(90% 0.04 350);
}
.stag__inclusion { display: flex; align-items: flex-start; gap: 18px; }
.stag__inclusion-icon {
  width: 40px; height: 40px; border-radius: 50%;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}
.stag__inclusion-icon-purple { background: oklch(93% 0.07 290 / 0.5); color: oklch(55% 0.1 290); }
.stag__inclusion-icon-pink { background: oklch(93% 0.08 350 / 0.5); color: oklch(62% 0.14 350); }
.stag__inclusion-icon-blue { background: oklch(93% 0.05 260 / 0.5); color: oklch(58% 0.1 260); }
.stag__inclusion-title { font-size: 14px; color: oklch(28% 0.01 270); margin-bottom: 4px; letter-spacing: 0.01em; }
.stag__inclusion-title-strong { font-weight: 600; }
.stag__inclusion-text { font-size: 13px; color: oklch(50% 0.01 270); line-height: 1.65; }

.stag__produkt-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.stag__btn-primary {
  display: inline-block; background: oklch(68% 0.18 350); color: white;
  padding: 14px 32px; border-radius: 100px; font-size: 14px; letter-spacing: 0.08em;
  border: none; cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.stag__btn-primary:hover { background: oklch(58% 0.18 350); transform: translateY(-2px); box-shadow: 0 10px 24px oklch(55% 0.18 350 / 0.35); color: white; }
.stag__link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; letter-spacing: 0.05em; color: oklch(52% 0.18 350);
  border-bottom: 1px solid oklch(80% 0.12 350); padding-bottom: 1px;
  transition: gap 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.stag__link-arrow:hover { gap: 12px; color: oklch(40% 0.18 350); border-color: oklch(40% 0.18 350); }
.stag__link-arrow span:last-child { transition: transform 0.3s ease; }

/* Section - ABOUT ME */
.stag__section-zakladatelka { padding: 120px 48px; }
.stag__zakladatelka-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 90px; align-items: center; }
.stag__photo-placeholder {
  aspect-ratio: 4 / 5;
  background: oklch(96.5% 0.01 290 / 0.6);
  border-radius: 120px 120px 120px 20px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  border: 1px solid oklch(91% 0.04 290 / 0.5);
}
.stag__photo-placeholder-stripes {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 14px, oklch(88% 0.04 290 / 0.3) 14px, oklch(88% 0.04 290 / 0.3) 15px);
}
.stag__photo-placeholder-text {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: oklch(60% 0.03 270); text-align: center; padding: 24px;
  position: relative; z-index: 1;
  font-family: 'Courier New', monospace; line-height: 2;
}
.stag__zakladatelka-text-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.18;
  color: oklch(24% 0.01 270); margin-bottom: 32px;
}
.stag__zakladatelka-text p { font-size: 15px; line-height: 1.95; color: oklch(42% 0.01 270); margin-bottom: 24px; }
.stag__zakladatelka-text p:last-of-type { margin-bottom: 40px; }
.stag__zakladatelka-text strong {
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; color: oklch(34% 0.01 270);
}

/* Section - PRESENT */
.stag__section-gift {
  background:
    radial-gradient(ellipse 50% 55% at 12% 15%, oklch(90% 0.1 190 / 0.32), transparent 68%),
    radial-gradient(ellipse 45% 50% at 90% 85%, oklch(90% 0.09 300 / 0.4), transparent 68%),
    radial-gradient(ellipse 36% 40% at 92% 10%, oklch(91% 0.12 20 / 0.28), transparent 68%),
    oklch(98.7% 0.006 85);
  padding: 120px 48px;
}
.stag__gift-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.stag__gift-inner .stag__section-head-title { font-size: clamp(24px, 2.8vw, 34px); margin-bottom: 20px; }
.stag__gift-inner .stag__section-head-lead { font-size: 15px; margin-bottom: 48px; max-width: none; }

.stag__gift-form { display: flex; flex-direction: column; gap: 14px; text-align: left; }
.stag__gift-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stag__gift-form input[type="text"],
.stag__gift-form input[type="email"] {
  padding: 14px 18px; border: 1px solid oklch(88% 0.04 350); border-radius: 8px;
  font-size: 14px; background: white; color: oklch(30% 0.01 270); outline: none; width: 100%;
}
.stag__gift-form-consent { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin-top: 4px; }
.stag__gift-form-consent input { margin-top: 4px; flex-shrink: 0; accent-color: oklch(68% 0.18 350); width: 15px; height: 15px; }
.stag__gift-form-consent span { font-size: 12px; line-height: 1.65; color: oklch(52% 0.01 270); }
.stag__gift-form-note { font-size: 11px; color: oklch(60% 0.01 270); line-height: 1.6; margin-top: -4px; }
.stag__gift-form-note a { color: oklch(58% 0.18 350); border-bottom: 1px solid oklch(80% 0.12 350); }
.stag__gift-form-submit {
  margin-top: 10px; padding: 15px 40px; background: oklch(68% 0.18 350); color: white;
  border: none; border-radius: 100px; font-size: 14px; letter-spacing: 0.09em;
  cursor: pointer; align-self: center;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.stag__gift-form-submit:hover { background: oklch(58% 0.18 350); transform: translateY(-2px); box-shadow: 0 10px 24px oklch(55% 0.18 350 / 0.35); }

/* Section - PARTNERS */
.stag__section-partners {
  padding: 56px 0;
  border-top: 1px solid oklch(92% 0.02 350);
  border-bottom: 1px solid oklch(92% 0.02 350);
  overflow: hidden;
}
.stag__section-partners-label {
  text-align: center; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: oklch(66% 0.008 270); margin-bottom: 36px;
}
.stag__marquee {
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.stag__marquee-track {
  display: flex; align-items: center; width: max-content;
  animation: marqueeScroll 22s linear infinite;
}
.stag__marquee-item {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 56px; opacity: 0.72; filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.stag__marquee-item:hover { opacity: 1; filter: grayscale(0); }
.stag__marquee-item img { height: 34px; display: block; }
.stag__marquee-item img.stag__h-26 { height: 26px; }

/* VIDEO OVERLAY */
.stag__video-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
}
.stag__video-overlay.stag__is-open { display: flex; }
.stag__video-overlay-box {
  background: oklch(14% 0.01 270);
  border-radius: 16px;
  padding: 8px;
  width: 860px;
  max-width: 92vw;
  position: relative;
}
.stag__video-overlay-frame {
  aspect-ratio: 16 / 9;
  background: oklch(9% 0.01 270);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.stag__video-overlay-play {
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 1.5px solid oklch(68% 0.18 350 / 0.6);
  display: flex; align-items: center; justify-content: center;
}
.stag__video-overlay-play span { color: oklch(68% 0.18 350); font-size: 20px; padding-left: 4px; }
.stag__video-overlay-hint { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: oklch(45% 0.005 270); }
.stag__video-overlay-close {
  position: absolute;
  top: -14px; right: -14px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: oklch(32% 0.01 270);
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}