/* Holiday Lights Funnel — premium dark theme */
:root {
  --bg: #060b18;
  --bg2: #0a1226;
  --ink: #f4efe6;
  --muted: #a8b0c4;
  --gold: #f2c268;
  --gold-soft: #ffd98f;
  --gold-deep: #c98f2e;
  --card: rgba(255, 255, 255, 0.045);
  --line: rgba(255, 255, 255, 0.09);
  --radius: 18px;
  --font: "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -5%, rgba(242, 194, 104, 0.08), transparent 60%),
    radial-gradient(900px 500px at 10% 20%, rgba(64, 110, 220, 0.10), transparent 60%),
    linear-gradient(180deg, var(--bg2), var(--bg) 40%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: var(--gold-soft); }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; } .reveal.d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Type */
.eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-weight: 600;
}
h1, h2, h3 { line-height: 1.15; margin: 0 0 14px; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); letter-spacing: -0.01em; }
h1 em, h2 em { font-family: var(--serif); font-style: italic; color: var(--gold-soft); text-shadow: 0 0 28px rgba(242,194,104,0.45); }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
.lede { color: var(--muted); font-size: clamp(1rem, 2.6vw, 1.2rem); max-width: 620px; }
.center { text-align: center; } .center .lede { margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 34px; border-radius: 999px; border: 0; cursor: pointer;
  font-size: 1.06rem; font-weight: 700; font-family: var(--font); text-decoration: none;
  color: #23180a;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
  box-shadow: 0 6px 30px rgba(242, 194, 104, 0.35), inset 0 1px 0 rgba(255,255,255,0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 44px rgba(242,194,104,0.5), inset 0 1px 0 rgba(255,255,255,0.5); filter: brightness(1.05); }
.btn:active { transform: translateY(0) scale(0.99); }
.btn.ghost {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
  box-shadow: none;
}
.btn.ghost:hover { border-color: var(--gold); box-shadow: 0 0 24px rgba(242,194,104,0.2); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Cinematic full-bleed hero */
.home .topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 10; }
.cine { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 130px 0 100px; }
.cine-bg { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.cine-bg svg { width: 100%; height: 100%; display: block; }
.cine-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,5,13,0.94) 0%, rgba(2,5,13,0.66) 32%, rgba(2,5,13,0.18) 58%, rgba(2,5,13,0.02) 76%),
    linear-gradient(0deg, #060b18 0%, rgba(6,11,24,0) 24%),
    linear-gradient(180deg, rgba(2,5,13,0.6) 0%, rgba(2,5,13,0) 30%);
}
.cine-content { position: relative; z-index: 2; }
.cine-copy > * { opacity: 0; animation: cineRise 1s cubic-bezier(0.2,0.7,0.2,1) forwards; }
.cine-copy > *:nth-child(1) { animation-delay: 0.15s; }
.cine-copy > *:nth-child(2) { animation-delay: 0.3s; }
.cine-copy > *:nth-child(3) { animation-delay: 0.45s; }
.cine-copy > *:nth-child(4) { animation-delay: 0.6s; }
.cine-copy > *:nth-child(5) { animation-delay: 0.75s; }
@keyframes cineRise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
.cine h1 { font-size: clamp(2.7rem, 7vw, 4.7rem); letter-spacing: -0.015em; text-wrap: balance; }
.cine .lede { color: #c9d2e8; font-size: clamp(1.05rem, 2.4vw, 1.28rem); max-width: 540px; }
.eyebrow-pill {
  display: inline-flex; align-items: center; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-soft); border: 1px solid rgba(242,194,104,0.4); padding: 9px 18px; border-radius: 999px;
  background: rgba(242,194,104,0.08); margin-bottom: 22px; font-weight: 600;
  box-shadow: 0 0 24px rgba(242,194,104,0.12);
}
.cine .btn-row { margin-top: 30px; }
.cine-bokeh { position: absolute; inset: 0; overflow: hidden; }
.cine-bokeh span { position: absolute; border-radius: 50%; animation: bokehDrift linear infinite; }
@keyframes bokehDrift { from { transform: translate3d(0,10px,0); } to { transform: translate3d(34px,-130px,0); } }
.cine-cue {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 44px; border: 2px solid rgba(255,255,255,0.35); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 8px;
}
.cine-cue span { width: 4px; height: 9px; border-radius: 4px; background: var(--gold); animation: cueDrop 1.8s ease-in-out infinite; }
@keyframes cueDrop { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }
.tw { animation: twk 3.8s ease-in-out infinite; }
@keyframes twk { 0%,100% { opacity: 0.22; } 50% { opacity: 0.95; } }
/* desktop: narrow text column on the left, house artwork owns the right */
@media (min-width: 1100px) {
  .cine-content { width: 100%; }
  .cine-copy { max-width: 520px; }
}
.hero-note { font-size: 0.85rem; color: var(--muted); margin-top: 16px; }
@media (max-width: 700px) {
  .cine { padding: 120px 0 96px; }
  .cine-scrim {
    background:
      linear-gradient(180deg, rgba(2,5,13,0.74) 0%, rgba(2,5,13,0.42) 46%, rgba(2,5,13,0.9) 100%),
      linear-gradient(0deg, #060b18 0%, rgba(6,11,24,0) 30%);
  }
  .cine-content { text-align: center; }
  .cine .lede { margin: 0 auto; }
  .cine .btn-row { justify-content: center; }
  .cine .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .cine-copy > * { opacity: 1; animation: none; }
  .cine-bokeh, .cine-cue { display: none; }
}

/* Cards / grids */
.grid3 { display: grid; gap: 18px; margin-top: 34px; }
@media (min-width: 760px) { .grid3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; backdrop-filter: blur(6px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(242,194,104,0.45); box-shadow: 0 18px 50px rgba(0,0,0,0.4), 0 0 30px rgba(242,194,104,0.10); }
.card .step {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; color: #23180a; margin-bottom: 14px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-deep));
  box-shadow: 0 0 22px rgba(242,194,104,0.5);
}
.card h3 { font-size: 1.12rem; } .card p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* Example scenes */
.scenes { display: grid; gap: 18px; margin-top: 34px; }
@media (min-width: 760px) { .scenes { grid-template-columns: repeat(3, 1fr); } }
.scene {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.scene:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
.scene svg { display: block; width: 100%; height: auto; }
.scene figcaption { padding: 14px 18px; font-size: 0.92rem; color: var(--muted); background: rgba(0,0,0,0.25); }
.scene figcaption strong { color: var(--ink); display: block; font-size: 1rem; }

/* Trust strip */
.trust { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center; margin-top: 30px; }
.trust span {
  display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 0.95rem;
  padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--card);
  transition: border-color 0.25s ease, color 0.25s ease;
}
.trust span:hover { border-color: rgba(242,194,104,0.5); color: var(--ink); }
.trust .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }

/* FAQ */
.faq { max-width: 720px; margin: 30px auto 0; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; background: var(--card);
  transition: border-color 0.25s ease;
}
.faq details:hover, .faq details[open] { border-color: rgba(242,194,104,0.4); }
.faq summary { padding: 18px 22px; cursor: pointer; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--gold); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 22px 20px; color: var(--muted); }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 40px 0 60px; color: var(--muted); font-size: 0.9rem; }
footer .wrap { display: grid; gap: 18px; }
@media (min-width: 700px) { footer .wrap { grid-template-columns: 1fr 1fr; } }

/* Forms */
.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(22px, 5vw, 40px); max-width: 640px; margin: 0 auto;
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 0.95rem; }
.field .hint { font-size: 0.85rem; color: var(--muted); margin-top: 6px; }
input[type="text"], input[type="tel"], input[type="email"], input[type="file"], select, textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(0,0,0,0.35); color: var(--ink); font-size: 1rem; font-family: var(--font);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242,194,104,0.18); }
textarea { min-height: 90px; resize: vertical; }
.check { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; cursor: pointer; transition: border-color 0.2s ease; }
.check:hover { border-color: rgba(242,194,104,0.5); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--gold); flex-shrink: 0; }
.check small { color: var(--muted); display: block; }
.drop {
  border: 2px dashed rgba(242,194,104,0.4); border-radius: 16px; padding: 34px 20px; text-align: center;
  cursor: pointer; transition: border-color 0.25s ease, background 0.25s ease; background: rgba(242,194,104,0.03);
}
.drop:hover, .drop.over { border-color: var(--gold); background: rgba(242,194,104,0.07); }
.drop input { display: none; }
.drop .big { font-size: 2rem; margin-bottom: 8px; }
#previewImg { max-width: 100%; border-radius: 12px; margin-top: 14px; display: none; border: 1px solid var(--line); }
.form-error { display: none; background: rgba(255,90,90,0.12); border: 1px solid rgba(255,90,90,0.5); color: #ffb3b3; padding: 12px 16px; border-radius: 12px; margin-bottom: 18px; }
.tips { display: grid; gap: 12px; margin: 18px 0; }
@media (min-width: 560px) { .tips { grid-template-columns: 1fr 1fr; } }
.tip { border-radius: 12px; padding: 14px 16px; font-size: 0.88rem; border: 1px solid var(--line); }
.tip.good { border-color: rgba(110,232,110,0.4); background: rgba(110,232,110,0.05); }
.tip.bad { border-color: rgba(255,120,120,0.35); background: rgba(255,120,120,0.04); }
.tip strong { display: block; margin-bottom: 4px; }
.tip.good strong { color: #9fe89f; } .tip.bad strong { color: #ff9d9d; }
.tip p { margin: 0; color: var(--muted); }

/* Studio */
.studio-wrap { max-width: 900px; margin: 0 auto; padding: 24px 16px 80px; }
.canvas-stage { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,0.6); background: #000; touch-action: none; }
.canvas-stage canvas { display: block; width: 100%; height: auto; }
.compare-handle { position: absolute; top: 0; bottom: 0; width: 2px; background: var(--gold); box-shadow: 0 0 12px var(--gold); pointer-events: none; }
.compare-tag { position: absolute; top: 12px; font-size: 11px; letter-spacing: 0.18em; padding: 6px 12px; border-radius: 999px; background: rgba(0,0,0,0.6); border: 1px solid var(--line); pointer-events: none; }
.style-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.style-btn {
  flex: 1 1 120px; padding: 14px 10px; border-radius: 14px; border: 1px solid var(--line);
  background: var(--card); color: var(--ink); cursor: pointer; font-family: var(--font); font-size: 0.92rem; font-weight: 600;
  transition: all 0.25s ease; text-align: center;
}
.style-btn .swatch { display: block; width: 34px; height: 14px; border-radius: 999px; margin: 0 auto 8px; }
.style-btn:hover { transform: translateY(-2px); border-color: rgba(242,194,104,0.5); }
.style-btn.active { border-color: var(--gold); box-shadow: 0 0 24px rgba(242,194,104,0.25); background: rgba(242,194,104,0.08); }
.place-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.place-btn {
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: transparent;
  color: var(--muted); cursor: pointer; font-family: var(--font); font-size: 0.9rem; font-weight: 600; transition: all 0.25s ease;
}
.place-btn.active { color: #23180a; background: linear-gradient(180deg, var(--gold-soft), var(--gold)); border-color: transparent; box-shadow: 0 4px 18px rgba(242,194,104,0.35); }
.studio-hint { color: var(--muted); font-size: 0.88rem; margin: 10px 0 0; }
.compare-row { display: flex; align-items: center; gap: 14px; margin: 18px 0; color: var(--muted); font-size: 0.9rem; }
.compare-row input[type="range"] { flex: 1; accent-color: var(--gold); padding: 0; border: 0; background: transparent; }

/* Desk */
.desk-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.desk-table th, .desk-table td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.desk-table th { color: var(--muted); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
.desk-table img.thumb { width: 110px; border-radius: 8px; border: 1px solid var(--line); display: block; }
.pill { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; }
.pill.new { background: rgba(106,168,255,0.15); color: #9cc2ff; border: 1px solid rgba(106,168,255,0.4); }
.pill.contacted { background: rgba(242,194,104,0.12); color: var(--gold-soft); border: 1px solid rgba(242,194,104,0.4); }
.pill.booked { background: rgba(110,232,110,0.12); color: #9fe89f; border: 1px solid rgba(110,232,110,0.4); }
.pill.lost { background: rgba(255,120,120,0.10); color: #ff9d9d; border: 1px solid rgba(255,120,120,0.35); }
.status-select { width: auto; padding: 8px 10px; font-size: 0.85rem; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,0.25); }
.consent-ok { color: #9fe89f; } .consent-no { color: var(--muted); }
.mono { font-family: ui-monospace, monospace; font-size: 0.8rem; color: var(--gold-soft); }

.topbar { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { font-weight: 800; font-size: 1.05rem; letter-spacing: 0.02em; text-decoration: none; color: var(--ink); }
.brand b { color: var(--gold); }
.success-box { text-align: center; padding: 40px 20px; }
.success-box .big { font-size: 3rem; margin-bottom: 10px; }
.nav-steps { display: flex; gap: 8px; justify-content: center; margin: 26px 0 8px; font-size: 0.82rem; color: var(--muted); }
.nav-steps b { color: var(--gold-soft); }
.nav-steps span+span::before { content: "›"; margin: 0 10px; color: var(--line); }
