/*
 * Homepage critical path.
 * Keep this file small: it only protects the initial header, hero, and next-section cue
 * while the full app/home/search stylesheets load without blocking first paint.
 */
:root {
  --bg: #071018;
  --ink: #fffaf4;
  --ink-muted: rgba(255, 250, 244, 0.78);
  --line: rgba(255, 255, 255, 0.12);
  --gold: #f2b878;
  --gold-dark: #a6602d;
  --panel: rgba(9, 16, 24, 0.72);
  --container: 1240px;
  --font-sans: "IBM Plex Sans", Arial, sans-serif;
  --font-display: "Barlow", "IBM Plex Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  color-scheme: light;
  font-family: var(--font-sans);
  text-size-adjust: 100%;
}

body.site-body {
  margin: 0;
  overflow-x: hidden;
  background: #eef1f4;
  color: #142332;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(100% - clamp(1rem, 4vw, 2rem), var(--container));
  margin-inline: auto;
}

.stack,
.stz-home-hero__intro,
.stz-home-hero__proof-card,
.stz-home-hero__priority-copy,
.stz-home-capabilities__heading,
.stz-home-capability-card__copy {
  display: grid;
}

.stack {
  gap: clamp(1.2rem, 2vw, 1.5rem);
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 1000;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  background: #101820;
  color: #ffffff;
}

.site-shell,
.site-main {
  min-width: 0;
}

.site-header-stack {
  position: sticky;
  top: 0;
  z-index: 240;
  overflow: visible;
  background: #09131b;
  box-shadow: 0 14px 32px rgba(17, 26, 34, 0.12);
  isolation: isolate;
}

.utility-bar {
  display: block;
  padding: 0.2rem 0;
  background: #060b0f;
  color: #9fb0bc;
  font-size: 0.82rem;
}

.utility-bar__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0;
}

.utility-bar__slogan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  color: #d7e0e6;
  font-size: 0.95rem;
  line-height: 1.2;
}

.utility-bar__slogan-kicker,
.utility-static-promo__link {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-static-promo__link {
  color: #f0c28f;
  font-weight: 900;
  text-decoration: none;
}

.utility-bar__links {
  display: none;
}

.site-header {
  position: relative;
  background: #09131b;
  color: #eef5f7;
}

.site-header__mainbar,
.site-header__navrow {
  background: #09131b;
}

.site-header__mainbar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  min-height: 0;
  padding-block: 0.46rem;
}

.brand-mark--header {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: #ffffff;
  text-decoration: none;
}

.brand-mark__logo {
  width: clamp(3.2rem, 10vw, 4.15rem);
  height: auto;
}

.brand-mark--header strong,
.brand-mark--header .brand-mark__eyebrow {
  display: none;
}

.site-header__inline-nav,
.site-header__search {
  display: none;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-action-link,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(234, 207, 177, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #eef5f7;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.site-actions__links,
.site-cart-menu,
.site-account-menu {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-action-link span:last-child,
.site-cart-count {
  display: none;
}

.menu-toggle {
  cursor: pointer;
}

.mobile-route-strip {
  overflow-x: auto;
  padding: 0.24rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1721;
  scrollbar-width: none;
}

.mobile-route-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.32rem;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  padding: 0.16rem 0.4rem;
}

.mobile-route-strip__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.88rem;
  padding: 0.16rem 0.24rem;
  border: 1px solid rgba(234, 207, 177, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #eaf2f6;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
}

.mobile-route-strip__link--target-shop {
  border-color: rgba(255, 214, 168, 0.7);
  background: linear-gradient(135deg, #ffd39b 0%, #e5a662 48%, #b96d36 100%);
  color: #101820;
}

.mobile-route-strip__cue {
  display: none;
}

.section--compact.stz-home {
  padding: clamp(1.2rem, 2vw, 1.5rem) 0 1.25rem;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
}

.site-body--home .stz-home-panel .eyebrow,
.site-body--home .stz-home-category-zone__rail .eyebrow,
.site-body--home .stz-home-need-heading .eyebrow,
.site-body--home .site-footer__section-heading .eyebrow,
.site-body--home .site-footer__help-card .eyebrow {
  color: #8c5528;
}

.site-footer__route-link,
details.footer-column > summary.footer-title {
  min-height: 2rem;
}

.site-footer__route-link {
  display: grid;
  align-content: center;
  padding-block: 0.28rem;
}

details.footer-column > summary.footer-title {
  display: flex;
  align-items: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.button-row,
.cta-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.86rem 1.2rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: #111820;
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.button--subtle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf4;
}

.stz-home-shell--hero {
  position: relative;
  overflow: hidden;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(8, 15, 22, 0.96) 0%, rgba(10, 19, 28, 0.86) 48%, rgba(8, 15, 22, 0.5) 100%),
    radial-gradient(circle at 80% 10%, rgba(242, 184, 120, 0.16), transparent 34%),
    #071018;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(4, 9, 14, 0.18);
}

.stz-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  min-height: 0;
  padding: 0.94rem;
}

.stz-home-hero__intro {
  gap: 0.64rem;
  max-width: 48rem;
}

.stz-home-hero__intro h1 {
  max-width: 11ch;
  margin-bottom: 0;
  color: #fffaf4;
  font-family: var(--font-display);
  font-size: clamp(2rem, 12.6vw, 3.05rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

.stz-home-hero__lead {
  max-width: 49rem;
  margin-bottom: 0;
  color: rgba(255, 250, 244, 0.88);
  font-size: 0.92rem;
  line-height: 1.38;
}

.stz-home-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 0.68rem;
}

.stz-home-hero__actions .button {
  width: 100%;
}

.stz-home-hero__button--primary {
  min-height: 2.75rem;
  padding: 0.78rem 1.18rem;
  background: #f2b878;
  color: #111820;
  font-size: 0.82rem;
  line-height: 1.08;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.stz-home-hero__button--secondary {
  min-height: 2.75rem;
  padding: 0.78rem 1.18rem;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf4;
  font-size: 0.82rem;
  line-height: 1.08;
}

.stz-home-hero__search--mobile {
  display: none;
}

.stz-home-hero__proof-panel {
  display: none;
  gap: 0.75rem;
  max-width: none;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.26);
}

.stz-home-hero__proof-card {
  gap: 0.38rem;
}

.stz-home-hero__proof-card h2 {
  margin: 0;
  color: #fffaf4;
  font-size: 1.25rem;
  line-height: 1.08;
}

.stz-home-hero__proof-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.stz-home-hero__priority-links {
  display: grid;
  gap: 0.5rem;
}

.stz-home-hero__priority-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  min-width: 0;
  padding: 0.62rem;
  border: 1px solid rgba(234, 207, 177, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #edf4f7;
  text-decoration: none;
}

.stz-home-hero__priority-icon {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 8px;
  background: rgba(242, 184, 120, 0.16);
  color: var(--gold);
}

.stz-home-hero__priority-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stz-home-hero__priority-copy {
  gap: 0.08rem;
}

.stz-home-hero__priority-copy span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stz-home-hero__priority-copy strong {
  color: #f8fbfc;
  font-size: 0.9rem;
  line-height: 1.16;
}

.stz-home-hero__priority-copy small {
  display: none;
  color: rgba(224, 234, 239, 0.72);
  font-size: 0.74rem;
  line-height: 1.24;
}

.stz-home-panel--capabilities {
  display: grid;
  gap: 0.85rem;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid rgba(18, 33, 46, 0.1);
  border-radius: 14px;
  background: #fffaf4;
  color: #172936;
}

.stz-home-capabilities__heading {
  gap: 0.36rem;
  max-width: 48rem;
}

.stz-home-capabilities__heading h2 {
  margin: 0;
  color: #102332;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.05;
}

.stz-home-capabilities__heading p:not(.eyebrow) {
  margin: 0;
  color: #586a76;
  font-size: 0.92rem;
}

.stz-home-capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.62rem;
}

.stz-home-capability-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  min-width: 0;
  padding: 0.76rem;
  border: 1px solid rgba(18, 33, 46, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #172936;
  text-decoration: none;
}

.stz-home-capability-card__icon {
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 8px;
  background: rgba(166, 96, 45, 0.1);
  color: #8c5528;
}

.stz-home-capability-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.stz-home-capability-card__copy {
  gap: 0.16rem;
}

.stz-home-capability-card__copy span,
.stz-home-capability-card__cta {
  color: #8c5528;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stz-home-capability-card__copy strong {
  color: #102332;
  line-height: 1.16;
}

.stz-home-capability-card__copy small {
  color: #5b6d78;
  font-size: 0.8rem;
  line-height: 1.36;
}

.stz-home-capability-card__cta {
  grid-column: 2;
}

@media (min-width: 768px) {
  .utility-bar__inner {
    padding: 0.5rem 0;
  }

  .utility-bar__links {
    display: flex;
    gap: 0.6rem;
  }

  .stz-home-hero {
    min-height: clamp(31rem, 52vw, 39rem);
    padding: clamp(1.25rem, 3.5vw, 3.4rem);
  }

  .stz-home-hero__intro h1 {
    font-size: clamp(3.6rem, 6.2vw, 5.85rem);
    line-height: 0.98;
  }

  .stz-home-hero__lead {
    font-size: 1.08rem;
    line-height: 1.58;
  }

  .stz-home-hero__actions {
    grid-template-columns: minmax(17rem, 1.15fr) minmax(13rem, 0.76fr);
    max-width: 37rem;
  }

  .stz-home-hero__priority-copy small {
    display: block;
  }

  .stz-home-hero__proof-panel {
    display: grid;
  }

  .stz-home-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .site-header__mainbar-inner {
    grid-template-columns: auto minmax(34rem, 1fr) auto;
    gap: 1rem;
  }

  .brand-mark__logo {
    width: 4.85rem;
  }

  .site-header__inline-nav {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
  }

  .site-header-nav__link,
  .site-header-browse-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.54rem 0.58rem;
    border: 1px solid rgba(234, 207, 177, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
  }

  .site-header-browse-menu__entry--catalog-cta {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(255, 214, 168, 0.72);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd39b 0%, #e5a662 42%, #b96d36 100%);
  }

  .site-header-browse-menu__entry--catalog-cta .site-header-nav__link,
  .site-header-browse-menu__entry--catalog-cta .site-header-browse-menu__toggle {
    border: 0;
    background: transparent;
    color: #101820;
  }

  .site-header__search {
    display: block;
  }

  .site-search-form--header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    width: 100%;
  }

  .site-search-form__field--header {
    min-width: min(100%, 32rem);
  }

  .site-search-form__field--header input {
    width: 100%;
    min-height: 2.7rem;
    border: 1px solid rgba(234, 207, 177, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
  }

  .site-search-form__submit {
    min-width: 5rem;
    min-height: 2.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0a45f, #a9602f);
    color: #101820;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-route-strip {
    display: none;
  }

  .stz-home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.42fr);
    align-items: end;
  }

  .stz-home-hero__proof-panel {
    max-width: 23rem;
  }

  .stz-home-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 390px) {
  .site-action-link,
  .menu-toggle {
    min-width: 2.55rem;
    min-height: 2.55rem;
    padding-inline: 0.58rem;
  }

  .mobile-route-strip__inner {
    gap: 0.28rem;
  }

  .mobile-route-strip__link {
    font-size: 0.68rem;
  }

  .stz-home-hero {
    padding: 0.82rem;
  }

  .stz-home-hero__intro h1 {
    font-size: clamp(1.88rem, 12vw, 2.65rem);
  }
}
