/* Influence page — V2, built on the experiential-v3 skeleton.
   Scoped under .influence-page so the site-wide light "paper" theme
   in styles.css can never leak through, regardless of load order. */

.influence-page {
  --red: #e60012;
  --paper: #fafaf7;
  --ink: #08070a;
  background: var(--ink) !important;
  color: #fff !important;
}

.influence-page .anton { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0; font-weight: 400; }
.influence-page .container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.influence-page .label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.influence-page .red { color: var(--red); }
.influence-page .h-section { font-size: clamp(38px, 6.2vw, 92px); margin-top: 16px; }
.influence-page .body-copy { font-size: 16px; line-height: 1.65; max-width: 720px; margin-top: 28px; }
.influence-page .body-copy strong { color: #fff; opacity: 1; }
.influence-page .btn-red { background: var(--red); color: #fff; padding: 18px 36px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; text-decoration: none; display: inline-block; border: none; cursor: pointer; transition: background 0.25s, transform 0.25s; }
.influence-page .btn-red:hover { background: #fff; color: #000; transform: translateY(-2px); }
.influence-page .grain { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: overlay; opacity: 0.35; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E"); }

/* manifesto — statement section, experiential pattern */
.influence-page .manifesto { padding: 56px 24px; position: relative; overflow: hidden; }
.influence-page .manifesto .mf-attr { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 28px; }

/* marquee — system standard */
.influence-page .marquee { border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); overflow: hidden; white-space: nowrap; position: relative; }
.influence-page .marquee-track { display: inline-flex; align-items: baseline; padding: 28px 0; animation: if-mq 22s linear infinite; will-change: transform; }
.influence-page .marquee:hover .marquee-track { animation-play-state: paused; }
.influence-page .marquee-phrase { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: -0.01em; line-height: 0.9; font-size: clamp(64px, 9vw, 150px); color: var(--red); padding-right: 0.45em; }
.influence-page .marquee-phrase .wh { color: #fff; }
.influence-page .marquee-sep { font-family: 'JetBrains Mono', monospace; font-size: clamp(20px, 2.5vw, 36px); color: #fff; padding-right: 0.9em; transform: translateY(-0.4em); display: inline-block; }
@keyframes if-mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.influence-page .marquee::before, .influence-page .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.influence-page .marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.influence-page .marquee::after { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }

/* ============ HERO — v3 structure, drifting tile field behind ============ */
.influence-page .hero { position: relative; min-height: 96vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.influence-page .hero-scene { position: absolute; inset: 0; }
.influence-page .hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 60% 35%, rgba(230,0,18,0.1) 0%, transparent 65%); }
/* drifting influencer tiles — the Pictura scatter, in palette */
.influence-page .fl-tile { position: absolute; border: 1px solid rgba(255,255,255,0.12); animation: if-drift var(--dur) ease-in-out infinite alternate; will-change: transform; }
@keyframes if-drift { from { transform: translate(0, 0) rotate(var(--r1)); } to { transform: translate(var(--dx), var(--dy)) rotate(var(--r2)); } }
.influence-page .fl-a { background: linear-gradient(160deg, #2a0a10 0%, #14080a 100%); }
.influence-page .fl-b { background: linear-gradient(200deg, #3a0d14 0%, #190a0d 100%); }
.influence-page .fl-c { background: linear-gradient(180deg, #22211f 0%, #121114 100%); }
.influence-page .fl-d { background: linear-gradient(160deg, #e60012 0%, #6a000a 100%); }
.influence-page .fl-e { background: linear-gradient(180deg, #2e2d33 0%, #17161b 100%); }
/* live-stream hearts rising up the right edge */
.influence-page .live-heart { position: absolute; bottom: -30px; color: var(--red); font-size: 18px; opacity: 0; animation: if-rise var(--hdur) linear forwards; pointer-events: none; z-index: 3; }
@keyframes if-rise { 0% { opacity: 0; transform: translateY(0) translateX(0) scale(0.6); } 10% { opacity: 0.9; } 100% { opacity: 0; transform: translateY(-70vh) translateX(var(--hx)) scale(1.15); } }
.influence-page .hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,7,10,0.15) 0%, rgba(8,7,10,0.4) 55%, rgba(8,7,10,0.95) 100%); }
.influence-page .hero-live { position: absolute; top: 24px; left: 24px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; z-index: 5; }
.influence-page .hero-live .dot-pulse { width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: if-pulse 1.6s ease infinite; }
@keyframes if-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.influence-page .hero-inner { position: relative; z-index: 4; width: 100%; padding: 56px 24px; }
.influence-page .hero-head { font-size: clamp(38px, 6.2vw, 92px); margin-top: 16px; }
.influence-page .hero-sub { font-size: 17px; line-height: 1.6; max-width: 560px; margin-top: 28px; font-weight: 400; }
.influence-page .hero-meta { position: absolute; bottom: 24px; right: 24px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; z-index: 4; text-align: right; }

/* ============ ENGAGEMENT TICKER — this page's signature divider ============ */
.influence-page .eng-strip { height: 110px; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); overflow: hidden; position: relative; display: flex; align-items: center; }
.influence-page .eng-track { display: inline-flex; align-items: center; gap: 48px; white-space: nowrap; animation: if-mq 30s linear infinite; padding-left: 24px; }
.influence-page .eng-strip:hover .eng-track { animation-play-state: paused; }
.influence-page .eng-item { display: inline-flex; align-items: baseline; gap: 14px; }
.influence-page .eng-handle { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: 28px; }
.influence-page .eng-count { font-family: 'JetBrains Mono', monospace; font-size: 14px; letter-spacing: 0.06em; color: var(--red); font-weight: 700; }
.influence-page .eng-count .hrt { animation: if-beat 1.4s ease infinite; display: inline-block; }
@keyframes if-beat { 0%, 100% { transform: scale(1); } 12% { transform: scale(1.35); } 24% { transform: scale(1); } }
.influence-page .eng-tag { position: absolute; bottom: 10px; left: 16px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; z-index: 2; }

/* ============ PARTNER WALL ============ */
.influence-page .partners { padding: 56px 0; overflow: hidden; background: #fff; color: #000; }
.influence-page .partners .p-head { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.influence-page .pw-rows { margin-top: 56px; display: flex; flex-direction: column; gap: 14px; }
.influence-page .pw-row { display: flex; gap: 14px; width: max-content; }
.influence-page .pw-row.dir-l { animation: if-rowl 42s linear infinite; }
.influence-page .pw-row.dir-r { animation: if-rowr 42s linear infinite; }
@keyframes if-rowl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes if-rowr { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.influence-page .pw-rows:hover .pw-row { animation-play-state: paused; }
.influence-page .pw-tile { width: 150px; height: 150px; flex-shrink: 0; position: relative; border: 1px solid rgba(0,0,0,0.12); overflow: hidden; cursor: pointer; transition: transform 0.3s, border-color 0.3s; }
.influence-page .pw-tile:hover { transform: scale(1.06); border-color: var(--red); z-index: 3; }
.influence-page .pw-tile .pw-handle { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; background: linear-gradient(0deg, rgba(8,7,10,0.9), transparent); opacity: 0; transition: opacity 0.3s; }
.influence-page .pw-tile:hover .pw-handle { opacity: 1; }
.influence-page .pw-tile .pw-heart { position: absolute; top: 8px; right: 10px; font-size: 12px; color: var(--red); opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: scale(0.5); }
.influence-page .pw-tile:hover .pw-heart { opacity: 1; transform: scale(1); }
.influence-page .pw-foot { text-align: center; margin-top: 40px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; }
.influence-page .pw-foot .red { font-weight: 700; }

/* ============ INFLUENCE POWER — split + spec list + count-up band ============ */
.influence-page .power { padding: 56px 24px; background: #0d0c10; }
.influence-page .pow-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; margin-top: 56px; align-items: center; }
.influence-page .spec-list { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 36px; }
.influence-page .spec { display: flex; align-items: baseline; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.influence-page .spec .s-tick { font-family: 'JetBrains Mono', monospace; color: var(--red); font-weight: 700; font-size: 14px; flex-shrink: 0; }
.influence-page .spec .s-name { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: 22px; }
.influence-page .spec .s-desc { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; margin-left: auto; text-align: right; }
.influence-page .stat-band { border-top: 1px solid rgba(255,255,255,0.15); }
.influence-page .stat-row { display: flex; align-items: baseline; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.influence-page .stat-num { font-family: 'Anton', Impact, sans-serif; font-size: clamp(48px, 5.5vw, 84px); line-height: 1; min-width: 200px; }
.influence-page .stat-desc { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.8; }


/* ============ FINAL CTA (overlaid form, matching Arrival) ============ */
.influence-page .footer { margin-top: 0; }
.influence-page .final-cta { padding: 56px 16px; min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.influence-page .final-cta-grid { position: relative; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) min(520px, 42%); gap: 64px; align-items: start; text-align: left; }
.influence-page .final-cta .fc-head { font-size: clamp(38px, 6.2vw, 92px); line-height: 1.0; }
.influence-page .final-cta .fc-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; margin-top: 28px; line-height: 1.6; }
.influence-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid rgba(255,255,255,0.55); border-bottom: none; }
.influence-page .f-input { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.55); color: #fff; padding: 20px 18px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; width: 100%; transition: background 0.25s; }
.influence-page .f-input.f-col-left { border-right: 1px solid rgba(255,255,255,0.55); }
.influence-page .f-input:focus { outline: none; background: #0d0c10; }
.influence-page .f-input::placeholder { color: rgba(255,255,255,0.4); }
.influence-page .f-input.full { grid-column: 1 / -1; }
.influence-page textarea.f-input { min-height: 140px; resize: vertical; }
.influence-page .form-send { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.influence-page .form-send .ff-note { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; padding-left: 18px; flex: 1; min-width: 0; }
.influence-page .form-send .btn-red { padding: 14px 24px; flex-shrink: 0; }
.influence-page .form-send .btn-red:hover { transform: none; }

@media (max-width: 900px) {
  .influence-page .manifesto { padding: 80px 24px; }
  .influence-page .pow-grid { grid-template-columns: 1fr; gap: 40px; }
  .influence-page .stat-num { min-width: 0; }
  .influence-page .final-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .influence-page .form-grid { grid-template-columns: 1fr; }
  .influence-page .f-input.f-col-left { border-right: none; }
  .influence-page .form-send { flex-direction: column; align-items: stretch; gap: 0; }
  .influence-page .form-send .ff-note { padding: 14px 18px; }
  .influence-page .hero-meta { display: none; }
  .influence-page .eng-handle { font-size: 20px; }
}

/* ============ SOME OF OUR WALLS (inventory slider) — self-contained, provided ============ */
.wsw { --red: #e60012; --ink: #08070a; font-family: 'Inter', system-ui, sans-serif; background: #fff; color: #000; padding: 56px 0; position: relative; overflow: hidden; }
.wsw * { box-sizing: border-box; margin: 0; padding: 0; }
.wsw .wsw-stamp { position: absolute; top: 60px; right: -10px; font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: clamp(70px, 13vw, 190px); color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,0.08); line-height: 0.8; pointer-events: none; letter-spacing: -0.04em; }
.wsw .wsw-wrap { max-width: 1400px; margin: 0 auto; padding: 0 24px; position: relative; }

.wsw .wsw-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.wsw .wsw-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.wsw .wsw-title { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: 0.0125em; line-height: 1.15; font-size: clamp(32px, 5.5vw, 84px); margin-top: 16px; }
.wsw .wsw-title .r { color: var(--red); }
.wsw .wsw-sub { font-size: 15px; line-height: 1.6; max-width: 700px; margin-top: 18px; }

.wsw .wsw-ctrl { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.wsw .wsw-count { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.07em; }
.wsw .wsw-count .now { color: var(--red); font-weight: 700; }
.wsw .wsw-arrows { display: flex; gap: 10px; }
.wsw .wsw-btn { width: 50px; height: 50px; border: 1px solid rgba(0,0,0,0.25); background: transparent; color: #000; font-size: 18px; cursor: pointer; transition: background 0.25s, color 0.25s, border-color 0.25s; display: flex; align-items: center; justify-content: center; }
.wsw .wsw-btn:hover:not(:disabled) { background: var(--red); border-color: var(--red); color: #fff; }
.wsw .wsw-btn:disabled { opacity: 0.28; cursor: default; }

.wsw .wsw-viewport { overflow: hidden; margin-top: 48px; }
.wsw .wsw-track { display: flex; gap: 18px; transition: transform 0.6s cubic-bezier(0.25,1,0.3,1); will-change: transform; }
.wsw .wsw-card { flex: 0 0 auto; width: calc((100% - 36px) / 3); position: relative; border: 1px solid rgba(255,255,255,0.12); overflow: hidden; background: #0d0c10; color: #fff; }
.wsw .wsw-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.wsw .wsw-fill { position: absolute; inset: 0; transition: transform 0.7s cubic-bezier(0.25,1,0.3,1); }
.wsw .wsw-card:hover .wsw-fill { transform: scale(1.06); }
.wsw .wsw-ph1 { background: linear-gradient(160deg, #1a2740 0%, #0a0e16 60%, #000 100%); }
.wsw .wsw-ph2 { background: linear-gradient(150deg, #2a0a10 0%, #120709 60%, #000 100%); }
.wsw .wsw-ph3 { background: radial-gradient(ellipse 75% 70% at 50% 45%, #2f2c33 0%, #131217 70%, #000 100%); }
.wsw .wsw-ph4 { background: linear-gradient(200deg, #3a0d14 0%, #190a0d 70%, #000 100%); }
.wsw .wsw-ph5 { background: radial-gradient(ellipse 70% 60% at 60% 50%, #1f3350 0%, #07090c 65%, #000 100%); }
.wsw .wsw-ph6 { background: linear-gradient(160deg, #22211f 0%, #100f12 70%, #000 100%); }
.wsw .wsw-grain { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: overlay; opacity: 0.3; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E"); }
.wsw .wsw-code { position: absolute; top: 12px; left: 14px; font-family: 'Anton', Impact, sans-serif; font-size: 22px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.45); z-index: 3; }
.wsw .wsw-live { position: absolute; top: 16px; right: 14px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; z-index: 3; }
.wsw .wsw-live .d { width: 7px; height: 7px; background: var(--red); border-radius: 50%; animation: wswpulse 1.6s ease infinite; }
@keyframes wswpulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.wsw .wsw-img-vig { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,10,0.85) 0%, transparent 55%); z-index: 2; }

.wsw .wsw-meta { padding: 18px 18px 20px; }
.wsw .wsw-city { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: 26px; line-height: 0.95; }
.wsw .wsw-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 14px; }
.wsw .wsw-spec .k { font-family: 'JetBrains Mono', monospace; font-size: 8px; letter-spacing: 0.07em; text-transform: uppercase; }
.wsw .wsw-spec .v { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.02em; margin-top: 5px; }
.wsw .wsw-spec .v.imp { color: var(--red); font-weight: 700; }

.wsw .wsw-foot { max-width: 1400px; margin: 40px auto 0; padding: 0 24px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; }
.wsw .wsw-foot .r { color: var(--red); font-weight: 700; }

@media (max-width: 1000px) { .wsw .wsw-card { width: calc((100% - 18px) / 2); } }
@media (max-width: 640px) {
  .wsw .wsw-card { width: 86%; }
  .wsw .wsw-head { gap: 24px; }
  .wsw .wsw-stamp { font-size: 80px; top: 30px; }
}

/* ============ S.O.S CAMPAIGNS FLOW — self-contained, provided ============ */
.sosf { --red: #e60012; --ink: #08070a; font-family: 'Inter', system-ui, sans-serif; background: var(--ink); color: #fff; padding: 56px 24px; position: relative; overflow: hidden; }
.sosf * { box-sizing: border-box; margin: 0; padding: 0; }
.sosf .wrap { max-width: 1400px; margin: 0 auto; }

.sosf .label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.sosf .title { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; letter-spacing: 0.0125em; line-height: 1.15; font-size: clamp(32px, 5.5vw, 88px); margin-top: 16px; }
.sosf .title .r { color: var(--red); }
.sosf .sub { font-size: 15px; line-height: 1.6; max-width: 620px; margin-top: 20px; }

.sosf .flow { display: flex; align-items: stretch; margin-top: 64px; }
.sosf .node { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; }

.sosf .fl-frame { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); }
.sosf .node.ooh .fl-frame { border-color: var(--red); }
.sosf .fl-fill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s cubic-bezier(0.25,1,0.3,1); }
.sosf .node:hover .fl-fill { transform: scale(1.05); }
.sosf .fl-grain { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: overlay; opacity: 0.3; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E"); }
.sosf .fl-chan { position: absolute; top: 12px; left: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; padding: 5px 9px; z-index: 3; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.3); }
.sosf .node.ooh .fl-chan { background: var(--red); border-color: var(--red); }

.sosf .fl-day { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-top: 22px; }
.sosf .fl-h { font-family: 'Anton', Impact, sans-serif; text-transform: uppercase; font-size: clamp(18px, 1.7vw, 24px); line-height: 1; margin-top: 12px; }
.sosf .fl-desc { font-size: 13px; line-height: 1.55; margin-top: 12px; }

.sosf .conn { flex: 0 0 52px; display: flex; align-items: center; justify-content: center; position: relative; }
.sosf .conn::before { content: ''; position: absolute; top: 110px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(230,0,18,0.25), var(--red), rgba(230,0,18,0.25)); }
.sosf .conn .ar { position: absolute; top: 110px; transform: translateY(-50%); color: var(--red); font-size: 16px; font-family: 'JetBrains Mono', monospace; opacity: 0.4; animation: flpulse 2.4s ease-in-out infinite; }
.sosf .conn:nth-of-type(2) .ar { animation-delay: 0s; }
.sosf .conn:nth-of-type(4) .ar { animation-delay: 0.4s; }
.sosf .conn:nth-of-type(6) .ar { animation-delay: 0.8s; }
@keyframes flpulse { 0%,100% { opacity: 0.25; transform: translateY(-50%) translateX(-3px); } 50% { opacity: 1; transform: translateY(-50%) translateX(3px); } }

.sosf .loop { position: relative; height: 76px; margin: 6px 11% 0; border: 1.5px dashed rgba(230,0,18,0.5); border-top: none; border-radius: 0 0 20px 20px; }
.sosf .loop-up { position: absolute; left: -8px; top: -10px; color: var(--red); font-size: 16px; font-family: 'JetBrains Mono', monospace; }
.sosf .loop-start { position: absolute; right: -5px; top: -6px; width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 10px var(--red); }
.sosf .loop-label { position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%); background: var(--ink); padding: 0 16px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); white-space: nowrap; }

.sosf .foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.sosf .foot .r { color: var(--red); font-weight: 700; }

.sosf .loop-m { display: none; }

@media (max-width: 820px) {
  .sosf .flow { flex-direction: column; }
  .sosf .node { flex: none; }
  .sosf .node .fl-frame { aspect-ratio: 16 / 9; }
  .sosf .node.ooh .fl-frame { aspect-ratio: 16 / 9; }
  .sosf .fl-h { font-size: 22px; }
  .sosf .conn { flex: none; height: 46px; width: 100%; }
  .sosf .conn::before { top: 0; bottom: 0; left: 50%; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, rgba(230,0,18,0.25), var(--red), rgba(230,0,18,0.25)); }
  .sosf .conn .ar { top: 50%; transform: translate(-50%,-50%) rotate(90deg); left: 50%; }
  @keyframes flpulse { 0%,100% { opacity: 0.25; } 50% { opacity: 1; } }
  .sosf .loop { display: none; }
  .sosf .loop-m { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 24px; border: 1.5px dashed rgba(230,0,18,0.5); padding: 16px; border-radius: 14px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--red); }
}
