/* =========================================================
   KCD ENTERTAINMENT — Live Comedy · Event Production · Security
   Aesthetic: Boutique West-End theatre · luxury supper-club
   Type: Fraunces (display serif) + Outfit (UI / body)
   Light · warm ivory · metallic gold · espresso · film grain
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Surfaces — warm ivory theme */
  --paper:     #FAF6EE;
  --paper-2:   #F1E9DA;
  --surface:   #FFFDF8;
  --elev:      #FFFFFF;

  /* Ink */
  --ink:       #1B1610;
  --ink-soft:  #463F35;
  --muted:     #756B5B;
  --muted-2:   #A0937F;

  /* Espresso (deep bands) */
  --espresso:   #161009;
  --espresso-2: #201810;
  --espresso-3: #2C2114;

  /* Lines */
  --line:      rgba(27,22,16,0.12);
  --line-soft: rgba(27,22,16,0.07);
  --line-gold: rgba(166,124,38,0.34);
  --line-dk:   rgba(255,250,240,0.13);

  /* Accent — logo gold */
  --gold:      #B7891C;
  --gold-deep: #946B12;
  --gold-bright:#E0AE3C;
  --gold-lift: #EFCB6B;
  --gold-pale: #F6E4B4;
  --gold-soft: rgba(183,137,28,0.13);
  --gold-glow: rgba(234,182,54,0.44);
  --gold-grad: linear-gradient(135deg, #F2CE6E 0%, #E0AE3C 38%, #B7891C 74%, #D8AE45 100%);

  /* Accent — logo red (from "COMEDY") */
  --red:       #D6281A;
  --red-deep:  #B11E10;
  --red-bright:#F23A24;
  --red-soft:  rgba(214,40,26,0.12);
  --red-grad:  linear-gradient(135deg, #ED3A26 0%, #D6281A 52%, #B11E10 100%);

  --shadow-sm: 0 1px 2px rgba(60,46,18,0.05), 0 12px 34px rgba(60,46,18,0.08);
  --shadow-md: 0 28px 64px rgba(48,38,16,0.15);
  --shadow-lg: 0 50px 110px rgba(40,31,12,0.24);
  --shadow-gold: 0 16px 40px rgba(150,103,17,0.30);
  --shadow-red: 0 16px 40px rgba(177,30,16,0.32);

  --maxw: 1240px;
  --r:    16px;
  --r-lg: 26px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(214,40,26,0.18);
  scroll-padding-top: 96px;
}

body {
  font-family: 'Outfit', system-ui, sans-serif;
  background:
    radial-gradient(1200px 700px at 80% -8%, rgba(214,168,72,0.12), transparent 60%),
    radial-gradient(900px 600px at -5% 12%, rgba(214,168,72,0.07), transparent 55%),
    var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

/* Film-grain overlay — tactile, printed-poster feel */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .16; mix-blend-mode: soft-light;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #fff; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Typography ---------- */
h1, h2 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-optical-sizing: auto;
  font-weight: 500; line-height: 1.04; letter-spacing: -0.018em; color: var(--ink);
}
h3, h4 { font-family: 'Outfit', sans-serif; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h3 { font-size: 1.32rem; }

/* Gold-foil emphasis — with a slow metallic sheen */
em, .foil {
  font-style: italic; font-weight: 500;
  background-image: linear-gradient(100deg, #B7891C 0%, #E0AE3C 22%, #EFCB6B 38%, #FCEFC6 46%, #EFCB6B 54%, #D8AE45 72%, #B7891C 100%);
  background-size: 230% 100%;
  background-position: 0% center;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: foilSheen 7.5s ease-in-out infinite;
}
@keyframes foilSheen { 0% { background-position: 0% center; } 50% { background-position: 100% center; } 100% { background-position: 0% center; } }
@media (prefers-reduced-motion: reduce) { em, .foil { animation: none; } }

.eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold-deep); display: inline-flex; align-items: center; gap: 13px;
}
.eyebrow::before {
  content: ""; width: 30px; height: 1.5px; background: var(--gold); display: inline-block;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 30px; height: 1.5px; background: var(--gold); display: inline-block; }
.eyebrow.on-dark { color: var(--gold-lift); }
.eyebrow.on-dark::before, .eyebrow.on-dark::after { background: var(--gold-bright); }

.lead { font-size: 1.16rem; color: var(--muted); font-weight: 400; line-height: 1.72; }
.accent { color: var(--gold-deep); }
.ink-accent { position: relative; white-space: nowrap; font-style: italic; font-family: 'Fraunces', serif; color: var(--gold-deep); }

/* Hairline divider */
.rule { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--line-gold) 20%, var(--line-gold) 80%, transparent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.96rem;
  padding: 15px 28px; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .25s, color .25s, border-color .25s;
  letter-spacing: 0.2px; position: relative;
}
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.btn-primary { background: var(--red-grad); color: #fff; box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255,255,255,0.22); font-weight: 700; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 54px rgba(177,30,16,0.44), inset 0 1px 0 rgba(255,255,255,0.22); }

.btn-ink { background: var(--ink); color: var(--gold-pale); box-shadow: inset 0 0 0 1px rgba(230,200,112,0.16); }
.btn-ink:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); background: #2A2114; color: #fff; }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-gold); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-3px); background: var(--gold-soft); }

.btn-gold-out { background: transparent; color: var(--gold-deep); border-color: var(--gold); }
.btn-gold-out:hover { background: var(--gold-soft); transform: translateY(-3px); }

.btn-ghost-dk { background: transparent; color: #fff; border-color: var(--line-dk); }
.btn-ghost-dk:hover { border-color: var(--gold-bright); color: var(--gold-lift); transform: translateY(-3px); }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
  border-bottom: 1px solid transparent;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 96px; }
@media (max-width: 620px) { .nav .wrap { height: 74px; } }
.nav.scrolled {
  background: rgba(250,246,238,0.78);
  backdrop-filter: saturate(170%) blur(18px); -webkit-backdrop-filter: saturate(170%) blur(18px);
  border-bottom: 1px solid var(--line-gold);
  box-shadow: 0 8px 34px rgba(40,31,12,0.08);
}

/* ---------- KCD Comedy Productions image logo ---------- */
.brand { display: inline-flex; align-items: center; line-height: 1; transition: transform .4s var(--ease); }
.brand:hover { transform: translateY(-1px); }
.brand .brand-img { display: block; height: 68px; width: auto; max-width: 250px; object-fit: contain; }
.footer .brand .brand-img { height: 78px; max-width: 280px; filter: drop-shadow(0 4px 18px rgba(0,0,0,0.4)); }
@media (max-width: 620px) {
  .brand .brand-img { height: 48px; max-width: 180px; }
  .footer .brand .brand-img { height: 56px; max-width: 200px; }
}

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.94rem; font-weight: 500; color: var(--ink-soft); position: relative; transition: color .25s; }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1.5px;
  background: var(--gold); transition: width .35s var(--ease);
}
.nav-links a:not(.nav-cta):hover::after, .nav-links a.active:not(.nav-cta)::after { width: 100%; }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--red-grad); color: #fff !important; padding: 11px 24px; border-radius: 100px; font-weight: 700;
  box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255,255,255,0.2); transition: transform .3s var(--ease), box-shadow .3s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(177,30,16,0.42), inset 0 1px 0 rgba(255,255,255,0.2); }

.menu-btn { display: none; background: none; border: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.menu-btn span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

.mobile-panel {
  position: fixed; inset: 0; z-index: 200; background: var(--espresso);
  display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 40px;
  transform: translateX(100%); transition: transform .5s var(--ease);
}
.mobile-panel::before {
  content:""; position:absolute; width:520px; height:520px; right:-160px; top:-140px;
  background: radial-gradient(circle, var(--gold-glow), transparent 66%); opacity:.55;
}
.mobile-panel.open { transform: translateX(0); }
.mobile-panel a { position: relative; z-index: 2; font-family: 'Fraunces', serif; color: #fff; font-size: 1.95rem; font-weight: 500; letter-spacing: -0.01em; padding: 14px 0; border-bottom: 1px solid var(--line-dk); transition: color .2s, padding-left .25s; }
.mobile-panel a:hover { color: var(--gold-lift); padding-left: 10px; }
.mobile-panel .m-cta { color: var(--gold-lift); font-style: italic; }
.mobile-panel .close { position: absolute; top: 26px; right: 30px; z-index: 3; background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* =========================================================
   MARQUEE — theatre billboard ticker
   ========================================================= */
.marquee {
  background: var(--espresso); color: var(--gold-pale); overflow: hidden; position: relative;
  border-top: 1px solid var(--line-dk); border-bottom: 1px solid var(--line-dk);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: inline-flex; align-items: center; white-space: nowrap; padding: 18px 0; animation: marquee 34s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.18rem; font-weight: 500; letter-spacing: 0.01em; padding: 0 26px; display: inline-flex; align-items: center; gap: 26px; }
.marquee-track span::after { content: "✦"; font-style: normal; font-size: 0.7rem; color: var(--gold-bright); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: 172px 0 96px; overflow: hidden; }
/* Spotlight cone */
.hero::before {
  content: ""; position: absolute; top: -22%; right: 4%; width: 620px; height: 980px; z-index: 0;
  background: conic-gradient(from 178deg at 50% 0%, transparent 44%, rgba(230,200,112,0.20) 50%, transparent 56%);
  filter: blur(8px); opacity: .9; transform: rotate(8deg);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .55;
  background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(circle at 26% 16%, #000 0%, transparent 66%);
          mask-image: radial-gradient(circle at 26% 16%, #000 0%, transparent 66%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: center; }

.hero h1 { font-size: clamp(2.9rem, 6.2vw, 5rem); font-weight: 500; margin: 22px 0 24px; letter-spacing: -0.022em; }
.hero h1 em { font-weight: 500; }
.hero .lead { max-width: 524px; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }

.hero-trust { display: flex; gap: 38px; margin-top: 48px; flex-wrap: wrap; }
.hero-trust .t { display: flex; flex-direction: column; position: relative; }
.hero-trust .t + .t::before { content: ""; position: absolute; left: -19px; top: 4px; bottom: 4px; width: 1px; background: var(--line-gold); }
.hero-trust .t b { font-family: 'Fraunces', serif; font-size: 1.9rem; font-weight: 500; letter-spacing: -0.02em; line-height: 1; }
.hero-trust .t span { font-size: 0.8rem; color: var(--muted); font-weight: 500; margin-top: 7px; }
.hero-trust .t b .accent { color: var(--gold-deep); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4/4.7;
  background: linear-gradient(160deg, var(--espresso-2), var(--espresso));
  outline: 1px solid var(--line-gold); outline-offset: 8px;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92) contrast(1.04); }
.hero-card::before {
  content:""; position:absolute; z-index:1; left:50%; top:-12%; width:130%; height:78%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, var(--gold-glow), transparent 62%); opacity:.75;
}
.hero-card::after { content: ""; position: absolute; inset: 0; z-index:1; background: linear-gradient(180deg, rgba(22,16,9,0.12) 0%, transparent 36%, rgba(16,11,6,0.66)); }

.chip {
  position: absolute; z-index: 3; background: rgba(255,253,248,0.92); backdrop-filter: blur(6px); border: 1px solid var(--line-gold); border-radius: 16px;
  padding: 14px 18px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 13px;
}
.chip .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--gold-grad); display: grid; place-items: center; flex-shrink: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }
.chip .ic svg { width: 21px; height: 21px; stroke: #2a1e06; fill: none; stroke-width: 2; }
.chip b { font-size: 1.14rem; font-weight: 700; letter-spacing: -0.02em; display: block; line-height: 1.05; color: var(--ink); }
.chip span { font-size: 0.74rem; color: var(--muted); font-weight: 500; }
.chip.tl { top: 22px; left: -26px; animation: chipFloat 5.6s var(--ease) infinite; }
.chip.br { bottom: 22px; right: -24px; animation: chipFloat 6.8s var(--ease) infinite; animation-delay: -2.4s; }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .chip.tl, .chip.br { animation: none; } }

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 108px 0; position: relative; }
.section.tight { padding: 78px 0; }
.section-head { max-width: 730px; margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin: 20px 0 16px; }
.section-head .lead { font-size: 1.13rem; }

.bg-surface { background: var(--surface); }
.bg-paper2 { background: var(--paper-2); }

/* ---------- Services grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.service-card {
  background: var(--elev); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 38px 32px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .4s;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease);
}
.service-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.service-card:hover::before { transform: scaleX(1); }
.service-card .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 1rem; font-weight: 500; color: var(--gold); letter-spacing: 0.02em; }
.service-card .ic-wrap {
  width: 58px; height: 58px; border-radius: 15px; background: var(--gold-soft);
  display: grid; place-items: center; margin: 12px 0 22px; transition: background .45s, box-shadow .45s;
}
.service-card:hover .ic-wrap { background: var(--gold-grad); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }
.service-card .ic-wrap svg { width: 27px; height: 27px; stroke: var(--gold-deep); transition: stroke .45s; fill: none; stroke-width: 1.6; }
.service-card:hover .ic-wrap svg { stroke: #2a1e06; }
.service-card h3 { margin-bottom: 11px; font-size: 1.28rem; }
.service-card p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Stats band (espresso) ---------- */
.dark-band { background: var(--espresso); color: #fff; position: relative; overflow: hidden; }
.dark-band::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(var(--line-dk) 1px, transparent 1px), linear-gradient(90deg, var(--line-dk) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(circle at 82% 24%, #000, transparent 72%);
          mask-image: radial-gradient(circle at 82% 24%, #000, transparent 72%);
}
.dark-band .glow { position: absolute; width: 600px; height: 600px; left: -150px; bottom: -230px; background: radial-gradient(circle, var(--gold-glow), transparent 64%); opacity: .5; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .lead { color: rgba(255,250,240,0.7); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 2; }
.stat { padding: 8px 0; }
.stat b { font-family: 'Fraunces', serif; font-size: clamp(2.5rem, 4.6vw, 3.5rem); font-weight: 500; letter-spacing: -0.02em; color: var(--gold-lift); display: block; line-height: 1; }
.stat span { color: rgba(255,250,240,0.66); font-size: 0.92rem; font-weight: 500; margin-top: 12px; display: block; }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 5/4.4; object-fit: cover; background: var(--espresso-2); filter: saturate(0.94) contrast(1.03); }
.split-media::after { content:""; position:absolute; inset:0; border-radius: var(--r-lg); outline: 1px solid var(--line-gold); outline-offset: 9px; pointer-events:none; }
.split-media .badge {
  position: absolute; left: -22px; bottom: -22px; background: var(--gold-grad); color: #2a1e06;
  border-radius: 18px; padding: 20px 26px; box-shadow: var(--shadow-md); max-width: 240px; z-index: 2; box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.5);
}
.split-media .badge b { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 500; letter-spacing: -0.02em; line-height: 1; display: block; }
.split-media .badge span { font-size: 0.85rem; font-weight: 600; }

.check-list { list-style: none; margin-top: 30px; display: flex; flex-direction: column; gap: 17px; }
.check-list li { display: flex; gap: 15px; align-items: flex-start; }
.check-list .ck { width: 27px; height: 27px; border-radius: 50%; background: var(--gold-grad); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }
.check-list .ck svg { width: 14px; height: 14px; stroke: #2a1e06; stroke-width: 2.8; fill: none; }
.check-list li b { font-weight: 600; }
.check-list li span { display: block; color: var(--muted); font-size: 0.95rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; padding: 32px 26px; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.step .n { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 500; color: #2a1e06; background: var(--gold-grad); width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.93rem; }

/* ---------- Events list ---------- */
.events { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.event-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 24px 30px; box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s;
}
.event-row:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.event-date {
  text-align: center; min-width: 92px; padding: 16px 10px; border-radius: 14px;
  background: var(--espresso); color: #fff; line-height: 1; box-shadow: inset 0 0 0 1px rgba(230,200,112,0.18);
}
.event-date .d { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 500; letter-spacing: -0.02em; display: block; }
.event-date .m { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-lift); margin-top: 7px; display: block; }
.event-date .y { font-size: 0.64rem; color: rgba(255,250,240,0.55); margin-top: 4px; display:block; letter-spacing:0.12em; }
.event-info .tt { font-family: 'Fraunces', serif; font-size: 1.42rem; font-weight: 500; letter-spacing: -0.015em; }
.event-info .meta { color: var(--muted); font-size: 0.92rem; margin-top: 7px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.event-info .meta svg { width: 15px; height: 15px; stroke: var(--gold-deep); fill:none; stroke-width:2; vertical-align:-2px; }
.event-row .e-cta { white-space: nowrap; }

/* ---------- Event poster cards ---------- */
.poster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.poster-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .35s;
}
.poster-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.poster-figure { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--espresso-2); }
.poster-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.poster-card:hover .poster-figure img { transform: scale(1.05); }
.poster-figure .ribbon {
  position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--red-grad); color: #fff;
  font-family: 'Outfit', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 100px; box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.22);
}
.poster-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.poster-body .pc-date { font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; color: var(--gold-deep); font-size: 1.05rem; }
.poster-body .lineup { font-size: 0.86rem; color: var(--ink-soft); display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; line-height: 1.4; }
.poster-body .lineup span { font-family: 'Outfit', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; background: var(--red-grad); padding: 3px 9px; border-radius: 100px; }

/* ---------- Scan-to-book QR ---------- */
.qr-card { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; background: var(--surface); border: 1px solid var(--line-gold); border-radius: var(--r-lg); padding: 46px; box-shadow: var(--shadow-md); max-width: 940px; margin: 0 auto; }
.qr-media { background: #fff; border-radius: 20px; padding: 16px; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); }
.qr-media img { width: 224px; height: 224px; display: block; }
.qr-copy h2 { margin: 16px 0 12px; }
.qr-copy .lead { max-width: 460px; }
.qr-steps { display: flex; gap: 22px; margin-top: 22px; flex-wrap: wrap; }
.qr-steps .qs { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); }
.qr-steps .qs b { width: 26px; height: 26px; border-radius: 50%; background: var(--gold-grad); color: #2a1e06; display: grid; place-items: center; font-size: 0.82rem; font-weight: 800; box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }
@media (max-width: 760px) {
  .qr-card { grid-template-columns: 1fr; gap: 28px; text-align: center; padding: 34px 24px; }
  .qr-media { justify-self: center; }
  .qr-copy .lead { margin: 0 auto; }
  .qr-steps { justify-content: center; }
}
.poster-body h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.42rem; letter-spacing: -0.015em; }
.poster-body .meta { color: var(--muted); font-size: 0.9rem; display: flex; align-items: flex-start; gap: 7px; line-height: 1.45; }
.poster-body .meta svg { width: 15px; height: 15px; stroke: var(--gold-deep); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.poster-body .btn { width: 100%; justify-content: center; margin-top: 14px; }

/* ---------- Testimonials ---------- */
.quote-wrap { max-width: 880px; margin: 0 auto; text-align: center; }
.quote-wrap .qm { font-family:'Fraunces',serif; font-size: 4.5rem; color: var(--gold); line-height: 0.5; font-weight: 500; }
.quote-wrap blockquote { font-family:'Fraunces',serif; font-size: clamp(1.5rem, 2.7vw, 2.1rem); font-weight: 500; letter-spacing: -0.015em; line-height: 1.34; margin: 22px 0 26px; color: var(--ink); }
.quote-wrap .who { font-weight: 600; }
.quote-wrap .who span { color: var(--muted); font-weight: 400; }

.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.t-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s; position: relative; }
.t-card::before { content:"“"; position:absolute; top: 14px; right: 26px; font-family:'Fraunces',serif; font-size: 4rem; line-height:1; color: var(--gold-soft); }
.t-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.t-card .stars { color: var(--gold-bright); font-size: 1.05rem; letter-spacing: 3px; margin-bottom: 18px; }
.t-card p { font-family:'Fraunces',serif; font-style: italic; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.55; }
.t-card .by { margin-top: 22px; font-weight: 600; font-size: 0.9rem; color: var(--muted); letter-spacing: 0.02em; }

/* ---------- Podcast platforms ---------- */
.pods { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.pod {
  display: inline-flex; align-items: center; gap: 11px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.96rem;
  color: var(--ink); background: var(--surface); border: 1px solid var(--line-gold); border-radius: 100px; padding: 13px 24px;
  box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s, color .3s;
}
.pod svg { width: 20px; height: 20px; stroke: var(--gold-deep); fill: none; stroke-width: 1.7; transition: stroke .3s; }
.pod:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold); color: var(--gold-deep); }

/* ---------- CTA band ---------- */
.cta { text-align: center; padding: 104px 0; }
.cta h2 { font-size: clamp(2.3rem, 5vw, 3.7rem); font-weight: 500; max-width: 900px; margin: 18px auto 18px; }
.cta .lead { max-width: 590px; margin: 0 auto 36px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero { padding: 158px 0 68px; position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; top: -28%; right: -4%; width: 600px; height: 600px;
  background: radial-gradient(circle, var(--gold-glow), transparent 64%); opacity: .6; filter: blur(8px);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(circle at 20% 28%, #000 0%, transparent 62%);
          mask-image: radial-gradient(circle at 20% 28%, #000 0%, transparent 62%);
}
.page-hero .inner { position: relative; z-index: 2; max-width: 800px; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.4rem); font-weight: 500; margin: 20px 0 20px; letter-spacing: -0.02em; }
.page-hero .lead { max-width: 630px; }
.crumb { font-family:'Outfit',sans-serif; font-size: 0.82rem; color: var(--muted); font-weight: 500; letter-spacing: 0.04em; }
.crumb a:hover { color: var(--gold-deep); }
.crumb .sep { margin: 0 9px; color: var(--muted-2); }

/* ---------- Service detail blocks ---------- */
.svc-block { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 40px 0; border-top: 1px solid var(--line-soft); transition: background .3s; }
.svc-block:last-child { border-bottom: 1px solid var(--line-soft); }
.svc-block:hover { background: linear-gradient(90deg, var(--gold-soft), transparent 60%); }
.svc-block .big-ic { width: 66px; height: 66px; border-radius: 16px; background: var(--espresso); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(230,200,112,0.2); }
.svc-block .big-ic svg { width: 30px; height: 30px; stroke: var(--gold-lift); fill: none; stroke-width: 1.5; }
.svc-block h3 { font-family:'Fraunces',serif; font-weight: 500; font-size: 1.6rem; margin-bottom: 11px; letter-spacing:-0.015em; }
.svc-block p { color: var(--muted); max-width: 680px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { font-family:'Outfit',sans-serif; font-size: 0.8rem; font-weight: 600; color: var(--gold-deep); background: var(--gold-soft); padding: 7px 15px; border-radius: 100px; }

/* ---------- Values grid ---------- */
.value-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.value-card .v-ic { width: 54px; height: 54px; border-radius: 14px; background: var(--gold-soft); display: grid; place-items: center; margin-bottom: 20px; }
.value-card .v-ic svg { width: 25px; height: 25px; stroke: var(--gold-deep); fill: none; stroke-width: 1.6; }
.value-card h3 { font-size: 1.18rem; margin-bottom: 9px; }
.value-card p { color: var(--muted); font-size: 0.96rem; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 58px; align-items: start; }
.info-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r); padding: 24px; display: flex; gap: 18px; align-items: flex-start; margin-bottom: 16px; box-shadow: var(--shadow-sm); transition: border-color .3s, transform .3s var(--ease); }
.info-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.info-card .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--gold-soft); display: grid; place-items: center; flex-shrink: 0; }
.info-card .ic svg { width: 22px; height: 22px; stroke: var(--gold-deep); fill: none; stroke-width: 1.7; }
.info-card .label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); }
.info-card .val { font-size: 1.1rem; font-weight: 600; margin-top: 3px; word-break: break-word; }
.info-card .val a:hover { color: var(--gold-deep); }
.info-card .note { font-size: 0.88rem; color: var(--muted); margin-top: 2px; }

.form-card { background: var(--surface); border: 1px solid var(--line-gold); border-radius: var(--r-lg); padding: 40px; box-shadow: var(--shadow-md); }
.form-card h3 { font-family:'Fraunces',serif; font-weight: 500; font-size: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 8px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; font-family: 'Outfit', sans-serif; font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); background: var(--surface); box-shadow: 0 0 0 4px var(--gold-soft);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { font-size: 0.82rem; color: var(--muted-2); margin-top: 14px; text-align: center; }

.map-strip { margin-top: 16px; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-dk); background: var(--espresso); color: rgba(255,250,240,0.78); padding: 24px 26px; display:flex; align-items:center; gap:14px; font-size:0.95rem; }
.map-strip svg { width: 22px; height: 22px; stroke: var(--gold-lift); fill:none; stroke-width:1.7; flex-shrink:0; }

/* ---------- Newsletter ---------- */
.newsletter { max-width: 640px; margin: 0 auto; text-align: center; }
.news-form { display: flex; gap: 12px; margin-top: 28px; }
.news-form input {
  flex: 1; font-family: 'Outfit', sans-serif; font-size: 1rem; color: #fff;
  background: rgba(255,250,240,0.08); border: 1.5px solid var(--line-dk); border-radius: 100px; padding: 15px 24px;
  transition: border-color .25s, background .25s;
}
.news-form input::placeholder { color: rgba(255,250,240,0.5); }
.news-form input:focus { outline: none; border-color: var(--gold-bright); background: rgba(255,250,240,0.12); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--espresso); color: #fff; padding: 82px 0 34px; position: relative; overflow: hidden; }
.footer::before { content:""; position:absolute; width:640px; height:640px; right:-170px; top:-270px; background: radial-gradient(circle, var(--gold-glow), transparent 64%); opacity:.4; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 42px; position: relative; z-index: 2; padding-bottom: 50px; border-bottom: 1px solid var(--line-dk); }
.footer .brand .logo-kcd {
  font-size: 2.45rem; color: #EAB636;
  text-shadow:
    -1.4px -1.4px 0 #0a0703, 1.4px -1.4px 0 #0a0703, -1.4px 1.4px 0 #0a0703, 1.4px 1.4px 0 #0a0703,
    0 3px 0 #0a0703;
}
.footer .brand .logo-comedy { color: #E8412E; }
.footer .brand .logo-prod { color: #fff; }
.footer p.about { color: rgba(255,250,240,0.62); margin-top: 20px; font-size: 0.95rem; max-width: 330px; }
.footer h4 { font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-lift); margin-bottom: 20px; font-weight: 700; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer ul a { color: rgba(255,250,240,0.76); font-size: 0.96rem; transition: color .2s, padding-left .2s; }
.footer ul a:hover { color: var(--gold-lift); padding-left: 5px; }
.footer .social { display: flex; gap: 10px; margin-top: 20px; }
.footer .social a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line-dk); display: grid; place-items: center; transition: .3s; }
.footer .social a svg { width: 19px; height: 19px; fill: rgba(255,250,240,0.82); }
.footer .social a:hover { background: var(--gold-grad); border-color: transparent; transform: translateY(-3px); }
.footer .social a:hover svg { fill: #2a1e06; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; position: relative; z-index: 2; }
.footer-bottom p { color: rgba(255,250,240,0.5); font-size: 0.85rem; }
.footer-bottom .ph { font-family:'Fraunces',serif; font-style: italic; color: var(--gold-lift); font-size: 0.95rem; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .09s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .27s; }
.reveal.d4 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { scroll-behavior: auto !important; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1040px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-btn { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .hero-visual { max-width: 430px; margin: 0 auto; width: 100%; }
  .grid-3 { grid-template-columns: 1fr; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); }
  .t-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .split.reverse .split-media { order: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px; }
}
@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 138px 0 66px; }
  .hero::before { right: -20%; opacity: .7; }
  .hero h1 { margin: 16px 0 18px; }
  .hero-trust { gap: 20px 30px; margin-top: 38px; }
  .hero-trust .t + .t::before { display: none; }
  .hero-trust .t b { font-size: 1.62rem; }
  .section { padding: 74px 0; }
  .section.tight { padding: 56px 0; }
  .section-head { margin-bottom: 42px; }
  .grid-4 { grid-template-columns: 1fr; }
  .poster-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .chip.tl { left: 8px; top: 12px; }
  .chip.br { right: 8px; bottom: 12px; }
  .form-card { padding: 28px 22px; }
  .cta { padding: 78px 0; }
  .marquee-track span { font-size: 1.04rem; padding: 0 18px; gap: 18px; }
  /* Events stack on mobile */
  .event-row { grid-template-columns: auto 1fr; gap: 16px 18px; padding: 20px; }
  .event-row .e-cta { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .event-info .tt { font-size: 1.2rem; }
  .news-form { flex-direction: column; }
  .news-form .btn { width: 100%; justify-content: center; }
  .btn { padding: 14px 24px; min-height: 50px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; justify-content: center; }
  /* Tighter, more readable type & spacing on phones */
  .lead { font-size: 1.05rem; line-height: 1.62; }
  .section-head .lead { font-size: 1.05rem; }
  h2 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  /* Service detail blocks: smaller icon, more room for text */
  .svc-block { grid-template-columns: 50px 1fr; gap: 16px; padding: 30px 0; }
  .svc-block .big-ic { width: 50px; height: 50px; border-radius: 13px; }
  .svc-block .big-ic svg { width: 24px; height: 24px; }
  .svc-block h3 { font-size: 1.3rem; }
  /* Feature image badge sits neatly inside on mobile */
  .split-media .badge { left: 12px; bottom: -16px; padding: 15px 20px; max-width: 200px; }
  .split-media .badge b { font-size: 1.6rem; }
  /* Cards a touch tighter */
  .service-card, .value-card, .t-card { padding: 30px 24px; }
  .poster-body { padding: 22px 22px 24px; }
  .qr-card { padding: 30px 22px; }
  .qr-media img { width: 200px; height: 200px; }
  .info-card { padding: 20px; }
}
@media (max-width: 420px) {
  .section { padding: 60px 0; }
  .section.tight { padding: 48px 0; }
  .hero { padding: 122px 0 56px; }
  .page-hero { padding: 128px 0 50px; }
  .hero-trust { gap: 18px 26px; }
  .qr-steps { gap: 14px 18px; }
}
@media (max-width: 380px) {
  .brand .logo { gap: 8px; }
  .brand .logo-kcd { font-size: 1.6rem; }
  .brand .logo-comedy { font-size: 1.1rem; }
  .brand .logo-prod { font-size: 0.5rem; letter-spacing: 0.22em; }
  .event-date { min-width: 76px; }
  .nav .wrap { height: 76px; }
}
