/* ============================================
   MC TICKETS — Your Ticket Concierge
   Dark / Purple / Gold / Silver premium theme
   ============================================ */

:root {
  --bg-base: #08080B;
  --bg-elev: #101017;
  --bg-card: #14141C;
  --bg-card-hover: #1A1A24;

  --purple: #7B3FF2;
  --purple-light: #9B6BFF;
  --purple-deep: #4E1FB8;
  --purple-glow: rgba(123, 63, 242, 0.35);

  --gold: #D4AF37;
  --gold-light: #E8C968;
  --gold-deep: #A88628;

  --silver: #C8C8D0;
  --silver-dim: #8B8B96;

  --text-base: #EDEDF0;
  --text-dim: #9696A2;
  --text-mute: #5E5E68;

  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius: 4px;
  --radius-lg: 10px;
  --max-w: 1200px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg-base);
  color: var(--text-base);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }

/* Background ambience */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(123, 63, 242, 0.12), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(212, 175, 55, 0.06), transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Fine noise/grain */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

main, nav, header, section, footer { position: relative; z-index: 2; }

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  z-index: 100;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(8, 8, 11, 0.7);
  border-bottom: 1px solid var(--border);
  transition: padding 0.4s var(--ease);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-base);
}
.monogram-sm {
  width: 32px;
  height: 32px;
  color: var(--gold-light);
}
.mono-text {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 500;
  fill: currentColor;
  letter-spacing: -1px;
}
.nav-wordmark {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.nav-cta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  transition: all 0.4s var(--ease);
  background: rgba(123, 63, 242, 0.08);
}
.nav-cta:hover {
  border-color: var(--purple-light);
  background: rgba(123, 63, 242, 0.2);
  box-shadow: 0 0 30px var(--purple-glow);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 40px 80px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  /* Fallback for browsers without image-set */
  background-image: url('assets/hero-stadium.jpg');
  /* Modern: prefer WebP */
  background-image: -webkit-image-set(
    url('assets/hero-stadium.webp') type('image/webp') 1x,
    url('assets/hero-stadium.jpg') type('image/jpeg') 1x
  );
  background-image: image-set(
    url('assets/hero-stadium.webp') type('image/webp') 1x,
    url('assets/hero-stadium.jpg') type('image/jpeg') 1x
  );
  background-size: cover;
  background-position: center 40%;
  pointer-events: none;
  filter: saturate(1.05) contrast(1.08) brightness(1.15);
  animation: heroDrift 40s ease-in-out infinite alternate;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 65% at center, rgba(8, 8, 11, 0.05) 0%, rgba(8, 8, 11, 0.35) 55%, rgba(8, 8, 11, 0.8) 100%),
    linear-gradient(180deg, rgba(8, 8, 11, 0.35) 0%, rgba(8, 8, 11, 0.05) 35%, rgba(8, 8, 11, 0.55) 100%),
    radial-gradient(ellipse at 50% 35%, rgba(123, 63, 242, 0.28), transparent 60%);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: conic-gradient(from 90deg at 50% 50%, transparent 0deg, rgba(212, 175, 55, 0.04) 180deg, transparent 360deg);
  animation: rotateSlow 60s linear infinite;
  pointer-events: none;
}
@keyframes heroDrift {
  0%   { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.12) translate(-1.5%, -1%); }
}

/* Sparkles canvas layer */
.sparkles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}

/* Diagonal light sweep across the hero */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: -50%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(212, 175, 55, 0.04) 40%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(155, 107, 255, 0.04) 60%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: lightSweep 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes lightSweep {
  0%, 100% { left: -60%; opacity: 0; }
  45%      { opacity: 1; }
  55%      { opacity: 1; }
  100%     { left: 160%; opacity: 0; }
}
@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}

.hero-inner {
  text-align: center;
  max-width: 780px;
  position: relative;
}
.monogram-wrap {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.monogram-lg {
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 0 40px var(--purple-glow));
  animation: pulse 6s ease-in-out infinite;
}
.mono-text-lg {
  font-family: var(--font-serif);
  font-size: 76px;
  font-weight: 500;
  letter-spacing: -2px;
  fill: url(#monoGrad);
}
@keyframes pulse {
  0%, 100% { filter: drop-shadow(0 0 40px var(--purple-glow)); }
  50% { filter: drop-shadow(0 0 60px rgba(212, 175, 55, 0.3)); }
}

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(52px, 9vw, 112px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 32px;
  color: var(--text-base);
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.7),
    0 4px 40px rgba(0, 0, 0, 0.5);
}
.hero-title em {
  font-style: italic;
  display: inline-block;
  line-height: 1.2;
  padding: 0.02em 0.14em 0.22em 0.04em;
  margin: 0 -0.12em -0.2em 0;
  /* Same gradient as the MC monogram: purple → gold → purple, 135deg */
  background: linear-gradient(135deg, #9B6BFF 0%, #D4AF37 50%, #7B3FF2 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-sub {
  font-size: 18px;
  color: var(--text-base);
  max-width: 560px;
  margin: 0 auto 44px;
  line-height: 1.7;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.85),
    0 1px 4px rgba(0, 0, 0, 0.8);
}
.nowrap { white-space: nowrap; }

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
  color: #fff;
  border: 1px solid var(--purple-light);
  box-shadow: 0 10px 40px var(--purple-glow);
  isolation: isolate;
  position: relative;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: -1;
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary:hover {
  box-shadow: 0 14px 50px rgba(212, 175, 55, 0.35);
  color: #0A0A0C;
  border-color: var(--gold-light);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-ghost {
  color: var(--silver);
  border: 1px solid var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}
.btn-full {
  width: 100%;
  padding: 20px;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  flex-wrap: wrap;
}
.hero-meta .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(20, 20, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: all 0.4s var(--ease);
}
.hero-meta .pill:hover {
  border-color: var(--gold);
  background: rgba(20, 20, 28, 0.75);
}
.hero-meta .pill strong {
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
.hero-meta .pill::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}

.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-hint span {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  animation: scrollHint 2.5s ease-in-out infinite;
}
@keyframes scrollHint {
  0%, 100% { transform: translateY(0); opacity: 0.3; }
  50% { transform: translateY(10px); opacity: 1; }
}

/* ============================================
   SECTIONS (shared)
   ============================================ */
.section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 140px 40px;
}
.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0 0 60px;
  max-width: 780px;
  color: var(--text-base);
}

/* ============================================
   POSITIONING
   ============================================ */
.positioning {
  text-align: center;
  max-width: 900px;
}
.positioning .section-label { margin-bottom: 30px; }
.big-quote {
  font-family: var(--font-serif);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 0 0 50px;
  color: var(--text-base);
}
.accent {
  font-style: italic;
  color: var(--gold-light);
}
.positioning-body {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 680px;
  margin: 0 auto;
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.step {
  padding: 44px 36px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
}
.step::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple-light), transparent);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.step:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.step:hover::before { opacity: 1; }
.step-num {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--purple-light);
  margin-bottom: 20px;
  opacity: 0.7;
}
.step h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--text-base);
}
.step p {
  color: var(--text-dim);
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

/* ============================================
   CATEGORIES
   ============================================ */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cat-card {
  padding: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), background 0.5s var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  --mx: 50%;
  --my: 50%;
}
.cat-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0A0A0E;
}
.cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05) brightness(0.92);
  transition: transform 0.9s var(--ease), filter 0.6s var(--ease);
}
.cat-card:hover .cat-image img {
  transform: scale(1.06);
  filter: saturate(1.15) contrast(1.08) brightness(1);
}
.cat-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,8,11,0) 35%, rgba(8,8,11,0.55) 80%, rgba(20,20,28,0.95) 100%),
    linear-gradient(180deg, rgba(8,8,11,0.25) 0%, rgba(8,8,11,0) 25%);
  pointer-events: none;
}
.cat-body {
  position: relative;
  padding: 28px 32px 36px;
  flex: 1;
  z-index: 2;
}
.cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 340px at var(--mx) var(--my), rgba(155, 107, 255, 0.28), rgba(212, 175, 55, 0.08) 30%, transparent 55%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  pointer-events: none;
  mix-blend-mode: screen;
}
.cat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: radial-gradient(circle 340px at var(--mx) var(--my), rgba(212, 175, 55, 0.6), rgba(155, 107, 255, 0.35) 30%, transparent 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.cat-card:hover {
  transform: translateY(-4px);
  background: var(--bg-card-hover);
}
.cat-card:hover::after,
.cat-card:hover::before { opacity: 1; }
.cat-card h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--text-base);
}
.cat-card p {
  color: var(--text-dim);
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

/* ============================================
   INVENTORY
   ============================================ */
.inv-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.inv-header .section-title { margin-bottom: 0; }
.inv-note {
  font-size: 13px;
  color: var(--text-mute);
  font-style: italic;
  max-width: 260px;
  text-align: right;
  margin: 0;
}
.inv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.inv-card {
  padding: 32px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.5s var(--ease), background 0.5s var(--ease), box-shadow 0.5s var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  --mx: 50%;
  --my: 50%;
}
.inv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: radial-gradient(circle 320px at var(--mx) var(--my), rgba(212, 175, 55, 0.7), rgba(155, 107, 255, 0.3) 30%, transparent 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.inv-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 320px at var(--mx) var(--my), rgba(212, 175, 55, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  pointer-events: none;
  mix-blend-mode: screen;
}
.inv-card:hover {
  transform: translateY(-4px);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 60px rgba(212, 175, 55, 0.1);
}
.inv-card:hover::before,
.inv-card:hover::after { opacity: 1; }
.inv-card > * { position: relative; z-index: 1; }
.inv-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 6px 12px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 2px;
  margin-bottom: 20px;
}
.inv-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
  color: var(--text-base);
}
.inv-meta {
  color: var(--text-dim);
  font-size: 13px;
  margin: 0 0 28px;
  line-height: 1.6;
}
.inv-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.price {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--gold-light);
  letter-spacing: 1px;
}
.arrow {
  font-size: 20px;
  color: var(--purple-light);
  transition: transform 0.4s var(--ease);
}
.inv-card:hover .arrow { transform: translateX(6px); }

/* ============================================
   WHY US
   ============================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.why-item {
  padding: 40px 28px;
  background: linear-gradient(180deg, var(--bg-card), rgba(20, 20, 28, 0.3));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all 0.5s var(--ease);
}
.why-item:hover {
  border-color: var(--purple-light);
  background: var(--bg-card-hover);
}
.why-num {
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-base);
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--gold-light), var(--purple-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-num span {
  font-size: 32px;
  vertical-align: top;
}
.why-item p {
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   REQUEST FORM
   ============================================ */
.request {
  text-align: center;
}
.request-inner {
  max-width: 720px;
  margin: 0 auto;
}
.request .section-title {
  margin: 0 auto 20px;
}
.request-sub {
  font-size: 16px;
  color: var(--text-dim);
  margin: 0 0 50px;
}
.form {
  text-align: left;
  background: var(--bg-card);
  padding: 48px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
}
.form::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--purple-light), transparent 40%, var(--gold), transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.4;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form label {
  display: block;
  margin-bottom: 20px;
}
.form label.full { display: block; }
.form label span {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 500;
}
.form input,
.form textarea {
  width: 100%;
  background: rgba(8, 8, 11, 0.6);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 14px 16px;
  color: var(--text-base);
  font: inherit;
  font-size: 15px;
  transition: all 0.3s var(--ease);
}
.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--purple-light);
  background: rgba(8, 8, 11, 0.8);
  box-shadow: 0 0 0 3px rgba(123, 63, 242, 0.1);
}
.form textarea { resize: vertical; }
.form .btn {
  margin-top: 20px;
}
.form-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-mute);
  margin: 24px 0 0;
}
.form-note a { color: var(--gold-light); border-bottom: 1px solid rgba(212, 175, 55, 0.3); }

/* ============================================
   FORM SUCCESS / ERROR STATES
   ============================================ */
.form-success {
  text-align: center;
  padding: 32px 12px;
}
.form-success .check {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}
.form-success h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--text-base);
}
.form-success p {
  color: var(--text-dim);
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}
.form-error {
  margin-top: 18px;
  padding: 14px 18px;
  background: rgba(220, 80, 80, 0.08);
  border: 1px solid rgba(220, 80, 80, 0.3);
  border-radius: 4px;
  font-size: 13px;
  color: #f0c0c0;
  text-align: center;
}
#submitBtn[disabled] { opacity: 0.6; cursor: progress; }

/* ============================================
   PRIVACY MODAL
   ============================================ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.modal.open {
  display: flex;
  opacity: 1;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 6, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}
.modal-card {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  max-width: 720px;
  width: 100%;
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.5s var(--ease);
}
.modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--purple-light), transparent 40%, var(--gold), transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
}
.modal-content {
  padding: 50px 56px 44px;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
/* Subtle gold scrollbar inside the modal */
.modal-content::-webkit-scrollbar { width: 8px; }
.modal-content::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.02); }
.modal-content::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.25);
  border-radius: 4px;
}
.modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 175, 55, 0.45);
}
.modal-content h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 0 8px;
  color: var(--text-base);
}
.modal-content h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  margin: 28px 0 8px;
  color: var(--gold-light);
}
.modal-content p,
.modal-content li {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.75;
}
.modal-content ul {
  margin: 8px 0 8px;
  padding-left: 20px;
}
.modal-content li { margin: 4px 0; }
.modal-content a {
  color: var(--gold-light);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.modal-meta {
  font-size: 12px !important;
  color: var(--text-mute) !important;
  letter-spacing: 0.5px;
  margin: 0 0 24px !important;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: rgba(8, 8, 11, 0.6);
  color: var(--text-base);
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s var(--ease);
}
.modal-close:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  transform: rotate(90deg);
}
body.modal-open { overflow: hidden; }

@media (max-width: 640px) {
  .modal-content { padding: 40px 28px 32px; }
  .modal-content h2 { font-size: 28px; }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  margin-top: 80px;
  padding: 80px 40px 40px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, transparent, rgba(123, 63, 242, 0.05));
  position: relative;
  z-index: 2;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--gold-light);
}
.foot-word {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--text-base);
  margin: 0;
}
.foot-tag {
  font-size: 12px;
  color: var(--text-mute);
  margin: 2px 0 0;
  letter-spacing: 0.5px;
}
.footer-col p { margin: 0 0 6px; font-size: 14px; color: var(--text-dim); }
.foot-label {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px !important;
  font-weight: 500;
}
.footer-col a { color: var(--text-dim); transition: color 0.3s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-legal {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-top: 30px;
}
.footer-legal p {
  font-size: 11px;
  color: var(--text-mute);
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Word-level stagger reveal on section titles */
.section-title .word,
.big-quote .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: calc(var(--i, 0) * 60ms);
}
.fade-in.visible .section-title .word,
.fade-in.visible .big-quote .word {
  opacity: 1;
  transform: translateY(0);
}

/* Magnetic button wrapper — transform override via inline style */
.btn-primary {
  will-change: transform;
  transition: transform 0.35s var(--ease), box-shadow 0.4s var(--ease), color 0.3s var(--ease), border-color 0.4s var(--ease);
}

/* Lenis smooth scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .nav { padding: 18px 24px; }
  .nav-wordmark { display: none; }
  .section { padding: 100px 24px; }
  .hero { padding: 120px 24px 60px; }
  .steps, .cat-grid, .inv-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .inv-header { flex-direction: column; align-items: flex-start; }
  .inv-note { text-align: left; max-width: none; }
}
@media (max-width: 640px) {
  .nav { padding: 14px 20px; }
  .nav-cta { padding: 10px 18px; font-size: 11px; letter-spacing: 1px; }
  .section { padding: 80px 20px; }
  .hero { padding: 100px 20px 60px; }
  .monogram-lg { width: 110px; height: 110px; }
  .steps, .cat-grid, .inv-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas .btn { width: 100%; }
  .form { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-meta { gap: 12px; font-size: 12px; }
}
