/* ============================================================
   Chicago First Dates — HOMEPAGE, "Chicago after dark" (2026-09-14, v3).
   Photo-led and cinematic: the owner's dusk-skyline photography does the talking; charcoal
   veils, candle-warm ivory sections, one hot red accent, brass hairlines. Scoped under
   .cfd-home so no other page is affected. Bricolage Grotesque (display) + Figtree (body)
   come from cfd.css. Class prefix here is ch-* (homepage-only components).
   ============================================================ */
.cfd-home {
    --ink: #141418;
    --ink-2: #1c1c22;
    --red: #e4002b;
    --red-deep: #b3001f;
    --coral: #ff6b7a;
    --ivory: #f8f2ec;
    --paper: #ffffff;
    --blush: #fff0f2;
    --brass: #d4a537;
    --ember: #f2b45c;
    --muted: #6b6570;
    --line: rgba(20,20,24,.12);
    --display: var(--cfd-display, "Bricolage Grotesque", "Segoe UI", sans-serif);
    --body: var(--cfd-body, "Figtree", -apple-system, "Segoe UI", sans-serif);
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.cfd-home h1, .cfd-home h2, .cfd-home h3 { font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -.02em; margin: 0; }
.cfd-home h2 em, .cfd-home h1 em { font-style: italic; font-weight: 600; }
.cfd-home p { margin: 0; }

/* ---- primitives ---- */
.ch-wrap { max-width: 1180px; margin: 0 auto; }
.ch-sec { padding: clamp(64px, 9vw, 128px) 24px; }
.ch-sec--ivory { background: var(--ivory); }
.ch-sec--white { background: var(--paper); }
.ch-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--body); font-size: 12px; font-weight: 700;
    letter-spacing: .22em; text-transform: uppercase; color: var(--ember); }
.ch-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--brass); }
.ch-eyebrow--dark { color: var(--red-deep); }
.ch-eyebrow--dark::before { background: var(--red); }
.ch-head { max-width: 680px; margin-bottom: clamp(36px, 5vw, 64px); }
.ch-head h2 { font-size: clamp(2.2rem, 4.8vw, 3.9rem); margin-top: 16px; color: var(--ink); }
.ch-head h2 em { color: var(--red); }
.ch-head p { color: var(--muted); margin-top: 16px; font-size: 1.1rem; max-width: 56ch; }
.ch-head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ch-star { color: var(--red); font-size: .8em; }

/* buttons */
.ch-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--body); font-weight: 700; font-size: 15.5px;
    padding: 15px 28px; border-radius: 999px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s, color .25s, border-color .25s; }
.ch-btn i, .ch-btn svg { width: 18px; height: 18px; }
.ch-btn--red { background: var(--red); color: #fff; box-shadow: 0 14px 34px -12px rgba(228,0,43,.7); }
.ch-btn--red:hover { background: var(--red-deep); transform: translateY(-3px); color: #fff; }
.ch-btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.ch-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.14); transform: translateY(-3px); color: #fff; }
.ch-btn--dark { background: var(--ink); color: #fff; }
.ch-btn--dark:hover { background: var(--red); transform: translateY(-3px); color: #fff; }
.ch-btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.ch-btn--outline:hover { border-color: var(--ink); transform: translateY(-3px); color: var(--ink); }

/* ---------- HERO ---------- */
.ch-hero { position: relative; min-height: clamp(600px, 92vh, 900px); display: flex; align-items: flex-end; overflow: hidden;
    background: var(--ink); color: #fff; padding: 140px 24px 64px; }
.ch-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%;
    transform: scale(1.06); animation: chDrift 16s ease-out forwards; }
@keyframes chDrift { to { transform: scale(1); } }
.ch-hero__veil { position: absolute; inset: 0; pointer-events: none;
    background:
      linear-gradient(90deg, rgba(20,20,24,.86) 0%, rgba(20,20,24,.62) 42%, rgba(20,20,24,.18) 72%, rgba(20,20,24,.05) 100%),
      linear-gradient(180deg, rgba(20,20,24,.35) 0%, rgba(20,20,24,0) 30%, rgba(20,20,24,.55) 78%, rgba(20,20,24,.9) 100%); }
.ch-hero__grain { position: absolute; inset: 0; pointer-events: none; opacity: .35; mix-blend-mode: overlay;
    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='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.ch-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto;
    display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(28px, 5vw, 72px); align-items: end; }
.ch-hero__copy > * { opacity: 0; animation: chUp .9s cubic-bezier(.2,.8,.2,1) forwards; }
.ch-hero__copy > *:nth-child(1) { animation-delay: .1s; }
.ch-hero__copy > *:nth-child(2) { animation-delay: .22s; }
.ch-hero__copy > *:nth-child(3) { animation-delay: .34s; }
.ch-hero__copy > *:nth-child(4) { animation-delay: .46s; }
.ch-hero__copy > *:nth-child(5) { animation-delay: .58s; }
@keyframes chUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.ch-hero h1 { font-size: clamp(3rem, 7.6vw, 6.4rem); margin: 22px 0 20px; max-width: 12ch; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.ch-hero h1 em { color: var(--coral); }
.ch-hero__lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: rgba(255,255,255,.84); max-width: 50ch; line-height: 1.55; }
.ch-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ch-hero__proof { list-style: none; padding: 0; margin: 38px 0 0; display: flex; flex-wrap: wrap; gap: 10px 28px;
    font-size: 14px; color: rgba(255,255,255,.72); letter-spacing: .01em; }
.ch-hero__proof li { display: inline-flex; align-items: center; gap: 8px; }

/* the ticket: the real next event, torn-edge card */
.ch-ticket { position: relative; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 18px;
    background: var(--ivory); color: var(--ink); text-decoration: none; border-radius: 18px; padding: 18px 20px 18px 18px;
    box-shadow: 0 40px 80px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.35) inset;
    opacity: 0; animation: chUp 1s cubic-bezier(.2,.8,.2,1) .5s forwards; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.ch-ticket:hover { transform: translateY(-4px); }
.ch-ticket::before, .ch-ticket::after { /* perforation notches */
    content: ""; position: absolute; left: 104px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); }
.ch-ticket::before { top: -9px; }
.ch-ticket::after { bottom: -9px; }
.ch-ticket__date { display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 12px; padding: 12px 6px;
    font-family: var(--display); line-height: 1; border-right: 2px dashed rgba(255,255,255,.4); }
.ch-ticket__d { font-size: 2.2rem; font-weight: 800; }
.ch-ticket__m { font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; }
.ch-ticket__body { display: grid; gap: 4px; min-width: 0; }
.ch-ticket__label { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--red-deep); }
.ch-ticket__body strong { font-family: var(--display); font-size: 1.15rem; line-height: 1.15; }
.ch-ticket__meta { font-size: 13px; color: var(--muted); }
.ch-ticket__go { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--ink); white-space: nowrap; }
.ch-ticket__go i, .ch-ticket__go svg { width: 16px; height: 16px; color: var(--red); }

/* ---------- NEIGHBORHOOD STRIP ---------- */
.ch-strip { background: var(--ink-2); color: rgba(255,255,255,.7); overflow: hidden; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.ch-strip__track { display: inline-flex; gap: 34px; white-space: nowrap; animation: chMarq 48s linear infinite; }
.ch-strip:hover .ch-strip__track { animation-play-state: paused; }
.ch-strip span { font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.ch-strip span::after { content: "\2736"; margin-left: 34px; color: var(--red); font-size: .7em; vertical-align: middle; }
@keyframes chMarq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- TRIPTYCH ---------- */
.ch-tri { display: grid; grid-template-columns: 1.2fr .9fr .9fr; grid-template-rows: auto auto; gap: 22px; }
.ch-tri__card { position: relative; margin: 0; border-radius: 22px; overflow: hidden; background: var(--ink); min-height: 320px;
    box-shadow: 0 30px 60px -36px rgba(20,20,24,.6); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.ch-tri__card:hover { transform: translateY(-6px); }
.ch-tri__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.ch-tri__card:hover img { transform: scale(1.04); }
.ch-tri__card figcaption { position: relative; z-index: 2; display: grid; gap: 6px; padding: 26px 26px 24px; margin-top: auto; color: #fff;
    background: linear-gradient(180deg, rgba(20,20,24,0) 0%, rgba(20,20,24,.72) 45%, rgba(20,20,24,.92) 100%); height: 100%;
    align-content: end; }
.ch-tri__card figcaption b { font-family: var(--display); font-size: 2.4rem; font-weight: 800; color: var(--red); line-height: 1; font-style: italic; }
.ch-tri__card figcaption strong { font-family: var(--display); font-size: 1.35rem; }
.ch-tri__card figcaption span { font-size: .96rem; color: rgba(255,255,255,.8); line-height: 1.5; max-width: 40ch; }
.ch-tri__card--a { grid-row: 1 / span 2; min-height: 560px; }
.ch-tri__card--b, .ch-tri__card--c { min-height: 300px; }

/* ---------- EVENT ROWS (tickets) ---------- */
.ch-rows { display: grid; gap: 14px; }
.ch-row { display: grid; grid-template-columns: 84px 150px 1fr auto; align-items: center; gap: 22px; text-decoration: none; color: var(--ink);
    background: var(--ivory); border: 1px solid var(--line); border-radius: 18px; padding: 14px 20px 14px 14px;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, border-color .3s; }
.ch-row:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -30px rgba(20,20,24,.45); border-color: rgba(228,0,43,.35); }
.ch-row__date { display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 12px; padding: 12px 6px; font-family: var(--display); line-height: 1; }
.ch-row__d { font-size: 2rem; font-weight: 800; }
.ch-row__m { font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; color: var(--coral); }
.ch-row__img { aspect-ratio: 16 / 10; border-radius: 12px; background-size: cover; background-position: center; background-color: var(--ink-2); }
.ch-row__t { font-family: var(--display); font-size: 1.25rem; font-weight: 700; line-height: 1.15; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.ch-row__badge { font-family: var(--body); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--red); color: #fff; padding: 5px 10px; border-radius: 999px; }
.ch-row__m2 { color: var(--muted); font-size: .95rem; margin-top: 6px; }
.ch-row__go { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--ink); transition: background .25s, color .25s; }
.ch-row:hover .ch-row__go { background: var(--red); color: #fff; border-color: var(--red); }
.ch-row__go i, .ch-row__go svg { width: 18px; height: 18px; }

/* ---------- WHERE (dark, photo-backed) ---------- */
.ch-where { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: clamp(80px, 11vw, 150px) 24px; }
.ch-where__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; }
.ch-where__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,24,.94) 0%, rgba(20,20,24,.86) 45%, rgba(20,20,24,.35) 100%); }
.ch-where__inner { position: relative; z-index: 2; }
.ch-where__copy { max-width: 720px; }
.ch-where h2 { font-size: clamp(2.2rem, 4.8vw, 3.9rem); margin-top: 16px; }
.ch-where h2 em { color: var(--coral); }
.ch-where p { color: rgba(255,255,255,.78); margin-top: 18px; max-width: 58ch; font-size: 1.08rem; }
.ch-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.ch-chip { font-family: var(--body); font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 999px; text-decoration: none;
    color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(6px);
    transition: all .25s cubic-bezier(.2,.8,.2,1); }
.ch-chip:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.ch-chip--solid { background: var(--red); border-color: var(--red); }
.ch-chip--solid:hover { background: var(--red-deep); border-color: var(--red-deep); color: #fff; }
.ch-chip--all { background: transparent; border-color: var(--brass); color: var(--ember); }

/* ---------- QUOTES ---------- */
.ch-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ch-quote { position: relative; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 36px 30px 30px; }
.ch-quote::before { content: "\201C"; position: absolute; top: 4px; right: 22px; font-family: var(--display); font-size: 5.5rem; line-height: 1; color: var(--red); opacity: .22; }
.ch-quote p { font-size: 1.04rem; color: #2a2530; line-height: 1.6; }
.ch-quote footer { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.ch-quote__av { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 700; flex: none; }
.ch-quote footer strong { display: block; font-size: .98rem; }
.ch-quote footer small { font-size: .82rem; color: var(--muted); }
.ch-more { margin-top: 30px; }

/* ---------- FINAL CTA ---------- */
.ch-final { position: relative; overflow: hidden; background: var(--ink); color: #fff; text-align: center; padding: clamp(96px, 13vw, 180px) 24px; }
.ch-final__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.ch-final__veil { position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 50%, rgba(20,20,24,.55), rgba(20,20,24,.92)); }
.ch-final__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.ch-final h2 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); margin-top: 18px; }
.ch-final h2 em { color: var(--coral); }
.ch-final p { color: rgba(255,255,255,.78); font-size: 1.12rem; margin: 18px 0 34px; }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
    .ch-tri { grid-template-columns: 1fr 1fr; }
    .ch-tri__card--a { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
}
@media (max-width: 900px) {
    .ch-hero { padding-top: 116px; min-height: 0; }
    .ch-hero__inner { grid-template-columns: 1fr; }
    .ch-ticket { max-width: 560px; }
    .ch-row { grid-template-columns: 72px 1fr auto; }
    .ch-row__img { display: none; }
    .ch-quotes { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .ch-tri { grid-template-columns: 1fr; }
    .ch-tri__card, .ch-tri__card--a, .ch-tri__card--b, .ch-tri__card--c { min-height: 300px; }
    .ch-ticket { grid-template-columns: 72px 1fr; }
    .ch-ticket__go { display: none; }
    .ch-ticket::before, .ch-ticket::after { left: 84px; }
    .ch-row { grid-template-columns: 64px 1fr; }
    .ch-row__go { display: none; }
    .ch-row__d { font-size: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
    .ch-hero__copy > *, .ch-ticket { animation: none; opacity: 1; }
    .ch-hero__img { animation: none; transform: none; }
    .ch-strip__track { animation: none; }
}

/* ---- fixes after the first v3 screenshot (2026-09-14) ---- */
/* site.css styles every <footer> as the page footer; the quote attribution must not inherit that */
.cfd-home .ch-quote footer { all: unset; display: flex; align-items: center; gap: 12px; margin-top: 22px; font-family: var(--body); color: var(--ink); }
.cfd-home .ch-quote footer strong { display: block; font-size: .98rem; color: var(--ink); }
.cfd-home .ch-quote footer small { display: block; font-size: .82rem; color: var(--muted); }
/* let the photos through a little more on the two dark photo sections */
.ch-where__veil { background: linear-gradient(90deg, rgba(20,20,24,.94) 0%, rgba(20,20,24,.82) 40%, rgba(20,20,24,.42) 72%, rgba(20,20,24,.12) 100%); }
.ch-final__veil { background: radial-gradient(70% 70% at 50% 50%, rgba(20,20,24,.42), rgba(20,20,24,.86)); }

/* ===== Copy rewrite (2026-09-14, owner brief): solo hero, proof band, sourced fact, FAQ ===== */
.ch-hero--solo .ch-hero__inner { grid-template-columns: minmax(0, 1fr); }
.ch-hero--solo .ch-hero__copy { max-width: 720px; }
.ch-hero--solo h1 { max-width: 14ch; }
.ch-sec--tight { padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(40px, 5vw, 64px); }

/* proof band — charcoal strip with four figures */
.ch-proof { background: var(--ink); color: #fff; padding: clamp(40px, 5vw, 64px) 24px; border-top: 1px solid rgba(255,255,255,.06); }
.ch-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.ch-proof__item { display: grid; gap: 8px; padding-left: 20px; border-left: 2px solid var(--red); }
.ch-proof__n { font-family: var(--display); font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 800; line-height: 1; color: #fff; }
.ch-proof__item:last-child .ch-proof__n { color: var(--red); }
.ch-proof__l { font-size: .95rem; color: rgba(255,255,255,.72); line-height: 1.4; max-width: 26ch; }

/* "Did you know?" call-out */
.ch-fact { position: relative; max-width: 920px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--red);
    border-radius: 20px; padding: 30px 34px 26px; box-shadow: 0 24px 60px -40px rgba(20,20,24,.35); }
.ch-fact__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--red-deep); }
.ch-fact__badge span { color: var(--red); font-size: .9em; }
.ch-fact__text { font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.3; color: var(--ink); margin-top: 12px; font-weight: 600; }
.ch-fact__text em { color: var(--red); font-style: italic; }
.ch-fact__src { margin-top: 12px; font-size: .82rem; color: var(--muted); }

/* FAQ — reuses cfd-faq from cfd.css; homepage tweaks */
.ch-faq { max-width: 860px; margin: 0; }
.ch-faq details { border-color: var(--line); background: var(--ivory); }
.ch-faq summary { font-size: 1.2rem; }
.ch-faq details > p { color: #3b3540; }
.ch-faq details > p a { color: var(--red-deep); text-decoration: underline; text-underline-offset: 3px; }
.ch-faq__more { margin-top: 26px; color: var(--muted); font-size: .98rem; }
.ch-faq__more a { color: var(--red-deep); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) { .ch-proof__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ch-proof__grid { grid-template-columns: 1fr; } .ch-fact { padding: 24px 22px 20px; } }
