/* ============================================
   KIPPIS — LANDING
   Restraint + one depth slice. Dark #0a0a0e / cream #e6d5a7.
   ============================================ */

:root {
    --black:      #0a0a0e;
    --charcoal:   #141418;
    --graphite:   #1c1c24;
    --cream:      #e6d5a7;
    --cream-dim:  #b8a87a;
    --white:      #f0f0f5;
    --muted:      rgba(240, 240, 245, 0.62);
    --border:     rgba(255, 255, 255, 0.08);
    --border-2:   rgba(255, 255, 255, 0.14);
    --font-h:     'Playfair Display', Georgia, serif;
    --font-body:  'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono:  'DM Mono', 'Courier New', monospace;
    --ease:       cubic-bezier(0.16, 1, 0.3, 1);
    --maxw:       1180px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    background: var(--black);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

.skip-link {
    position: absolute; left: 1rem; top: -100px; z-index: 200;
    background: var(--cream); color: #1a1206; padding: 10px 18px;
    border-radius: 8px; font-weight: 500; transition: top 0.2s ease;
}
.skip-link:focus { top: 1rem; }

.grain {
    position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Shared type ---- */
.eyebrow {
    font-family: var(--font-mono);
    font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cream-dim); margin-bottom: 1.25rem;
}
.section-title {
    font-family: var(--font-h); font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.06;
    letter-spacing: -0.015em; color: var(--white);
}
.lead {
    color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.7; max-width: 56ch; margin-top: 1.5rem;
}

/* ---- Buttons ---- */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
    padding: 0.95rem 1.8rem; border-radius: 100px; border: 1px solid transparent;
    cursor: pointer; transition: transform 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease), color 0.45s var(--ease);
    will-change: transform;
}
.btn-primary { background: var(--cream); color: #1a1206; }
.btn-primary:hover { transform: translateY(-2px); background: #efe1bb; }
.btn-ghost { background: transparent; color: var(--cream); border-color: var(--border-2); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--cream); }

/* ---- Reveal ---- */
.animate-on-scroll, .reveal {
    opacity: 0; transform: translateY(22px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.animate-on-scroll.visible { opacity: 1; transform: none; }
.hero.loaded .reveal { opacity: 1; transform: none; }
.hero.loaded .reveal:nth-child(1) { transition-delay: 0.05s; }
.hero.loaded .reveal:nth-child(2) { transition-delay: 0.13s; }
.hero.loaded .reveal:nth-child(3) { transition-delay: 0.21s; }
.hero.loaded .reveal:nth-child(4) { transition-delay: 0.29s; }
.hero.loaded .hero-visual.reveal { transition-delay: 0.18s; }

/* ============================================
   NAV
   ============================================ */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    transition: background 0.4s var(--ease), border-color 0.4s var(--ease);
    border-bottom: 1px solid transparent;
}
.nav.scrolled {
    background: rgba(10, 10, 14, 0.82);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom-color: var(--border);
}
.nav-inner {
    max-width: var(--maxw); margin: 0 auto; padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
    display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 62px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2.1rem; }
.nav-links a { font-size: 0.92rem; color: var(--muted); transition: color 0.3s var(--ease); }
.nav-links a:hover { color: var(--white); }
.nav-cta {
    border: 1px solid var(--border-2); color: var(--cream) !important;
    padding: 0.6rem 1.3rem; border-radius: 100px;
    transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.nav-cta:hover { border-color: var(--cream); background: rgba(230, 213, 167, 0.08); }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; width: 30px; height: 22px; position: relative; }
.nav-burger span { position: absolute; left: 0; right: 0; height: 2px; background: var(--cream); transition: transform 0.4s var(--ease), opacity 0.3s var(--ease); }
.nav-burger span:nth-child(1) { top: 0; }
.nav-burger span:nth-child(2) { top: 10px; }
.nav-burger span:nth-child(3) { top: 20px; }
.nav-burger.open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.mobile-menu {
    position: fixed; inset: 0; z-index: 90;
    background: var(--black); display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 1.6rem;
    opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-h); font-size: 1.7rem; color: var(--white); }
.mobile-menu .nav-cta { font-family: var(--font-body); font-size: 1rem; }
.mobile-close {
    position: absolute; top: 1.5rem; right: 1.5rem; width: 48px; height: 48px;
    background: none; border: 1px solid var(--border-2); border-radius: 50%;
    color: var(--cream); font-size: 1.9rem; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.mobile-close:hover { border-color: var(--cream); background: rgba(230, 213, 167, 0.08); }

/* ============================================
   HERO
   ============================================ */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center; padding: 7rem 0 4rem; overflow: hidden;
    background:
        radial-gradient(70% 50% at 70% 38%, rgba(40, 33, 18, 0.4) 0%, transparent 60%),
        linear-gradient(180deg, #08080c 0%, #0c0c12 56%, #131119 100%);
}
.hero-glow {
    position: absolute; z-index: 0; pointer-events: none;
    top: 42%; left: 70%; transform: translate(-50%, -50%);
    width: 54vw; height: 54vw; max-width: 660px; max-height: 660px;
    background: radial-gradient(circle, rgba(230, 213, 167, 0.10) 0%, rgba(230, 213, 167, 0.03) 42%, transparent 68%);
    filter: blur(8px);
}
/* 3D drinks render layer + legibility shade */
.hero-3d { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0; transition: opacity 1.2s var(--ease); }
.hero-3d.ready { opacity: 1; }
.hero-3d-shade {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 8, 12, 0.92) 0%, rgba(8, 8, 12, 0.5) 34%, transparent 60%),
        linear-gradient(180deg, rgba(8, 8, 12, 0.55) 0%, transparent 28%, transparent 78%, rgba(8, 8, 12, 0.55) 100%);
}
.hero-grid {
    position: relative; z-index: 2; display: grid;
    grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.hero-copy h1 {
    font-family: var(--font-h); font-weight: 800;
    font-size: clamp(2.8rem, 7vw, 5rem); line-height: 0.98; letter-spacing: -0.025em;
    color: var(--white); margin-bottom: 1.6rem;
}
.hero-sub { color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.65; max-width: 32rem; margin-bottom: 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.5rem; }
.hero-note { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.04em; color: var(--cream-dim); }

/* Phone */
.hero-visual { display: flex; justify-content: center; }
.phone {
    width: clamp(240px, 26vw, 310px); aspect-ratio: 300 / 620;
    background: var(--graphite); border: 1px solid var(--border-2);
    border-radius: 40px; padding: 11px;
    box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.8);
    transform: translate3d(var(--px, 0px), var(--py, 0px), 0);
    transition: transform 0.5s var(--ease);
    -webkit-box-reflect: below 4px linear-gradient(transparent 56%, rgba(230, 213, 167, 0.14));
}
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: var(--black); }
.phone-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.phone-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,14,0.55) 0%, rgba(10,10,14,0.25) 35%, rgba(10,10,14,0.9) 100%); }
.phone-ui { position: absolute; inset: 0; padding: 20px 16px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.phone-top { display: flex; align-items: center; justify-content: space-between; }
.phone-cat { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); }
.phone-stage { font-family: var(--font-mono); font-size: 0.6rem; color: var(--muted); }
.phone-card { background: var(--cream); color: #1a1206; border-radius: 16px; padding: 16px 15px; text-align: center; }
.phone-card-label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: #7c6a3c; }
.phone-card-text { font-family: var(--font-h); font-weight: 600; font-size: 1.02rem; line-height: 1.25; margin: 8px 0 12px; }
.phone-card-drink { display: inline-block; background: #1a1206; color: var(--cream); font-size: 0.72rem; font-weight: 500; padding: 5px 14px; border-radius: 100px; }
.phone-wheel { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.phone-wheel-dot { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--cream); position: relative; }
.phone-wheel-dot::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; border: 1px dashed rgba(230, 213, 167, 0.5); animation: spin 9s linear infinite; }
.phone-wheel span { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================
   GO-ALL-OUT HERO ACCENTS
   ============================================ */
/* Champagne-bubble / bokeh canvas, behind the content */
.hero-bubbles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }

/* Gold shimmer sweep on the headline keyword */
.shine {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 38%, #fff6dd 47%, var(--cream) 52%, #fff6dd 57%, var(--white) 66%, var(--white) 100%);
    background-size: 280% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    animation: shine-sweep 7s var(--ease) infinite;
}
@keyframes shine-sweep { 0%, 24% { background-position: 135% 0; } 44%, 100% { background-position: -35% 0; } }

/* Phone roulette: spin to reveal (no auto-cycling) */
#heroPhone { cursor: pointer; }
.roulette { position: relative; width: clamp(150px, 46vw, 192px); aspect-ratio: 1; margin: 6px auto; }
.rl-pointer {
    position: absolute; top: -4px; left: 50%; transform: translateX(-50%); z-index: 4;
    width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent;
    border-top: 15px solid var(--cream); filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
}
.rl-wheel {
    position: absolute; inset: 0; border-radius: 50%; border: 3px solid var(--cream);
    background:
        repeating-conic-gradient(from -22.5deg, rgba(230, 213, 167, 0.55) 0 0.7deg, transparent 0.7deg 45deg),
        conic-gradient(from -22.5deg, #23222c 0 45deg, #2e2716 45deg 90deg, #23222c 90deg 135deg, #2e2716 135deg 180deg, #23222c 180deg 225deg, #2e2716 225deg 270deg, #23222c 270deg 315deg, #2e2716 315deg 360deg);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.55), 0 12px 30px -12px rgba(0, 0, 0, 0.7);
    transition: transform 3.7s cubic-bezier(0.12, 0.78, 0.12, 1); will-change: transform;
}
.rl-hub {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3;
    width: 38%; height: 38%; border-radius: 50%; background: var(--cream); color: #1a1206;
    display: flex; align-items: center; justify-content: center; text-align: center;
    border: 2px solid var(--black); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}
.rl-hub span { font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.roulette.idle .rl-hub { animation: hubPulse 2.4s var(--ease) infinite; }
@keyframes hubPulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -50%) scale(1.09); } }
.phone-result.reveal-in { animation: resultIn 0.45s var(--ease); }
@keyframes resultIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* A touch more life on the category cards */
.cat-card { transition: transform 0.5s var(--ease); }
.cat-card:hover { transform: translateY(-4px); }

/* ============================================
   ABOUT
   ============================================ */
.about { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.stats { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: 2.8rem; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-h); font-weight: 700; font-size: clamp(2.2rem, 4vw, 3rem); color: var(--cream); line-height: 1; }
.stat-label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 0.6rem; }
.about-photo { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 4 / 5; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================
   CATEGORIES
   ============================================ */
.categories { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
.cat-card { position: relative; display: block; border-radius: 18px; overflow: hidden; min-height: 360px; border: 1px solid var(--border); isolation: isolate; }
.cat-card--wide { grid-column: 1 / -1; min-height: 300px; }
.cat-media { position: absolute; inset: 0; z-index: -1; }
.cat-media img, .cat-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-media img { transition: transform 0.8s var(--ease); }
.cat-vid { opacity: 0; transition: opacity 0.6s var(--ease); }
.cat-card.playing .cat-vid { opacity: 1; }
.cat-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,10,14,0.1) 0%, rgba(10,10,14,0.35) 45%, rgba(10,10,14,0.92) 100%); }
.cat-card:hover .cat-media img { transform: scale(1.05); }
.cat-body { position: absolute; left: 0; bottom: 0; padding: clamp(1.4rem, 3vw, 2rem); }
.cat-tag { display: inline-block; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); margin-bottom: 0.7rem; }
.cat-tag--seasonal { color: #1a1206; background: var(--cream); padding: 4px 10px; border-radius: 100px; }
.cat-body h3 { font-family: var(--font-h); font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--white); line-height: 1.05; }
.cat-body p { color: var(--muted); font-size: 0.95rem; margin-top: 0.5rem; max-width: 28ch; }
.cat-go {
    position: absolute; top: clamp(1.4rem, 3vw, 2rem); right: clamp(1.4rem, 3vw, 2rem);
    font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--cream); border: 1px solid var(--border-2); border-radius: 100px; padding: 7px 16px;
    opacity: 0; transform: translateY(-6px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.cat-card:hover .cat-go { opacity: 1; transform: none; }
.cat-card--soon { opacity: 0.62; background: var(--graphite); }
.cat-card--soon:hover { opacity: 0.78; }
.cat-tag--soon { color: var(--cream-dim); border: 1px solid var(--border-2); padding: 4px 10px; border-radius: 100px; }

/* ============================================
   FEATURES
   ============================================ */
.features { padding: clamp(5rem, 10vw, 8.5rem) 0; background: var(--charcoal); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); margin-top: clamp(3rem, 5vw, 4.5rem); }
.feat { padding-top: 1.5rem; border-top: 1px solid var(--border-2); border-radius: 0; }
.feat-num { font-family: var(--font-mono); font-size: 0.85rem; color: var(--cream-dim); letter-spacing: 0.1em; }
.feat h3 { font-family: var(--font-h); font-weight: 600; font-size: 1.3rem; color: var(--white); margin: 1rem 0 0.6rem; }
.feat p { color: var(--muted); font-size: 0.95rem; line-height: 1.6; }
.features-cta { display: flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; margin-top: clamp(3rem, 5vw, 4rem); }
.features-cta-note { color: var(--muted); font-size: 0.9rem; }

/* ============================================
   FAQ
   ============================================ */
.faq { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.faq-head { position: sticky; top: 6rem; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.6rem 0; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; font-family: var(--font-h); font-weight: 600; font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--white); transition: color 0.3s var(--ease); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover, .faq-item[open] summary { color: var(--cream); }
.faq-plus { position: relative; flex-shrink: 0; width: 16px; height: 16px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--cream); transition: transform 0.4s var(--ease), opacity 0.4s var(--ease); }
.faq-plus::before { left: 0; right: 0; top: 7px; height: 2px; }
.faq-plus::after { top: 0; bottom: 0; left: 7px; width: 2px; }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-answer { padding: 0 0 1.6rem; color: var(--muted); line-height: 1.7; max-width: 60ch; }
.faq-answer strong { color: var(--cream); font-weight: 500; }

/* ============================================
   CONTACT
   ============================================ */
.contact { padding: clamp(5rem, 10vw, 8.5rem) 0; background: var(--charcoal); border-top: 1px solid var(--border); }
.contact-inner { max-width: 720px; }
.contact-form { margin-top: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { margin-bottom: 1.2rem; display: flex; flex-direction: column; }
.form-group label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 0.6rem; }
.contact-form input, .contact-form textarea {
    background: var(--black); border: 1px solid var(--border-2); border-radius: 12px;
    color: var(--white); font-family: var(--font-body); font-size: 1rem; padding: 0.9rem 1rem; width: 100%;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--cream); box-shadow: 0 0 0 3px rgba(230, 213, 167, 0.18); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.form-btn { margin-top: 0.5rem; }
.form-error { color: #f0a0a0; font-size: 0.9rem; margin: 0 0 1rem; }
.contact-thank-you .lead { margin-top: 1rem; }

/* ============================================
   FOOTER
   ============================================ */
.footer { padding: clamp(4rem, 8vw, 6rem) 0 3rem; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-cta h2 { font-family: var(--font-h); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--white); letter-spacing: -0.015em; }
.footer-divider { height: 1px; background: var(--border); margin: clamp(2.5rem, 5vw, 3.5rem) 0; }
.footer-legal { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.footer-legal-block h3 { font-family: var(--font-h); font-weight: 600; font-size: 1.1rem; color: var(--cream); margin-bottom: 0.8rem; }
.footer-legal-block p { color: var(--muted); font-size: 0.92rem; line-height: 1.7; }
.footer-legal-block a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.footer-logo img { height: 28px; width: auto; opacity: 0.9; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-nav a { color: var(--muted); font-size: 0.9rem; transition: color 0.3s var(--ease); }
.footer-nav a:hover { color: var(--cream); }
.footer-copy { color: var(--muted); font-size: 0.85rem; font-family: var(--font-mono); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 980px) {
    .nav-links { display: none; }
    .nav-burger { display: block; }
    .hero { min-height: auto; padding: 8rem 0 4rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-glow { left: 50%; top: 62%; }
    .phone { width: clamp(220px, 60vw, 280px); }
    .about-grid { grid-template-columns: 1fr; }
    .about-photo { max-width: 460px; }
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-head { position: static; }
}
@media (max-width: 600px) {
    .cat-grid { grid-template-columns: 1fr; }
    .cat-card, .cat-card--wide { min-height: 300px; }
    .feat-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-legal { grid-template-columns: 1fr; gap: 2rem; }
    .stats { gap: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .animate-on-scroll, .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .phone { transform: none !important; }
    .rl-wheel { transition: none; }
    .roulette.idle .rl-hub { animation: none; }
    .phone-result.reveal-in { animation: none; }
    .cat-media img { transition: none; }
    .cat-card:hover { transform: none; }
    .hero-bubbles { display: none; }
    .shine { animation: none; -webkit-text-fill-color: var(--cream); color: var(--cream); }
    .hero-glow { animation: none; }
}
