/* ═══════════════════════════════════════════════════
   NRITYA STUTI — DESIGN SYSTEM
   Indian Classical · Futuristic · Production Grade
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; overflow-x: hidden; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
ul { list-style: none; }

/* ── TOKENS ── */
:root {
  /* Palette */
  --saffron:   #D4601A;
  --saffron-lt:#E87E3A;
  --gold:      #C8901A;
  --gold-lt:   #E8C060;
  --gold-pale: #F5E0A0;
  --maroon:    #8B1A1A;
  --ink:       #1A0A02;
  --ink-mid:   #3D1C08;
  --ink-soft:  #7A4020;
  --cream:     #FDF6EC;
  --sand:      #F0DDB8;
  --sand-lt:   #FAF3E6;
  --white:     #FFFDF9;
  --border:    rgba(200,144,26,0.2);

  /* Dance page accent */
  --dance-accent: #C8901A;

  /* Studio page accent */
  --studio-accent: #D4601A;

  /* Physio page accent */
  --physio-accent: #1A5C8B;
  --physio-light:  #2E7BB5;
  --physio-pale:   #E8F4FD;

  /* Shadows */
  --sh-sm: 0 2px 12px rgba(26,10,2,0.08);
  --sh:    0 8px 40px rgba(26,10,2,0.12);
  --sh-lg: 0 24px 80px rgba(26,10,2,0.18);
  --sh-xl: 0 40px 120px rgba(26,10,2,0.22);
}

/* ── CURSOR ── */
html { cursor: none; }
@media (hover: none) { html { cursor: auto; } .c-dot, .c-ring { display: none !important; } }
.c-dot {
  position: fixed; z-index: 9999; pointer-events: none;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--saffron);
  box-shadow: 0 0 0 1.5px rgba(255,255,255,0.7), 0 2px 8px rgba(0,0,0,0.35);
  top: -20px; left: -20px;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-dot.visible { opacity: 1; }
.c-ring {
  position: fixed; z-index: 9998; pointer-events: none;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid rgba(212,96,26,0.7);
  box-shadow: 0 0 0 0.5px rgba(255,255,255,0.15);
  top: -20px; left: -20px;
  will-change: transform;
  transition: width 0.35s, height 0.35s, border-color 0.35s;
  opacity: 0;
}
.c-ring.visible { opacity: 1; }
.c-ring.hov { width: 60px; height: 60px; border-color: var(--saffron); }

/* ── GRAIN ── */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 9997; pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 250px 250px;
}

/* ── TYPOGRAPHY ── */
.display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8.5vw, 120px);
  font-weight: 300; line-height: 0.92; letter-spacing: -0.02em;
}
.display em { font-style: italic; color: var(--saffron); }

.heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 300; line-height: 1.06;
}
.heading em { font-style: italic; color: var(--saffron); }

.subheading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 300; line-height: 1.2;
}

.eyebrow {
  font-size: clamp(9.5px, 0.85vw, 11px);
  letter-spacing: 0.4em; text-transform: uppercase;
  font-weight: 500; color: var(--saffron);
  display: flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; flex-shrink: 0; }

.body-text {
  font-size: clamp(14.5px, 1.3vw, 16.5px);
  line-height: 1.88; color: var(--ink-mid);
}

/* ── LAYOUT ── */
.wrap { width: min(1340px, 100%); margin-inline: auto; padding-inline: clamp(20px, 5vw, 80px); }
.section { padding-block: clamp(80px, 10vw, 140px); }

/* ── NAV ── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  transition: background 0.45s, box-shadow 0.45s;
  padding-inline: clamp(24px, 5vw, 64px);
}
#nav.solid {
  background: rgba(253,246,236,0.97);
  backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: 0 1px 0 var(--border), 0 4px 24px rgba(26,10,2,0.06);
}
.nav-inner {
  display: flex; align-items: center; gap: 0;
  height: clamp(62px, 7vw, 78px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2vw, 24px); font-weight: 300;
  letter-spacing: 0.08em; white-space: nowrap; flex-shrink: 0;
}
.nav-logo em { font-style: italic; color: var(--saffron); }
.nav-logo .dot { color: var(--gold); margin-left: 2px; }

/* pill nav links */
.nav-pills {
  display: flex; gap: 4px; margin-left: 32px; align-items: center;
}
.nav-pill {
  padding: 7px 16px; border-radius: 20px;
  font-size: 11.5px; letter-spacing: 0.08em; font-weight: 500;
  color: rgba(255,255,255,0.82); transition: all 0.22s; white-space: nowrap;
}
#nav.solid .nav-pill { color: var(--ink-mid); }
.nav-pill:hover, .nav-pill.active {
  background: var(--saffron); color: #fff;
}
.nav-pill.dance:hover, .nav-pill.dance.active { background: var(--gold); color: var(--ink); }
.nav-pill.physio:hover, .nav-pill.physio.active { background: var(--physio-accent); color: #fff; }
/* Logo and burger visible on dark hero backgrounds */
#nav:not(.solid) .nav-logo { color: rgba(255,255,255,0.9); }
#nav:not(.solid) .nav-logo em { color: var(--gold-lt); }
#nav:not(.solid) .burger span { background: rgba(255,255,255,0.85); }

.nav-right { margin-left: auto; display: flex; align-items: center; gap: clamp(8px, 1.5vw, 12px); }
.nav-cta {
  padding: clamp(7px, 1.2vw, 9px) clamp(14px, 2vw, 22px); border-radius: 20px;
  background: var(--saffron); color: #fff;
  font-size: clamp(9.5px, 0.85vw, 11px); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  transition: all 0.22s; white-space: nowrap;
  border: 1.5px solid var(--saffron);
}
.nav-cta:hover { background: transparent; color: var(--saffron); }

.burger {
  display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: 8px;
}
.burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all 0.3s; transform-origin: center; }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(4.7px, 4.7px); }
.burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.7px, -4.7px); }

@media (max-width: 960px) {
  .nav-pills { display: none; }
  .burger { display: flex; }
}

/* Mobile overlay */
.mob-menu {
  display: none; position: fixed; inset: 0; z-index: 750;
  background: var(--cream);
  flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(20px, 3.5vw, 36px);
}
.mob-menu.open { display: flex; }
.mob-close {
  position: absolute; top: 22px; right: 24px;
  font-size: 28px; color: var(--ink); opacity: 0.6; transition: opacity 0.2s;
}
.mob-close:hover { opacity: 1; }
.mob-menu a {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 6vw, 48px); font-weight: 300;
  color: var(--ink); letter-spacing: 0.04em; transition: color 0.2s;
}
.mob-menu a:hover { color: var(--saffron); }
.mob-menu .mob-sep {
  width: 48px; height: 1px; background: var(--border); margin: 4px 0;
}
.mob-menu .mob-cta {
  margin-top: 8px; padding: 12px 32px; border-radius: 24px;
  background: var(--saffron); color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: clamp(12px, 1.4vw, 15px) clamp(22px, 2.8vw, 38px);
  font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  border-radius: 2px; transition: all 0.28s; border: 1.5px solid transparent;
}
.btn-fill { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn-fill:hover { background: var(--saffron); border-color: var(--saffron); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(212,96,26,0.28); }
.btn-outline { border-color: var(--ink-mid); color: var(--ink-mid); }
.btn-outline:hover { border-color: var(--saffron); color: var(--saffron); }
.btn-saffron { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.btn-saffron:hover { background: var(--saffron-lt); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(212,96,26,0.3); }
.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); }
.btn-physio { background: var(--physio-accent); color: #fff; border-color: var(--physio-accent); }
.btn-physio:hover { background: var(--physio-light); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,92,139,0.28); }
.btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.btn:hover svg { transform: translateX(3px); }

/* ── MARQUEE ── */
.marquee-wrap { overflow: hidden; background: var(--saffron); padding: 13px 0; }
.marquee-track {
  display: flex; gap: 0; width: max-content;
  animation: marq 24s linear infinite;
}
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item {
  padding: 0 40px; white-space: nowrap;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.85); font-weight: 500;
  display: flex; align-items: center; gap: 40px;
}
.marquee-item::after { content: '✦'; color: rgba(255,255,255,0.35); font-size: 8px; }

/* ── SCROLL REVEAL ── */
.rv   { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.rv-l { opacity: 0; transform: translateX(-30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.rv-r { opacity: 0; transform: translateX(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.rv-scale { opacity: 0; transform: scale(0.94); transition: opacity 0.7s ease, transform 0.7s ease; }
.in { opacity: 1; transform: none !important; }
.d1 { transition-delay: 0.07s; } .d2 { transition-delay: 0.14s; }
.d3 { transition-delay: 0.21s; } .d4 { transition-delay: 0.28s; }
.d5 { transition-delay: 0.35s; } .d6 { transition-delay: 0.42s; }

/* ── BACK TO TOP ── */
#btt {
  position: fixed; bottom: 28px; right: 28px; z-index: 700;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--saffron); color: #fff;
  font-size: 20px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(212,96,26,0.4);
  opacity: 0; transform: translateY(14px) scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
  border: none;
}
#btt.show { opacity: 1; transform: none; }
#btt:hover { background: var(--saffron-lt); transform: translateY(-2px) !important; }

/* ── SOCIAL ICONS ── */
.icon-ig, .icon-yt, .icon-fb, .icon-wa, .icon-email {
  display: inline-block; width: 40px; height: 40px; border-radius: 50%;
  background-size: 20px; background-position: center; background-repeat: no-repeat;
  transition: all 0.22s;
}
.nav-soc { width: 28px; height: 28px; background-size: 14px; margin-left: 6px; }
.icon-ig { background-color: #E1306C; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E"); }
.icon-yt { background-color: #FF0000; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z'%3E%3C/path%3E%3Cpolygon points='9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02' fill='white'%3E%3C/polygon%3E%3C/svg%3E"); }
.icon-fb { background-color: #1877F2; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.469h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.469h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E"); }
.icon-wa { background-color: #25D366; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.4 14.38c-.28-.14-1.65-.81-1.9-.9-.26-.1-.44-.14-.63.14-.19.28-.72.9-.88 1.08-.16.19-.32.21-.6.07-.28-.14-1.18-.43-2.25-1.38-.83-.74-1.39-1.65-1.55-1.93-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.5.14-.17.19-.28.28-.47.1-.19.05-.35-.02-.5-.07-.14-.63-1.52-.87-2.08-.23-.54-.46-.47-.63-.47h-.54c-.19 0-.49.07-.74.35-.26.28-1 .97-1 2.36s1.02 2.74 1.16 2.93c.14.19 2 3.05 4.85 4.27.68.29 1.21.47 1.62.6.68.21 1.3.18 1.79.11.55-.08 1.68-.69 1.92-1.35.24-.66.24-1.23.17-1.35-.07-.12-.26-.19-.54-.33z'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12c0 1.75.45 3.39 1.25 4.83L2 22l5.35-1.19C8.75 21.57 10.33 22 12 22c5.52 0 10-4.48 10-10S17.52 2 12 2zm0 18.23c-1.46 0-2.85-.38-4.08-1.04l-.29-.17-3.03.68.68-2.96-.19-.3C4.4 15.01 4 13.56 4 12V12c0-4.41 3.59-8 8-8s8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E"); }
.icon-email { background-color: #D44638; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E"); }
.icon-ig:hover, .icon-yt:hover, .icon-fb:hover, .icon-wa:hover, .icon-email:hover { opacity: 0.8; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  padding: clamp(48px, 6vw, 72px) clamp(20px, 5vw, 80px);
}
.footer-grid {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 24px; align-items: center; margin-bottom: 32px;
}
.f-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 30px); font-weight: 300;
  color: var(--sand); letter-spacing: 0.06em;
}
.f-logo em { font-style: italic; color: var(--gold-lt); }
.f-center { text-align: center; }
.f-center p { font-size: 12.5px; color: rgba(240,221,184,0.4); line-height: 1.8; margin-inline: auto; max-width: 300px; }
.f-center a { color: rgba(240,221,184,0.55); transition: color 0.2s; }
.f-center a:hover { color: var(--gold-lt); }
.f-socials { display: flex; gap: 10px; justify-content: flex-end; }
.fsoc { margin-bottom: 0; }
.footer-divider { height: 1px; background: rgba(200,144,26,0.1); margin-bottom: 20px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11.5px; color: rgba(240,221,184,0.28); gap: 16px; flex-wrap: wrap;
}
.footer-nav { display: flex; gap: 12px 20px; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: rgba(240,221,184,0.35); transition: color 0.2s; font-size: 11px; letter-spacing: 0.08em; }
.footer-nav a:hover { color: var(--gold-lt); }
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .f-socials { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── PAGE TRANSITION ── */
.page-transition {
  position: fixed; inset: 0; z-index: 9000;
  background: var(--ink);
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.page-transition.covering { transform: translateY(0); }

/* ── DECORATIVE ELEMENTS ── */
.deco-line {
  width: 1px; background: linear-gradient(to bottom, transparent, var(--saffron) 30%, var(--gold) 70%, transparent);
  opacity: 0.4;
}
.deco-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); opacity: 0.5; }

/* ── FORM STYLES (shared) ── */
.form-wrap { max-width: 740px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-soft);
}
.field label .req { color: var(--saffron); margin-left: 2px; }
.field input, .field select, .field textarea {
  padding: 12px 16px;
  border: 1.5px solid rgba(200,144,26,0.25);
  border-radius: 6px; outline: none;
  font-family: 'DM Sans', sans-serif; font-size: 14.5px; color: var(--ink);
  background: #fff; transition: border-color 0.22s, box-shadow 0.22s;
  appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(212,96,26,0.1);
}
.field.physio-field input:focus, .field.physio-field select:focus, .field.physio-field textarea:focus {
  border-color: var(--physio-accent);
  box-shadow: 0 0 0 3px rgba(26,92,139,0.1);
}
.field textarea { resize: vertical; min-height: 90px; line-height: 1.6; }

/* ── PHONE SPLIT (country code + number) ── */
.phone-split { display: flex; gap: 8px; align-items: stretch; }
.phone-split select {
  flex: 0 0 auto; width: 130px;
  padding: 12px 10px; font-size: 13.5px;
  border: 1.5px solid rgba(200,144,26,0.25); border-radius: 6px;
  background: #fff; color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
  padding-right: 28px; transition: border-color 0.22s, box-shadow 0.22s;
}
.phone-split select:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(212,96,26,0.1); outline: none;
}
.phone-split input[type="tel"] { flex: 1; }
.phone-err {
  display: none; color: #c0392b; font-size: 12px; margin-top: 2px;
}
.field.physio-field .phone-split select:focus {
  border-color: var(--physio-accent);
  box-shadow: 0 0 0 3px rgba(26,92,139,0.1);
}
@media(max-width:480px){
  .phone-split select { width: 110px; font-size: 12.5px; }
}
.age-warn {
  display: none; padding: 12px 16px; border-radius: 6px;
  background: rgba(180,30,30,0.07); border: 1px solid rgba(180,30,30,0.22);
  font-size: 13px; color: #8B1A1A; line-height: 1.65; margin-top: 6px;
}
.form-submit {
  margin-top: 24px; padding: clamp(13px, 1.5vw, 16px) clamp(28px, 3.5vw, 48px);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  border-radius: 4px; border: none; transition: all 0.26s;
  display: flex; align-items: center; gap: 10px;
}
.form-submit:disabled { opacity: 0.6; }
.form-submit-saffron { background: var(--saffron); color: #fff; }
.form-submit-saffron:hover:not(:disabled) { background: var(--saffron-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,96,26,0.3); }
.form-submit-physio { background: var(--physio-accent); color: #fff; }
.form-submit-physio:hover:not(:disabled) { background: var(--physio-light); transform: translateY(-2px); }
.success-msg { display: none; padding: clamp(36px, 5vw, 60px) 24px; text-align: center; }
.success-msg .s-icon { font-size: 52px; margin-bottom: 16px; }
.success-msg h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 38px); font-weight: 300; color: var(--ink); margin-bottom: 12px; }
.success-msg p { font-size: 15px; color: var(--ink-mid); line-height: 1.7; }
.success-msg em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: var(--saffron); }

@media (max-width: 620px) {
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
}

/* ── CARD PATTERNS ── */
.card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
  transition: box-shadow 0.28s, transform 0.28s;
}
.card:hover { box-shadow: var(--sh); transform: translateY(-3px); }

/* ── LIGHTBOX ── */
.lbox {
  position: fixed; inset: 0; background: rgba(8,3,1,0.94);
  z-index: 1500; display: none; align-items: center; justify-content: center; padding: 20px;
}
.lbox.open { display: flex; animation: lbFade 0.25s ease; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lbox img { max-width: min(88vw, 1000px); max-height: 88vh; object-fit: contain; border-radius: 8px; }
.lbox-x {
  position: fixed; top: 20px; right: 24px;
  font-size: 30px; color: rgba(255,255,255,0.7); background: none; border: none;
  line-height: 1; transition: color 0.2s; cursor: pointer;
}
.lbox-x:hover { color: #fff; }
.lbox-nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  font-size: 28px; color: rgba(255,255,255,0.6); background: none; border: none;
  padding: 12px 16px; cursor: pointer; transition: color 0.2s; user-select: none;
}
.lbox-nav:hover { color: #fff; }
.lbox-prev { left: 8px; }
.lbox-next { right: 8px; }
