:root{
  --blue:#322479;
  --blue-dark:#171036;
  --coral:#ff524c;
  --primary-rgb:50,36,121;
  --primary-dark-rgb:23,16,54;
  --accent-rgb:51,199,255;
  --project-accent:#ffb43a;
  --project-accent-ink:#d9463f;
  --project-surface:#f7f4ea;
  --project-surface-strong:#eee7d4;
  --project-card:#fffdf7;
  --project-card-border:rgba(7,27,37,.16);
  --project-hero-art:radial-gradient(circle at 18% 10%,rgba(51,199,255,.16),transparent 32%),radial-gradient(circle at 87% 74%,rgba(255,82,76,.2),transparent 38%),linear-gradient(145deg,#171036,#322479 54%,#4c2576);
  --project-story-art:linear-gradient(180deg,#f7f4ea 0,#f7f4ea 64px,rgba(247,244,234,0) 132px),radial-gradient(circle at 10% 14%,rgba(255,180,58,.12),transparent 32%),radial-gradient(circle at 90% 82%,rgba(51,199,255,.08),transparent 38%),linear-gradient(180deg,#f7f4ea 0%,#fffdf7 18%,#f7f4ea 100%);
  --project-solution-art:radial-gradient(circle at 86% 12%,rgba(51,199,255,.21),transparent 30%),radial-gradient(circle at 8% 90%,rgba(255,82,76,.16),transparent 42%),linear-gradient(145deg,#171036,#322479 62%,#47246f);
  --project-outcome-art:radial-gradient(circle at 82% 8%,rgba(255,180,58,.19),transparent 34%),radial-gradient(circle at 12% 92%,rgba(51,199,255,.12),transparent 40%),linear-gradient(135deg,#322479,#54287c);
  --project-closing-art:radial-gradient(circle at 90% 10%,rgba(255,180,58,.13),transparent 32%),linear-gradient(180deg,#fffdf7,#f6f2e8);
}

.pixel-grid{
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:linear-gradient(rgba(51,199,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(51,199,255,.08) 1px,transparent 1px);
  background-size:22px 22px;
  mask-image:linear-gradient(135deg,transparent 5%,#000 44%,transparent 92%);
}

.case-hero{
  background-color:var(--blue-dark);
  background-image:var(--project-hero-art);
}

.hero-layout{
  grid-template-columns:minmax(390px,.88fr) minmax(520px,1.12fr);
  gap:70px;
}

.hero-copy{width:100%;min-width:0;max-width:580px}
.hero-copy h1{font-size:clamp(3.25rem,5.2vw,5.7rem)}
.hero-download-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:25px;
  padding-bottom:3px;
  border-bottom:1px solid currentColor;
  color:var(--project-accent);
  font-weight:750;
  line-height:1.35;
}
.hero-download-link .app-store-icon{
  width:18px;
  height:20px;
  object-fit:contain;
  transition:transform .25s var(--ease);
}
.hero-download-link:hover .app-store-icon{transform:translateY(-2px)}
.hero-copy h1 em,
.solution-heading h2 em{color:var(--project-accent)}
.story-lede h2 em{color:var(--project-accent-ink)}
.case-label span,
.section-index{color:var(--project-accent-ink)}
.case-hero .project-facts dt{color:var(--project-accent)}

.football-hero-art{
  position:relative;
  min-height:660px;
  isolation:isolate;
  perspective:1400px;
}

.hero-phone{
  position:absolute;
  z-index:1;
  top:70px;
  width:clamp(220px,38%,315px);
  margin:0;
  overflow:hidden;
  border:7px solid #02070b;
  border-radius:36px;
  background:#01080d;
  box-shadow:0 38px 80px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.12);
  transform-origin:50% 72%;
}

.hero-phone:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(145deg,rgba(255,255,255,.1),transparent 22%,transparent 78%,rgba(51,199,255,.06));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.hero-phone img{
  display:block;
  width:100%;
  height:auto;
}

.hero-phone-splash{
  z-index:3;
  top:10px;
  left:50%;
  width:clamp(255px,45%,360px);
  transform:translateX(-50%) rotate(-.4deg);
}

.hero-phone-scores{
  left:0;
  transform:rotate(-6deg) translate3d(8px,18px,-80px);
}

.hero-phone-control{
  right:0;
  transform:rotate(6deg) translate3d(-8px,30px,-80px);
}

.hero-phone-splash:before{
  content:"";
  position:absolute;
  z-index:2;
  left:50%;
  bottom:-34px;
  width:80%;
  height:54px;
  background:linear-gradient(180deg,rgba(1,8,13,.05),transparent 44%,rgba(1,8,13,.38)),linear-gradient(90deg,rgba(1,8,13,.28),transparent 34%);
  filter:blur(28px);
  transform:translateX(-50%);
}

.story-section{
  background-color:var(--project-surface);
  background-image:var(--project-story-art);
  background-size:auto;
  background-repeat:no-repeat;
}

.section-tag{
  --pill-bg:var(--blue);
  --pill-text:#fff;
  box-shadow:0 14px 30px rgba(var(--primary-rgb),.2);
}

.section-tag.section-tag-light{
  --pill-bg:#f1efe3;
  --pill-text:var(--blue-dark);
}

.friction-card{
  overflow:hidden;
  border-color:var(--project-card-border);
  background:linear-gradient(145deg,var(--project-card) 46%,var(--project-surface-strong));
  box-shadow:0 20px 55px rgba(var(--primary-rgb),.1);
}

.friction-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--project-accent),var(--coral),rgba(var(--accent-rgb),.32));
}

.friction-card>span{
  background:rgba(255,180,58,.16);
  color:var(--project-accent-ink);
  box-shadow:inset 0 0 0 1px rgba(255,180,58,.2);
}

.solution-section{
  background-color:var(--blue-dark);
  background-image:var(--project-solution-art);
}

.workflow li{
  border-color:rgba(var(--accent-rgb),.3);
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(var(--accent-rgb),.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.workflow li:not(:last-child):before{background:rgba(255,180,58,.55)}
.workflow li:not(:last-child):after{
  border-color:rgba(255,255,255,.35);
  background:var(--project-accent);
  color:var(--blue-dark);
  box-shadow:0 8px 18px rgba(0,0,0,.38),0 0 0 4px rgba(255,180,58,.1);
}

.showcase-section{
  background-color:var(--project-surface);
  background-image:var(--project-story-art);
  background-repeat:no-repeat;
}

.football-tour{
  position:relative;
  overflow:hidden;
  padding:145px 0 135px;
}

.tour-intro{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(360px,1.18fr);
  gap:80px;
  align-items:end;
  margin-bottom:58px;
}

.tour-intro .section-tag{margin-bottom:24px}
.tour-intro h2{max-width:620px;margin:0;font-size:clamp(3rem,4.5vw,4.8rem);font-weight:450}
.tour-intro>p{max-width:610px;margin:0 0 8px;color:var(--muted);font-size:1.07rem;line-height:1.72}

.tour-nav{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-bottom:18px;
  padding:8px;
  border:1px solid rgba(var(--primary-rgb),.14);
  border-radius:22px;
  background:rgba(255,253,247,.72);
  box-shadow:0 18px 48px rgba(var(--primary-rgb),.09);
  backdrop-filter:blur(16px);
}

.tour-nav[hidden]{display:none}
.tour-nav button{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:64px;
  padding:13px 18px;
  border:0;
  border-radius:15px;
  background:transparent;
  color:var(--blue);
  text-align:left;
  cursor:pointer;
  transition:background-color .28s ease,color .28s ease,transform .28s var(--ease),box-shadow .28s ease;
}
.tour-nav button span{font-size:.68rem;font-weight:850;letter-spacing:.12em}
.tour-nav button strong{font-size:1rem;letter-spacing:-.02em}
.tour-nav button:hover{background:rgba(var(--primary-rgb),.07);transform:translateY(-1px)}
.tour-nav button.is-active{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(var(--primary-rgb),.24)}
.tour-nav button:focus-visible{outline:3px solid rgba(255,180,58,.55);outline-offset:2px}

.tour-stage{
  position:relative;
  min-height:800px;
  padding:58px 64px 50px;
  overflow:hidden;
  border:1px solid rgba(var(--primary-rgb),.13);
  border-radius:34px;
  background:rgba(255,253,247,.64);
  box-shadow:0 32px 80px rgba(var(--primary-rgb),.11);
  backdrop-filter:blur(12px);
}

.tour-stage:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 14% 22%,rgba(255,180,58,.09),transparent 34%),radial-gradient(circle at 91% 80%,rgba(50,36,121,.08),transparent 38%);
}

.football-showcase-row,
.football-showcase-row.showcase-row-reverse{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:88px;
  margin:0;
}

.football-tour.is-enhanced .football-showcase-row[hidden]{display:none}
.football-tour.is-enhanced .football-showcase-row.is-active{animation:tour-chapter-arrive .5s cubic-bezier(.22,1,.36,1) both}

@keyframes tour-chapter-arrive{
  from{opacity:0;transform:translate3d(0,12px,0)}
  to{opacity:1;transform:none}
}

.football-screen-gallery{
  position:relative;
  width:min(100%,340px);
  min-width:0;
  justify-self:center;
}

.gallery-stage{
  position:relative;
  z-index:1;
  isolation:isolate;
  width:100%;
  aspect-ratio:589/1280;
  margin-inline:auto;
  overflow:hidden;
  border:7px solid #14161b;
  border-radius:38px;
  background:#000;
  box-shadow:0 28px 55px rgba(5,18,57,.27),0 0 0 1px rgba(255,255,255,.42);
}

.gallery-panel{
  position:absolute;
  inset:0;
  display:block;
  margin:0;
  animation:football-panel-arrive .46s cubic-bezier(.22,1,.36,1) both;
}

.gallery-panel[hidden]{display:none}
.phone-frame,.phone-frame img{width:100%;height:100%}
.phone-frame{overflow:hidden;background:#01080d}
.phone-frame img{display:block;object-fit:cover}

.gallery-controls{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:18px;
}

.gallery-arrow{
  display:grid;
  flex:0 0 auto;
  width:42px;
  height:42px;
  place-items:center;
  padding:0;
  border:1px solid rgba(var(--primary-rgb),.2);
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  font:inherit;
  font-weight:850;
  cursor:pointer;
  font-size:1.1rem;
  line-height:1;
  box-shadow:0 9px 22px rgba(var(--primary-rgb),.09);
  transition:transform .25s cubic-bezier(.22,1,.36,1),background-color .25s ease,color .25s ease,box-shadow .25s ease;
}

.gallery-arrow:hover{background:var(--blue);color:#fff;box-shadow:0 13px 28px rgba(var(--primary-rgb),.2);transform:scale(1.07)}
.gallery-arrow:focus-visible,.gallery-view-tabs button:focus-visible{outline:3px solid rgba(255,180,58,.55);outline-offset:3px}

.gallery-view-tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.gallery-view-tabs button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(var(--primary-rgb),.22);
  cursor:pointer;
  transition:width .3s cubic-bezier(.22,1,.36,1),background-color .25s ease;
}

.gallery-view-tabs button span{display:none}

.gallery-view-tabs button.is-active{
  width:28px;
  background:var(--blue);
}

@keyframes football-panel-arrive{
  from{opacity:0;transform:translate3d(16px,0,0) scale(.993)}
  to{opacity:1;transform:none}
}

.football-visual{
  position:relative;
  overflow:hidden;
  min-height:420px;
  margin:0;
  border:8px solid #f1efe3;
  border-radius:20px;
  background:#01080d;
  box-shadow:0 30px 70px rgba(var(--primary-rgb),.22),0 8px 22px rgba(var(--primary-rgb),.12);
}

.football-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 22%,transparent 78%,rgba(1,8,13,.2));
  box-shadow:inset 0 0 0 1px rgba(51,199,255,.14);
}

.football-visual img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  image-rendering:pixelated;
}

.football-visual-icon{
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 50% 46%,rgba(22,141,255,.3),transparent 44%),linear-gradient(145deg,#071b25,#01080d);
}

.football-visual-icon img{
  width:min(72%,470px);
  height:auto;
  min-height:0;
  border-radius:23%;
  box-shadow:0 34px 70px rgba(0,0,0,.5),0 0 48px rgba(51,199,255,.14);
}

.outcome-section{
  background-color:var(--blue);
  background-image:var(--project-outcome-art);
}

.closing-section{
  background-color:#fffdf7;
  background-image:var(--project-closing-art);
}

.text-link{
  padding:0;
  border:0;
  border-bottom:1px solid var(--project-accent-ink);
  background:none;
  color:var(--project-accent-ink);
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.contact-dialog{
  background-color:var(--blue);
  background-image:radial-gradient(circle at 12% 0,rgba(51,199,255,.13),transparent 35%),radial-gradient(circle at 92% 95%,rgba(255,82,76,.12),transparent 40%);
}

@media(max-width:980px){
  .hero-layout{grid-template-columns:minmax(0,1fr);gap:52px}
  .football-hero-art{width:min(760px,100%);min-height:650px;margin-inline:auto}
  .tour-intro{grid-template-columns:1fr;gap:24px;text-align:center}
  .tour-intro h2,.tour-intro>p{margin-inline:auto}
  .tour-stage{padding:50px 42px 42px}
  .football-showcase-row,.football-showcase-row.showcase-row-reverse{grid-template-columns:1fr;gap:45px}
  .football-showcase-row.showcase-row-reverse .showcase-copy{order:0}
}

@media(max-width:720px){
  .football-hero-art{min-height:540px}
  .football-tour{padding-block:100px}
  .tour-intro{margin-bottom:38px}
  .tour-nav{gap:5px;padding:6px;border-radius:18px}
  .tour-nav button{flex-direction:column;justify-content:center;gap:2px;min-height:68px;padding:9px 5px;text-align:center}
  .tour-nav button strong{font-size:.82rem}
  .tour-stage{min-height:0;padding:40px 20px 32px;border-radius:25px}
  .hero-phone{top:78px;width:42%;border-width:5px;border-radius:28px}
  .hero-phone-splash{top:5px;width:52%}
  .hero-phone-scores{left:1%;transform:rotate(-5deg) translate3d(6px,18px,-80px)}
  .hero-phone-control{right:1%;transform:rotate(5deg) translate3d(-6px,26px,-80px)}
  .football-screen-gallery{width:min(82vw,320px);padding:0}
  .gallery-stage{width:100%;border-width:6px;border-radius:34px}
}

@media(max-width:430px){
  .hero-copy h1{font-size:2.6rem}
  .football-hero-art{left:50%;width:calc(100vw - 20px);min-height:500px;transform:translateX(-50%)}
  .hero-phone{top:80px;width:42%;border-radius:24px}
  .hero-phone-splash{top:0;width:56%}
  .football-screen-gallery{left:auto;width:min(82vw,320px);transform:none}
  .gallery-stage{width:100%}
  .gallery-controls{gap:14px}
  .gallery-arrow{width:40px;height:40px}
  .gallery-view-tabs{gap:7px}
}
