/* Fintech Week — San Francisco landing template
   Scoped under #ftw-sf so it won't collide with theme/Elementor styles.
   Font: Open Sans. Heaviest weight used is 700. */

#ftw-sf {
	--ftw-bg: #180F38;          /* page background */
	--ftw-bg-2: #120b2c;        /* darker panel */
	--ftw-card: #241a52;
	--ftw-accent: #FFBD59;      /* gold */
	--ftw-violet: #6c5ce7;      /* ticket card violet */
	--ftw-text: #ffffff;
	--ftw-muted: #b9b3d6;
	--ftw-radius: 12px;
	--ftw-maxw: 1320px;
	background: var(--ftw-bg);
	color: var(--ftw-text);
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	overflow-x: hidden;
}

#ftw-sf * { box-sizing: border-box; }
/* Baseline — also neutralises Elementor's global kit rule `img{width:160px}`. */
#ftw-sf img { width: auto; height: auto; max-width: 100%; display: block; }
/* Fixed-ratio media: ID-level specificity so it beats the baseline above. */
#ftw-sf .ftw-person__media img,
#ftw-sf .ftw-host__media img,
#ftw-sf .ftw-slideshow .ftw-slide img,
#ftw-sf .ftw-video__frame img { width: 100%; height: 100%; object-fit: cover; }
#ftw-sf .ftw-summitshow__media img,
#ftw-sf .ftw-hostmodal__media img { width: 100%; height: auto; }
#ftw-sf .ftw-hero__logo { max-width: 620px; width: 100%; height: auto; }

.ftw-container { max-width: var(--ftw-maxw); margin: 0 auto; padding: 0 40px; }
.ftw-section { padding: 110px 0; }
.ftw-text-center { text-align: center; }

/* Full-bleed helper — breaks an element out to the full viewport width. */
.ftw-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

/* Typography (max weight 700) */
.ftw-h2 { font-size: clamp(40px, 5vw, 72px); font-weight: 700 !important; letter-spacing: -.01em; line-height: 1.08; margin: 0 0 36px; }
.ftw-h3 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; margin: 0 0 20px; }
.ftw-lead { color: var(--ftw-muted); font-size: 20px; margin: 0 0 48px; }
.ftw-eyebrow { color: var(--ftw-accent); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 12px; }
.ftw-section__head--center { text-align: center; max-width: 920px; margin: 0 auto 64px; }
.ftw-section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }

/* Per-section gap between an H2 and the content under it. Tuned to the layout:
   tighter when the heading introduces body text, roomier before a grid, and
   small where the following block already carries its own top spacing. */
.ftw-summit .ftw-h2    { margin-bottom: 48px; text-align: center; }  /* heading → paragraph */
.ftw-venue .ftw-h2     { margin-bottom: 36px; }  /* heading → address block */
.ftw-agenda .ftw-h2    { margin-bottom: 48px; }  /* heading → tabs */
.ftw-companies .ftw-h2 { margin-bottom: 72px; }  /* heading → logo strip */
.ftw-hosts .ftw-h2     { margin-bottom: 52px; }  /* heading → people grid */
.ftw-speakers .ftw-h2  { margin-bottom: 72px; }  /* heading → tabs + grid */
.ftw-why .ftw-h2          { margin-bottom: 8px; }  /* grid below adds its own 56px */
.ftw-testimonials .ftw-h2 { margin-bottom: 64px; }  /* masonry adds its own 48px */
.ftw-team .ftw-h2         { margin-bottom: 8px; }  /* image adds its own top padding */

/* Buttons */
.ftw-btn {
	display: inline-block; padding: 16px 38px; border-radius: 999px;
	font-size: 15px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
	text-decoration: none; cursor: pointer; border: 1px solid var(--ftw-accent);
	color: var(--ftw-accent); background: transparent; transition: .2s;
}
.ftw-btn:hover { background: var(--ftw-accent); color: #1a1140; }
.ftw-btn--solid { background: var(--ftw-accent); color: #1a1140; }
.ftw-btn--solid:hover { filter: brightness(1.08); }

/* ----------------------------------------------------------------
 * Top ticker (full-width scrolling text)
 * ---------------------------------------------------------------- */
.ftw-ticker { background: var(--ftw-accent); color: #1a1140; overflow: hidden; position: relative; z-index: 60; width: 100%; }
.ftw-ticker__track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; padding: 11px 0; }
.ftw-ticker__item { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 0 30px; position: relative; color: #1a1140; text-decoration: none; }
.ftw-ticker__item::after { content: "✦"; position: absolute; right: -5px; opacity: .5; }
a.ftw-ticker__item { cursor: pointer; }
.site-header--has-ticker { top: 44px; }

/* ----------------------------------------------------------------
 * Generic marquee (logos, photo strip)
 * ---------------------------------------------------------------- */
.ftw-marquee { overflow: hidden; width: 100%; }
.ftw-marquee__track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; }

/* ----------------------------------------------------------------
 * Site header (logo + CTA), overlaid on the hero
 * ---------------------------------------------------------------- */
.ftw-siteheader { position: absolute; top: 0; left: 0; right: 0; z-index: 55; padding: 24px 0; }
.ftw-siteheader--ticker { top: 44px; }
.ftw-siteheader__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ftw-siteheader__brand { display: inline-flex; align-items: center; text-decoration: none; }
.ftw-siteheader__brand img { max-height: 56px; width: auto; }
.ftw-siteheader__title { color: #fff; font-weight: 700; font-size: 22px; }
.ftw-siteheader__cta { padding: 13px 30px; }

@media (max-width: 600px) {
	.ftw-siteheader { padding: 16px 0; }
	.ftw-siteheader__brand img { max-height: 42px; }
	.ftw-siteheader__cta { padding: 10px 20px; font-size: 13px; }
}

/* Hero */
.ftw-hero {
	position: relative; min-height: 78vh; display: flex; align-items: center;
	background-size: cover; background-position: bottom; text-align: center;
	padding: 160px 0 96px;
}
/* Overlay kept but hidden for now (doesn't match the comp). Re-enable by
   removing `display:none` if hero text needs more contrast. */
.ftw-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,15,56,.35), rgba(24,15,56,.92)); display: none; }
.ftw-hero__inner { position: relative; z-index: 1; width: 100%; }
.ftw-hero__logo { max-width: 620px; margin: 0 auto 32px; }
.ftw-hero__title { font-size: clamp(64px, 9.5vw, 128px); font-weight: 700; line-height: 1; margin: 0 0 24px; }
.ftw-hero__subtitle { color: #e8e5f5; font-size: 28px; font-weight: 700; line-height: 1.45; max-width: 760px; margin: 0 auto 24px; }
.ftw-hero__date { color: var(--ftw-accent); font-size: 26px; font-weight: 400; letter-spacing: .04em; margin: 0 0 44px; }

/* Team */
.ftw-team { text-align: center; }
.ftw-team__media { margin: 0 auto; border-radius: var(--ftw-radius); overflow: hidden; max-width: none; width: 100%; padding-top: 48px; }

/* ----------------------------------------------------------------
 * Tickets — equal-height cards with aligned rows
 * ---------------------------------------------------------------- */
/* Flex (not grid) so 1, 2 or 3 tiers always centre — no empty columns. */
.ftw-tickets__grid {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch;
	gap: 32px;
}
.ftw-ticket {
	flex: 0 1 480px; max-width: 480px;
	position: relative; display: flex; flex-direction: column;
	background: linear-gradient(180deg, #65579A 0%, #8E99E3 100%);
	border: 1px solid rgba(255,255,255,.45);
	border-radius: var(--ftw-radius);
	padding: 0 32px 38px; overflow: hidden; text-align: center;
}
.ftw-ticket.is-featured { border-color: var(--ftw-accent); box-shadow: 0 0 0 1px var(--ftw-accent); }
.ftw-ticket__ribbon {
	position: absolute; top: 24px; right: -58px; width: 200px;
	transform: rotate(45deg); transform-origin: center;
	background: #e84393; color: #fff; text-align: center;
	font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	padding: 7px 0; box-shadow: 0 2px 6px rgba(0,0,0,.25); z-index: 2;
}
/* Navy header band, edge-to-edge across the card top (matches the comp). */
.ftw-ticket__head { background: #160e35; margin: 0 -32px 24px; padding: 26px 32px; min-height: 96px; display: flex; flex-direction: column; justify-content: center; }
.ftw-ticket__name { font-size: 22px; font-weight: 700; margin: 0; letter-spacing: .04em; text-transform: uppercase; }
.ftw-ticket__access { color: rgba(255,255,255,.8); font-size: 15px; margin: 6px 0 0; }
.ftw-ticket__badge-slot { min-height: 32px; margin-bottom: 6px; }
.ftw-ticket__badge { display: inline-block; background: var(--ftw-accent); color: #1a1140; font-size: 12px; font-weight: 700; padding: 5px 15px; border-radius: 999px; }
.ftw-ticket__price-slot { min-height: 92px; margin-bottom: 20px; }
.ftw-ticket__price { font-size: 58px; font-weight: 700; line-height: 1; margin: 0; }
.ftw-ticket__compare { color: var(--ftw-accent); text-decoration: line-through; margin: 8px 0 0; font-size: 18px; }
.ftw-ticket__btn { width: 100%; text-align: center; background: #160e35; color: #fff; border-color: #160e35; margin-bottom: 22px; }
.ftw-ticket__btn:hover { background: #0f0926; color: #fff; }
.ftw-ticket__desc { color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.65; text-align: left; }
.ftw-ticket__features { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.18); text-align: left; }
.ftw-ticket__features li { position: relative; padding-left: 22px; font-size: 16px; margin-bottom: 12px; color: rgba(255,255,255,.92); }
.ftw-ticket__features li::before { content: "•"; position: absolute; left: 0; color: var(--ftw-accent); }

/* Intro band */
.ftw-intro__inner { text-align: center; max-width: 1000px; }
.ftw-intro__heading { line-height: 1.25; letter-spacing: 0; text-wrap: balance; margin-bottom: 24px; }
.ftw-intro__body { color: var(--ftw-muted); font-size: 19px; line-height: 1.8; }

/* Summit / two-column */
.ftw-summit__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.ftw-summit__body { color: var(--ftw-muted); font-size: 18px; line-height: 1.8; margin-bottom: 32px; }
.ftw-summit__media { margin: 0; border-radius: var(--ftw-radius); overflow: hidden; }

/* ----------------------------------------------------------------
 * Agenda — tabs (Day 1/2/3); each tab shows that day's Schedule rows
 * ---------------------------------------------------------------- */
.ftw-agenda__day[hidden] { display: none; }
.ftw-agenda__day + .ftw-agenda__day { margin-top: 16px; }
.ftw-agenda__dayhead { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ftw-accent); margin: 0 0 8px; }
.ftw-slot { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
.ftw-slot__time { font-weight: 700; font-size: 18px; }
.ftw-slot__title { font-weight: 700; font-size: 20px; line-height: 1.35; margin: 0 0 8px; }
.ftw-slot__tag { font-style: italic; font-weight: 400; }
.ftw-slot__sponsor { font-style: italic; color: var(--ftw-accent); font-size: 15px; margin: 0 0 8px; }
.ftw-slot__desc { color: var(--ftw-muted); font-size: 16px; line-height: 1.6; margin: 0; }
.ftw-slot--more { display: none; }
.ftw-agenda__more { display: block; margin: 36px 0 0; }
.ftw-agenda .ftw-tab:hover {background: unset; color: #ffffff;}
/* In a single-day tab, drop the first slot's top border (no day heading above it). */
.ftw-agenda__list:not([data-filter="all"]) .ftw-agenda__day .ftw-slot:first-of-type { border-top: 0; }
@media (max-width: 640px) { .ftw-slot { grid-template-columns: 1fr; gap: 8px; } }

/* Generic card (activations) */
.ftw-card { display: grid; grid-template-columns: 340px 1fr; gap: 40px; align-items: center; padding: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--ftw-radius); background: rgba(255,255,255,.02); }
.ftw-card--no-media { grid-template-columns: 1fr; }
.ftw-card + .ftw-card { margin-top: 24px; }
.ftw-card__media { margin: 0; border-radius: 8px; overflow: hidden; }
.ftw-card__media--placeholder { background: #d9d9d9; aspect-ratio: 1/1; }
.ftw-card__date { color: var(--ftw-muted); font-size: 15px; margin: 0 0 10px; }
.ftw-card__title { font-size: 24px; font-weight: 700; text-transform: uppercase; margin: 0 0 16px; }
.ftw-card__text { color: var(--ftw-muted); font-size: 17px; line-height: 1.65; margin-bottom: 22px; }

/* Carousel (step) */
.ftw-carousel { overflow: hidden; }
.ftw-carousel__track { display: flex; gap: 24px; transition: transform .4s ease; }
.ftw-carousel__track > * { flex: 0 0 100%; }
.ftw-carousel__nav { display: flex; gap: 10px; }
.ftw-carousel__btn { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; border-radius: 8px; cursor: pointer; font-size: 18px; }
.ftw-carousel__btn:hover { border-color: var(--ftw-accent); color: var(--ftw-accent); }

/* Tabs */
.ftw-tabs { display: flex; gap: 36px; border-bottom: 1px solid rgba(255,255,255,.15); margin-bottom: 48px; }
.ftw-tabs--center { justify-content: center; }
.ftw-tab { background: none; border: none; color: var(--ftw-muted); font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 0 0 16px; cursor: pointer; border-bottom: 2px solid transparent; box-shadow: none; -webkit-appearance: none; appearance: none; }
/* Neutralise Elementor's global button hover/focus styles (the focus state was
   sticking after a click). Active state is the gold underline only. */
.ftw-tab:hover,
.ftw-tab:focus,
.ftw-tab:active { background: none; color: var(--ftw-muted); box-shadow: none; outline: none; }
.ftw-tab.is-active { border-bottom-color: var(--ftw-accent); }

/* Companies logos (inside marquee) */
.ftw-companies .ftw-marquee { margin-top: 0; }
.ftw-logos__item { flex: 0 0 auto; padding: 0 60px; display: inline-flex; align-items: center; }
.ftw-logos__item img { max-height: 48px; width: auto; opacity: .8; filter: grayscale(1) brightness(2); }

/* Video */
.ftw-video__frame { position: relative; border-radius: var(--ftw-radius); overflow: hidden; aspect-ratio: 16/9; }
.ftw-video__frame iframe, .ftw-video__frame img { width: 100%; height: 100%; object-fit: cover; }

/* Hosts grid */
.ftw-hosts .ftw-host__open:hover{ background-color: transparent;}
.ftw-hosts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.ftw-person { text-align: left; }
.ftw-person__media { margin: 0 0 18px; border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; }
.ftw-person__media img { width: 100%; height: 100%; object-fit: cover; }
.ftw-person__name { font-size: 20px; font-weight: 700; margin: 0 0 6px; }
.ftw-person__role { color: var(--ftw-muted); font-size: 15px; line-height: 1.45; margin: 0; }

/* Speakers (tabbed grid) */
.ftw-speakers__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.ftw-person--sm .ftw-person__name { font-size: 17px; }
.ftw-person--sm .ftw-person__role { font-size: 13px; }
.ftw-person[hidden] { display: none; }
.ftw-person--more { display: none; }
.ftw-speakers__more { display: block; margin: 44px auto 0; }
.ftw-speakers .ftw-tab:hover {background: unset; color: #ffffff;}
/* Why SF */
.ftw-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px 56px; margin: 56px 0 56px; text-align: center; }
.ftw-why__icon { height: 52px; width: auto; margin: 0 auto 20px; }
.ftw-why__title { font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
.ftw-why__text { color: var(--ftw-muted); font-size: 16px; line-height: 1.65; margin: 0; }
.ftw-why__statement { text-align: center; font-size: clamp(24px, 3vw, 34px); font-weight: 700; max-width: 900px; margin: 48px auto 36px; }

/* Venue */
.ftw-venue__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.ftw-venue__sub { color: var(--ftw-muted); margin: 12px 0 6px; }
.ftw-venue__addr { color: var(--ftw-muted); font-style: normal; line-height: 1.7; font-size: 17px; }
.ftw-slideshow { position: relative; border-radius: var(--ftw-radius); overflow: hidden; aspect-ratio: 3/2; }
.ftw-slideshow .ftw-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1s ease; }
.ftw-slideshow .ftw-slide.is-active { opacity: 1; }
.ftw-slideshow .ftw-slide img { width: 100%; height: 100%; object-fit: cover; }

/* Summits slideshow — image + title + content, one slide at a time */
.ftw-summit .ftw-container{max-width: 1400px;}
.ftw-summit__stage { position: relative; padding: 0 64px; margin-bottom: 28px; }
.ftw-summitshow { position: relative; }
.ftw-summitshow .ftw-slide { display: none; }
.ftw-summitshow .ftw-slide.is-active { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ftw-summitshow__media { margin: 0; border-radius: var(--ftw-radius); overflow: hidden; }
.ftw-summitshow__title { color: var(--ftw-accent); font-size: clamp(28px, 3vw, 40px); font-weight: 700; margin: 0 0 18px; line-height: 1; }
.ftw-summitshow__body { color: var(--ftw-text); font-size: 17px; line-height: 1.5; }
.ftw-summitshow__body p { margin: 0; }
/* Side arrows, vertically centred on the slideshow */
.ftw-slideshow__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; }
.ftw-slideshow__arrow--prev { left: 0; }
.ftw-slideshow__arrow--next { right: 0; }
/* Summit arrows: smaller on tablet, half-size on mobile, so they stay in the
   side gutter and never overlap the slide text. */
@media (max-width: 900px) {
	.ftw-summit__stage { padding: 0 46px; }
	.ftw-summitshow .ftw-slide.is-active { grid-template-columns: 1fr; gap: 32px; }
	.ftw-slideshow__arrow { width: 36px; height: 36px; font-size: 15px; }
}
@media (max-width: 600px) {
	.ftw-summit__stage { padding: 0 30px; }
	.ftw-slideshow__arrow { width: 24px; height: 24px; font-size: 12px; border-radius: 6px; }
}

/* ----------------------------------------------------------------
 * Hosts — carousel of 3, clickable photos open a bio modal
 * ---------------------------------------------------------------- */
.ftw-carousel--3 .ftw-carousel__track > * { flex: 0 0 calc((100% - 48px) / 3); }
.ftw-carousel__nav--center { justify-content: center; margin-top: 36px; }
.ftw-host { text-align: left; }
.ftw-host__open { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; box-shadow: none; -webkit-appearance: none; appearance: none; }
.ftw-host__open:hover, .ftw-host__open:focus, .ftw-host__open:active { background: none; box-shadow: none; outline: none; }
.ftw-host__media { display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 4/5; }
.ftw-host__name { font-size: 20px; font-weight: 700; margin: 18px 0 4px; }
.ftw-host__role { color: var(--ftw-muted); font-size: 15px; line-height: 1.45; margin: 0; }

/* Host modal — image + name + one-liner + button on the left, long bio on the right */
.ftw-hostmodal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(8,5,24,.9); padding: 24px; }
.ftw-hostmodal.is-open { display: flex; }
.ftw-hostmodal__panel { position: relative; display: grid; grid-template-columns: 0.85fr 1.15fr; max-width: 980px; width: 100%; max-height: 88vh; background: var(--ftw-bg); border: 1px solid rgba(255,255,255,.15); border-radius: var(--ftw-radius); overflow: hidden; }
.ftw-hostmodal__inner { display: contents; }
.ftw-hostmodal__close { position: absolute; top: 14px; right: 16px; z-index: 2; background: none; border: 0; color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
.ftw-hostmodal__left { padding: 36px; overflow-y: auto; max-height: 88vh; }
.ftw-hostmodal__media { margin: 0 0 22px; border-radius: var(--ftw-radius); overflow: hidden; }
.ftw-hostmodal__name { color: var(--ftw-accent); font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; margin: 0 0 6px; }
.ftw-hostmodal__role { color: var(--ftw-muted); font-size: 16px; margin: 0; }
.ftw-hostmodal__left .ftw-btn { margin-top: 22px; }
.ftw-hostmodal__bio { padding: 36px 40px; overflow-y: auto; max-height: 88vh; border-left: 1px solid rgba(255,255,255,.1); color: var(--ftw-text); font-size: 15px; line-height: 1.65; }
.ftw-hostmodal__bio p { margin: 0 0 12px; }
.ftw-hostmodal__bio a { color: var(--ftw-accent); }
@media (max-width: 720px) {
	/* Hosts: stack every card on top of each other (no carousel / no arrows). */
	.ftw-carousel--3 .ftw-carousel__track { flex-direction: column; transform: none !important; }
	.ftw-carousel--3 .ftw-carousel__track > * { flex: 0 0 auto; width: 100%; }
	.ftw-carousel__nav--center { display: none; }
	.ftw-hostmodal__panel { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
	.ftw-hostmodal__left, .ftw-hostmodal__bio { max-height: none; overflow: visible; }
	.ftw-hostmodal__bio { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
}

/* ----------------------------------------------------------------
 * Stats — highlight stat in its own column, rest in a 2-col grid
 * ---------------------------------------------------------------- */
.ftw-stats__layout { display: grid; grid-template-columns: minmax(260px, .85fr) 2fr; gap: 64px; align-items: start; }
.ftw-stats__layout--norail { grid-template-columns: 1fr; }
.ftw-stats__rest { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px 48px; }
.ftw-stat__value { display: inline-flex; align-items: baseline; color: var(--ftw-accent); font-weight: 700; line-height: 1; font-size: 68px; }
.ftw-stat--feature .ftw-stat__value { font-size: clamp(96px, 11vw, 150px); }
.ftw-stat__label { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin: 16px 0 10px; font-size: 17px; }
.ftw-stat__desc { color: var(--ftw-muted); font-size: 15px; line-height: 1.6; margin: 0; max-width: 36ch; }

/* Photo strip (single-row marquee, fixed-height tiles, no hover).
   Uses background-image so a global `img{}` rule can't distort the tiles. */
.ftw-photostrip-sec { padding: 10px 0; }
.ftw-shot { display: block; padding: 0; border: 0; background: none; cursor: pointer; }
.ftw-photostrip-sec .ftw-shot { flex: 0 0 auto; width: 360px; height: 260px; margin: 0 4px; background-size: cover; background-position: center; background-repeat: no-repeat; }

/* Testimonials masonry */
.ftw-masonry { columns: 5 240px; column-gap: 18px; margin-top: 48px; }
.ftw-masonry__item { display: block; width: 100%; margin: 0 0 18px; padding: 0; border: 0; background: none; break-inside: avoid; border-radius: 8px; overflow: hidden; cursor: pointer; }
.ftw-masonry__item img { width: 100%; }

/* ----------------------------------------------------------------
 * Lightbox
 * ---------------------------------------------------------------- */
.ftw-lb { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(8,5,24,.93); }
.ftw-lb.is-open { display: flex; }
.ftw-lb__img { max-width: 88vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.ftw-lb__close { position: absolute; top: 20px; right: 26px; background: none; border: 0; color: #fff; font-size: 40px; line-height: 1; cursor: pointer; }
.ftw-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 0; color: #fff; font-size: 30px; width: 56px; height: 56px; border-radius: 50%; cursor: pointer; }
.ftw-lb__nav:hover { background: var(--ftw-accent); color: #1a1140; }
.ftw-lb__prev { left: 24px; }
.ftw-lb__next { right: 24px; }

/* ----------------------------------------------------------------
 * Responsive
 * ---------------------------------------------------------------- */
@media (max-width: 1024px) {
	.ftw-tickets__grid, .ftw-why__grid { grid-template-columns: repeat(2, 1fr); }
	.ftw-hosts__grid { grid-template-columns: repeat(2, 1fr); }
	.ftw-speakers__grid { grid-template-columns: repeat(3, 1fr); }
	.ftw-summit__inner, .ftw-venue__inner { grid-template-columns: 1fr; }
	.ftw-stats__layout { grid-template-columns: 1fr; gap: 48px; }
	.ftw-agenda__grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
	.ftw-masonry { columns: 3 200px; }
}
@media (max-width: 640px) {
	.ftw-tickets__grid, .ftw-why__grid, .ftw-hosts__grid { grid-template-columns: 1fr; }
	.ftw-speakers__grid { grid-template-columns: repeat(2, 1fr); }
	.ftw-stats__rest { grid-template-columns: 1fr; }
	.ftw-card { grid-template-columns: 1fr; }
	.ftw-section { padding: 64px 0; }
	.ftw-container { padding: 0 24px; }
	.ftw-masonry { columns: 2 140px; }
}
