/* Cut It by Amalmal — Brutalist, Sandra Creates palette */

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - Light/FUP Galil - Light.eot");
  src: url("FUP Galil - For Web/FUP Galil - Light/FUP Galil - Light.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - Light/FUP Galil - Light.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - Light/FUP Galil - Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - Regular/FUP Galil - Regular.eot");
  src: url("FUP Galil - For Web/FUP Galil - Regular/FUP Galil - Regular.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - Regular/FUP Galil - Regular.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - Regular/FUP Galil - Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - Medium/FUP Galil - Medium.eot");
  src: url("FUP Galil - For Web/FUP Galil - Medium/FUP Galil - Medium.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - Medium/FUP Galil - Medium.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - Medium/FUP Galil - Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - SemiBold/FUP Galil - SemiBold.eot");
  src: url("FUP Galil - For Web/FUP Galil - SemiBold/FUP Galil - SemiBold.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - SemiBold/FUP Galil - SemiBold.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - SemiBold/FUP Galil - SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - Bold/FUP Galil - Bold.eot");
  src: url("FUP Galil - For Web/FUP Galil - Bold/FUP Galil - Bold.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - Bold/FUP Galil - Bold.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - Bold/FUP Galil - Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FUP GALIL";
  src: url("FUP Galil - For Web/FUP Galil - ExtraBold/FUP Galil - ExtraBold.eot");
  src: url("FUP Galil - For Web/FUP Galil - ExtraBold/FUP Galil - ExtraBold.eot?#iefix") format("embedded-opentype"),
       url("FUP Galil - For Web/FUP Galil - ExtraBold/FUP Galil - ExtraBold.woff2") format("woff2"),
       url("FUP Galil - For Web/FUP Galil - ExtraBold/FUP Galil - ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Sandra Creates palette only:
   Red    #F03228
   Pink   #F9A8C2
   Blue   #5BC0E0
   Cream  #F5EFE0
   Black  #111111
   White  #FFFFFF
*/

:root {
  --red:     #F03228;
  --pink:    #F9A8C2;
  --blue:    #5BC0E0;
  --cream:   #F5EFE0;
  --black:   #111111;
  --white:   #FFFFFF;
  --ink:     #111111;
  --ink-2:   #333333;
  --ink-3:   #666666;
  --bg:      #F5EFE0;
  --nav-h:   64px;
  --headline: "FUP GALIL", sans-serif;
  --sans: "FUP GALIL", sans-serif;
  --serif: "FUP GALIL", sans-serif;
  --shadow: 3px 3px 0 rgba(17,17,17,.55);
  --shadow-lg: 5px 5px 0 rgba(17,17,17,.6);
  --border: 1.5px solid rgba(17,17,17,.7);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Scroll reveal — fade + rise */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.22,.9,.3,1), transform .7s cubic-bezier(.22,.9,.3,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
::selection { background: var(--red); color: var(--white); }

h1, h2, h3, h4 { font-family: var(--headline); }

/* ─── SCROLL PROGRESS ─────────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: rgba(255,255,255,.08);
  z-index: 101;
  pointer-events: none;
}
.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: var(--red);
  transition: width .08s linear;
  will-change: width;
}

/* ─── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(17,17,17,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 40px; height: 100%;
  display: flex; align-items: center; justify-content: space-between;
  direction: ltr;
}
.nav__links { direction: rtl; }
.nav__logo {
  display: flex; align-items: center;
  color: var(--white);
  transition: opacity .25s ease, visibility .25s;
}
.nav__logo.nav__logo--hidden {
  opacity: 0;
  visibility: hidden;
}
.nav__logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.nav__links {
  display: flex; gap: 32px; list-style: none; margin: 0; padding: 0;
}
.nav__links a {
  color: rgba(255,255,255,.65); font-size: 12px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  transition: color .15s;
  position: relative;
}
.nav__links a:hover { color: var(--pink); }
.nav__links a.is-active { color: var(--red); }

/* ─── HERO ────────────────────────────────────────────────── */
.hero-pin {
  height: 250vh;
  position: relative;
  background: #000;
  z-index: 1;
}
.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 70%, rgba(0,0,0,.85) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 100%);
}
.hero__canvas {
  position: absolute; inset: 0;
  width: 100% !important; height: 100% !important;
  display: block;
}
.hero__logo-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 28px; opacity: 0;
  will-change: opacity; pointer-events: none;
}
.hero__logo-overlay[style*="opacity: 1"],
.hero__logo-overlay[style*="opacity:1"] { pointer-events: auto; }
.hero__logo {
  max-width: min(640px, 80vw);
  width: 100%; display: block;
  filter: drop-shadow(0 4px 48px rgba(0,0,0,.5));
}
.hero__cta {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: var(--headline);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 14px 42px;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(240,50,40,.35);
  transition: transform .15s, box-shadow .15s;
}
.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(240,50,40,.45);
}
.hero__hint {
  position: absolute; bottom: 24px; left: 50%;
  width: 120px; height: 120px;
  transform: translateX(-50%); z-index: 4;
  will-change: opacity;
  pointer-events: none;
}
.hero__hint-svg {
  width: 100%; height: 100%;
  overflow: visible;
  animation: heroHintSpin 8s linear infinite;
  transform-origin: 50% 50%;
}
.hero__hint-text {
  fill: rgba(255,255,255,.9);
  font-family: var(--headline);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.hero__hint-dot {
  position: absolute;
  top: 50%; left: 50%;
  width: 56px; height: 56px;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  pointer-events: none;
}
.hero__hint-arrow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  animation: heroHintBounce 1.6s ease-in-out infinite;
}
@keyframes heroHintSpin {
  to { transform: rotate(360deg); }
}
@keyframes heroHintBounce {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, -35%); }
}

/* ─── SECTION HEADING ─────────────────────────────────────── */
.section-heading {
  max-width: 1120px; margin: 0 auto 56px;
  padding: 0 40px;
  text-align: center;
}
.section-heading__title {
  font-family: var(--headline);
  font-weight: 400;
  font-size: clamp(44px, 6vw, 90px);
  line-height: 1; letter-spacing: -.01em;
  margin: 0 0 16px;
  color: var(--ink);
}
.section-heading--light .section-heading__title { color: var(--white); }
.section-heading--light .section-heading__sub { color: rgba(255,255,255,.75); }
.section-heading__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7; color: var(--ink-2);
  margin: 0 auto 16px; max-width: 640px;
}
.section-heading__sub:last-child { margin-bottom: 0; }
.section-heading__lead {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 600; color: var(--ink);
  line-height: 1.5;
  margin: 0 auto 24px; max-width: 640px;
}

/* ─── COURSE INTRO ────────────────────────────────────────── */
.cards-pin {
  position: relative;
  background: var(--cream);
  z-index: 1;
}
.cards-section {
  padding: 100px 0 0;
}
.cards-section .section-heading {
  max-width: 1200px; margin: 0 auto 64px; padding: 0 40px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bigcard {
  position: sticky;
  top: var(--nav-h);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: clamp(56px, 7vh, 88px) clamp(40px, 8vw, 120px);
  min-height: 60vh;
  min-height: 60svh;
  overflow: hidden;
  border-bottom: 1px solid rgba(17,17,17,.12);
  text-align: center;
}
.bigcard:nth-child(1) { z-index: 1; }
.bigcard:nth-child(2) { z-index: 2; }
.bigcard:nth-child(3) { z-index: 3; }

.bigcard--pink { background: #F9D1DE; color: var(--black); }
.bigcard--blue { background: #B8DCE8; color: var(--black); }
.bigcard--red  { background: var(--red);  color: var(--white); }

.bigcard__body {
  flex: 1;
  max-width: 760px;
}
.bigcard__title {
  font-family: var(--headline);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1; letter-spacing: -.01em;
  margin: 0 0 24px;
}
.bigcard--pink .bigcard__title,
.bigcard--blue .bigcard__title { color: var(--black); }
.bigcard--red .bigcard__title  { color: var(--white); }

.bigcard__desc {
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.8; margin: 0; opacity: .85;
  max-width: 520px;
}

/* Bigcard subtitle (spots left) */
.bigcard__sub {
  margin: 10px 0 0;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 600;
  color: rgba(255,255,255,.9);
  letter-spacing: .02em;
}
.bigcard__sub #bc-spots {
  font-family: var(--headline);
  font-weight: 800;
  color: var(--white);
}

/* Countdown inside bigcard */
.bigcard__countdown {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2vw, 24px);
  margin-top: 24px;
  direction: ltr;
}
.cd-cell {
  display: flex; flex-direction: column; align-items: center;
  min-width: clamp(56px, 9vw, 84px);
  padding: 12px 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.cd-cell__num {
  font-family: var(--headline);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}
.cd-cell__lbl {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

/* Reserve a slot CTA */
.bigcard__cta {
  display: inline-block;
  margin-top: 28px;
  background: var(--white);
  color: var(--red);
  font-family: var(--headline);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 14px 36px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
  transition: transform .15s, box-shadow .15s, background .15s;
}
.bigcard__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.3);
  background: var(--cream);
}
.bigcard__list {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; flex-direction: column; gap: 14px;
  font-size: clamp(15px, 1.3vw, 18px); font-weight: 500;
  max-width: 480px;
  text-align: start;
  width: fit-content;
}
.bigcard__list li {
  position: relative;
  padding-inline-start: 28px; line-height: 1.5;
}
.bigcard--pink .bigcard__list li::before,
.bigcard--blue .bigcard__list li::before {
  content: "✓"; position: absolute; inset-inline-start: 0;
  color: var(--red); font-weight: 900;
}
.bigcard--red .bigcard__list li::before {
  content: "✓"; position: absolute; inset-inline-start: 0;
  color: var(--pink); font-weight: 900;
}
.bigcard__list--bullets li::before { content: "→" !important; }

/* ─── COURSE PATH — zigzag snake ─────────────────────────── */
.path-pin {
  height: 280vh;
  position: relative;
  background: #1a1e24;    /* softer than pure black */
  z-index: 1;
}
.path {
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  height: calc(100svh - var(--nav-h));
  background: #1a1e24;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#path { scroll-margin-top: calc(var(--nav-h) + 12px); }
.path__header {
  padding: clamp(28px, 3.5vh, 52px) 48px clamp(12px, 1.5vh, 24px);
  flex-shrink: 0;
  text-align: center;
}
.path__heading {
  font-family: var(--headline);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 68px);
  line-height: 1; margin: 0 0 8px;
  color: var(--white);
}
.path__sub {
  font-size: clamp(13px, 1.1vw, 16px);
  color: rgba(255,255,255,.45);
  margin: 0 auto;
  max-width: 560px;
}

.path__stage {
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* SVG track */
.path__svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 0 20px rgba(91,192,224,.12));
}

/* Nodes */
.path__node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 3;
}
.path__node-num {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.38);
  color: rgba(255,255,255,.72);
  font-size: 12px; font-weight: 700;
  letter-spacing: .08em;
  transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.path__node.is-done .path__node-num {
  border-color: rgba(91,192,224,.7);
  background: rgba(91,192,224,.18);
  color: var(--white);
}
.path__node.is-active .path__node-num {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  transform: scale(1.15);
  box-shadow: 0 0 0 8px rgba(240,50,40,.16);
}
.path__node-label {
  display: none;
}

/* Moving marker */
.path__marker {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
  z-index: 10;
  border: 2px solid var(--red);
  box-shadow: 0 0 0 6px rgba(240,50,40,.22), 0 0 22px rgba(240,50,40,.45);
  pointer-events: none;
  will-change: left, top;
}

/* Lesson info panel (full-width, centered content, stable) */
.path__info {
  flex-shrink: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(16px, 2vh, 28px) clamp(20px, 5vw, 56px) clamp(20px, 2.6vh, 32px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  text-align: center;
}
.path__info-body {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.path__info-num {
  display: block;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
  font-family: var(--headline);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  color: var(--red);
  font-weight: 500;
  margin: 0 auto 12px;
  text-align: center;
  transition: opacity .22s ease;
}
.path__info-title {
  display: block;
  font-family: var(--headline);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500; line-height: 1.2;
  color: var(--white);
  margin: 0 auto 10px;
  min-height: 1.2em;
  text-align: center;
  transition: opacity .22s ease;
}
.path__info-text {
  display: block;
  font-size: clamp(14px, 1.2vw, 17px);
  color: rgba(255,255,255,.6);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
  transition: opacity .22s ease;
}
.path__info.fading .path__info-title,
.path__info.fading .path__info-num,
.path__info.fading .path__info-text { opacity: 0; }

/* ─── ABOUT ───────────────────────────────────────────────── */
.about {
  background: #F9D1DE;
  padding: 100px 40px;
  position: relative; z-index: 0;
}
.about__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 400px) 1fr;
  gap: 80px; align-items: center;
}
.about__photo {
  overflow: hidden; aspect-ratio: 4/5;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(17,17,17,.18);
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; }

.about__tag {
  display: inline-block;
  font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--white); background: var(--black);
  padding: 5px 14px; border-radius: 4px; margin-bottom: 20px;
}
.about__text { text-align: center; }
.about__title {
  font-family: var(--headline);
  font-weight: 400;
  font-size: clamp(44px, 5vw, 80px);
  line-height: 1; letter-spacing: -.01em;
  margin: 0 0 28px; color: var(--black);
}
.about__title em { font-style: italic; color: var(--red); }
.about__lead {
  font-size: clamp(19px, 1.6vw, 24px); font-weight: 700;
  line-height: 1.5; margin: 0 0 22px; color: var(--black);
}
.about__p {
  font-size: 16px; line-height: 1.9; margin: 0 0 16px; color: var(--ink-2);
}
.about__p mark {
  background: var(--red); color: var(--white);
  font-weight: 700; padding: 0 4px;
}

/* ─── TESTIMONIALS ────────────────────────────────────────── */
.testi {
  background: #EEF1F5;
  padding: 100px 40px;
  position: relative; z-index: 1;
  overflow: hidden;
}
.testi .section-heading__title { color: var(--black); }
.testi__deck {
  position: relative;
  max-width: 640px; margin: 0 auto;
  min-height: 480px;
  perspective: 1400px;
}
.tcard {
  position: absolute; inset: 0;
  background: var(--cream); color: var(--black);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(17,17,17,.14), 0 2px 6px rgba(17,17,17,.06);
  padding: 44px clamp(28px, 5vw, 52px);
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 20px;
  transform-origin: 50% 100%;
  transition:
    transform .7s cubic-bezier(.22,.9,.3,1),
    opacity .5s ease,
    background-color .5s ease,
    box-shadow .5s ease;
  will-change: transform, opacity;
}
/* Pastel palette — cycles through cards via data-i */
.tcard[data-i="0"] { background: #FFF4E0; } /* soft butter */
.tcard[data-i="1"] { background: #FFE4E6; } /* soft rose */
.tcard[data-i="2"] { background: #E0F0E7; } /* soft mint */
.tcard[data-i="3"] { background: #E6E9FA; } /* soft lavender */
.tcard[data-i="4"] { background: #FFE8D4; } /* soft peach */
.tcard[data-i="5"] { background: #DCEDF7; } /* soft sky */
.tcard[data-i="6"] { background: #F4E6F0; } /* soft lilac */
.tcard[data-i="7"] { background: #E8F3D8; } /* soft pistachio */

.tcard__stars {
  font-size: 16px;
  letter-spacing: 2px;
  color: #F5B400;
  line-height: 1;
}
.tcard__text {
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  color: rgba(17,17,17,.85);
}
.tcard__author { display: flex; flex-direction: column; gap: 2px; }
.tcard__author strong {
  font-size: 14px; font-weight: 700; letter-spacing: .02em;
  color: var(--red);
}
.testi__nav {
  display: flex; justify-content: center; gap: 6px; margin-top: 84px;
  position: relative; z-index: 2;
}
.testi__btn {
  width: 52px; height: 52px;
  background: var(--black); color: var(--white);
  display: grid; place-items: center;
  transition: background .15s, transform .15s, box-shadow .15s;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(17,17,17,.25);
  padding: 0;
}
.testi__btn:hover { background: var(--red); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(240,50,40,.35); }
.testi__arrow { width: 18px; height: 18px; display: block; }
.testi__arrow--flip { transform: scaleX(-1); }

/* ─── FAQ ─────────────────────────────────────────────────── */
.faq {
  background: var(--cream);
  padding: 100px 40px;
  position: relative; z-index: 0;
}
.faq__head {
  max-width: 1200px; margin: 0 auto 56px;
  text-align: center;
}
.faq__title {
  font-family: var(--headline);
  font-style: italic; font-weight: 400;
  font-size: clamp(48px, 7vw, 110px);
  line-height: .95; letter-spacing: -.01em;
  margin: 0; color: var(--black);
}
.faq__list {
  max-width: 1200px; margin: 0 auto;
  border-top: 1px solid rgba(17,17,17,.15);
}
.faq__item { border-bottom: 1px solid rgba(17,17,17,.15); }
.faq__q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; padding: 26px 0;
  font-size: clamp(17px, 1.4vw, 21px);
  font-family: var(--headline); font-weight: 400; line-height: 1.3;
  color: var(--black); text-align: start;
  transition: color .15s;
}
.faq__q:hover { color: var(--red); }
.faq__icon { font-size: 20px; font-weight: 900; transition: transform .3s ease; flex-shrink: 0; }
.faq__item.open .faq__icon { transform: rotate(180deg); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq__item.open .faq__a { max-height: 320px; }
.faq__a p {
  margin: 0; padding: 0 0 26px;
  font-size: 16px; line-height: 1.8; color: var(--ink-3);
  max-width: 680px;
}

/* ─── COUNTDOWN ───────────────────────────────────────────── */
.countdown {
  background: var(--black); color: var(--white);
  padding: 100px 40px; text-align: center;
  position: relative; z-index: 2;
}
.countdown__title {
  font-family: var(--headline);
  font-weight: 400; font-size: clamp(28px, 3vw, 48px);
  margin: 0 0 40px; color: var(--white);
}
.countdown__row { display: flex; justify-content: center; align-items: center; gap: 24px; }
.cd-unit { display: flex; flex-direction: column; }
.cd-num {
  font-family: var(--headline);
  font-size: clamp(56px, 7vw, 96px); font-weight: 400; line-height: 1;
  color: var(--red);
}
.cd-lbl { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .5; margin-top: 8px; }
.cd-dot { font-size: 48px; opacity: .3; line-height: 1; color: var(--pink); }
.countdown__sub { margin-top: 32px; font-weight: 700; opacity: .5; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }

/* ─── CONTACT ─────────────────────────────────────────────── */
.contact {
  background: var(--red);
  padding: 100px 24px;
  position: relative; z-index: 2;
}
.contact__box {
  max-width: 520px; margin: 0 auto;
  padding: 40px clamp(24px, 5vw, 48px) 36px;
  background: var(--cream);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(17,17,17,.25);
  text-align: center;
}
.contact__logo-dot { display: none; }
.contact__title {
  font-family: var(--headline);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1; letter-spacing: -.01em;
  margin: 0 0 12px; color: var(--black);
}
.contact__title em { font-style: italic; color: var(--red); }
.contact__sub {
  color: rgba(17,17,17,.6); margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: none;
  padding-bottom: 0;
}
.leadf { display: flex; flex-direction: column; gap: 14px; text-align: start; }
.leadf__row {
  display: flex; flex-direction: column; gap: 6px;
  border-bottom: none;
  padding: 0;
}
.leadf__row span {
  font-size: 12px; font-weight: 700; color: rgba(17,17,17,.75);
  letter-spacing: .04em; text-transform: none;
}
.leadf__row input {
  background: var(--white); color: var(--black);
  border: 1.5px solid rgba(17,17,17,.15);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px; font-family: inherit; font-weight: 500;
  outline: none; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.leadf__row input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(240,50,40,.18);
}
.leadf__row input::placeholder { color: rgba(17,17,17,.35); }
.leadf__btn {
  margin: 24px auto 0;
  background: var(--red); color: var(--white);
  padding: 16px 40px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(240,50,40,.3);
  font-family: var(--headline);
  font-size: 15px; font-weight: 600;
  letter-spacing: .04em;
  display: block; width: 100%;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.leadf__btn:hover {
  background: #d8261d;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(240,50,40,.4);
}
.leadf__ok {
  margin-top: 18px; color: #0b8a3e; font-weight: 700; font-size: 15px;
}

/* ─── FOOTER ──────────────────────────────────────────────── */
.foot {
  background: #1a1e24;
  color: rgba(255,255,255,.5);
  padding: 80px 40px 56px;
  position: relative; z-index: 3;
}
.foot__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px; align-items: start;
}
.foot__col { display: flex; flex-direction: column; gap: 10px; }
.foot__col a {
  font-size: 15px; font-weight: 700;
  color: rgba(255,255,255,.45); letter-spacing: .04em;
  transition: color .15s;
}
.foot__col a:hover { color: var(--pink); }
.foot__col--motto { text-align: end; }
.foot__motto {
  font-family: var(--headline);
  font-size: clamp(17px, 1.6vw, 24px); font-weight: 400;
  line-height: 1.35; margin: 0 0 14px;
  color: rgba(255,255,255,.8);
}
.foot__motto em { font-style: italic; color: var(--pink); }
.foot__copy { margin: 0; font-size: 12px; opacity: .35; letter-spacing: .04em; display: inline-flex; align-items: center; gap: 8px; }
.foot__admin {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  background: transparent; color: rgba(255,255,255,.3);
  border: none; padding: 0; cursor: pointer;
  transition: color .15s, transform .15s;
}
.foot__admin:hover { color: rgba(255,255,255,.8); transform: rotate(30deg); }

/* ─── ADMIN MODAL ─────────────────────────────────────────── */
.admin-modal {
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.admin-modal[hidden] { display: none; }
.admin-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.admin-modal__box {
  position: relative;
  background: var(--cream);
  color: var(--black);
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
  width: min(420px, 100%);
  padding: 32px 28px 28px;
  animation: modalIn .22s cubic-bezier(.22,.9,.3,1);
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.admin-modal__close {
  position: absolute;
  top: 10px; inset-inline-end: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: transparent; color: var(--black);
  font-size: 24px; line-height: 1;
  display: grid; place-items: center;
  cursor: pointer; padding: 0;
  transition: background .15s;
}
.admin-modal__close:hover { background: rgba(0,0,0,.08); }
.admin-modal__title {
  font-family: var(--headline);
  font-size: 22px; font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.admin-modal__field {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 16px;
}
.admin-modal__field span {
  font-size: 12px; font-weight: 700;
  color: rgba(17,17,17,.7);
  letter-spacing: .04em;
}
.admin-modal__field input {
  background: var(--white); color: var(--black);
  border: 1.5px solid rgba(17,17,17,.18);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px; font-family: inherit; font-weight: 500;
  outline: none; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.admin-modal__field input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(240,50,40,.18);
}
.admin-modal__error {
  color: var(--red); font-size: 13px; font-weight: 700;
  margin: -6px 0 10px;
}
.admin-modal__status {
  font-size: 13px; color: rgba(17,17,17,.7);
  margin-bottom: 12px; min-height: 18px;
}
.admin-modal__status.is-error { color: var(--red); }
.admin-modal__actions {
  display: flex; gap: 10px; margin-top: 8px;
}
.admin-modal__btn {
  display: inline-block;
  flex: 1;
  background: var(--red); color: var(--white);
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(240,50,40,.25);
  font-family: var(--headline);
  font-size: 14px; font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.admin-modal__btn:hover { background: #d8261d; transform: translateY(-1px); }
.admin-modal__btn--ghost {
  background: transparent; color: var(--black);
  border: 1.5px solid rgba(17,17,17,.2);
  box-shadow: none;
}
.admin-modal__btn--ghost:hover { background: rgba(0,0,0,.06); }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav__inner { padding: 0 24px; }
  .nav__links { gap: 20px; }
  .nav__links a { font-size: 11px; }
  .section-heading { padding: 0 24px; }
  .cards-section { padding: 72px 0 0; }
  .bigcard { padding: 48px 24px; flex-direction: column; align-items: flex-start; }
  .bigcard__body { max-width: 100%; }
  .bigcard__art { width: 120px; height: 120px; margin-top: 32px; }
  .path__header { padding: 20px 24px 10px; }
  .about { padding: 60px 24px; }
  .about__inner { grid-template-columns: 1fr; gap: 40px; }
  .testi { padding: 60px 24px; }
  .testi__deck { min-height: 460px; }
  .tcard { padding: 40px 32px; }
  .faq { padding: 60px 24px; }
  .faq__head { margin-bottom: 40px; }
  .contact { padding: 60px 24px; }
  .foot { padding: 56px 24px 40px; }
  .foot__inner { grid-template-columns: 1fr; gap: 28px; }
  .foot__col--motto { text-align: start; }
  .stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .nav__links li:nth-child(n+4) { display: none; }
  .path-pin { height: 240vh; }
  .tcard { padding: 32px 24px; }
  .testi__deck { min-height: 400px; }
}
