:root{
  --ecosystem-black:#050505;
  --ecosystem-ink:#151515;
  --ecosystem-gold:#eda600;
  --ecosystem-gold-deep:#d89000;
  --ecosystem-green:#15982c;
  --ecosystem-paper:#fff;
  --ecosystem-muted:#5c5c5c;
  --ecosystem-line:#e4e4e4;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
.ecosystem-landing-page{
  margin:0;
  background:#e9e9e9;
  color:var(--ecosystem-ink);
  font-family:Arial, Helvetica, sans-serif;
}

.ecosystem-skip-link{
  position:fixed;
  top:8px;
  left:8px;
  z-index:100;
  padding:10px 14px;
  border-radius:4px;
  background:#fff;
  color:#111;
  font-weight:800;
  transform:translateY(-160%);
}
.ecosystem-skip-link:focus{transform:translateY(0)}

.ecosystem-landing-page .package-landing-shell{
  width:min(1180px, calc(100% - 32px));
  margin:24px auto;
  overflow:hidden;
  border-radius:44px;
  background:var(--ecosystem-paper);
  box-shadow:0 24px 70px rgba(0,0,0,.2);
}

.ecosystem-header{
  position:relative;
  z-index:5;
  display:flex;
  min-height:122px;
  align-items:center;
  justify-content:space-between;
  padding:24px 38px 18px;
  background:#050505;
  color:#fff;
}

.ecosystem-brand-lockup{
  display:flex;
  min-width:0;
  align-items:center;
  gap:18px;
}
.ecosystem-brand-mark{
  flex:0 0 76px;
  width:76px;
  height:69px;
  object-fit:contain;
}

.ecosystem-brand{
  display:grid;
  gap:5px;
  color:#fff;
  text-decoration:none;
}
.ecosystem-brand-name{
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  font-size:clamp(34px, 5vw, 55px);
  letter-spacing:.005em;
  line-height:.85;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
}
.ecosystem-brand-name sup{
  margin-left:3px;
  font-family:Arial, sans-serif;
  font-size:.26em;
  vertical-align:top;
}
.ecosystem-brand-promise{
  color:var(--ecosystem-gold);
  font-size:clamp(11px, 1.7vw, 18px);
  font-weight:1000;
  letter-spacing:.015em;
}

.ecosystem-menu-button.package-menu{
  width:58px;
  height:58px;
  border:0;
  background:transparent;
}
.ecosystem-menu-button.package-menu span{
  width:37px;
  height:4px;
  background:#fff;
}
.ecosystem-menu-button:focus-visible,
.ecosystem-brand:focus-visible,
.ecosystem-card-action:focus-visible,
.ecosystem-family-actions a:focus-visible{
  outline:3px solid var(--ecosystem-gold);
  outline-offset:4px;
}

.ecosystem-menu-drawer.package-menu-drawer{
  position:relative;
  z-index:6;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:1px;
  padding:1px 0 0;
  border:0;
  background:var(--ecosystem-gold);
}
.ecosystem-menu-drawer.package-menu-drawer a{
  justify-content:center;
  min-height:54px;
  border:0;
  border-radius:0;
  background:#101010;
  text-align:center;
}

.ecosystem-hero{
  position:relative;
  min-height:340px;
  overflow:hidden;
  background:#050505;
}
.ecosystem-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
}
.ecosystem-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, #000 0, #000 28%, rgba(0,0,0,.9) 34%, rgba(0,0,0,.28) 49%, transparent 64%, rgba(0,0,0,.6) 100%),
    linear-gradient(0deg, rgba(0,0,0,.7), transparent 48%);
}
.ecosystem-hero-message{
  position:absolute;
  right:30px;
  bottom:34px;
  display:grid;
  justify-items:end;
  color:#fff;
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  font-size:clamp(24px, 3.2vw, 44px);
  line-height:.98;
  text-align:right;
  text-shadow:0 3px 10px rgba(0,0,0,.9);
}
.ecosystem-hero-message strong{color:var(--ecosystem-gold);font-weight:400}

.ecosystem-catalog-section{
  position:relative;
  z-index:2;
  margin-top:-62px;
  padding:78px 48px 28px;
  background:#fff;
  clip-path:polygon(0 0, 44% 0, 57% 62px, 100% 62px, 100% 100%, 0 100%);
}

.ecosystem-intro{margin-bottom:42px}
.ecosystem-kicker{
  margin:0 0 8px;
  color:var(--ecosystem-gold-deep);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.16em;
}
.ecosystem-intro h1,
.ecosystem-catalog-heading h2,
.ecosystem-family-card h2{
  margin:0;
  color:#101010;
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  font-weight:400;
  letter-spacing:.005em;
}
.ecosystem-intro h1{font-size:clamp(39px, 5.4vw, 66px);line-height:1.02}
.ecosystem-gold-rule{
  display:block;
  width:82px;
  height:4px;
  margin-top:24px;
  background:var(--ecosystem-gold);
}

.ecosystem-catalog-heading{margin-bottom:22px}
.ecosystem-catalog-heading h2{font-size:clamp(34px, 4.6vw, 55px);line-height:1.05}
.ecosystem-catalog-heading .ecosystem-target-instruction{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
  text-transform:none;
}
.ecosystem-target-instruction strong{
  color:#111;
  font:inherit;
  font-size:1.12em;
  line-height:.9;
  letter-spacing:.035em;
}
.ecosystem-target-instruction span{
  font-family:Arial, sans-serif;
  font-size:.48em;
  font-weight:800;
  line-height:1.15;
  letter-spacing:.015em;
}
.ecosystem-catalog-heading p{margin:6px 0 0;font-size:16px;line-height:1.45}
.ecosystem-catalog-heading .ecosystem-availability-heading{
  margin-top:18px;
  color:var(--ecosystem-gold-deep);
  font-size:22px;
  font-weight:1000;
}
.ecosystem-availability-now{color:var(--ecosystem-green)}

.ecosystem-target-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px 22px;
}
.ecosystem-target-card{
  display:grid;
  grid-template-columns:92px minmax(0, 1fr) auto;
  gap:15px;
  align-items:center;
  min-height:138px;
  padding:13px 15px;
  border:1px solid var(--ecosystem-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.09);
  color:inherit;
  text-decoration:none;
}
.ecosystem-target-card[data-status="available"]{cursor:pointer}
.ecosystem-target-card[data-status="available"]:hover,
.ecosystem-target-card[data-status="available"]:focus-visible{
  border-color:var(--ecosystem-gold-deep);
  box-shadow:0 5px 18px rgba(0,0,0,.13),0 0 0 2px rgba(229,164,0,.2);
  outline:none;
}
.ecosystem-target-card.is-discovery-cued{
  animation:ecosystem-card-discovery 1.45s ease-out calc(var(--discovery-order, 0) * 140ms) 1 both;
}
@keyframes ecosystem-card-discovery{
  0%,100%{border-color:var(--ecosystem-line);box-shadow:0 4px 14px rgba(0,0,0,.09)}
  38%,68%{border-color:var(--ecosystem-gold);box-shadow:0 5px 18px rgba(0,0,0,.11),0 0 0 3px rgba(229,164,0,.24)}
}
.ecosystem-target-thumbnail{
  display:grid;
  width:92px;
  height:106px;
  place-items:center;
  overflow:hidden;
  border:1px solid #d9d9d9;
  border-radius:5px;
  background:#f8f8f6;
  box-shadow:0 2px 7px rgba(0,0,0,.08);
}
.ecosystem-target-thumbnail img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ecosystem-target-copy{align-self:center;min-width:0}
.ecosystem-target-copy h3{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
  color:#111;
  font-size:18px;
  line-height:1.17;
}
.ecosystem-target-copy p{
  margin:8px 0 0;
  color:#333;
  font-size:13px;
  line-height:1.38;
}
.ecosystem-status-dot{
  flex:0 0 11px;
  width:11px;
  height:11px;
  margin-top:4px;
  border-radius:50%;
  background:var(--ecosystem-gold);
}
.ecosystem-target-card[data-status="available"] .ecosystem-status-dot{background:var(--ecosystem-green)}
.ecosystem-status-label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.ecosystem-card-action{
  align-self:end;
  padding:7px 0;
  font-size:16px;
  font-weight:1000;
  text-decoration:none;
  white-space:nowrap;
}
.ecosystem-card-action--launch{color:var(--ecosystem-green)}
.ecosystem-card-action--soon{color:var(--ecosystem-gold-deep)}

.ecosystem-generated-preview{
  position:relative;
  display:block;
  width:78px;
  height:92px;
}
.ecosystem-generated-preview--bullseye{
  border-radius:50%;
  background:repeating-radial-gradient(circle,#111 0 2px,#fff 3px 10px,#111 11px 12px);
  transform:scale(.83);
}
.ecosystem-generated-preview--dart{
  border:5px solid #171717;
  border-radius:50%;
  background:conic-gradient(#be2424 0 10deg,#f4e8cb 10deg 20deg,#111 20deg 30deg,#f4e8cb 30deg 40deg,#177235 40deg 50deg,#f4e8cb 50deg 60deg,#111 60deg 70deg,#f4e8cb 70deg 80deg,#be2424 80deg 90deg,#f4e8cb 90deg 100deg,#111 100deg 110deg,#f4e8cb 110deg 120deg,#177235 120deg 130deg,#f4e8cb 130deg 140deg,#111 140deg 150deg,#f4e8cb 150deg 160deg,#be2424 160deg 170deg,#f4e8cb 170deg 180deg,#111 180deg 190deg,#f4e8cb 190deg 200deg,#177235 200deg 210deg,#f4e8cb 210deg 220deg,#111 220deg 230deg,#f4e8cb 230deg 240deg,#be2424 240deg 250deg,#f4e8cb 250deg 260deg,#111 260deg 270deg,#f4e8cb 270deg 280deg,#177235 280deg 290deg,#f4e8cb 290deg 300deg,#111 300deg 310deg,#f4e8cb 310deg 320deg,#be2424 320deg 330deg,#f4e8cb 330deg 340deg,#111 340deg 350deg,#f4e8cb 350deg 360deg);
  transform:scale(.82);
}
.ecosystem-generated-preview--dart::after{
  content:"";
  position:absolute;
  inset:25%;
  border:4px solid #111;
  border-radius:50%;
  background:#b62525;
}
.ecosystem-generated-preview--pins{display:flex;align-items:end;justify-content:center;gap:3px}
.ecosystem-generated-preview--pins i{
  display:block;
  width:13px;
  height:62px;
  border:1px solid #bbb;
  border-radius:7px 7px 12px 12px;
  background:linear-gradient(#fff 0 22%,#c62727 23% 27%,#fff 28% 100%);
}
.ecosystem-generated-preview--pins i:nth-child(2),
.ecosystem-generated-preview--pins i:nth-child(4){height:72px}
.ecosystem-generated-preview--pins i:nth-child(3){height:82px}
.ecosystem-generated-preview--billiards{display:grid;grid-template-columns:repeat(3,24px);place-content:center}
.ecosystem-generated-preview--billiards i{
  width:25px;
  height:25px;
  margin:-2px;
  border:2px solid #fff;
  border-radius:50%;
  background:#e3a000;
  box-shadow:0 1px 3px rgba(0,0,0,.25);
}
.ecosystem-generated-preview--billiards i:nth-child(2){background:#2861a8}
.ecosystem-generated-preview--billiards i:nth-child(3){background:#b62929}
.ecosystem-generated-preview--billiards i:nth-child(4){grid-column:2;background:#111}
.ecosystem-generated-preview--billiards i:nth-child(5){grid-column:3;background:#24763f}

.ecosystem-family-card{
  display:grid;
  grid-template-columns:minmax(260px, 38%) minmax(0, 1fr) auto;
  gap:28px;
  align-items:center;
  margin-top:22px;
  padding:13px;
  border-radius:12px;
  background:linear-gradient(100deg,#fff 0,#fff9ed 58%,#f2e5ce 100%);
  box-shadow:0 4px 15px rgba(0,0,0,.08);
}
.ecosystem-family-card > img{
  width:100%;
  height:170px;
  border-radius:9px;
  object-fit:cover;
  object-position:center 46%;
}
.ecosystem-family-copy{display:flex;gap:16px;align-items:flex-start}
.ecosystem-family-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:10px;
  object-fit:contain;
}
.ecosystem-family-card h2{font-size:28px;line-height:1}
.ecosystem-family-card p{margin:10px 0 0;font-size:14px;font-weight:700;line-height:1.36}
.ecosystem-family-actions{
  display:grid;
  gap:9px;
  min-width:222px;
}
.ecosystem-family-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:7px;
  background:var(--ecosystem-gold);
  color:#111;
  font-size:12px;
  font-weight:1000;
  text-decoration:none;
  white-space:nowrap;
}
.ecosystem-family-actions .ecosystem-family-survey-action{
  border:2px solid var(--ecosystem-gold);
  background:#111;
  color:var(--ecosystem-gold);
  font-size:10px;
}

.ecosystem-footer{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  padding:18px 32px 22px;
  background:#050505;
  color:#fff;
}
.ecosystem-footer div{display:grid;gap:4px;padding:0 18px;border-left:1px solid rgba(237,166,0,.55)}
.ecosystem-footer div:first-child{border-left:0}
.ecosystem-footer strong{color:var(--ecosystem-gold);font-size:12px}
.ecosystem-footer span{color:#bbb;font-size:10px;line-height:1.35}
.ecosystem-noscript{padding:16px;border:1px solid #ddd;background:#fff5df}

.ecosystem-survey-back,
.ecosystem-survey-return{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:7px;
  background:var(--ecosystem-gold);
  color:#111;
  font-size:12px;
  font-weight:1000;
  text-decoration:none;
  white-space:nowrap;
}
.ecosystem-survey-back:focus-visible,
.ecosystem-survey-return:focus-visible{
  outline:3px solid #fff;
  outline-offset:4px;
}
.ecosystem-survey-main{
  min-height:620px;
  padding:70px 48px;
  background:#fff;
}
.ecosystem-survey-card{
  max-width:820px;
  margin:0 auto;
  padding:44px;
  border:1px solid var(--ecosystem-line);
  border-radius:16px;
  box-shadow:0 10px 32px rgba(0,0,0,.1);
}
.ecosystem-survey-card h1{
  margin:0;
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  font-size:clamp(42px, 6vw, 68px);
  font-weight:400;
  line-height:1;
}
.ecosystem-survey-lead{
  max-width:650px;
  margin:20px 0 30px;
  color:#333;
  font-size:20px;
  line-height:1.45;
}
.ecosystem-survey-placeholder{
  padding:24px;
  border-left:5px solid var(--ecosystem-gold);
  background:#fff8e8;
}
.ecosystem-survey-placeholder strong{font-size:20px}
.ecosystem-survey-placeholder p{margin:10px 0 8px}
.ecosystem-survey-placeholder ul{margin:0;padding-left:22px;line-height:1.65}
.ecosystem-survey-return{margin-top:28px}

@media (max-width:900px){
  .ecosystem-landing-page .package-landing-shell{width:min(100% - 20px, 1180px);margin:10px auto;border-radius:28px}
  .ecosystem-header{min-height:104px;padding:20px 26px 14px}
  .ecosystem-hero{min-height:300px}
  .ecosystem-catalog-section{padding-right:28px;padding-left:28px}
  .ecosystem-target-card{grid-template-columns:80px minmax(0,1fr);min-height:145px}
  .ecosystem-target-thumbnail{grid-row:1 / span 2;width:80px;height:104px}
  .ecosystem-card-action{grid-column:2;justify-self:start;align-self:start;padding:0}
  .ecosystem-family-card{grid-template-columns:minmax(220px,35%) 1fr}
  .ecosystem-family-actions{grid-column:2;justify-self:start}
}

@media (max-width:700px){
  .ecosystem-landing-page .package-landing-shell{width:100%;margin:0;border-radius:0}
  .ecosystem-header{min-height:88px;padding:15px 18px 12px}
  .ecosystem-brand-lockup{gap:10px}
  .ecosystem-brand-mark{flex-basis:48px;width:48px;height:44px}
  .ecosystem-brand-name{font-size:36px}
  .ecosystem-brand-promise{font-size:11px}
  .ecosystem-menu-button.package-menu{width:48px;height:48px}
  .ecosystem-menu-button.package-menu span{width:31px;height:3px}
  .ecosystem-menu-drawer.package-menu-drawer{grid-template-columns:1fr;padding:1px}
  .ecosystem-hero{min-height:255px}
  .ecosystem-hero-image{object-position:61% center}
  .ecosystem-hero-message{right:18px;bottom:25px;font-size:26px}
  .ecosystem-catalog-section{
    margin-top:-36px;
    padding:55px 16px 20px;
    clip-path:polygon(0 0, 58% 0, 71% 36px, 100% 36px, 100% 100%, 0 100%);
  }
  .ecosystem-intro{margin-bottom:32px}
  .ecosystem-intro h1{font-size:42px}
  .ecosystem-catalog-heading h2{font-size:36px}
  .ecosystem-catalog-heading .ecosystem-availability-heading{font-size:20px}
  .ecosystem-catalog-heading p{font-size:14px}
  .ecosystem-target-grid{grid-template-columns:1fr;gap:12px}
  .ecosystem-target-card{grid-template-columns:82px minmax(0,1fr) auto;min-height:126px;padding:11px 12px}
  .ecosystem-target-thumbnail{grid-row:1;width:82px;height:100px}
  .ecosystem-target-copy h3{font-size:17px}
  .ecosystem-target-copy p{font-size:12.5px}
  .ecosystem-card-action{grid-column:3;align-self:end;justify-self:end;padding:5px 0}
  .ecosystem-family-card{grid-template-columns:1fr;gap:15px;padding:11px}
  .ecosystem-family-card > img{height:190px}
  .ecosystem-family-actions{grid-column:1;width:100%;min-width:0}
  .ecosystem-family-actions a{width:100%}
  .ecosystem-footer{grid-template-columns:repeat(2,1fr);gap:18px 0;padding:20px 16px}
  .ecosystem-footer div:nth-child(3){border-left:0}
  .ecosystem-survey-back{min-height:40px;padding:0 11px;font-size:10px}
  .ecosystem-survey-main{min-height:560px;padding:38px 16px}
  .ecosystem-survey-card{padding:28px 22px}
  .ecosystem-survey-card h1{font-size:44px}
  .ecosystem-survey-lead{font-size:17px}
}

@media (max-width:430px){
  .ecosystem-brand-lockup{gap:8px}
  .ecosystem-brand-mark{flex-basis:42px;width:42px;height:39px}
  .ecosystem-brand-name{font-size:32px}
  .ecosystem-brand-promise{font-size:10px}
  .ecosystem-hero{min-height:228px}
  .ecosystem-hero-message{font-size:22px}
  .ecosystem-catalog-section{padding-right:12px;padding-left:12px}
  .ecosystem-intro h1{font-size:38px}
  .ecosystem-catalog-heading h2{font-size:32px}
  .ecosystem-target-card{grid-template-columns:76px minmax(0,1fr);gap:11px;min-height:130px}
  .ecosystem-target-thumbnail{width:76px;height:96px}
  .ecosystem-card-action{grid-column:2;justify-self:start;padding:0}
  .ecosystem-family-copy{gap:11px}
  .ecosystem-family-icon{flex-basis:44px;width:44px;height:44px;font-size:28px}
  .ecosystem-family-card h2{font-size:24px}
  .ecosystem-survey-page .ecosystem-brand-promise{display:none}
  .ecosystem-survey-page .ecosystem-brand-name{font-size:25px}
  .ecosystem-survey-page .ecosystem-brand-mark{flex-basis:36px;width:36px;height:34px}
  .ecosystem-survey-page .ecosystem-header{padding-right:12px;padding-left:12px}
  .ecosystem-survey-back{padding:0 9px;font-size:9px}
  .ecosystem-survey-card h1{font-size:38px}
  .ecosystem-survey-placeholder{padding:19px}
  .ecosystem-survey-return{width:100%;padding-right:12px;padding-left:12px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .ecosystem-target-card.is-discovery-cued{
    animation:none;
    border-color:var(--ecosystem-gold);
    box-shadow:0 4px 14px rgba(0,0,0,.09),0 0 0 2px rgba(229,164,0,.3);
  }
}
