/* ============================================================
   Speed Date Tampa -- HOMEPAGE ("Wine & Cream", owner-approved direction D, 2026-09-15).
   Scoped under .sdt-home so no other page is touched. Tokens, buttons, tents, chips,
   FAQ and quotes come from sdt.css; this file only adds the homepage compositions:
   split hero (copy on cream, photo card on the right with the next-event card inside it),
   neighbourhood strip, why-it-works split on the plum band, event cards and their empty
   state, the photo-backed "find your crowd" band, area cards, finale.
   Mobile-first checks: no element wider than the viewport, hero copy readable at 390px.
   ============================================================ */
.sdt-home { --wrap: 1180px; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
.sdt-home h1, .sdt-home h2, .sdt-home h3 { text-wrap: balance; }
.sdt-home p { margin: 0; }
.sdt-home img { max-width: 100%; }

/* ---------- HERO: copy left on cream, photo right, next-event card over the photo ---------- */
.sdt-hero { position: relative; background: var(--sdt-ground); color: var(--sdt-text); padding: 132px 24px 64px; overflow: hidden; }
.sdt-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(900px 480px at 0% 0%, rgba(161,10,77,.07), transparent 60%),
                radial-gradient(700px 420px at 100% 100%, rgba(255,79,139,.08), transparent 60%); }
.sdt-hero__inner { position: relative; z-index: 1; width: 100%; max-width: var(--wrap); margin: 0 auto;
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.sdt-hero__copy { min-width: 0; }
.sdt-hero__copy > * { opacity: 0; animation: sdtUp .9s cubic-bezier(.2,.8,.2,1) forwards; }
.sdt-hero__copy > *:nth-child(1) { animation-delay: .08s; }
.sdt-hero__copy > *:nth-child(2) { animation-delay: .2s; }
.sdt-hero__copy > *:nth-child(3) { animation-delay: .32s; }
.sdt-hero__copy > *:nth-child(4) { animation-delay: .44s; }
.sdt-hero__copy > *:nth-child(5) { animation-delay: .56s; }
@keyframes sdtUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.sdt-hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.3rem); letter-spacing: -.025em; line-height: 1.04; margin: 1.1rem 0 1.2rem; color: var(--sdt-ink); }
.sdt-hero h1 em { font-style: italic; font-weight: 600; color: var(--sdt-wine); }
.sdt-hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--sdt-dim); max-width: 50ch; line-height: 1.6; }
.sdt-hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.sdt-hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.5rem; margin-top: 2.2rem; padding: 1.4rem 0 0;
    border-top: 1px solid var(--sdt-line); list-style: none; }
.sdt-hero__trust li { display: flex; align-items: center; gap: .5rem; font-size: .86rem; font-weight: 600; color: var(--sdt-dim); }
.sdt-hero__trust i, .sdt-hero__trust svg { width: 17px; height: 17px; color: var(--sdt-wine); flex: none; }

/* the photo card */
.sdt-hero__media { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 4.5; background: var(--sdt-plum);
    box-shadow: 0 34px 70px -30px rgba(74,8,38,.55); opacity: 0; animation: sdtUp 1s cubic-bezier(.2,.8,.2,1) .3s forwards; }
.sdt-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 42%;
    transform: scale(1.06); animation: sdtDrift 18s ease-out forwards; }
@keyframes sdtDrift { to { transform: scale(1); } }
.sdt-hero__veil { position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(161,10,77,.04) 0%, rgba(161,10,77,.10) 45%, rgba(58,18,38,.62) 100%); mix-blend-mode: multiply; }

/* the card in the hero: the real next event, or (until the first night is scheduled) the format */
.sdt-next { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; display: block; background: var(--sdt-card);
    border: 1px solid var(--sdt-line); border-radius: 18px; padding: 1.1rem 1.3rem 1rem; box-shadow: 0 24px 50px -18px rgba(43,21,32,.55);
    color: var(--sdt-ink); text-decoration: none; transition: transform .25s, border-color .25s; }
a.sdt-next:hover { transform: translateY(-4px); border-color: var(--sdt-hair); }
.sdt-next__tag { display: inline-flex; align-items: center; gap: .42rem; font-size: .7rem; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: var(--sdt-wine); margin-bottom: .7rem; }
.sdt-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--sdt-wine); box-shadow: 0 0 0 0 rgba(161,10,77,.6); animation: sdtPulse 2.4s infinite; }
@keyframes sdtPulse { 70% { box-shadow: 0 0 0 9px rgba(161,10,77,0); } 100% { box-shadow: 0 0 0 0 rgba(161,10,77,0); } }
.sdt-next h3 { font-size: 1.25rem; margin: 0 0 .5rem; line-height: 1.2; color: var(--sdt-ink); }
.sdt-next__meta { list-style: none; margin: .6rem 0 1rem; padding: 0; font-size: .92rem; color: var(--sdt-dim); }
.sdt-next__meta li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .38rem; }
.sdt-next__meta i, .sdt-next__meta svg { width: 15px; height: 15px; color: var(--sdt-wine); flex: none; margin-top: .25rem; }
.sdt-next .sdt-btn { width: 100%; padding: .8rem 1.3rem; font-size: .92rem; }
.sdt-next__foot { margin: .7rem 0 0; text-align: center; font-size: .8rem; color: var(--sdt-faint); }

/* ---------- NEIGHBOURHOOD STRIP ---------- */
.sdt-strip { border-block: 1px solid var(--sdt-line); background: var(--sdt-surface); overflow: hidden; padding: .95rem 0; }
.sdt-strip__track { display: flex; gap: 2.6rem; width: max-content; animation: sdtSlide 44s linear infinite; }
.sdt-strip:hover .sdt-strip__track { animation-play-state: paused; }
.sdt-strip span { display: flex; align-items: center; gap: 2.6rem; font-family: var(--sdt-display); font-style: italic; font-size: 1.05rem; color: var(--sdt-dim); white-space: nowrap; }
.sdt-strip span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sdt-wine); opacity: .6; }
@keyframes sdtSlide { to { transform: translateX(-50%); } }

/* ---------- HOW IT WORKS (uses .sdt-steps / .sdt-step / .sdt-step__n from sdt.css) ---------- */
.sdt-how__note { margin-top: 26px; max-width: 760px; }

/* ---------- WHY IT WORKS: photo + facts, on the plum band ---------- */
.sdt-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.sdt-split__media { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sdt-plum); max-width: 100%;
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.sdt-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sdt-split__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 40%, rgba(58,18,38,.6)); }
.sdt-split__badge { position: absolute; left: 1.3rem; bottom: 1.3rem; z-index: 2; display: flex; align-items: center; gap: .7rem;
    background: rgba(255,255,255,.94); border: 1px solid var(--sdt-line); border-radius: 100px;
    padding: .6rem 1.15rem; font-size: .88rem; font-weight: 600; color: var(--sdt-ink); }
.sdt-split__badge i, .sdt-split__badge svg { width: 16px; height: 16px; color: var(--sdt-wine); }
.sdt-split .sdt-head { margin-bottom: 0; }
.sdt-since { margin-top: 1.1rem; font-family: var(--sdt-display); font-style: italic; font-size: 1.05rem; color: var(--sdt-pink); }
.sdt-facts { list-style: none; margin: 1.6rem 0 0; padding: 0; }
.sdt-facts li { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.sdt-facts li:last-child { border-bottom: 0; }
.sdt-facts i, .sdt-facts svg { width: 20px; height: 20px; color: var(--sdt-pink); flex: none; margin-top: .2rem; }
.sdt-facts strong { display: block; font-weight: 700; margin-bottom: .15rem; font-size: 1.02rem; color: #fff; }
.sdt-facts span { color: rgba(255,243,246,.78); font-size: .95rem; }
.sdt-facts a { color: var(--sdt-pink); }

/* ---------- UPCOMING EVENTS ---------- */
.sdt-evs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.sdt-ev { background: var(--sdt-card); border: 1px solid var(--sdt-line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;
    text-decoration: none; color: var(--sdt-ink); transition: transform .2s, border-color .2s, box-shadow .2s; box-shadow: var(--sdt-shadow); }
.sdt-ev:hover { transform: translateY(-5px); border-color: var(--sdt-hair); box-shadow: 0 26px 50px -22px rgba(74,8,38,.4); }
.sdt-ev__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sdt-surface); }
.sdt-ev__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.sdt-ev:hover .sdt-ev__img img { transform: scale(1.05); }
.sdt-ev__date { position: absolute; top: .9rem; left: .9rem; background: rgba(255,255,255,.94); backdrop-filter: blur(8px);
    border: 1px solid var(--sdt-line); border-radius: 12px; padding: .5rem .7rem; text-align: center; line-height: 1.1; }
.sdt-ev__date b { display: block; font-family: var(--sdt-display); font-size: 1.32rem; font-weight: 700; color: var(--sdt-wine); }
.sdt-ev__date small { display: block; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sdt-dim); }
.sdt-ev__flag { position: absolute; top: .9rem; right: .9rem; background: var(--sdt-wine); color: #fff;
    font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .34rem .66rem; border-radius: 100px; }
.sdt-ev__body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.sdt-ev__t { font-family: var(--sdt-display); font-size: 1.2rem; font-weight: 700; line-height: 1.22; margin: 0 0 .7rem; color: var(--sdt-ink); }
.sdt-ev__meta { list-style: none; margin: 0 0 1.2rem; padding: 0; font-size: .9rem; color: var(--sdt-dim); }
.sdt-ev__meta li { display: flex; gap: .55rem; align-items: center; margin-bottom: .4rem; }
.sdt-ev__meta i, .sdt-ev__meta svg { width: 14px; height: 14px; color: var(--sdt-rose); flex: none; }
.sdt-ev__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid var(--sdt-line); }
.sdt-ev__price { font-family: var(--sdt-display); font-size: 1.4rem; font-weight: 700; color: var(--sdt-ink); }
.sdt-ev__price small { font-family: var(--sdt-body); font-size: .72rem; color: var(--sdt-faint); font-weight: 400; display: block; letter-spacing: .04em; }
.sdt-ev__go { margin-left: auto; font-size: .9rem; font-weight: 700; color: var(--sdt-wine); display: inline-flex; align-items: center; gap: .35rem; transition: gap .18s; }
.sdt-ev:hover .sdt-ev__go { gap: .6rem; }
.sdt-ev__go i, .sdt-ev__go svg { width: 15px; height: 15px; }
.sdt-evs__more { text-align: center; margin-top: 2.4rem; }

/* empty state: no events in the database yet */
.sdt-empty { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--sdt-card); border: 1px solid var(--sdt-line); border-radius: 22px; overflow: hidden; box-shadow: var(--sdt-shadow); }
.sdt-empty__body { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.sdt-empty h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: .6rem 0 .8rem; color: var(--sdt-ink); }
.sdt-empty p { color: var(--sdt-dim); max-width: 48ch; margin-bottom: 1.4rem; }
.sdt-empty__img { position: relative; min-height: 280px; }
.sdt-empty__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sdt-empty__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--sdt-card), transparent 45%); }

/* ---------- FIND YOUR CROWD: photo-backed band under a wine veil ---------- */
.sdt-crowd { position: relative; overflow: hidden; background: var(--sdt-plum); color: #fff3f6; padding: clamp(70px, 10vw, 130px) 24px; }
.sdt-crowd__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.sdt-crowd__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,18,38,.97) 0%, rgba(58,18,38,.92) 45%, rgba(94,14,54,.7) 75%, rgba(161,10,77,.45) 100%); }
.sdt-crowd__inner { position: relative; z-index: 2; }
.sdt-crowd .sdt-head h2 { color: #fff; }
.sdt-crowd .sdt-head h2 em { color: var(--sdt-pink); }
.sdt-crowd .sdt-head p { color: rgba(255,243,246,.8); }
.sdt-crowd .sdt-eyebrow { color: var(--sdt-pink); }
.sdt-crowd .sdt-eyebrow::before { background: var(--sdt-pink); }
.sdt-crowd__label { font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,243,246,.6); margin: 2rem 0 .9rem; font-weight: 700; }
.sdt-crowd__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }

/* ---------- AREA CARDS (where we meet + crowd) ---------- */
.sdt-areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sdt-area { position: relative; display: block; border: 1px solid var(--sdt-line); border-radius: 16px; padding: 1.4rem 2.4rem 1.4rem 1.35rem;
    background: var(--sdt-card); text-decoration: none; color: var(--sdt-ink); transition: border-color .2s, transform .2s, box-shadow .2s; box-shadow: var(--sdt-shadow); }
.sdt-area:hover { border-color: var(--sdt-hair); transform: translateY(-3px); }
.sdt-area strong { font-family: var(--sdt-display); font-size: 1.12rem; font-weight: 700; margin: 0 0 .3rem; display: block; color: var(--sdt-ink); }
.sdt-area span { font-size: .88rem; color: var(--sdt-dim); margin: 0; display: block; }
.sdt-area::after { content: "\2192"; position: absolute; right: 1.1rem; top: 1.25rem; color: var(--sdt-wine); opacity: 0; transform: translateX(-4px); transition: opacity .2s, transform .2s; }
.sdt-area:hover::after { opacity: 1; transform: none; }
.sdt-area--hub { background: linear-gradient(160deg, var(--sdt-blush), var(--sdt-card) 70%); border-color: var(--sdt-hair); }
.sdt-crowd .sdt-area { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; box-shadow: none; backdrop-filter: blur(8px); }
.sdt-crowd .sdt-area strong { color: #fff; }
.sdt-crowd .sdt-area span { color: rgba(255,243,246,.72); }
.sdt-crowd .sdt-area:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.4); }
.sdt-crowd .sdt-area::after { color: var(--sdt-pink); }
.sdt-areas__more { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- FAQ homepage tweaks (reuses .sdt-faq) ---------- */
.sdt-faq--home { margin: 0; max-width: 860px; }
.sdt-faq__more { margin-top: 24px; color: var(--sdt-dim); font-size: 1rem; }
.sdt-faq__more a { color: var(--sdt-wine); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- FINALE: the photo under a wine veil, the two hearts once more ---------- */
.sdt-finale { position: relative; overflow: hidden; text-align: center; padding: clamp(96px, 13vw, 170px) 24px; background: var(--sdt-wine); color: #fff; }
.sdt-finale__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.sdt-finale__veil { position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(125,8,57,.78), rgba(58,18,38,.94)); }
.sdt-finale__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.sdt-finale .sdt-eyebrow { justify-content: center; color: #ffd0e0; }
.sdt-finale .sdt-eyebrow::before, .sdt-finale .sdt-eyebrow::after { content: ""; width: 26px; height: 2px; background: #ffd0e0; opacity: .8; }
.sdt-finale h2 { font-size: clamp(2.2rem, 5.2vw, 3.6rem); margin-top: 14px; color: #fff; }
.sdt-finale h2 em { font-style: italic; font-weight: 600; color: #ffd0e0; }
.sdt-finale p { color: rgba(255,255,255,.86); font-size: 1.1rem; margin: 18px auto 30px; max-width: 54ch; }
.sdt-finale .sdt-mark .h1 { fill: #fff; }
.sdt-finale .sdt-mark .h2 { fill: #ffd0e0; }
.sdt-finale .sdt-btn--primary { background: #fff; color: var(--sdt-wine); box-shadow: 0 12px 26px -12px rgba(0,0,0,.45); }
.sdt-finale .sdt-btn--primary:hover { background: #fff0f5; color: var(--sdt-wine-lo); }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
    .sdt-hero__inner { grid-template-columns: 1fr; }
    .sdt-hero__copy { max-width: 720px; }
    .sdt-hero__media { max-width: 720px; aspect-ratio: 16 / 11; }
    .sdt-split { grid-template-columns: 1fr; gap: 2.4rem; }
    .sdt-evs { grid-template-columns: 1fr 1fr; }
    .sdt-crowd__grid, .sdt-areas { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
    .sdt-home { font-size: 16px; }
    .sdt-hero { padding: 104px 20px 44px; }
    .sdt-hero__cta .sdt-btn { width: 100%; }
    .sdt-hero__media { aspect-ratio: auto; border-radius: 22px; }
    .sdt-hero__img { position: relative; display: block; height: 240px; transform: none; animation: none; }
    .sdt-hero__veil { display: none; }
    .sdt-next { position: static; border-radius: 0; border: 0; border-top: 1px solid var(--sdt-line); box-shadow: none; }
    .sdt-evs, .sdt-areas, .sdt-crowd__grid { grid-template-columns: 1fr; }
    .sdt-empty { grid-template-columns: 1fr; }
    .sdt-empty__img { min-height: 200px; order: -1; }
    .sdt-empty__img::after { background: linear-gradient(180deg, transparent 40%, var(--sdt-card)); }
    .sdt-crowd, .sdt-finale { padding-left: 20px; padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .sdt-hero__copy > *, .sdt-hero__media { animation: none; opacity: 1; }
    .sdt-hero__img { animation: none; transform: none; }
    .sdt-strip__track { animation: none; }
    .sdt-pulse { animation: none; }
}
