/* StrictlyFuel app-aligned brand system and interactive platform demo. */
@font-face {
  font-family: "Inter Strictly";
  src: url("assets/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #0A1C12;
  --ink-2: #102A1C;
  --ink-3: #1A3A28;
  --acid: #D8E66B;
  --cream: #F4EBD7;
  --paper: #F2EAD7;
  --surface: #1A3A28;
  --surface-muted: #234A33;
  --sage: #9BB89F;
  --clay: #E08A6E;
  --muted: #506454;
  --text-soft-dark: #C5BDAA;
  --border-dark: #2B5138;
  --line: rgba(10, 28, 18, .18);
  --radius: 28px;
}

body, button, input, select, textarea { font-family: "Inter Strictly", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { background: var(--paper); }
html, body { max-width: 100%; overflow-x: hidden; }
::selection { color: var(--ink); background: var(--acid); }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  height: 88px;
  transition: height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.site-header.scrolled {
  height: 72px;
  background: rgba(16, 42, 28, .92);
  border-bottom: 1px solid var(--border-dark);
  box-shadow: 0 12px 40px rgba(5, 10, 7, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.scroll-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}
.scroll-progress::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  transition: transform .08s linear;
}
.brand { gap: 10px; }
.brand img { width: 31px; height: 36px; }
.brand span {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.site-header nav a { color: var(--text-soft-dark); font-size: 14px; font-weight: 650; }
.site-header nav a:hover { color: var(--cream); }
.button { min-height: 46px; font-size: 14px; }
.button-primary {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 0 14px 36px rgba(216, 230, 107, .12);
}
.button-primary:hover { background: #E3EE8D; }
.button-outline { color: var(--cream); border-color: rgba(244, 235, 215, .32); }

.platform-hero { background: var(--ink-2); }
.audience-switch { display:inline-flex; align-items:center; gap:4px; margin:0 0 25px; padding:5px; border:1px solid var(--border-dark); border-radius:999px; background:rgba(3,16,9,.36); }
.audience-switch > span { padding:0 9px 0 11px; color:var(--text-soft-dark); font-size:10px; font-weight:750; letter-spacing:.7px; text-transform:uppercase; }
.audience-switch button { min-height:36px; padding:0 14px; border:0; border-radius:999px; color:var(--text-soft-dark); background:transparent; font-size:12px; font-weight:800; cursor:pointer; transition:background .24s ease,color .24s ease,transform .24s ease; }
.audience-switch button:hover { color:var(--cream); }
.audience-switch button[aria-selected="true"] { color:var(--ink); background:var(--acid); box-shadow:0 7px 18px rgba(0,0,0,.17); }
.platform-hero .hero-copy > .eyebrow { margin-bottom:18px; }
.platform-hero .hero-copy h1, .platform-hero .hero-lede, .platform-hero .hero-actions, .platform-hero .proof-line { transition:opacity .2s ease, transform .2s ease; }
.member-hero-preview { position:absolute; inset:0; z-index:7; display:grid; place-items:center; pointer-events:none; opacity:0; transform:translateY(18px) scale(.97); transition:opacity .45s ease,transform .45s ease; }
.gym-map-visual .facility-shell { transition:opacity .35s ease, transform .45s ease, filter .35s ease; }
.platform-hero.is-member-mode .gym-map-visual .facility-shell { opacity:0; filter:blur(4px); transform:scale(.96); pointer-events:none; }
.platform-hero.is-member-mode .member-hero-preview { opacity:1; transform:none; pointer-events:auto; }
.member-preview-phone { position:relative; z-index:2; width:min(330px,74%); padding:22px; border:1px solid rgba(244,235,215,.25); border-radius:32px; color:var(--cream); background:linear-gradient(155deg,#173e29,#0b2317); box-shadow:0 32px 70px rgba(0,0,0,.38), 15px 15px 0 rgba(216,230,107,.08); transform:rotate(2.4deg); animation:memberPreviewFloat 5.2s ease-in-out infinite; }
.member-preview-status { display:flex; justify-content:space-between; gap:8px; color:var(--text-soft-dark); font-size:8px; font-weight:800; letter-spacing:.85px; }
.member-preview-status span { color:var(--acid); }.member-preview-status i { display:inline-block; width:6px; height:6px; margin:0 5px 1px 0; border-radius:50%; background:#80d998; box-shadow:0 0 0 4px rgba(128,217,152,.12); }
.member-preview-phone > p { margin:34px 0 5px; color:var(--text-soft-dark); font-size:11px; }.member-preview-phone h3 { font-size:34px; }
.member-preview-set { margin-top:19px; padding:17px; border:1px solid rgba(244,235,215,.12); border-radius:18px; background:rgba(255,255,255,.045); }.member-preview-set span,.member-preview-set em { display:block; font-size:8px; font-style:normal; letter-spacing:1px; }.member-preview-set span { color:var(--text-soft-dark); }.member-preview-set strong { display:block; margin:8px 0 5px; font-size:31px; line-height:1; }.member-preview-set strong small { color:var(--text-soft-dark); font-size:13px; }.member-preview-set em { color:#80d998; }
.member-preview-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:13px 0; }.member-preview-grid span { padding:12px; border-radius:13px; background:rgba(244,235,215,.08); }.member-preview-grid b,.member-preview-grid strong { display:block; }.member-preview-grid b { color:var(--text-soft-dark); font-size:7px; letter-spacing:1px; }.member-preview-grid strong { margin-top:5px; color:var(--cream); font-size:16px; }
.member-preview-button { width:100%; padding:14px; border-radius:14px; color:var(--ink); background:var(--acid); font-size:14px; font-weight:900; }.member-preview-button span { float:right; font-size:20px; line-height:.6; }
.member-preview-note { position:absolute; z-index:3; right:0; bottom:58px; display:flex; align-items:center; gap:11px; width:226px; padding:13px; border:1px solid rgba(244,235,215,.15); border-radius:16px; color:var(--cream); background:rgba(18,50,33,.94); box-shadow:0 22px 45px rgba(0,0,0,.27); transform:rotate(-3deg); }.member-preview-note i { display:grid; width:35px; height:35px; place-items:center; border-radius:12px; color:var(--ink); background:var(--acid); font-style:normal; font-weight:900; }.member-preview-note b,.member-preview-note span { display:block; }.member-preview-note b { font-size:10px; }.member-preview-note span { margin-top:3px; color:var(--text-soft-dark); font-size:8px; line-height:1.35; }
.member-preview-orbit { position:absolute; border:1px solid rgba(216,230,107,.14); border-radius:50%; }.member-preview-orbit.orbit-a { width:460px; height:460px; }.member-preview-orbit.orbit-b { width:610px; height:610px; border-color:rgba(244,235,215,.07); }
@keyframes memberPreviewFloat { 50% { transform:rotate(2.4deg) translateY(-9px); } }
.hero-copy, .gym-map-visual { min-width: 0; }
.hero-lede, .proof-line { color: var(--text-soft-dark); }
.proof-line { border-color: var(--border-dark); }
.platform-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1000px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transition: transform .18s ease-out;
}
.visual-grid {
  border-color: var(--border-dark);
  background-image: linear-gradient(rgba(244, 235, 215, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 235, 215, .05) 1px, transparent 1px);
}
.phone-card {
  color: var(--cream);
  background: rgba(26, 58, 40, .97);
  border-color: var(--border-dark);
  animation: phoneFloat 5.4s ease-in-out infinite;
}
.operator-float { background: var(--paper); animation: panelFloat 6.3s ease-in-out infinite; }
.nfc-chip { animation: nfcBreathe 2.4s ease-in-out infinite; }
.phone-top, .last-set span { color: var(--text-soft-dark); }
.phone-card > p, .suggested b { color: var(--acid); }
.last-set small, .suggested small { color: var(--text-soft-dark); font-size: 10px; }
.last-set span { font-size: 11px; }

.signal-strip { background: var(--acid); border-color: var(--ink); }
.signal-strip .signal-track {
  width: max-content;
  min-width: 0;
  padding: 0;
  display: flex;
  gap: 0;
  animation: signalScroll 24s linear infinite;
}
.signal-strip .signal-group {
  width: max-content;
  min-width: 0;
  padding: 17px 34px;
  display: flex;
  justify-content: flex-start;
  gap: 34px;
  font-size: 11px;
}

.section-label { font-size: 12px; }
.section-label:not(.light) { color: #36583D; }
.section-label.light { color: var(--acid); }
.vision-heading h2 em { color: #36583D; }
.vision-section .development-badge { color: var(--ink); background: var(--acid); }
.section-heading > p, .experience-copy > p:not(.section-label), .vision-heading > p { font-size: 17px; }
.card-index, .platform-steps article > span, .feature-list span { font-size: 11px; }
.audience-card li { font-size: 14px; }
.audience-card > p { font-size: 16px; }
.audience-card > a { font-size: 14px; }
.operator-card, .how-platform, .operator-section, .tap-demo { color: var(--cream); background: var(--ink-2); }
.operator-card > p, .how-platform .section-heading > p, .operator-copy > p:not(.section-label, .current-note), .apps-callout > div:last-child p { color: var(--text-soft-dark); }
.platform-steps article { background: var(--surface); border-color: var(--border-dark); }
.platform-steps h3 { font-size: 24px; }
.platform-steps p { color: var(--text-soft-dark); font-size: 14px; }
.step-icon { background: var(--surface-muted); border-color: #3B6749; }
.feature-list p { font-size: 14px; }
.feature-list strong { font-size: 16px; }
.member-demo > p { font-size: 13px; }
.demo-head { font-size: 10px; }
.demo-history small { font-size: 10px; }
.demo-settings { font-size: 13px; }
.current-note {
  color: var(--text-soft-dark);
  font-size: 13px;
  background: rgba(216, 230, 107, .06);
  border-color: rgba(216, 230, 107, .28);
}
.current-note span { font-size: 10px; }
.dash-head span, .dash-metrics span, .dash-metrics small { font-size: 10px; }
.machine-row, .machine-row b { font-size: 11px; }
.vision-flow small { font-size: 12px; }
.vision-features span { font-size: 11px; }
.vision-features p { font-size: 14px; }
.privacy-card > div:nth-child(2) > p:last-child, .privacy-card li { color: var(--text-soft-dark); font-size: 14px; }
.operations-grid > article > span { font-size: 10px; }
.operations-grid p { font-size: 14px; }
.comparison small, .comparison span, .maintenance-meter span { font-size: 10px; }
.benchmark span { font-size: 11px; }
.pilot-form label { font-size: 11px; }
.form-note { font-size: 11px; }
.footer-brand p, .footer-links { font-size: 13px; }
.footer-links strong, .footer-bottom { font-size: 11px; }
.footer-brand p, .footer-links a, .footer-bottom { color: var(--text-soft-dark); }

/* The founder story belongs to the Strictly parent company. */
.company-about {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.1fr);
  gap: clamp(55px, 9vw, 135px);
  align-items: center;
  color: var(--cream);
  background: var(--ink-2);
  border-top: 1px solid var(--border-dark);
}
.company-about-photo-wrap { position: relative; width: 100%; max-width: 520px; margin: auto; padding: 0 24px 24px 0; }
.company-about-photo { padding: 10px; overflow: hidden; border: 1px solid var(--border-dark); border-radius: 28px 28px 88px 28px; background: var(--ink); box-shadow: 20px 20px 0 rgba(216, 230, 107, .1); transform: rotate(-2deg); }
.company-about-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 36%; border-radius: 18px 18px 68px 18px; filter: saturate(.86) contrast(.98); }
.company-about-stamp { position: absolute; right: -2px; bottom: 0; width: 102px; height: 102px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--acid); text-align: center; font-size: 9px; font-weight: 850; line-height: 1.5; letter-spacing: 1.2px; transform: rotate(8deg); }
.company-about-copy { max-width: 700px; }
.company-about-copy h2 { margin-bottom: 22px; font-size: clamp(43px, 5vw, 75px); line-height: 1.02; }
.company-about-copy h2 em { color: var(--acid); font-style: normal; }
.company-about-lede { margin: 0 0 28px; color: var(--cream); font-size: clamp(20px, 2vw, 27px); line-height: 1.35; font-weight: 650; letter-spacing: -.03em; }
.company-about-body { color: var(--text-soft-dark); font-size: 16px; line-height: 1.85; }
.company-about-body p { margin: 0 0 18px; }
.company-about-signoff { color: var(--cream); font-weight: 650; }
.company-about-details { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.company-about-details span { padding: 9px 12px; border: 1px solid var(--border-dark); border-radius: 999px; color: var(--cream); background: var(--surface); font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }

@media (max-width: 980px) {
  .company-about { grid-template-columns: 1fr; gap: 55px; }
  .company-about-photo-wrap { max-width: 580px; }
  .company-about-copy { max-width: 760px; }
}

@media (max-width: 620px) {
  .company-about { gap: 42px; }
  .company-about-photo-wrap { padding-right: 14px; }
  .company-about-photo { padding: 8px; border-radius: 22px 22px 64px 22px; }
  .company-about-photo img { border-radius: 14px 14px 48px 14px; }
  .company-about-stamp { width: 82px; height: 82px; right: -5px; font-size: 8px; }
  .company-about-body { font-size: 15px; line-height: 1.75; }
  .company-about-details { gap: 7px; }
  .company-about-details span { padding: 8px 10px; font-size: 9px; }
}

.tap-demo { position: relative; overflow: hidden; }
.tap-demo::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -330px;
  top: -250px;
  border: 1px solid rgba(216, 230, 107, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(216, 230, 107, .035), 0 0 0 180px rgba(216, 230, 107, .018);
  pointer-events: none;
}
.tap-demo .section-heading { position: relative; z-index: 2; }
.tap-demo .section-heading h2 em { color: var(--acid); }
.tap-demo .section-heading > p { color: var(--text-soft-dark); }
.tap-demo-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(350px, .82fr) minmax(500px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.tag-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-height: 650px;
  position: relative;
  border: 1px solid var(--border-dark);
  border-radius: 34px;
  background: linear-gradient(145deg, var(--surface), #122F20);
  overflow: hidden;
  transform: perspective(1000px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transition: transform .18s ease-out;
}
.tag-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(244, 235, 215, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 235, 215, .035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}
.tag-stage > p { position: absolute; left: 28px; right: 28px; bottom: 24px; margin: 0; color: var(--text-soft-dark); font-size: 13px; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #8FE3A0; box-shadow: 0 0 0 6px rgba(143, 227, 160, .1); }
.pec-deck-machine { position: absolute; inset: 48px 34px 142px; width: calc(100% - 68px); height: calc(100% - 190px); overflow: visible; }
.pec-deck-frame, .pec-deck-lever, .pec-deck-cable { fill: none; stroke: var(--sage); stroke-width: 11; stroke-linecap: round; stroke-linejoin: round; }
.pec-deck-stack rect { fill: #183C28; stroke: var(--sage); stroke-width: 5; }
.pec-deck-stack path { fill: none; stroke: var(--sage); stroke-width: 4; opacity: .7; }
.pec-deck-back { fill: #1B422B; stroke: var(--sage); stroke-width: 5; }
.pec-deck-seat { fill: var(--acid); }
.pec-deck-athlete circle { fill: var(--cream); }
.pec-deck-body { fill: none; stroke: var(--cream); stroke-width: 13; stroke-linecap: round; stroke-linejoin: round; }
.pec-deck-arms { fill: none; stroke: var(--cream); stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; }
.pec-deck-moving { transform-box: fill-box; transform-origin: center center; animation: pecDeckIcon 3.6s ease-in-out infinite; }
.pec-deck-handle { fill: none; stroke: var(--acid); stroke-width: 18; stroke-linecap: round; }
.pec-deck-motion { fill: none; stroke: var(--acid); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 7 9; opacity: .75; }
@keyframes pecDeckIcon { 0%, 100% { transform: scaleX(1); } 45%, 58% { transform: scaleX(.58); } }
.physical-tag {
  position: absolute;
  left: 50%;
  bottom: 77px;
  z-index: 3;
  width: min(82%, 390px);
  min-height: 86px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 42px 42px 1fr;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(10, 28, 18, .35);
  border-radius: 20px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 0 24px 55px rgba(5, 10, 7, .35);
  transform: translateX(-50%);
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.physical-tag:hover { transform: translateX(-50%) translateY(-4px); box-shadow: 0 30px 70px rgba(5, 10, 7, .45); }
.physical-tag img { width: 30px; height: 36px; }
.physical-tag > span:last-child { text-align: left; }
.physical-tag strong, .physical-tag small { display: block; }
.physical-tag strong { font-size: 15px; }
.physical-tag small { margin-top: 3px; color: #2C4A32; font-size: 11px; }
.tag-signal { height: 42px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.tag-signal i { display: block; border: 2px solid var(--ink); border-left: 0; border-block-color: transparent; border-radius: 0 50% 50% 0; }
.tag-signal i:nth-child(1) { width: 7px; height: 14px; }
.tag-signal i:nth-child(2) { width: 9px; height: 25px; }
.tag-signal i:nth-child(3) { width: 12px; height: 37px; }
.physical-tag[aria-pressed="true"] { background: #8FE3A0; }
.physical-tag[aria-pressed="true"] .tag-signal { animation: tagSignal .8s ease; }

.member-phone-demo {
  position: relative;
  max-width: 660px;
  padding: 24px;
  border: 1px solid var(--border-dark);
  border-radius: 38px;
  background: var(--surface);
  box-shadow: 26px 26px 0 rgba(10, 28, 18, .42);
}
.member-phone-top { display: flex; justify-content: space-between; color: var(--text-soft-dark); font-size: 10px; }
.member-phone-top strong { color: var(--cream); letter-spacing: 2px; }
.machine-connected {
  margin: 19px 0 18px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 14px;
  color: var(--text-soft-dark);
  font-size: 11px;
  background: #15301F;
}
.machine-connected > span { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.member-phone-demo.is-connected .machine-connected > span { background: #8FE3A0; box-shadow: 0 0 0 6px rgba(143, 227, 160, .1); }
.machine-connected b { color: var(--cream); }
.machine-connected small { letter-spacing: 1px; }
.machine-title-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.machine-title-row p { margin: 0 0 4px; color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.machine-title-row h3 { font-size: 38px; }
.machine-title-row > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 13px; font-weight: 850; }
.coach-video { position: relative; width: min(100%, 360px); margin-inline: auto; overflow: hidden; border: 1px solid #3B6749; border-radius: 16px; background: var(--ink); }
.coach-video video { width: 100%; height: auto; aspect-ratio: 9 / 16; display: block; object-fit: contain; object-position: center; filter: saturate(.78) contrast(1.06); }
.muscle-focus { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; margin-top: 10px; }
.muscle-focus span { padding: 10px 12px; border: 1px solid var(--border-dark); border-radius: 12px; background: var(--surface); }
.muscle-focus small, .muscle-focus b { display: block; }
.muscle-focus small { color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.muscle-focus b { margin-top: 3px; color: var(--cream); font-size: 11px; }
.demo-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 17px 0 12px; padding: 5px; border-radius: 14px; background: var(--ink); }
.demo-tabs button { min-height: 42px; border: 0; border-radius: 10px; color: var(--text-soft-dark); background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.demo-tabs button[aria-selected="true"] { color: var(--ink); background: var(--acid); }
.demo-panels { min-height: 204px; padding: 18px; border: 1px solid var(--border-dark); border-radius: 18px; background: #15301F; }
.demo-panel[hidden] { display: none; }
.demo-panel ol { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; counter-reset: cues; }
.demo-panel li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; counter-increment: cues; }
.demo-panel li::before { content: counter(cues); width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #3B6749; border-radius: 50%; color: var(--acid); font-size: 10px; font-weight: 800; }
.demo-panel li b, .demo-panel li span { display: block; }
.demo-panel li b { font-size: 13px; }
.demo-panel li span { margin-top: 2px; color: var(--text-soft-dark); font-size: 12px; }
.demo-panel > a { display: inline-block; margin-top: 15px; color: var(--cream); font-size: 11px; text-decoration: underline; text-decoration-color: var(--acid); text-underline-offset: 4px; }
.last-time { margin: 0 0 14px; color: var(--text-soft-dark); font-size: 12px; }
.last-time b { float: right; color: var(--cream); }
.workout-history-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.workout-history-strip span { padding: 10px 12px; border: 1px solid var(--border-dark); border-radius: 12px; background: var(--surface); }
.workout-history-strip small, .workout-history-strip b { display: block; }
.workout-history-strip small { color: var(--text-soft-dark); font-size: 8px; letter-spacing: 1px; }
.workout-history-strip b { margin-top: 4px; color: var(--cream); font-size: 12px; }
.form-cues { margin-top: 15px !important; }
.compact-form-cues { gap: 8px !important; }
.compact-form-cues li { grid-template-columns: 25px minmax(0, 1fr); align-items: center; gap: 8px; }
.compact-form-cues li b { color: var(--cream); font-size: 11px; line-height: 1.35; }
.set-builder { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.set-builder > div { padding: 15px; border: 1px solid var(--border-dark); border-radius: 14px; background: var(--surface); }
.set-builder small { display: block; color: var(--text-soft-dark); font-size: 9px; letter-spacing: 1.3px; }
.set-builder strong { display: block; margin-top: 5px; font-size: 29px; }
.set-builder i { color: var(--text-soft-dark); font-size: 12px; font-style: normal; }
.demo-log-button { width: 100%; min-height: 44px; margin-top: 11px; padding: 0 14px; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 12px; color: var(--ink); background: var(--acid); font-weight: 850; cursor: pointer; }
.history-head { display: flex; justify-content: space-between; color: var(--text-soft-dark); font-size: 12px; }
.history-head b { color: #8FE3A0; }
.history-bars { height: 110px; margin: 12px 0; display: flex; align-items: end; gap: 10px; }
.history-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: var(--sage); transform-origin: bottom; animation: barGrow .7s ease both; }
.history-bars i:last-child { background: var(--acid); }
.demo-panel > p:last-child { margin: 0; color: var(--text-soft-dark); font-size: 12px; }
.demo-panel > p span { color: var(--acid); }
.product-horizon { position: relative; z-index: 2; margin-top: 48px; padding: 20px 24px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 22px; align-items: center; border: 1px solid var(--border-dark); border-radius: 20px; background: var(--surface); }
.product-horizon span { display: flex; flex-direction: column; gap: 4px; color: var(--cream); font-size: 13px; }
.product-horizon i { color: var(--acid); font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: 1.3px; }
.product-horizon > b { color: var(--sage); }

@keyframes signalScroll { to { transform: translateX(-50%); } }
@keyframes phoneFloat { 0%, 100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-10px); } }
@keyframes panelFloat { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(8px); } }
@keyframes nfcBreathe { 0%, 100% { box-shadow: 0 18px 45px rgba(0, 0, 0, .28), 0 0 0 0 rgba(216, 230, 107, .22); } 50% { box-shadow: 0 18px 45px rgba(0, 0, 0, .28), 0 0 0 13px rgba(216, 230, 107, 0); } }
@keyframes tagSignal { 50% { transform: scale(1.18); } }
@keyframes barGrow { from { transform: scaleY(0); } }

@media (max-width: 1050px) {
  .site-header { height: 72px; }
  .site-header.scrolled { height: 68px; }
  .platform-hero { grid-template-columns: minmax(0, 1fr); }
  .tap-demo-grid { grid-template-columns: 1fr; }
  .tag-stage { min-height: 570px; }
  .member-phone-demo { max-width: 760px; width: 100%; }
}

@media (max-width: 650px) {
  .audience-switch { width:100%; justify-content:space-between; margin-bottom:20px; }
  .audience-switch > span { display:none; }
  .audience-switch button { flex:1; min-height:38px; padding:0 10px; }
  .gym-map-visual .member-hero-preview { overflow:hidden; }
  .member-preview-phone { width:min(310px,84%); padding:18px; border-radius:27px; }
  .member-preview-phone > p { margin-top:25px; }
  .member-preview-phone h3 { font-size:29px; }
  .member-preview-note { right:2px; bottom:35px; width:190px; padding:10px; }
  .member-preview-orbit.orbit-a { width:390px; height:390px; }
  .member-preview-orbit.orbit-b { width:520px; height:520px; }
  .brand img { width: 26px; height: 31px; }
  .brand span { font-size: 15px; letter-spacing: 2px; }
  .site-header { height: 68px; }
  .mobile-nav { top: 64px; }
  .tap-demo-grid { gap: 28px; }
  .tag-stage { min-height: 475px; }
  .pec-deck-machine { inset: 34px 12px 132px; width: calc(100% - 24px); height: calc(100% - 166px); }
  .physical-tag { bottom: 62px; width: 88%; grid-template-columns: 35px 33px 1fr; padding: 12px; }
  .physical-tag strong { font-size: 13px; }
  .tag-stage > p { left: 20px; right: 20px; bottom: 18px; font-size: 11px; }
  .member-phone-demo { padding: 17px; border-radius: 28px; box-shadow: 10px 10px 0 rgba(10, 28, 18, .42); }
  .machine-title-row h3 { font-size: 31px; }
  .demo-panels { min-height: 216px; padding: 14px; }
  .product-horizon { grid-template-columns: 1fr; gap: 13px; }
  .product-horizon > b { display: none; }
  .product-horizon span { padding-bottom: 13px; border-bottom: 1px solid var(--border-dark); }
  .product-horizon span:last-child { padding: 0; border: 0; }
  .signal-strip .signal-group { padding: 15px 24px; gap: 24px; }
  .platform-visual { transform: none; }
  .section-heading > p, .experience-copy > p:not(.section-label), .vision-heading > p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .signal-strip .signal-track, .phone-card, .operator-float, .nfc-chip, .history-bars i { animation: none; }
  .platform-visual, .tag-stage { transform: none !important; transition: none; }
}

/* Interactive connected gym floor hero. */
.gym-map-visual { min-height: 750px; }
.facility-shell {
  position: absolute;
  inset: 10px 0;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border: 1px solid #3B6749;
  border-radius: 34px;
  background: linear-gradient(145deg, #183C28, #0D2619 76%);
  box-shadow: 0 42px 90px rgba(3, 12, 7, .34);
}
.floor-toolbar {
  min-height: 62px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(105px, 1fr) minmax(0, auto) minmax(105px, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #315B3F;
  color: var(--text-soft-dark);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1.25px;
}
.floor-live { min-width: max-content; display: flex; align-items: center; gap: 8px; color: var(--cream); white-space: nowrap; }
.floor-live i { width: 8px; height: 8px; border-radius: 50%; background: #8FE3A0; box-shadow: 0 0 0 6px rgba(143, 227, 160, .09); animation: floorLive 2s ease-in-out infinite; }
.floor-count { min-width: max-content; justify-self: end; white-space: nowrap; }
.floor-count b { margin-right: 4px; color: var(--acid); font-size: 13px; }
.floor-canvas {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(244, 235, 215, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 235, 215, .055) 1px, transparent 1px);
  background-size: 34px 34px;
}
.floor-canvas::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(197, 189, 170, .17);
  border-radius: 18px;
  pointer-events: none;
}
.floor-canvas::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(197, 189, 170, .13);
  box-shadow: none;
  pointer-events: none;
}
.floor-zone { position: absolute; z-index: 1; color: rgba(197, 189, 170, .68); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }
.zone-upper { left: 38px; top: 31px; }
.zone-lower { left: 38px; bottom: 31px; }
.zone-cable { right: 38px; top: 31px; }
.floor-walkway { position: absolute; z-index: 0; display: block; border: 1px dashed rgba(216, 230, 107, .18); border-radius: 999px; }
.walkway-one { left: 11%; right: 11%; top: 50%; }
.walkway-two { top: 15%; bottom: 15%; left: 50%; }
.floor-machine {
  position: absolute;
  z-index: 3;
  width: 110px;
  min-height: 88px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: 1fr auto auto;
  align-items: center;
  border: 1px solid #3B6749;
  border-radius: 15px;
  color: var(--cream);
  background: rgba(35, 74, 51, .96);
  box-shadow: 0 12px 25px rgba(4, 15, 9, .2);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.floor-machine:hover { transform: translateY(-3px); border-color: var(--sage); }
.floor-machine > svg { width: 33px; height: 33px; grid-row: 1 / 4; fill: none; stroke: var(--sage); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.floor-machine > span { justify-self: end; color: var(--acid); font-size: 11px; font-weight: 850; }
.floor-machine > small { justify-self: end; color: var(--text-soft-dark); font-size: 8px; white-space: nowrap; }
.machine-nfc { min-width: 35px; margin-top: 4px; padding: 3px 5px; justify-self: end; display: flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(216, 230, 107, .35); border-radius: 999px; color: var(--acid); background: rgba(9, 29, 18, .55); font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .6px; }
.machine-nfc b { width: 5px; height: 5px; display: block; border-radius: 50%; background: currentColor; }
.floor-machine.is-active {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
  box-shadow: 0 0 0 7px rgba(216, 230, 107, .1), 0 18px 38px rgba(4, 15, 9, .32);
}
.floor-machine.is-active > svg { stroke: var(--ink); }
.floor-machine.is-active > span, .floor-machine.is-active > small { color: var(--ink); }
.floor-machine.is-active .machine-nfc { color: var(--cream); border-color: var(--ink); background: var(--ink); box-shadow: 0 0 0 0 rgba(13, 43, 27, .34); animation: machineTagPulse 1.65s ease-out infinite; }
.floor-machine-one { left: 12%; top: 17%; }
.floor-machine-two { left: 42%; top: 17%; }
.floor-machine-three { right: 12%; top: 17%; }
.floor-machine-four { left: 12%; bottom: 14%; }
.floor-machine-five { right: 12%; bottom: 14%; }
.floor-event-flow { position: absolute; z-index: 4; left: 50%; top: 50%; width: min(260px, 44%); padding: 9px 11px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; border: 1px solid #456F51; border-radius: 16px; color: var(--cream); background: rgba(8, 26, 16, .94); box-shadow: 0 18px 32px rgba(2, 12, 7, .28); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform: translate(-50%, -50%); }
.event-node { display: grid; justify-items: center; gap: 3px; }
.event-node svg { width: 20px; height: 20px; fill: none; stroke: var(--acid); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.event-node b { color: var(--text-soft-dark); font-size: 5px; letter-spacing: .55px; white-space: nowrap; }
.event-path { height: 1px; position: relative; overflow: hidden; background: rgba(216, 230, 107, .18); }
.event-path b { position: absolute; top: -2px; left: -5px; width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px rgba(216, 230, 107, .75); animation: eventPacket 1.9s ease-in-out infinite; }
.event-path:nth-of-type(2) b { animation-delay: .88s; }
.member-dot { position: absolute; z-index: 2; width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; background: #8FE3A0; box-shadow: 0 0 0 5px rgba(143, 227, 160, .1); }
.member-dot-one { left: 25%; top: 48%; animation: memberRouteOne 7s ease-in-out infinite alternate; }
.member-dot-two { left: 66%; top: 37%; animation: memberRouteTwo 8.5s ease-in-out infinite alternate; }
.member-dot-three { left: 36%; top: 72%; animation: memberRouteThree 6.5s ease-in-out infinite alternate; }
.floor-machine-card {
  position: relative;
  z-index: 5;
  width: auto;
  min-height: 108px;
  margin: 10px 16px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 88px minmax(115px, 1fr) 185px 105px;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #456F51;
  border-radius: 18px;
  color: var(--cream);
  background: rgba(10, 28, 18, .95);
  box-shadow: 0 22px 45px rgba(3, 12, 7, .38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.floor-machine-card > div:first-child { grid-column: 1; grid-row: 1; display: flex; justify-content: space-between; gap: 8px; color: var(--text-soft-dark); font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.floor-machine-card > div:first-child b { color: #8FE3A0; }
.floor-machine-card > div:first-child b.is-ready { color: var(--acid); }
.floor-machine-card > p { grid-column: 1; grid-row: 2; margin: 3px 0 0; color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }
.floor-machine-card h3 { grid-column: 2; grid-row: 1 / 3; font-size: 27px; }
.floor-machine-stats { grid-column: 3; grid-row: 1 / 3; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.floor-machine-stats span { padding: 9px; border: 1px solid #315B3F; border-radius: 10px; color: var(--text-soft-dark); font-size: 7px; }
.floor-machine-stats strong { display: block; margin-bottom: 2px; color: var(--cream); font-size: 11px; }
.floor-machine-card > a { grid-column: 4; grid-row: 1 / 3; min-height: 54px; padding: 0 0 0 15px; display: flex; align-items: center; justify-content: space-between; border-left: 1px solid #315B3F; color: var(--cream); font-size: 9px; font-weight: 750; }
.floor-machine-card > a span { color: var(--acid); }
.floor-machine-card.is-changing { animation: floorCardIn .34s ease both; }
.floor-legend { min-height: 48px; padding: 0 20px; display: flex; align-items: center; gap: 18px; overflow: hidden; border-top: 1px solid #315B3F; color: var(--text-soft-dark); font-size: 8px; }
.floor-legend span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.floor-legend i { width: 7px; height: 7px; border-radius: 50%; }
.legend-active { background: var(--acid); }
.legend-ready { border: 1px solid var(--sage); }
.legend-tag { border: 1px solid var(--acid); border-radius: 2px !important; background: rgba(216, 230, 107, .15); }
.legend-member { background: #8FE3A0; }
.floor-legend strong { margin-left: auto; color: var(--acid); font-size: 8px; letter-spacing: .8px; text-transform: uppercase; }

/* One consistent illustrated icon system for the NFC flow. */
.step-icon { position: relative; overflow: hidden; }
.step-icon::after { content: ""; position: absolute; width: 38px; height: 38px; right: -19px; bottom: -19px; border: 1px solid rgba(216, 230, 107, .28); border-radius: 50%; box-shadow: 0 0 0 10px rgba(216, 230, 107, .045); }
.step-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease; }
.platform-steps article { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.platform-steps article:hover { transform: translateY(-5px); border-color: #456F51; background: #1E432E; }
.platform-steps article:hover .step-icon svg { transform: scale(1.08); }

@keyframes floorLive { 50% { box-shadow: 0 0 0 11px rgba(143, 227, 160, 0); } }
@keyframes machineTagPulse { 70%, 100% { box-shadow: 0 0 0 9px rgba(13, 43, 27, 0); } }
@keyframes eventPacket { 0% { left: -5px; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { left: calc(100% + 2px); opacity: 0; } }
@keyframes memberRouteOne { to { transform: translate(48px, -28px); } }
@keyframes memberRouteTwo { to { transform: translate(-36px, 48px); } }
@keyframes memberRouteThree { to { transform: translate(52px, 18px); } }
@keyframes floorCardIn { from { transform: translateY(5px); opacity: .72; } }

@media (max-width: 1050px) {
  .gym-map-visual { max-width: 820px; min-height: 750px; }
  .floor-machine-card { grid-template-columns: 82px minmax(110px, 1fr) 170px 100px; column-gap: 9px; }
}

@media (max-width: 650px) {
  .platform-hero h1 { font-size: clamp(46px, 13.5vw, 56px); }
  .hero-copy, .gym-map-visual { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
  .hero-copy { overflow-wrap: anywhere; }
  .gym-map-visual { min-height: 710px; margin-top: 34px; }
  .facility-shell { inset: 0; border-radius: 25px; }
  .floor-toolbar { min-height: 54px; padding: 0 12px; grid-template-columns: 1fr auto; font-size: 7px; }
  .floor-toolbar > span:nth-child(2) { display: none; }
  .floor-canvas { min-height: 442px; }
  .floor-canvas::before { inset: 12px; }
  .floor-canvas::after { left: 50%; box-shadow: none; }
  .floor-zone { font-size: 6px; }
  .zone-upper, .zone-lower { left: 22px; }
  .zone-upper, .zone-cable { top: 22px; }
  .zone-lower { bottom: 22px; }
  .zone-cable { right: 22px; }
  .floor-machine { width: 86px; min-height: 75px; padding: 7px; grid-template-columns: 27px 1fr; border-radius: 12px; }
  .floor-machine > svg { width: 26px; height: 26px; }
  .floor-machine > span { font-size: 9px; }
  .floor-machine > small { max-width: 43px; overflow: hidden; text-overflow: ellipsis; font-size: 6px; }
  .machine-nfc { min-width: 28px; margin-top: 2px; padding: 2px 4px; gap: 3px; font-size: 5px; }
  .machine-nfc b { width: 4px; height: 4px; }
  .floor-machine-one { left: 6%; top: 17%; }
  .floor-machine-two { left: 39%; top: 17%; }
  .floor-machine-three { right: 6%; top: 17%; }
  .floor-machine-four { left: 6%; bottom: 15%; }
  .floor-machine-five { right: 6%; bottom: 15%; }
  .floor-event-flow { left: 50%; top: 50%; width: min(185px, 48%); padding: 7px 8px; gap: 5px; border-radius: 12px; }
  .event-node svg { width: 16px; height: 16px; }
  .event-node b { display: none; }
  .floor-machine-card { width: auto; min-height: 122px; margin: 9px 10px; padding: 11px 12px; grid-template-columns: 78px minmax(0, 1fr) 116px; grid-template-rows: auto auto; column-gap: 8px; border-radius: 14px; }
  .floor-machine-card > div:first-child { font-size: 5px; }
  .floor-machine-card > p { font-size: 6px; }
  .floor-machine-card h3 { grid-column: 2; grid-row: 1 / 3; font-size: 18px; }
  .floor-machine-stats { grid-column: 3; grid-row: 1 / 3; }
  .floor-machine-stats span { padding: 6px; font-size: 5px; }
  .floor-machine-stats strong { font-size: 8px; }
  .floor-machine-card > a { grid-column: 1 / 4; grid-row: 3; min-height: 30px; margin-top: 8px; padding: 7px 0 0; border-top: 1px solid #315B3F; border-left: 0; font-size: 7px; }
  .floor-legend { min-height: 48px; padding: 0 12px; gap: 10px; font-size: 6px; }
  .floor-legend strong { display: none; }
  .demo-tabs button { padding-inline: 7px; font-size: 10px; }
  .coach-video video { height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .floor-live i, .floor-machine.is-active .machine-nfc, .event-path b, .member-dot, .pec-deck-moving { animation: none; }
}
.pilot-form-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.pilot-form-link .section-label,
.pilot-form-link h3,
.pilot-form-link p { margin: 0; }
.pilot-form-link h3 { font-size: clamp(30px, 3vw, 46px); line-height: 1.05; }
.pilot-form-link > p:not(.section-label, .form-note) { max-width: 620px; color: var(--muted); line-height: 1.65; }
.pilot-form-link .button { width: 100%; margin-top: 6px; }
.pilot-form-link .form-note { width: 100%; }
