:root {
  --hxs-paper: #f7f4ea;
  --hxs-paper-deep: #ece8dc;
  --hxs-ink: #151616;
  --hxs-muted: #5e625e;
  --hxs-line: rgba(21, 22, 22, 0.18);
  --hxs-blue: #2853e6;
  --hxs-blue-soft: #cbd7ff;
  --hxs-coral: #ff6848;
  --hxs-yellow: #f5d84b;
  --hxs-green: #43b979;
  --hxs-white: #fffef8;
  --hxs-font-display: "Space Grotesk", sans-serif;
  --hxs-font-body: "Inter", sans-serif;
  --hxs-font-mono: "DM Mono", monospace;
  --hxs-shadow: 12px 12px 0 rgba(21, 22, 22, 0.12);
}

body.hxs-site {
  margin: 0;
  background: var(--hxs-paper);
  color: var(--hxs-ink);
  font-family: var(--hxs-font-body);
  overflow-x: hidden;
}

.hxs-site *,
.hxs-site *::before,
.hxs-site *::after { box-sizing: border-box; }
.hxs-site a { color: inherit; }
.hxs-main { overflow: hidden; }
.hxs-site .hx-container--wide { width: min(100% - 40px, 1440px); }
.hxs-site .hx-icon { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hxs-ticker {
  position: relative;
  z-index: 70;
  overflow: hidden;
  border-bottom: 1px solid var(--hxs-ink);
  background: var(--hxs-yellow);
  color: var(--hxs-ink);
  font: 500 .69rem/1 var(--hxs-font-mono);
  letter-spacing: .14em;
}
.hxs-ticker__track {
  display: flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 31px;
  margin: auto;
}
.hxs-ticker i { width: 5px; height: 5px; background: currentColor; transform: rotate(45deg); }

.hxs-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--hxs-line);
  background: rgba(247, 244, 234, .9);
  backdrop-filter: blur(18px);
}
.hxs-header__inner { min-height: 82px; }
.hxs-header__brand { display: inline-flex; align-items: center; text-decoration: none; }
.hxs-brand__logo img { display: block; width: auto; max-width: 180px; max-height: 48px; }
.hxs-brand__mark { display: grid; width: 38px; height: 38px; grid-template: repeat(2, 1fr) / repeat(2, 1fr); gap: 2px; margin-right: .75rem; }
.hxs-brand__mark i:nth-child(1) { background: var(--hxs-blue); }
.hxs-brand__mark i:nth-child(2) { background: var(--hxs-coral); border-radius: 50%; }
.hxs-brand__mark i:nth-child(3) { background: var(--hxs-yellow); border-radius: 50% 0 50% 50%; }
.hxs-brand__mark i:nth-child(4) { background: var(--hxs-green); }
.hxs-brand__copy { display: grid; line-height: 1; }
.hxs-brand__copy strong { font: 700 1.15rem/1 var(--hxs-font-display); letter-spacing: -.04em; }
.hxs-brand__copy small { margin-top: .32rem; font: 500 .62rem/1 var(--hxs-font-mono); letter-spacing: .2em; text-transform: uppercase; }
.hxs-nav__list { gap: .15rem; }
.hxs-nav__list .hx-nav__link { padding: .72rem .82rem; border-radius: 0; font: 600 .8rem/1 var(--hxs-font-body); text-decoration: none; }
.hxs-nav__list .hx-nav__link:hover { background: var(--hxs-ink); color: var(--hxs-white); }
.hxs-header__actions { display: flex; align-items: center; gap: .6rem; }
.hxs-icon-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--hxs-ink); text-decoration: none; }
.hxs-icon-link:hover { background: var(--hxs-yellow); }
.hxs-header__cta { min-height: 42px; gap: .55rem; padding: 0 1.1rem; border: 1px solid var(--hxs-ink); border-radius: 0; background: var(--hxs-blue); color: #fff; font: 600 .78rem/1 var(--hxs-font-body); text-decoration: none; }
.hxs-header__cta:hover { background: var(--hxs-ink); }

.hxs-hero { position: relative; border-bottom: 1px solid var(--hxs-ink); }
.hxs-hero::before {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background-image: linear-gradient(var(--hxs-line) 1px, transparent 1px), linear-gradient(90deg, var(--hxs-line) 1px, transparent 1px);
  background-size: 64px 64px; opacity: .28;
}
.hxs-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; min-height: calc(100svh - 114px); padding-block: clamp(5rem, 9vw, 8.5rem); }
.hxs-eyebrow, .hxs-overline { display: inline-flex; align-items: center; gap: .65rem; font: 500 .69rem/1.3 var(--hxs-font-mono); letter-spacing: .14em; text-transform: uppercase; }
.hxs-eyebrow i { width: 9px; height: 9px; background: var(--hxs-coral); }
.hxs-hero h1 { max-width: 780px; margin: 1.35rem 0 1.5rem; font: 700 clamp(3rem, 6.4vw, 6.7rem)/.93 var(--hxs-font-display); letter-spacing: -.075em; }
.hxs-hero__lead { max-width: 670px; margin: 0; color: var(--hxs-muted); font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.72; }
.hxs-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hxs-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .75rem; padding: .1rem 1.3rem; border-radius: 0; font: 600 .84rem/1 var(--hxs-font-body); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hxs-button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--hxs-ink); }
.hxs-button--dark { border: 1px solid var(--hxs-ink); background: var(--hxs-ink); color: #fff; }
.hxs-button--outline { border: 1px solid var(--hxs-ink); background: transparent; }
.hxs-button--light { border: 1px solid var(--hxs-paper); background: var(--hxs-paper); color: var(--hxs-ink); }
.hxs-hero__meta { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 2.7rem; color: var(--hxs-muted); font: 500 .69rem/1.3 var(--hxs-font-mono); text-transform: uppercase; }
.hxs-hero__meta span { display: inline-flex; align-items: center; gap: .55rem; }
.hxs-hero__meta span::before { width: 5px; height: 5px; content: ""; background: var(--hxs-blue); }

.hxs-browser { --hxs-rotate-x: 0deg; --hxs-rotate-y: 0deg; position: relative; border: 1px solid var(--hxs-ink); background: var(--hxs-white); box-shadow: var(--hxs-shadow); transform: perspective(1100px) rotateX(var(--hxs-rotate-x)) rotateY(var(--hxs-rotate-y)); transform-style: preserve-3d; transition: transform .15s ease-out; }
.hxs-browser::after { position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 34%; height: 38%; content: ""; background: var(--hxs-blue); }
.hxs-browser__bar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1rem; align-items: center; min-height: 48px; padding: 0 1rem; border-bottom: 1px solid var(--hxs-ink); background: var(--hxs-paper-deep); font: 500 .61rem/1 var(--hxs-font-mono); }
.hxs-browser__controls { display: flex; gap: 5px; }
.hxs-browser__controls i { width: 8px; height: 8px; border: 1px solid var(--hxs-ink); border-radius: 50%; }
.hxs-browser__controls i:nth-child(1) { background: var(--hxs-coral); }
.hxs-browser__controls i:nth-child(2) { background: var(--hxs-yellow); }
.hxs-browser__controls i:nth-child(3) { background: var(--hxs-green); }
.hxs-browser__address { overflow: hidden; padding: .55rem .7rem; border: 1px solid var(--hxs-line); background: var(--hxs-white); text-overflow: ellipsis; white-space: nowrap; }
.hxs-browser__canvas { padding: clamp(1.1rem, 2vw, 1.8rem); }
.hxs-browser__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.15rem; }
.hxs-browser__intro span { font: 500 .57rem/1 var(--hxs-font-mono); letter-spacing: .14em; }
.hxs-browser__intro strong { max-width: 330px; font: 700 clamp(1.3rem, 2vw, 2.1rem)/1 var(--hxs-font-display); letter-spacing: -.05em; text-align: right; }
.hxs-browser__tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hxs-browser-tile { position: relative; display: grid; min-height: 170px; align-content: space-between; padding: 1rem; border: 1px solid var(--hxs-ink); background: var(--hxs-paper); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hxs-browser-tile span { font: 500 .62rem/1 var(--hxs-font-mono); }
.hxs-browser-tile strong { max-width: 180px; font: 700 clamp(1.05rem, 1.8vw, 1.48rem)/1.05 var(--hxs-font-display); letter-spacing: -.04em; }
.hxs-browser-tile .hx-icon { position: absolute; right: .8rem; bottom: .8rem; }
.hxs-browser-tile.is-active, .hxs-browser-tile:hover { z-index: 2; transform: translate(-4px, -4px); box-shadow: 6px 6px 0 var(--hxs-ink); }
.hxs-route--blue { background: var(--hxs-blue); color: #fff; }
.hxs-route--coral { background: var(--hxs-coral); color: var(--hxs-ink); }
.hxs-route--yellow { background: var(--hxs-yellow); color: var(--hxs-ink); }
.hxs-route--green { background: var(--hxs-green); color: var(--hxs-ink); }
.hxs-browser__status { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--hxs-line); color: var(--hxs-muted); font: 500 .57rem/1.3 var(--hxs-font-mono); text-transform: uppercase; }
.hxs-browser__status span:first-child { display: flex; align-items: center; gap: .45rem; }
.hxs-browser__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--hxs-green); box-shadow: 0 0 0 4px rgba(67, 185, 121, .17); }

.hxs-section { padding-block: clamp(5rem, 9vw, 9rem); border-bottom: 1px solid var(--hxs-ink); }
.hxs-section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.hxs-section-heading h2, .hxs-guide h2, .hxs-cta h2 { max-width: 950px; margin: .9rem 0 0; font: 700 clamp(2.25rem, 4.7vw, 5.1rem)/.98 var(--hxs-font-display); letter-spacing: -.065em; }
.hxs-section-heading > p, .hxs-guide__intro > p { max-width: 520px; margin: 0; color: var(--hxs-muted); line-height: 1.75; }
.hxs-overline { color: var(--hxs-blue); }
.hxs-section-heading--compact h2 { max-width: 700px; }

.hxs-routes { background: var(--hxs-white); }
.hxs-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--hxs-ink); background: var(--hxs-ink); }
.hxs-route-card { position: relative; min-height: 390px; padding: clamp(1.2rem, 2.5vw, 2rem); overflow: hidden; }
.hxs-route-card::after, .hxs-ecosystem-card::after { position: absolute; width: 280px; height: 280px; left: calc(var(--hxs-pointer-x, 50%) - 140px); top: calc(var(--hxs-pointer-y, 50%) - 140px); content: ""; border-radius: 50%; background: rgba(255,255,255,.18); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.hxs-route-card:hover::after, .hxs-ecosystem-card:hover::after { opacity: 1; }
.hxs-route-card__top { display: flex; justify-content: space-between; font: 500 .64rem/1 var(--hxs-font-mono); }
.hxs-route-card h3 { max-width: 220px; margin: 7rem 0 1.1rem; font: 700 clamp(1.65rem, 2.5vw, 2.4rem)/1 var(--hxs-font-display); letter-spacing: -.055em; }
.hxs-route-card p { max-width: 300px; margin: 0; line-height: 1.65; opacity: .82; }
.hxs-route-card > a { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font: 600 .75rem/1 var(--hxs-font-body); text-decoration: none; }

.hxs-guide { background: var(--hxs-paper-deep); }
.hxs-guide__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.hxs-guide__intro { position: sticky; top: 130px; }
.hxs-guide__panel { border: 1px solid var(--hxs-ink); background: var(--hxs-white); box-shadow: 10px 10px 0 var(--hxs-yellow); }
.hxs-guide__tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--hxs-ink); }
.hxs-guide__tabs button { min-height: 60px; padding: .8rem; border: 0; border-right: 1px solid var(--hxs-ink); background: transparent; color: var(--hxs-ink); font: 600 .76rem/1 var(--hxs-font-body); cursor: pointer; }
.hxs-guide__tabs button:last-child { border-right: 0; }
.hxs-guide__tabs button.is-active { background: var(--hxs-ink); color: #fff; }
.hxs-guide__content { padding: clamp(1.5rem, 4vw, 3.2rem); }
.hxs-guide-pane > span { font: 500 .62rem/1 var(--hxs-font-mono); letter-spacing: .14em; }
.hxs-guide-pane h3 { max-width: 650px; margin: 1.2rem 0 1rem; font: 700 clamp(2rem, 4vw, 4rem)/.98 var(--hxs-font-display); letter-spacing: -.06em; }
.hxs-guide-pane p { max-width: 650px; color: var(--hxs-muted); font-size: 1.05rem; line-height: 1.75; }
.hxs-guide-pane > div { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.hxs-guide-pane > div a { padding: .75rem .9rem; border: 1px solid var(--hxs-ink); background: var(--hxs-paper); font: 500 .7rem/1 var(--hxs-font-mono); text-decoration: none; }
.hxs-guide-pane > div a:hover { background: var(--hxs-blue); color: #fff; }

.hxs-ecosystem { background: var(--hxs-ink); color: var(--hxs-white); }
.hxs-ecosystem .hxs-overline { color: var(--hxs-yellow); }
.hxs-ecosystem .hxs-section-heading > p { color: rgba(255,255,255,.62); }
.hxs-ecosystem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.hxs-ecosystem-card { position: relative; display: grid; min-height: 290px; align-content: start; padding: 1.4rem; overflow: hidden; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); color: var(--hxs-white); text-decoration: none; }
.hxs-ecosystem-card__index { position: absolute; top: 1.2rem; right: 1.2rem; color: rgba(255,255,255,.4); font: 500 .62rem/1 var(--hxs-font-mono); }
.hxs-ecosystem-card__code { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 3.7rem; border: 1px solid rgba(255,255,255,.5); font: 500 .68rem/1 var(--hxs-font-mono); }
.hxs-ecosystem-card strong { font: 700 1.28rem/1 var(--hxs-font-display); letter-spacing: -.04em; }
.hxs-ecosystem-card small { margin-top: .4rem; color: var(--hxs-yellow); font: 500 .62rem/1 var(--hxs-font-mono); text-transform: uppercase; }
.hxs-ecosystem-card p { margin: 1.2rem 0 2rem; color: rgba(255,255,255,.62); line-height: 1.55; }
.hxs-ecosystem-card > .hx-icon { position: absolute; right: 1.2rem; bottom: 1.2rem; }
.hxs-ecosystem-card:hover { background: var(--hxs-blue); }

.hxs-highlights { background: var(--hxs-white); }
.hxs-highlights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--hxs-ink); background: var(--hxs-ink); }
.hxs-highlight-card { display: grid; grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr); min-height: 310px; background: var(--hxs-white); }
.hxs-highlight-card__media { position: relative; min-height: 100%; overflow: hidden; border-right: 1px solid var(--hxs-ink); }
.hxs-highlight-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hxs-highlight-card:hover img { transform: scale(1.035); }
.hxs-highlight-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: var(--hxs-blue-soft); }
.hxs-highlight-card__placeholder i { position: absolute; width: 130%; height: 1px; background: var(--hxs-blue); transform: rotate(35deg); }
.hxs-highlight-card__placeholder i:nth-child(2) { transform: rotate(-35deg); }
.hxs-highlight-card__placeholder b { z-index: 1; font: 700 3rem/1 var(--hxs-font-display); }
.hxs-highlight-card__body { display: flex; flex-direction: column; padding: 1.4rem; }
.hxs-highlight-card__meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--hxs-muted); font: 500 .58rem/1.35 var(--hxs-font-mono); text-transform: uppercase; }
.hxs-highlight-card__meta a { text-decoration: none; }
.hxs-highlight-card h3 { margin: 3rem 0 1rem; font: 700 clamp(1.5rem, 2.5vw, 2.35rem)/1.02 var(--hxs-font-display); letter-spacing: -.05em; }
.hxs-highlight-card h3 a { text-decoration: none; }
.hxs-highlight-card p { margin: 0; color: var(--hxs-muted); line-height: 1.6; }
.hxs-highlight-card__link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1.4rem; border-top: 1px solid var(--hxs-line); font: 600 .72rem/1 var(--hxs-font-body); text-decoration: none; }
.hxs-empty-state { padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--hxs-ink); background: var(--hxs-yellow); text-align: center; }
.hxs-empty-state > span { font: 500 .62rem/1 var(--hxs-font-mono); }
.hxs-empty-state h3 { max-width: 780px; margin: 1.4rem auto 1rem; font: 700 clamp(2rem, 4vw, 4rem)/1 var(--hxs-font-display); letter-spacing: -.06em; }
.hxs-empty-state p { max-width: 620px; margin: auto; line-height: 1.7; }

.hxs-cta { padding-block: clamp(4rem, 7vw, 7rem); background: var(--hxs-blue); color: #fff; }
.hxs-cta__grid { display: grid; grid-template-columns: 1.2fr .7fr auto; gap: 3rem; align-items: end; }
.hxs-cta .hxs-overline { color: var(--hxs-yellow); }
.hxs-cta h2 { max-width: 750px; }
.hxs-cta p { max-width: 480px; margin: 0; color: rgba(255,255,255,.75); line-height: 1.7; }

.hxs-footer { border-top: 1px solid var(--hxs-ink); background: var(--hxs-yellow); color: var(--hxs-ink); }
.hxs-footer__main { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(4rem, 7vw, 7rem); }
.hxs-footer__brand > a { display: inline-flex; color: inherit; text-decoration: none; }
.hxs-footer__brand p { max-width: 440px; margin: 1.8rem 0 0; line-height: 1.7; }
.hxs-footer__label { display: block; margin-bottom: 1.4rem; font: 500 .62rem/1 var(--hxs-font-mono); letter-spacing: .14em; text-transform: uppercase; }
.hxs-footer__directory ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.hxs-footer__directory a, .hxs-footer__contact a { font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.hxs-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.hxs-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; min-height: 68px; border-top: 1px solid var(--hxs-ink); font: 500 .61rem/1.4 var(--hxs-font-mono); text-transform: uppercase; }
.hxs-footer__legal { display: flex; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.hxs-footer__status { display: flex; justify-content: flex-end; align-items: center; gap: .5rem; }
.hxs-footer__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--hxs-green); }

@media (max-width: 1120px) {
  .hxs-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .hxs-hero__content { max-width: 900px; }
  .hxs-browser { width: min(100%, 850px); }
  .hxs-route-grid, .hxs-ecosystem-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hxs-guide__grid { grid-template-columns: 1fr; }
  .hxs-guide__intro { position: static; }
  .hxs-cta__grid { grid-template-columns: 1fr 1fr; }
  .hxs-cta__grid .hxs-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 900px) {
  .hxs-header__navigation { background: var(--hxs-paper); border-bottom: 1px solid var(--hxs-ink); }
  .hxs-header__actions { padding: 1rem 0 1.5rem; }
  .hxs-highlight-card { grid-template-columns: 1fr; }
  .hxs-highlight-card__media { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--hxs-ink); }
  .hxs-footer__main { grid-template-columns: 1fr 1fr; }
  .hxs-footer__brand { grid-column: 1 / -1; }
  .hxs-footer__bottom { grid-template-columns: 1fr; padding-block: 1.2rem; }
  .hxs-footer__status { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .hxs-site .hx-container--wide { width: min(100% - 24px, 1440px); }
  .hxs-ticker__track { justify-content: flex-start; padding-inline: 1rem; }
  .hxs-hero__grid { padding-block: 4.5rem; }
  .hxs-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hxs-browser__bar { grid-template-columns: auto minmax(0,1fr); }
  .hxs-browser__code { display: none; }
  .hxs-browser__intro { align-items: flex-start; flex-direction: column; }
  .hxs-browser__intro strong { text-align: left; }
  .hxs-browser__tiles, .hxs-route-grid, .hxs-ecosystem-grid, .hxs-highlights-grid { grid-template-columns: 1fr; }
  .hxs-browser-tile { min-height: 135px; }
  .hxs-section-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .hxs-route-card { min-height: 320px; }
  .hxs-route-card h3 { margin-top: 4.5rem; }
  .hxs-guide__tabs { grid-template-columns: 1fr; }
  .hxs-guide__tabs button { border-right: 0; border-bottom: 1px solid var(--hxs-ink); }
  .hxs-guide__tabs button:last-child { border-bottom: 0; }
  .hxs-ecosystem-card { min-height: 245px; }
  .hxs-highlight-card__media { min-height: 200px; }
  .hxs-cta__grid, .hxs-footer__main { grid-template-columns: 1fr; }
  .hxs-footer__brand { grid-column: auto; }
  .hxs-footer__directory ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hxs-browser, .hxs-browser-tile, .hxs-button, .hxs-highlight-card__media img { transition: none !important; transform: none !important; }
}
