/* ============================================================
   ROZAN LLC — rozan.agency
   Cinematic, premium dark agency design system
   Near-black · warm gold · Fraunces (display) · Manrope (body)
   ============================================================ */

:root {
  --bg: #0A0908;
  --bg-2: #100E0C;
  --panel: #16140F;
  --panel-2: #1D1A14;
  --glass: rgba(255,255,255,0.035);
  --glass-2: rgba(255,255,255,0.06);
  --line: rgba(244,239,231,0.10);
  --line-2: rgba(244,239,231,0.18);
  --text: #F4EFE7;
  --muted: #A39B8E;
  --muted-2: #756E63;
  --gold: #E8B14C;
  --gold-light: #F4C66A;
  --gold-deep: #C98A2E;
  --grad-gold: linear-gradient(120deg, #F4C66A 0%, #E8B14C 50%, #C98A2E 100%);
  --grad-soft: linear-gradient(120deg, rgba(232,177,76,0.16), rgba(201,138,46,0.06));
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow: 0 40px 90px -40px rgba(0,0,0,0.85);
  --glow-gold: 0 20px 60px -20px rgba(232,177,76,0.45);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", system-ui, sans-serif;
  --maxw: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }
::selection { background: var(--gold); color: #1a1410; }

/* Film-grain overlay */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* Ambient spotlight */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(900px 600px at 78% -8%, rgba(232,177,76,0.16), transparent 60%),
    radial-gradient(700px 500px at 8% 105%, rgba(232,177,76,0.06), transparent 60%);
}

.container { width: min(var(--maxw), 92%); margin: 0 auto; position: relative; }
.container-narrow { width: min(840px, 92%); margin: 0 auto; }

/* Type */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.06; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.8rem, 6.5vw, 5.6rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
h3 { font-size: 1.4rem; }
.gold { color: var(--gold); }
.italic { font-style: italic; }
.gradient-text { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 60ch; font-weight: 400; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--sans);
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.4rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); opacity: 0.7; }
.eyebrow.center::before { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 1rem 2rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  font-family: var(--sans); letter-spacing: 0.01em; transition: all 0.25s ease;
  border: 1px solid transparent; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--grad-gold); color: #1a1410; box-shadow: var(--glow-gold); font-weight: 700; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 26px 60px -18px rgba(232,177,76,0.6); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn-lg { padding: 1.15rem 2.4rem; font-size: 1rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 200; transition: background 0.3s ease, border-color 0.3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(10,9,8,0.82); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; flex: none; }
.brand img { width: 44px; height: 44px; }
.brand .bt { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; letter-spacing: 0.16em; color: var(--text); }
.nav-links { display: flex; align-items: center; gap: 0.5rem; }
.nav-links a:not(.btn) { padding: 0.55rem 1.05rem; border-radius: 999px; color: var(--muted); font-weight: 500; font-size: 0.95rem; transition: color 0.18s ease, background 0.18s ease; }
.nav-links a:not(.btn):hover, .nav-links a:not(.btn).active { color: var(--text); background: var(--glass); }
.nav-cta { margin-left: 0.6rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); position: relative; background: var(--glass); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 12px; width: 22px; height: 1.6px; background: var(--text); transition: all 0.25s ease; }
.nav-toggle span { top: 22px; } .nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* Sections */
section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 3.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { margin-inline: auto; }
.section-head p { color: var(--muted); margin-top: 1rem; font-size: 1.12rem; }

/* Hero */
.hero { padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(4rem, 9vw, 7rem); position: relative; }
.hero-inner { text-align: center; max-width: 1000px; margin: 0 auto; }
.hero h1 { margin-bottom: 1.8rem; }
.hero h1 .italic { font-style: italic; color: var(--gold); }
.hero .lead { margin: 0 auto; font-size: 1.3rem; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 2.5rem; justify-content: center; margin-top: 3.2rem; flex-wrap: wrap; }
.hero-meta div { text-align: center; }
.hero-meta b { display: block; font-family: var(--serif); font-size: 2.2rem; color: var(--text); }
.hero-meta b em { color: var(--gold); font-style: normal; }
.hero-meta span { font-size: 0.82rem; color: var(--muted-2); letter-spacing: 0.06em; text-transform: uppercase; }

/* Showreel 3D card */
.showreel { perspective: 1600px; margin-top: 4rem; }
.showreel-stage { transform: rotateX(14deg); transform-style: preserve-3d; transition: transform 0.5s ease; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); position: relative; aspect-ratio: 16/8; background: linear-gradient(160deg, var(--panel), var(--bg-2)); }
.showreel:hover .showreel-stage { transform: rotateX(6deg); }
.showreel-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.showreel-stage::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,9,8,0.45) 0%, rgba(10,9,8,0.55) 55%, rgba(10,9,8,0.82) 100%); }
.showreel-stage .play { position: absolute; inset: 0; margin: auto; width: 92px; height: 92px; border-radius: 50%; background: var(--grad-gold); display: grid; place-items: center; box-shadow: var(--glow-gold); animation: pulse 2.6s ease-in-out infinite; z-index: 2; }
.showreel-stage .play svg { width: 34px; height: 34px; color: #1a1410; margin-left: 5px; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(232,177,76,0.4); } 50% { box-shadow: 0 0 0 26px rgba(232,177,76,0); } }
.showreel-stage .reel-label { position: absolute; bottom: 22px; left: 24px; z-index: 2; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: rgba(255,255,255,0.92); text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.showreel-stage .reel-corner { position: absolute; top: 22px; right: 24px; z-index: 2; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); text-shadow: 0 2px 12px rgba(0,0,0,0.5); }

/* Marquee */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.8rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 3rem; width: max-content; animation: scroll 30s linear infinite; align-items: center; }
.marquee-track span { font-family: var(--serif); font-size: 1.5rem; color: var(--muted-2); white-space: nowrap; }
.marquee-track .dot { color: var(--gold); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Stats */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.stat-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.4rem 1.8rem; text-align: center; transition: transform 0.25s ease, border-color 0.25s ease; }
.stat-card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.stat-card b { display: block; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--gold); line-height: 1; }
.stat-card span { color: var(--muted); font-size: 0.92rem; margin-top: 0.6rem; display: block; }
@media (max-width: 760px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }

/* Service cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card-3d { background: linear-gradient(165deg, var(--panel) 0%, var(--bg-2) 100%); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 2rem; position: relative; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.card-3d::before { content: ""; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.card-3d:hover { transform: translateY(-8px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card-3d:hover::before { opacity: 1; }
.card-3d .num { font-family: var(--serif); font-size: 0.95rem; color: var(--gold-deep); position: relative; z-index: 1; }
.card-3d .ic-box { width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; margin: 0.8rem 0 1.4rem; background: var(--grad-soft); border: 1px solid var(--line-2); color: var(--gold); position: relative; z-index: 1; }
.card-3d .ic-box svg { width: 27px; height: 27px; }
.card-3d h3 { margin-bottom: 0.6rem; position: relative; z-index: 1; }
.card-3d p { color: var(--muted); font-size: 0.97rem; position: relative; z-index: 1; }
.card-3d .tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.3rem; position: relative; z-index: 1; }
.card-3d .tags span { font-size: 0.73rem; color: var(--muted); background: var(--glass-2); border: 1px solid var(--line); padding: 0.22rem 0.6rem; border-radius: 999px; }
@media (max-width: 920px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }

/* Feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.split.rev .split-media { order: 2; }
.checklist li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.6rem 0; }
.checklist li svg { width: 22px; height: 22px; flex: none; color: var(--gold); margin-top: 3px; }
.checklist li b { font-weight: 600; display: block; }
.checklist li span { color: var(--muted); font-size: 0.93rem; }
.media-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 4/3; background: linear-gradient(160deg, var(--panel), var(--bg-2)); position: relative; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(10,9,8,0.35)), radial-gradient(circle at 60% 25%, rgba(232,177,76,0.16), transparent 60%); }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 2.5rem; } .split.rev .split-media { order: 0; } }

/* Process */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.proc-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem; background: var(--glass); position: relative; }
.proc-card .step { font-family: var(--serif); font-size: 0.85rem; letter-spacing: 0.2em; color: var(--gold-deep); }
.proc-card h3 { font-size: 1.2rem; margin: 0.7rem 0 0.5rem; }
.proc-card p { color: var(--muted); font-size: 0.9rem; }
@media (max-width: 900px) { .process { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .process { grid-template-columns: 1fr; } }

/* Work / case studies */
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.work-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--panel); transition: transform 0.3s ease, border-color 0.3s ease; }
.work-card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.work-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.work-card:hover .work-thumb img { transform: scale(1.05); }
.work-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,8,0.6), transparent 55%); }
.work-thumb .wtag { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); background: rgba(10,9,8,0.6); border: 1px solid var(--line-2); padding: 0.3rem 0.75rem; border-radius: 999px; }
.work-body { padding: 1.8rem; }
.work-body h3 { margin-bottom: 0.4rem; }
.work-body p { color: var(--muted); font-size: 0.95rem; }
.work-body .res { display: flex; gap: 2rem; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.work-body .res b { font-family: var(--serif); font-size: 1.5rem; color: var(--gold); display: block; line-height: 1; }
.work-body .res span { font-size: 0.78rem; color: var(--muted-2); }
@media (max-width: 760px) { .work-grid { grid-template-columns: 1fr; } }

/* Testimonial */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.test-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.test-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 1rem; }
.test-card p { font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.5; }
.test-card .who { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.test-card .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-gold); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; color: #1a1410; flex: none; }
.test-card .who b { font-weight: 600; }
.test-card .who span { font-size: 0.82rem; color: var(--muted-2); display: block; }
@media (max-width: 900px) { .test-grid { grid-template-columns: 1fr; } }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.team-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); transition: transform 0.25s ease, border-color 0.25s ease; }
.team-card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.team-card .ph { aspect-ratio: 1/1; background: linear-gradient(160deg, var(--panel-2), var(--bg-2)); display: grid; place-items: center; position: relative; }
.team-card .ph .mono { font-family: var(--serif); font-size: 3rem; color: var(--gold); opacity: 0.9; }
.team-card .ph::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(232,177,76,0.12), transparent 60%); }
.team-card .info { padding: 1.3rem; }
.team-card h3 { font-size: 1.12rem; }
.team-card .role { color: var(--gold); font-size: 0.84rem; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }

/* Badges row */
.badge-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.badge { display: flex; align-items: center; gap: 0.8rem; background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; }
.badge .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold); flex: none; }
.badge .ic svg { width: 21px; height: 21px; }
.badge b { font-family: var(--serif); font-size: 1rem; display: block; }
.badge span { font-size: 0.8rem; color: var(--muted-2); }
@media (max-width: 860px) { .badge-row { grid-template-columns: 1fr 1fr; } }

/* Industries chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chips span { border: 1px solid var(--line-2); border-radius: 999px; padding: 0.6rem 1.2rem; font-size: 0.9rem; color: var(--muted); transition: all 0.18s ease; }
.chips span:hover { color: var(--gold); border-color: var(--gold); }

/* CTA */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: clamp(3.5rem, 8vw, 6rem); text-align: center; background: linear-gradient(135deg, rgba(232,177,76,0.14), rgba(201,138,46,0.05)), var(--panel); border: 1px solid var(--line-2); }
.cta-band::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(232,177,76,0.3), transparent 70%); top: -200px; left: 50%; transform: translateX(-50%); filter: blur(40px); }
.cta-band > * { position: relative; }
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 0 auto 2.2rem; font-size: 1.15rem; }

/* Page hero */
.page-hero { padding: clamp(4rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.page-hero .lead { margin: 1.2rem auto 0; }

/* Forms */
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.4rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: 0.86rem; margin-bottom: 0.45rem; }
.field label span { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; padding: 0.92rem 1.1rem; border: 1px solid var(--line-2); border-radius: var(--radius-sm); background: rgba(255,255,255,0.03); color: var(--text); font-size: 1rem; transition: border-color 0.16s ease, box-shadow 0.16s ease; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(232,177,76,0.16); }
.field textarea { min-height: 150px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A39B8E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 16px; }
.form-error, .form-success { display: none; padding: 0.9rem 1.1rem; border-radius: var(--radius-sm); font-size: 0.92rem; margin-bottom: 1.1rem; }
.form-error { background: rgba(214,96,77,0.12); border: 1px solid rgba(214,96,77,0.35); color: #E8A595; }
.form-success { background: rgba(232,177,76,0.12); border: 1px solid rgba(232,177,76,0.35); color: var(--gold-light); }
.form-error.show, .form-success.show { display: block; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; align-items: start; }
.contact-info .ci-line { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-line:last-child { border-bottom: none; }
.contact-info .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold); flex: none; }
.contact-info .ic svg { width: 21px; height: 21px; }
.contact-info .lbl { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); }
.contact-info .val { font-weight: 600; font-size: 1.05rem; }
.contact-info .val a:hover { color: var(--gold); }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; padding: 1.4rem 0; font-family: var(--serif); font-size: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-a { padding: 0 0 1.4rem; color: var(--muted); max-width: 72ch; }

/* Legal */
.legal-body { padding: 1.5rem 0 5rem; }
.legal-body h2 { font-size: 1.5rem; margin: 2.4rem 0 0.8rem; }
.legal-body h3 { font-size: 1.15rem; margin: 1.6rem 0 0.5rem; }
.legal-body p, .legal-body li { color: var(--muted); margin-bottom: 0.85rem; }
.legal-body ul { list-style: disc; padding-left: 1.4rem; }
.legal-body a { color: var(--gold); }
.legal-meta { color: var(--muted-2); font-size: 0.85rem; padding-bottom: 1.4rem; margin-bottom: 1.6rem; border-bottom: 1px solid var(--line); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 4.5rem 0 2rem; margin-top: 2rem; background: linear-gradient(180deg, transparent, rgba(232,177,76,0.03)); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.site-footer .brand .bt { color: var(--text); }
.site-footer .fdesc { color: var(--muted); font-size: 0.94rem; max-width: 34ch; margin-top: 1.1rem; }
.site-footer h4 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1.1rem; }
.site-footer ul li { margin-bottom: 0.6rem; }
.site-footer ul a { color: var(--muted); font-size: 0.95rem; }
.site-footer ul a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 0.6rem; margin-top: 1.2rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: all 0.2s ease; }
.footer-social a:hover { color: var(--gold); border-color: var(--gold); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; font-size: 0.84rem; color: var(--muted-2); }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.09s; } .reveal-d2 { transition-delay: 0.18s; } .reveal-d3 { transition-delay: 0.27s; }

/* Mobile nav */
@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 88px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0.2rem; background: rgba(10,9,8,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 1rem 4% 1.6rem; display: none; }
  .nav-open .nav-links { display: flex; }
  .nav-links a:not(.btn) { padding: 0.95rem 1rem; }
  .nav-cta { margin: 0.6rem 1rem 0; text-align: center; }
}
