/* Experio marketing site - taste-skill pass (2026-08-05):
   Design read: B2B SaaS landing for AU experience-venue owners, dark-tech premium,
   approachable. Dials: VARIANCE 7 / MOTION 5 / DENSITY 4.
   Stack honesty: native CSS + vanilla JS (static cPanel hosting, no build step),
   NOT a framework build. Poppins is brand-named (boards). One accent: the blue
   family #4D8FFF→#38B6FF. Radius rule: buttons 12px, cards 16px, images 12px.
   Theme: dark, locked page-wide. */
:root {
    --bg: #13111C;
    --card: #1a1726;
    --card-hover: #201b2e;
    --line: #2e2844;
    --text: #EDEAF4;
    --body: #C7C3D0;
    --muted: #9C95B3;
    --blue: #4D8FFF;
    --blue-2: #38B6FF;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif; color: var(--body);
    background: var(--bg); line-height: 1.65; }
a { color: var(--blue); text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ── Nav (single line, 68px) ── */
header { position: sticky; top: 0; background: rgba(19,17,28,.9); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line); z-index: 50; }
.nav { display: flex; align-items: center; gap: 26px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.2rem;
    color: var(--text); letter-spacing: -.02em; }
.emark { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--blue) 20%, var(--blue-2) 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: 1.05rem; font-style: italic; }
.nav .links { display: flex; gap: 22px; font-size: .9rem; font-weight: 500; }
.nav .links a { color: var(--body); }
.nav .links a:hover, .nav .links a.on { color: var(--blue-2); }
.nav .cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
@media (max-width: 700px) { .nav .links { display: none; } }

.btn { display: inline-block; border-radius: 12px; padding: 12px 24px; font-weight: 600;
    font-size: .92rem; transition: transform .14s, box-shadow .14s, border-color .14s; }
.btn:active { transform: scale(.98); }
.btn.primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff;
    box-shadow: 0 6px 20px rgba(77,143,255,.24); }
.btn.primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(77,143,255,.34); }
.btn.ghost { color: var(--text); border: 1.5px solid var(--line); background: transparent; }
.btn.ghost:hover { border-color: var(--blue); color: var(--blue-2); }

/* ── Hero: asymmetric split (copy left, product right) ── */
.hero { padding: 72px 0 84px; overflow: hidden;
    background: radial-gradient(ellipse 760px 380px at 78% 12%, rgba(77,143,255,.13), transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 56px; align-items: center; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.kicker { display: inline-block; background: var(--card); border: 1px solid var(--line);
    border-radius: 999px; padding: 6px 15px; font-size: .76rem; font-weight: 600;
    color: var(--muted); margin-bottom: 20px; }
h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; color: var(--text);
    letter-spacing: -.03em; line-height: 1.08; }
h1 .acc { background: linear-gradient(135deg, var(--blue), var(--blue-2));
    -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { margin: 18px 0 28px; color: var(--muted); font-size: 1.05rem; max-width: 44ch; }
.hero .btns { display: flex; gap: 12px; flex-wrap: wrap; }
/* Product shot: a real <img> in a device-ish frame. NOT a div-built fake UI. */
.shot { border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
    background: var(--card); box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.shot img { width: 100%; aspect-ratio: 16/10.5; object-fit: cover; object-position: top; }
.shot-cap { font-size: .78rem; color: var(--muted); margin-top: 12px; }

/* ── Tools bento (4 items = 4 cells, asymmetric, varied backgrounds) ── */
.tools { padding: 84px 0; }
.tools h2, .sec-h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); color: var(--text);
    letter-spacing: -.02em; line-height: 1.15; }
.tools .lead { color: var(--muted); margin: 10px 0 40px; max-width: 52ch; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.cell { border: 1px solid var(--line); border-radius: 16px; padding: 30px;
    background: var(--card); position: relative; display: flex; flex-direction: column;
    transition: transform .16s, background .16s, box-shadow .16s; }
a.cell:hover { transform: translateY(-3px); background: var(--card-hover);
    box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.cell.big { grid-column: span 7; min-height: 300px; }
.cell.big.alt { grid-column: span 5; }
.cell.small { grid-column: span 6; }
@media (max-width: 880px) { .cell.big, .cell.big.alt, .cell.small { grid-column: span 12; } }
/* Background diversity: one photographic cell, one tinted cell */
.cell.photo { background-size: cover; background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(19,17,28,.68); }
a.cell.photo:hover { box-shadow: inset 0 0 0 1000px rgba(19,17,28,.6), 0 16px 40px rgba(0,0,0,.35); }
.cell.tint { background: linear-gradient(150deg, rgba(77,143,255,.14), var(--card) 55%); }
.cell .ic { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center;
    justify-content: center; font-size: 1.3rem; color: #fff; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.cell h3 { color: var(--text); font-size: 1.2rem; margin-bottom: 8px; }
.cell p { color: var(--body); font-size: .92rem; max-width: 46ch; }
.cell .go { margin-top: auto; padding-top: 18px; font-weight: 600; font-size: .9rem; color: var(--blue-2); }
.cell .tag { position: absolute; top: 18px; right: 18px; background: var(--bg);
    border: 1px solid var(--line); color: var(--muted); font-size: .66rem; font-weight: 700;
    border-radius: 999px; padding: 3px 10px; text-transform: uppercase; letter-spacing: .05em; }
.cell.soon { opacity: .72; }
.cell.soon p { color: var(--muted); }

/* ── Statement + photo strip ── */
.proof { padding: 60px 0 84px; }
.proof .state { font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--text); font-weight: 600;
    letter-spacing: -.02em; max-width: 24ch; line-height: 1.3; margin-bottom: 36px; }
.proof .state em { font-style: italic; color: var(--blue-2); }
.strip { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; }
@media (max-width: 700px) { .strip { grid-template-columns: 1fr; } }
.strip img { border-radius: 12px; width: 100%; height: 240px; object-fit: cover;
    filter: saturate(.85) contrast(1.02); }

/* ── Feature ledger (tool pages): asymmetric 12-col, mixed cell sizes ── */
.feats { padding: 84px 0; }
.feats .lead { color: var(--muted); margin: 10px 0 40px; max-width: 52ch; }
.ledger { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.f { border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: var(--card); }
.f.w5 { grid-column: span 5; }
.f.w7 { grid-column: span 7; }
.f.w4 { grid-column: span 4; }
.f.w8 { grid-column: span 8; }
@media (max-width: 880px) { .f.w5, .f.w7, .f.w4, .f.w8 { grid-column: span 12; } }
.f .fi { color: var(--blue-2); font-size: 1.25rem; margin-bottom: 10px; }
.f h4 { color: var(--text); font-size: 1.05rem; margin-bottom: 6px; }
.f p { color: var(--body); font-size: .9rem; }
.f b { color: var(--text); font-weight: 600; }
.f.photo { background-size: cover; background-position: center; min-height: 220px;
    box-shadow: inset 0 0 0 1000px rgba(19,17,28,.55); display: flex; align-items: flex-end; }
.f.photo h4, .f.photo p { text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.f.tint { background: linear-gradient(150deg, rgba(77,143,255,.14), var(--card) 55%); }

/* ── CTA band ── */
.band { background: linear-gradient(135deg, #1B2C5E 0%, #23408F 55%, var(--blue) 140%);
    color: #fff; padding: 68px 0; text-align: center;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); letter-spacing: -.02em; margin-bottom: 12px; }
.band p { color: rgba(255,255,255,.78); max-width: 52ch; margin: 0 auto 28px; }
.band .btn.primary { background: #fff; color: #1B2C5E; box-shadow: none; }
.band .btn.primary:hover { box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* ── Footer ── */
footer { background: #0E0C16; border-top: 1px solid var(--line); padding: 40px 0;
    font-size: .85rem; color: var(--muted); }
footer .cols { display: flex; gap: 48px; flex-wrap: wrap; align-items: flex-start; }
footer .cols strong { color: var(--text); display: block; margin-bottom: 6px; }
footer a { color: var(--muted); display: block; padding: 2px 0; }
footer a:hover { color: var(--blue-2); }
footer .fine { margin-top: 26px; font-size: .75rem; }

/* ── Scroll reveal (IntersectionObserver adds .in; motion-gated) ── */
@media (prefers-reduced-motion: no-preference) {
    .rv { opacity: 0; transform: translateY(22px);
        transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
    .rv.in { opacity: 1; transform: none; }
    .rv.d1 { transition-delay: .07s; } .rv.d2 { transition-delay: .14s; } .rv.d3 { transition-delay: .21s; }
}
