/* ================================================================
   PRM PENCHAK SILAT — Design System
   Dark martial premium · Noir #0A0A0A / Jaune #F0C000
   ================================================================ */

:root {
  --bg: #0A0A0A;
  --bg-2: #111111;
  --bg-3: #080808;
  --line: rgba(255, 255, 255, 0.07);
  --line-yellow: rgba(240, 192, 0, 0.3);
  --line-yellow-soft: rgba(240, 192, 0, 0.15);
  --line-yellow-nav: rgba(240, 192, 0, 0.2);
  --fg: #FFFFFF;
  --fg-2: rgba(255, 255, 255, 0.6);
  --fg-3: rgba(255, 255, 255, 0.45);
  --fg-4: rgba(255, 255, 255, 0.3);
  --fg-5: rgba(255, 255, 255, 0.2);
  --yellow: #F0C000;
  --yellow-hi: #FFD700;
  --yellow-soft: rgba(240, 192, 0, 0.15);

  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Montserrat", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }

button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--yellow); color: #000; }

/* ================================================================
   Utilities
   ================================================================ */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

.label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--yellow);
}

.label-hero {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--yellow);
}

.eyebrow::before {
  content: "";
  width: 28px; height: 1px; background: var(--yellow);
}

.h1, .h2, .h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn .arrow { transition: transform .25s ease; display:inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--yellow);
  color: #0A0A0A;
}
.btn-primary:hover { background: var(--yellow-hi); }

.btn-ghost {
  background: transparent;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}
.btn-ghost:hover { background: var(--yellow); color: #0A0A0A; }

.btn-block { width: 100%; }

/* ================================================================
   NAV
   ================================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--line-yellow-nav);
}
.nav-inner {
  padding: 28px 0;
  display: flex; align-items: center;
  gap: 32px;
}
.nav-brand {
  display: flex; align-items: center; gap: 14px;
  flex-shrink: 0;
}
.nav-brand .logo {
  width: 52px; height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 0 transparent);
}
.nav-brand .wordmark {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.nav-brand .wordmark small {
  display: block;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--yellow);
  margin-top: 4px;
}
.nav-links {
  display: flex; gap: 28px;
  margin-left: auto;
}
.nav-links a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.6);
  transition: color .2s ease;
  position: relative;
  padding: 6px 0;
}
.nav-links a:hover { color: var(--fg); }
.nav-links a.active { color: var(--yellow); }
.nav-links a.active::after {
  content:""; position:absolute; left:0; right:0; bottom:-2px;
  height:1px; background: var(--yellow);
}
.nav-cta { margin-left: 24px; padding: 12px 22px; font-size: 11px; }
/* (nav-burger and mobile-menu removed) */

/* ================================================================
   HERO
   ================================================================ */
.hero {
  min-height: 95vh;
  display: flex; align-items: center;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

/* Full-bleed photo hero */
.hero-img {
  background-color: var(--bg);
  background-image: none;
}
.hero-img > .hero-bg {
  position: absolute; inset: 0;
  background-image: url("assets/hero-jc-action.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.20);
  z-index: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.85) 22%,
    rgba(0,0,0,0.55) 50%,
    rgba(0,0,0,0.6) 78%,
    rgba(0,0,0,0.7) 100%
  );
  z-index: 1;
  pointer-events: none;
}
/* extra bottom shadow so footer of hero blends to next dark section */
.hero-img::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 140px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-text { max-width: 720px; }
.hero-photo-badge {
  position: absolute;
  right: 32px; bottom: 32px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.hero::before {
  /* subtle yellow horizontal floor lines, very faint */
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--line-yellow-soft);
  z-index: 2;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: 64px;
  align-items: center;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--yellow);
  font-weight: 500; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.25em;
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--yellow);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(1.4); }
}
.hero h1.h1 {
  font-size: clamp(64px, 11vw, 168px);
  line-height: 0.86;
  margin-bottom: 28px;
}
.hero h1 .line { display: block; }
.hero h1 .line.yellow { color: var(--yellow); }
.hero-sub {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.55);
  max-width: 480px;
  margin-bottom: 32px;
}
.hero-rule {
  width: 60px; height: 2px;
  background: var(--yellow);
  margin-bottom: 20px;
}
.hero-tag {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 38px;
}
.hero-tag span { color: var(--fg-3); margin: 0 8px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--bg-2);
  border: 1px solid var(--yellow);
  overflow: hidden;
}
.hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center calc(70% + 20px);
}

/* Clean CSS placeholder (no photo yet) */
.placeholder {
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-2);
  border: 1px solid var(--yellow);
  overflow: hidden;
}
.placeholder::before {
  /* subtle stripe pattern — discreet */
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(240, 192, 0, 0.04) 0,
      rgba(240, 192, 0, 0.04) 2px,
      transparent 2px,
      transparent 14px
    );
  pointer-events: none;
}
.placeholder .ph-inner {
  position: relative;
  text-align: center;
  padding: 24px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.placeholder .ph-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--yellow);
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--line-yellow);
}
.placeholder .ph-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  color: var(--yellow);
  text-transform: uppercase;
}
.placeholder .ph-meta {
  font-family: "Menlo", "Consolas", "Monaco", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--fg-3);
  text-transform: uppercase;
  padding-top: 4px;
  border-top: 1px solid var(--line);
  width: 70%;
  padding-top: 12px;
  margin-top: 4px;
}
.hero-visual::after {
  /* yellow corner marks */
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(var(--yellow), var(--yellow)) left top / 24px 1px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) left top / 1px 24px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right top / 24px 1px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right top / 1px 24px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) left bottom / 24px 1px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) left bottom / 1px 24px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right bottom / 24px 1px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right bottom / 1px 24px no-repeat;
  pointer-events: none;
}
.hero-visual .meta {
  position: absolute;
  left: 16px; bottom: 16px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(10,10,10,0.7);
  padding: 6px 10px;
  border: 1px solid var(--line-yellow-soft);
}
.hero-visual .stamp {
  position: absolute;
  right: -8px; top: 32px;
  writing-mode: vertical-rl;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.4em;
  color: var(--yellow);
  background: rgba(10,10,10,0.6);
  padding: 14px 4px;
}

/* tiny ticker under hero */
.hero-ticker {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.hero-ticker .item { display: flex; align-items: center; gap: 12px; }
.hero-ticker .item::before {
  content: ""; width: 4px; height: 4px; background: var(--yellow);
  transform: rotate(45deg);
}

/* ================================================================
   STRIP — Bandeau réassurance (fond noir, séparateurs jaunes fins)
   ================================================================ */
.strip {
  background: var(--bg);
  padding: 48px 0;
  border-top: 1px solid rgba(240, 192, 0, 0.12);
  border-bottom: 1px solid rgba(240, 192, 0, 0.12);
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.strip-cell {
  display: flex; flex-direction: column; justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 24px;
  border-right: 1px solid rgba(240, 192, 0, 0.15);
}
.strip-cell:last-child { border-right: none; }
.strip-cell .num {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--fg);
  text-transform: uppercase;
}
.strip-cell .lbl {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.35);
}

/* ================================================================
   BANNER — 3 photos bord-à-bord (après strip jaune)
   ================================================================ */
.banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 100px 0;
  background: var(--bg);
}
.banner-tile {
  height: 420px;
  overflow: hidden;
  position: relative;
}
.banner-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease, filter .4s ease;
}
.banner-tile:hover img {
  transform: scale(1.03);
  filter: brightness(1.08);
}
.banner-tile .cap {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 12px;
}
@media (max-width: 1024px) {
  .banner { grid-template-columns: 1fr; padding: 60px 0; }
  .banner-tile { height: 320px; }
}

/* ================================================================
   SECTION COMMONS
   ================================================================ */
section {
  padding: 112px 0;
  position: relative;
}
section.dark { background: var(--bg); }
section.card-bg { background: var(--bg-2); }

.section-head {
  text-align: center;
  margin-bottom: 64px;
}
.section-head .eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}
.section-head h2 {
  font-size: clamp(48px, 6.6vw, 84px);
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.section-head .yellow { color: var(--yellow); }
.section-head p {
  font-size: 16px;
  color: var(--fg-3);
  max-width: 560px;
  margin: 0 auto;
}

/* ================================================================
   ABOUT — Penchak Silat
   ================================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.about-text .eyebrow { margin-bottom: 20px; }
.about-text h2 {
  font-size: clamp(48px, 5.5vw, 84px);
  margin-bottom: 14px;
}
.about-text .lead {
  font-size: 18px;
  color: var(--yellow);
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.about-text p {
  font-size: 16px;
  color: var(--fg-2);
  margin-bottom: 18px;
}
.about-list {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-list .lab {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 8px;
}
.about-list .desc {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.5;
}
.about-img {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.about-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}

/* ================================================================
   3 PILIERS
   ================================================================ */
.section-head h2 .dot {
  color: var(--yellow);
  margin: 0 4px;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pillar {
  background: var(--bg);
  border-top: 3px solid var(--yellow);
  padding: 40px 32px 36px;
  position: relative;
  transition: transform .3s ease, background .3s ease;
}
.pillar:hover { transform: translateY(-4px); background: #0d0d0d; }
.pillar .num {
  position: absolute; right: 28px; top: 24px;
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--fg-4);
  letter-spacing: 0.2em;
}
.pillar .ico {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-yellow);
  border-radius: 50%;
  margin-bottom: 28px;
  color: var(--yellow);
}
.pillar h3 {
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.pillar p {
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.65;
}

/* ================================================================
   INSTRUCTOR
   ================================================================ */
.instructor-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 72px;
  align-items: start;
}
.instructor-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--bg-2);
  overflow: hidden;
  border: 1px solid var(--yellow);
}
.instructor-photo::after {
  /* léger vignettage — inset shadow tout autour */
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 80px 8px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
}
.instructor-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%;
}
.instructor-photo .frame-tag {
  position: absolute;
  left: 0; top: 0;
  z-index: 3;
  background: var(--yellow);
  color: #0A0A0A;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 14px;
}
.instructor-badge {
  margin-top: 16px;
  background: var(--yellow);
  color: #0A0A0A;
  padding: 14px 20px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
}
.instructor-badge .sep {
  display: inline-block; width: 4px; height: 4px;
  background: #0A0A0A; transform: rotate(45deg);
}

.instructor-text .eyebrow { margin-bottom: 18px; }
.instructor-text h2 {
  font-size: clamp(48px, 6vw, 80px);
  margin-bottom: 26px;
}
.instructor-text h2 .y { color: var(--yellow); }
.instructor-text p {
  color: var(--fg-2);
  font-size: 16px;
  margin-bottom: 18px;
}
.instructor-quote {
  margin-top: 28px;
  padding: 22px 26px;
  border-left: 2px solid var(--yellow);
  background: var(--bg-2);
  font-family: var(--font-body);
  font-style: italic;
  color: var(--fg);
  font-size: 17px;
  line-height: 1.5;
}
.instructor-quote::before {
  content: """;
  display: block;
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 0.4;
  color: var(--yellow);
  margin-bottom: 8px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.stat .num {
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
  color: var(--yellow);
  letter-spacing: 0.02em;
}
.stat .lab {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 10px;
}

/* ================================================================
   OFFERS
   ================================================================ */
.offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}
.offer {
  background: var(--bg);
  border: 1px solid var(--yellow);
  padding: 40px 36px 36px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.offer:hover { transform: translateY(-4px); }
.offer-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 24px;
}
.offer-ico {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-yellow);
  color: var(--yellow);
}
.offer-badge {
  background: var(--yellow-soft);
  color: var(--yellow);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 2px;
}
.offer h3 {
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.offer p {
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.offer ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
}
.offer ul li {
  font-size: 14px;
  color: var(--fg);
  display: flex; align-items: center; gap: 14px;
  letter-spacing: 0.02em;
  position: relative;
}
.offer ul li::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--yellow);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: none;
}
.offer ul li svg { display: none; }
.offer-cta-wrap { margin-top: auto; }

/* ================================================================
   GALLERY
   ================================================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.gallery .tile {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.gallery .tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}
.gallery .tile:hover img {
  transform: scale(1.03);
  filter: brightness(1.08);
}
.gallery .tile .cap {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.gallery-addr {
  margin-top: 48px;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.gallery-addr::before, .gallery-addr::after {
  content: ""; width: 36px; height: 1px; background: var(--yellow);
}

/* ================================================================
   CONTACT
   ================================================================ */
.contact {
  text-align: center;
  padding: 140px 0;
}
.contact .eyebrow { justify-content: center; margin-bottom: 22px; }
.contact h2 {
  font-size: clamp(64px, 8vw, 120px);
  margin-bottom: 22px;
}
.contact h2 .y { color: var(--yellow); }
.contact .lead {
  color: var(--fg-3);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 44px;
}
.contact-cta {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 64px;
}
.contact-cta .btn { padding: 18px 36px; font-size: 13px; }
.contact-block {
  margin-top: 8px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 920px;
  margin-left: auto; margin-right: auto;
}
.contact-block .item {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
}
.contact-block .item .ico {
  width: 44px; height: 44px;
  display:flex; align-items:center; justify-content:center;
  border: 1px solid var(--line-yellow);
  border-radius: 50%;
  color: var(--yellow);
}
.contact-block .item .lab {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.contact-block .item .val {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  color: var(--fg);
  letter-spacing: 0.04em;
}
.contact-block .item a.val { transition: color .2s ease; }
.contact-block .item a.val:hover { color: var(--yellow); }

/* ================================================================
   FOOTER
   ================================================================ */
footer {
  background: var(--bg-3);
  border-top: 1px solid var(--line-yellow-soft);
  padding: 64px 0 32px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.foot-brand .nav-brand { margin-bottom: 20px; }
.foot-tag {
  font-style: italic;
  color: var(--fg-4);
  font-size: 13px;
  letter-spacing: 0.05em;
}
.foot-col h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 18px;
}
.foot-col a, .foot-col span {
  display: block;
  font-size: 13px;
  color: var(--fg-2);
  margin-bottom: 10px;
  transition: color .2s ease;
}
.foot-col a:hover { color: var(--yellow); }
.foot-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--fg-5);
  letter-spacing: 0.04em;
}
.foot-bottom .ig {
  color: var(--yellow);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.foot-bottom .ig:hover { color: var(--yellow-hi); }

/* ================================================================
   MODAL — Contact form
   ================================================================ */
.modal {
  position: fixed; inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.modal.open { display: flex; animation: modal-in .35s ease; }
@keyframes modal-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.modal-card {
  width: 100%;
  max-width: 580px;
  background: var(--bg-2);
  border: 1px solid var(--line-yellow);
  padding: 40px 40px 36px;
  position: relative;
  animation: modal-rise .4s cubic-bezier(.16,1,.3,1);
  max-height: 90vh;
  overflow-y: auto;
}
@keyframes modal-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.modal-close {
  position: absolute;
  right: 16px; top: 16px;
  width: 36px; height: 36px;
  display:flex; align-items:center; justify-content:center;
  color: var(--fg-3);
  border: 1px solid var(--line);
  transition: color .2s ease, border-color .2s ease;
}
.modal-close:hover { color: var(--yellow); border-color: var(--yellow); }
.modal-card .eyebrow { margin-bottom: 12px; }
.modal-card h3 {
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.modal-card .sub {
  color: var(--fg-3);
  font-size: 14px;
  margin-bottom: 28px;
}
form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field {
  display: flex; flex-direction: column;
  margin-bottom: 14px;
}
.field label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--fg);
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  border-radius: 2px;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--yellow);
  background: #0c0c0c;
}
.field textarea { min-height: 100px; resize: vertical; font-family: var(--font-body); }
.field.error input, .field.error select, .field.error textarea {
  border-color: #c44;
}
.field .err-msg {
  font-size: 11px; color: #d77;
  margin-top: 6px; letter-spacing: 0.05em;
  display: none;
}
.field.error .err-msg { display: block; }

.radio-group { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-group input { display: none; }
.radio-group label {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--bg);
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin: 0;
  transition: all .2s ease;
}
.radio-group label:hover { color: var(--fg); border-color: var(--line-yellow); }
.radio-group input:checked + label {
  background: var(--yellow); color: #0A0A0A; border-color: var(--yellow);
}
.modal-submit { width: 100%; margin-top: 8px; padding: 18px 32px; font-size: 13px; }

.modal-success {
  text-align: center;
  padding: 32px 8px 16px;
}
.modal-success .check {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
}
.modal-success h3 { margin-bottom: 12px; }
.modal-success p { color: var(--fg-2); font-size: 15px; margin-bottom: 24px; }

/* ================================================================
   REVEAL ANIMATIONS
   ================================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { aspect-ratio: 4 / 3; max-width: 560px; }
  .hero-photo-badge { right: 20px; bottom: 20px; }
  .about-grid, .instructor-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img { min-height: 380px; }
  .instructor-photo { aspect-ratio: 3 / 4; max-width: 420px; margin: 0 auto; }
  .pillars { grid-template-columns: 1fr; }
  .offers { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .tile { height: 280px; }
  .strip { padding: 36px 0; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-cell { padding: 20px 16px; border-right: 1px solid rgba(240,192,0,0.15); border-bottom: 1px solid rgba(240,192,0,0.15); }
  .strip-cell:nth-child(even) { border-right: none; }
  .strip-cell:nth-last-child(-n+2) { border-bottom: none; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-block { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  section { padding: 100px 0; }
  .contact { padding: 100px 0; }
  .hero { padding: 110px 0 60px; min-height: auto; }
  .hero-ticker { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero-cta .btn { width: 100%; }
  .hero-cta { width: 100%; }
  .about-list { grid-template-columns: 1fr; gap: 18px; }
  .stats { gap: 16px; }
  .stat .num { font-size: 36px; }
  .strip-cell .num { font-size: 22px; }
  .pillar { padding: 32px 24px; }
  .offer { padding: 32px 24px; }
  .contact-block { grid-template-columns: 1fr; }
  .contact-cta { flex-direction: column; }
  .contact-cta .btn { width: 100%; }
  .foot-top { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .modal-card { padding: 32px 22px 28px; }
  .modal-card h3 { font-size: 34px; }
  form .grid2 { grid-template-columns: 1fr; }
}
