/* Mobile-only polish layer loaded last to preserve desktop cascade. */

@media (max-width: 1100px) {
  .site-header,
  .site-header.is-solid,
  .site-header.is-open:not(.is-solid),
  body.is-home .site-header:not(.is-solid) {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-chrome .shell {
    width: min(100% - 1rem, 1440px);
  }

  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    min-height: 4.4rem;
    padding: 0.72rem 0.8rem;
    border-radius: 1.4rem;
    background:
      linear-gradient(180deg, rgba(22, 28, 35, 0.94), rgba(12, 17, 23, 0.9)),
      rgba(12, 17, 23, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 38px rgba(6, 10, 14, 0.2);
    backdrop-filter: blur(20px);
  }

  .site-header.is-short .header-row {
    min-height: 4rem;
    padding: 0.6rem 0.75rem;
  }

  .site-header.is-solid .header-row {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 230, 0.92)),
      rgba(255, 255, 255, 0.96);
    border-color: rgba(20, 24, 29, 0.08);
    box-shadow: 0 16px 32px rgba(12, 16, 20, 0.08);
  }

  .brand-lockup {
    max-width: none;
    gap: 0.75rem;
  }

  .brand-lockup small {
    display: none;
  }

  .brand-lockup strong {
    font-size: 1.32rem;
  }

  .site-header.is-solid .brand-lockup strong {
    color: #161310;
  }

  .site-header.is-solid .brand-lockup small {
    color: rgba(22, 19, 16, 0.5);
  }

  .nav-toggle {
    justify-self: end;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 24px rgba(5, 8, 12, 0.18);
    transition:
      transform 0.26s ease,
      background 0.26s ease,
      border-color 0.26s ease,
      box-shadow 0.26s ease;
  }

  .nav-toggle span {
    width: 1.12rem;
    border-radius: 999px;
    transition:
      transform 0.26s ease,
      background 0.26s ease;
  }

  .nav-toggle[aria-expanded="true"] {
    transform: translateY(-1px);
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.22), rgba(255, 255, 255, 0.06)),
      rgba(255, 255, 255, 0.08);
    border-color: rgba(247, 127, 60, 0.26);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 18px 32px rgba(7, 11, 15, 0.24);
  }

  .site-header.is-solid .nav-toggle {
    background:
      linear-gradient(180deg, rgba(22, 27, 32, 0.06), rgba(22, 27, 32, 0.02)),
      rgba(22, 27, 32, 0.03);
    border: 1px solid rgba(22, 27, 32, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.6),
      0 10px 18px rgba(12, 16, 20, 0.08);
  }

  .site-header.is-solid .nav-toggle span {
    background: #1c2126;
  }

  .nav-overlay {
    background: rgba(3, 7, 11, 0.56);
    backdrop-filter: blur(18px) saturate(118%);
    opacity: 0;
    transition: opacity 0.36s ease;
  }

  .nav-overlay.is-active {
    opacity: 1;
  }

  .mobile-drawer {
    width: 100%;
    max-width: none;
    border-left: none;
    background:
      linear-gradient(180deg, rgba(18, 24, 31, 0.985), rgba(7, 11, 16, 0.992)),
      #070b10;
    box-shadow: none;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 1.4rem, 0) scale(0.988);
    transition:
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.34s ease,
      visibility 0s linear 0.5s;
    isolation: isolate;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .mobile-drawer::before,
  .mobile-drawer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .mobile-drawer::before {
    inset: 0 0 auto;
    height: 15rem;
    background:
      radial-gradient(circle at 16% 0%, rgba(247, 127, 60, 0.18), transparent 32%),
      radial-gradient(circle at 100% 0%, rgba(117, 157, 187, 0.14), transparent 30%);
    opacity: 0.9;
  }

  .mobile-drawer::after {
    background:
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04) 58%, transparent 100%);
    opacity: 0.16;
    mix-blend-mode: screen;
  }

  .mobile-drawer.is-open,
  .mobile-drawer[data-closing="true"] {
    visibility: visible;
    transition-delay: 0s, 0s, 0s;
  }

  .mobile-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .mobile-drawer-head {
    display: block;
    position: sticky;
    top: 0;
    z-index: 3;
    padding-top: calc(var(--utility-height) + 0.7rem);
    padding-bottom: 0.35rem;
    background: transparent;
    backdrop-filter: none;
  }

  .mobile-drawer-head-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    gap: 0.85rem;
    min-height: 4.7rem;
    padding: 0.55rem 0.62rem;
    border-radius: 1.65rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02) 44%, rgba(247, 127, 60, 0.04)),
      rgba(16, 21, 28, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      inset 0 -1px 0 rgba(255, 255, 255, 0.02),
      0 16px 28px rgba(4, 8, 12, 0.22);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(18px);
  }

  .mobile-drawer-head-bar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  }

  .mobile-drawer-head-bar .brand-lockup {
    grid-area: auto;
    grid-column: 1;
    width: 100%;
    min-width: 0;
    flex: initial;
    gap: 0.72rem;
  }

  .mobile-drawer-head-bar .brand-wordmark {
    min-width: 0;
    gap: 0.14rem;
  }

  .mobile-drawer-head-bar .brand-wordmark strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-drawer-head-bar .brand-wordmark small {
    display: block;
    overflow: hidden;
    color: rgba(247, 243, 238, 0.58);
    font-size: 0.66rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-drawer-scroll {
    display: grid;
    gap: 0.95rem;
    overflow: auto;
    scrollbar-width: none;
    padding-top: 1rem;
    padding-bottom: max(1.45rem, env(safe-area-inset-bottom));
  }

  .mobile-drawer-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .mobile-close {
    grid-column: 2;
    justify-self: end;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-grid;
    place-items: center;
    border-radius: 1.02rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
      rgba(13, 18, 24, 0.64);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      inset 0 -1px 0 rgba(255, 255, 255, 0.02),
      0 12px 22px rgba(6, 9, 13, 0.18);
    backdrop-filter: blur(18px);
    position: relative;
    transition:
      transform 0.24s ease,
      border-color 0.24s ease,
      background 0.24s ease,
      box-shadow 0.24s ease;
  }

  .mobile-close:hover {
    transform: translateY(-1px) scale(1.02);
    border-color: rgba(247, 127, 60, 0.22);
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.1), rgba(255, 255, 255, 0.03)),
      rgba(13, 18, 24, 0.7);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      inset 0 -1px 0 rgba(255, 255, 255, 0.02),
      0 14px 24px rgba(6, 9, 13, 0.22);
  }

  .mobile-close::before,
  .mobile-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.92rem;
    height: 1.5px;
    border-radius: 999px;
    background: #fff8ef;
    transform-origin: center;
  }

  .mobile-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-nav-stack {
    display: grid;
    gap: 0.78rem;
  }

  .mobile-nav-item {
    margin: 0;
    padding: 0;
    border-top: none;
  }

  .mobile-nav-primary,
  .mobile-nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding: 1.08rem 1.12rem;
    border-radius: 1.45rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 16px 28px rgba(4, 8, 11, 0.16);
    color: #fff7ee;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-decoration: none;
    transition:
      transform 0.26s ease,
      border-color 0.26s ease,
      background 0.26s ease,
      box-shadow 0.26s ease,
      color 0.26s ease;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-primary::before,
  .mobile-nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
    opacity: 0.7;
    pointer-events: none;
  }

  .mobile-nav-primary:hover,
  .mobile-nav-link:hover,
  .mobile-nav-primary[aria-expanded="true"] {
    transform: translateY(-1px);
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.14), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.05);
    border-color: rgba(247, 127, 60, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 34px rgba(5, 8, 12, 0.22);
  }

  .mobile-nav-primary.is-current,
  .mobile-nav-link.is-current {
    border-color: rgba(247, 127, 60, 0.22);
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.1), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.04);
  }

  .mobile-nav-primary.is-current::after,
  .mobile-nav-link.is-current::after {
    content: "";
    position: absolute;
    left: 0.72rem;
    top: 0.78rem;
    bottom: 0.78rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(247, 127, 60, 0.84), rgba(247, 127, 60, 0.08));
  }

  .mobile-nav-primary-copy {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.88rem;
  }

  .mobile-nav-index {
    display: inline-grid;
    place-items: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(244, 234, 225, 0.72);
    font-family: "IBM Plex Mono", "SFMono-Regular", "Roboto Mono", monospace;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1;
  }

  .mobile-nav-label {
    min-width: 0;
    color: inherit;
    font-size: 1.02rem;
    line-height: 1.2;
  }

  .mobile-nav-primary.is-current .mobile-nav-index,
  .mobile-nav-link.is-current .mobile-nav-index {
    background: rgba(247, 127, 60, 0.14);
    border-color: rgba(247, 127, 60, 0.2);
    color: #fff4e8;
  }

  .mobile-nav-caret,
  .mobile-nav-link-mark {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 1;
    transform: none;
    transition:
      border-color 0.24s ease,
      background 0.24s ease,
      color 0.24s ease,
      transform 0.24s ease;
  }

  .mobile-nav-primary:hover .mobile-nav-caret,
  .mobile-nav-primary[aria-expanded="true"] .mobile-nav-caret,
  .mobile-nav-link:hover .mobile-nav-link-mark,
  .mobile-nav-link.is-current .mobile-nav-link-mark {
    border-color: rgba(247, 127, 60, 0.24);
    background: rgba(247, 127, 60, 0.1);
    color: #fff9f1;
    transform: translateY(-1px);
  }

  .mobile-nav-caret::before,
  .mobile-nav-link-mark::before {
    content: "";
    width: 0.56rem;
    height: 0.56rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
  }

  .mobile-nav-caret::before {
    transform: rotate(45deg);
    margin-top: -0.16rem;
  }

  .mobile-nav-primary[aria-expanded="true"] .mobile-nav-caret::before {
    transform: rotate(-135deg);
    margin-top: 0.18rem;
  }

  .mobile-nav-link-mark::before {
    transform: rotate(-45deg);
    margin-left: -0.16rem;
  }

  .mobile-nav-item.has-children .mobile-nav-panel {
    margin-top: 0.58rem;
    padding: 1rem;
    border-radius: 1.45rem;
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(6, 10, 15, 0.24)),
      rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 14px 28px rgba(4, 8, 11, 0.14);
  }

  .mobile-nav-item.has-children .mobile-nav-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(247, 127, 60, 0.22), rgba(255, 255, 255, 0.06), transparent);
    opacity: 0.9;
  }

  .mobile-nav-panel {
    display: grid;
    gap: 0.9rem;
    padding: 0.2rem 0 0.35rem;
    overflow: hidden;
  }

  .mobile-nav-panel-actions,
  .mobile-drawer-actions,
  .mobile-locale-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .mobile-nav-overview,
  .mobile-drawer-actions .button,
  .mobile-locale-switcher a {
    width: 100%;
  }

  .mobile-nav-overview {
    min-height: 2.7rem;
    padding: 0.82rem 0.94rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.04);
    color: #fff8f1;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: none;
  }

  .mobile-nav-overview.is-secondary {
    background: rgba(255, 255, 255, 0.02);
    color: rgba(245, 239, 232, 0.76);
  }

  .mobile-nav-overview.is-active {
    border-color: rgba(247, 127, 60, 0.24);
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.16), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.05);
    color: #fff9f2;
  }

  .mobile-nav-overview:hover {
    border-color: rgba(247, 127, 60, 0.26);
    color: #fff;
  }

  .mobile-nav-columns {
    display: grid;
    gap: 0.78rem;
    padding-top: 0.1rem;
  }

  .mobile-nav-column {
    display: grid;
    gap: 0.28rem;
    padding: 0.88rem 0.95rem;
    border-radius: 1.16rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 11, 16, 0.16)),
      rgba(255, 255, 255, 0.026);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  }

  .mobile-nav-column h3 {
    margin: 0 0 0.52rem;
    color: rgba(244, 203, 161, 0.82);
    font-size: 0.64rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }

  .mobile-nav-column h3::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(247, 127, 60, 0.22), transparent);
  }

  .mobile-nav-column a {
    display: flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.64rem 0.82rem;
    border-radius: 0.92rem;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0);
    color: rgba(247, 243, 238, 0.88);
    font-size: 0.96rem;
    line-height: 1.35;
    transition:
      background 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease,
      color 0.22s ease,
      transform 0.22s ease;
  }

  .mobile-nav-column a:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(247, 127, 60, 0.12);
    color: #fff;
    transform: translateX(0.08rem);
  }

  .mobile-nav-column a.is-active {
    position: relative;
    padding-left: 1.16rem;
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.03);
    border-color: rgba(247, 127, 60, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: #fffaf4;
    transform: translateX(0.08rem);
  }

  .mobile-nav-column a.is-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.66rem;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: rgba(247, 127, 60, 0.78);
    box-shadow: 0 0 0 0.24rem rgba(247, 127, 60, 0.12);
    transform: translateY(-50%);
  }

  .mobile-drawer-footer {
    display: grid;
    gap: 0.82rem;
    padding: 1rem;
    border-radius: 1.6rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
      rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 16px 28px rgba(4, 8, 12, 0.16);
    position: relative;
    overflow: hidden;
  }

  .mobile-drawer-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  }

  .mobile-drawer-actions {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  }

  .mobile-drawer-actions .button {
    min-height: 3.05rem;
    border-radius: 1rem;
    font-size: 0.8rem;
  }

  .mobile-locale-switcher a {
    min-height: 2.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      rgba(255, 255, 255, 0.03);
    color: rgba(247, 243, 238, 0.78);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition:
      border-color 0.24s ease,
      background 0.24s ease,
      color 0.24s ease,
      transform 0.24s ease;
  }

  .mobile-locale-switcher a:hover {
    transform: translateY(-1px);
    border-color: rgba(247, 127, 60, 0.2);
    color: #fff;
  }

  .mobile-locale-switcher .active {
    background:
      linear-gradient(180deg, rgba(247, 127, 60, 0.15), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.055);
    border-color: rgba(247, 127, 60, 0.24);
    color: #fff9f1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .mobile-drawer-head-bar,
  .mobile-nav-item,
  .mobile-drawer-footer {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.36s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-drawer.is-open .mobile-drawer-head-bar,
  .mobile-drawer.is-open .mobile-nav-item,
  .mobile-drawer.is-open .mobile-drawer-footer {
    opacity: 1;
    transform: none;
  }

  .mobile-drawer.is-open .mobile-drawer-head-bar {
    transition-delay: 0.08s;
  }

  .mobile-drawer.is-open .mobile-nav-item:nth-child(1) {
    transition-delay: 0.12s;
  }

  .mobile-drawer.is-open .mobile-nav-item:nth-child(2) {
    transition-delay: 0.16s;
  }

  .mobile-drawer.is-open .mobile-nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .mobile-drawer.is-open .mobile-nav-item:nth-child(4) {
    transition-delay: 0.24s;
  }

  .mobile-drawer.is-open .mobile-nav-item:nth-child(5) {
    transition-delay: 0.28s;
  }

  .mobile-drawer.is-open .mobile-drawer-footer {
    transition-delay: 0.32s;
  }
}

@media (max-width: 760px) {
  :root {
    --chrome-offset: 4.95rem;
    --chrome-height: var(--chrome-offset);
    --utility-height: 0px;
  }

  .utility-bar {
    display: none;
  }

  .header-row {
    gap: 0.65rem;
    min-height: 3.95rem;
    padding: 0.52rem 0.64rem;
    border-radius: 1.32rem;
    background:
      radial-gradient(circle at top right, rgba(247, 127, 60, 0.14), transparent 34%),
      linear-gradient(180deg, rgba(20, 26, 33, 0.95), rgba(10, 15, 20, 0.92)),
      rgba(10, 15, 20, 0.9);
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow: 0 18px 34px rgba(4, 8, 12, 0.22);
  }

  .site-header.is-short .header-row {
    min-height: 3.68rem;
    padding: 0.45rem 0.58rem;
  }

  .site-header.is-solid .header-row {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 231, 0.93)),
      rgba(255, 255, 255, 0.97);
    border-color: rgba(18, 24, 30, 0.08);
    box-shadow: 0 14px 28px rgba(11, 14, 18, 0.08);
  }

  .brand-lockup {
    gap: 0.68rem;
  }

  .brand-mark-shell {
    width: 2.32rem;
    height: 2.32rem;
    flex-basis: 2.32rem;
  }

  .brand-mark {
    width: 1.96rem;
    height: 1.96rem;
  }

  .brand-lockup strong {
    font-size: 1.08rem;
  }

  .brand-wordmark {
    gap: 0;
  }

  .nav-toggle,
  .mobile-close {
    width: 2.64rem;
    height: 2.64rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 18px rgba(0, 0, 0, 0.16);
  }

  .nav-toggle span {
    width: 1.02rem;
    background: #fff7ee;
  }

  .mobile-drawer-head {
    padding-top: max(0.7rem, env(safe-area-inset-top));
    padding-bottom: 0.4rem;
    background: transparent;
  }

  .mobile-drawer-head-bar {
    min-height: 4.2rem;
    padding: 0.45rem 0.5rem;
    border-radius: 1.4rem;
  }

  .mobile-drawer-scroll {
    gap: 0.82rem;
    padding-top: 0.82rem;
  }

  .mobile-nav-primary,
  .mobile-nav-link {
    padding: 0.94rem 0.96rem;
    border-radius: 1.28rem;
    font-size: 0.92rem;
  }

  .mobile-nav-primary-copy {
    gap: 0.72rem;
  }

  .mobile-nav-index {
    min-width: 1.84rem;
    height: 1.84rem;
    font-size: 0.58rem;
  }

  .mobile-nav-label {
    font-size: 0.95rem;
  }

  .mobile-nav-caret,
  .mobile-nav-link-mark {
    width: 1.9rem;
    height: 1.9rem;
    flex-basis: 1.9rem;
  }

  .mobile-nav-item.has-children .mobile-nav-panel {
    margin-top: 0.46rem;
    padding: 0.88rem;
    border-radius: 1.28rem;
  }

  .mobile-nav-overview,
  .mobile-drawer-actions .button,
  .mobile-locale-switcher a {
    min-height: 2.62rem;
    font-size: 0.76rem;
  }

  .mobile-nav-column h3 {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .mobile-nav-column {
    padding: 0.76rem 0.8rem;
    border-radius: 1rem;
  }

  .mobile-nav-column a {
    font-size: 0.94rem;
    color: rgba(255, 246, 238, 0.9);
  }

  .mobile-drawer-footer {
    gap: 0.7rem;
    padding: 0.86rem;
    border-radius: 1.35rem;
  }

  .button,
  .hero-actions .button,
  .footer-actions .button,
  .mobile-drawer-actions .button,
  .mobile-nav-overview {
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .breadcrumbs {
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 0.35rem 0 0;
    overflow-x: auto;
    font-size: 0.75rem;
  }

  .breadcrumbs a {
    white-space: nowrap;
  }

  .ee-kicker {
    margin-bottom: 0.6rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

  .ee-kicker::before {
    width: 1.45rem;
  }

  .ee-inline-link {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .pill {
    font-size: 0.84rem;
    line-height: 1.22;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    align-items: stretch;
  }

  .hero-actions > :first-child {
    grid-column: 1 / -1;
  }

  .hero-actions .button {
    min-height: 3.05rem;
    padding: 0.78rem 1rem;
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .footer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .site-footer {
    padding: 2rem 0 1.1rem;
  }

  .footer-grid {
    gap: 1.4rem;
  }

  .footer-grid section {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-meta {
    gap: 0.65rem;
    padding-top: 1rem;
    margin-top: 1rem;
    font-size: 0.8rem;
  }

  .footer-legal {
    gap: 0.55rem 0.8rem;
  }

  .footer-meta p {
    margin: 0;
  }

  .ee-hero {
    min-height: auto;
    padding-top: calc(var(--chrome-offset) + 1.15rem);
    padding-bottom: 1.55rem;
  }

  .ee-hero-shell {
    min-height: auto;
    gap: 1rem;
    padding: 0 0 1rem;
  }

  .ee-hero-copy {
    max-width: none;
  }

  .ee-hero-copy h1 {
    margin: 0;
    font-size: clamp(3rem, 13.8vw, 4.9rem);
    line-height: 0.86;
    text-wrap: balance;
  }

  .ee-hero-intro {
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.42;
  }

  .ee-hero-note {
    margin: 0;
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .ee-hero-aside {
    padding: 1rem;
    border-radius: 1.4rem;
  }

  .ee-hero-aside p {
    margin: 0 0 0.9rem;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .ee-hero-aside-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .ee-hero-aside-stats article {
    padding: 0.82rem;
    border-top: none;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
  }

  .ee-hero-aside-stats strong {
    font-size: 1.52rem;
  }

  .ee-route-strip,
  .ee-page-nav,
  .ee-page-hero-footer {
    scrollbar-width: none;
  }

  .ee-route-strip::-webkit-scrollbar,
  .ee-page-nav::-webkit-scrollbar,
  .ee-page-hero-footer::-webkit-scrollbar {
    display: none;
  }

  .ee-route-strip {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(16.5rem, 84vw);
    gap: 0.9rem;
    padding-bottom: 0.4rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .ee-route-card {
    min-height: 13.75rem;
    padding: 1.1rem;
    border-radius: 1.4rem;
    scroll-snap-align: start;
    background:
      linear-gradient(180deg, rgba(8, 12, 16, 0.12), rgba(8, 12, 16, 0.94)),
      linear-gradient(140deg, rgba(247, 127, 60, 0.2), rgba(18, 22, 28, 0.98));
  }

  .ee-route-card strong {
    font-size: 1.55rem;
    line-height: 0.94;
  }

  .ee-route-card p {
    font-size: 0.98rem;
    line-height: 1.45;
    color: rgba(255, 245, 234, 0.92);
  }

  .ee-section {
    padding: 3.3rem 0;
  }

  .ee-section-head {
    margin-bottom: 1.2rem;
  }

  .ee-section-head h2 {
    margin-bottom: 0.55rem;
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  .ee-section-head p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .ee-story-panel,
  .ee-proof-panel,
  .ee-newsletter-panel {
    padding: 1.15rem;
  }

  .ee-story-panel,
  .ee-proof-panel,
  .ee-brief-card,
  .ee-category-card,
  .ee-product-card,
  .ee-director-card,
  .ee-promo-card,
  .ee-newsletter-panel,
  .ee-book-call-band {
    border-radius: 1.4rem;
  }

  .ee-book-call-band {
    padding: 1.35rem;
  }

  .ee-book-call-band h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .ee-foundation-grid {
    grid-template-columns: 1fr;
  }

  .ee-page-hero {
    min-height: auto;
    padding: 4.3rem 0 1.75rem;
    --hero-grid-scrim-opacity: 0.86;
  }

  .ee-page-hero::before {
    background:
      linear-gradient(180deg, rgba(6, 10, 14, 0.56), rgba(6, 10, 14, 0.86)),
      linear-gradient(112deg, rgba(247, 127, 60, 0.16), transparent 42%);
  }

  .ee-page-hero-backdrop {
    background:
      linear-gradient(180deg, rgba(7, 10, 14, 0.16), rgba(7, 10, 14, 0.34)),
      linear-gradient(90deg, rgba(7, 10, 14, 0.66) 0%, rgba(7, 10, 14, 0.34) 46%, rgba(7, 10, 14, 0.76) 100%),
      var(--hero-image) var(--hero-position, center center) / cover no-repeat;
  }

  .ee-page-hero-grid,
  .ee-page-hero-footer,
  .ee-feature-layout,
  .ee-product-overview-grid,
  .ee-product-essentials-grid,
  .ee-product-practical-layout,
  .ee-product-why-grid,
  .ee-faq-layout-premium,
  .ee-article-frame,
  .ee-support-grid,
  .ee-collection-grid {
    gap: 0.9rem;
  }

  .ee-page-hero-grid::before {
    inset: -1.85rem auto -1.1rem -1rem;
    width: min(28rem, 128vw);
    filter: blur(18px);
  }

  .ee-page-hero-copy {
    width: 100%;
  }

  .ee-page-hero-copy h1 {
    margin: 0.25rem 0 0.65rem;
    font-size: clamp(2.45rem, 11vw, 3.8rem);
    line-height: 0.9;
    text-shadow: 0 10px 30px rgba(4, 8, 12, 0.34);
  }

  .ee-page-lead {
    font-size: 1.05rem;
    line-height: 1.5;
    text-shadow: 0 8px 24px rgba(4, 8, 12, 0.3);
  }

  .ee-page-subcopy {
    margin: 0.65rem 0 0;
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.62;
    color: rgba(255, 246, 238, 0.9);
    text-shadow: 0 8px 24px rgba(4, 8, 12, 0.3);
  }

  .ee-page-meta-line {
    margin: 0.85rem 0 1rem;
    padding: 0.9rem 0.95rem;
    gap: 0.55rem;
    border-radius: 1.15rem;
    background: rgba(11, 15, 20, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
  }

  .ee-page-hero-side,
  .ee-page-footer-card,
  .ee-page-surface,
  .ee-reading-card,
  .ee-reading-rail-card,
  .ee-product-stage,
  .ee-support-card,
  .ee-article-panel,
  .ee-faq-group-card {
    border-radius: 1.4rem;
    box-shadow: 0 18px 38px rgba(8, 13, 18, 0.12);
  }

  .ee-page-hero-side,
  .ee-page-footer-card {
    padding: 1.1rem;
    background:
      linear-gradient(180deg, rgba(13, 18, 24, 0.96), rgba(8, 12, 17, 0.98)),
      rgba(8, 12, 17, 0.96);
  }

  .ee-page-hero-side p,
  .ee-page-footer-card p,
  .ee-page-hero-side li,
  .ee-page-footer-card li,
  .ee-reading-card p,
  .ee-reading-card li,
  .ee-reading-rail-card p,
  .ee-reading-rail-card li {
    color: rgba(255, 244, 231, 0.84);
  }

  .ee-page-hero-side li::marker,
  .ee-page-footer-card li::marker,
  .ee-reading-card li::marker,
  .ee-reading-rail-card li::marker {
    color: rgba(243, 204, 160, 0.72);
  }

  .ee-page-hero-side h2,
  .ee-page-surface h2,
  .ee-feature-card h2,
  .ee-collection-card h3,
  .ee-product-stage h3 {
    font-size: clamp(1.8rem, 8.6vw, 2.45rem);
    line-height: 0.98;
  }

  .ee-hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .ee-hero-stat-grid article {
    padding: 0.85rem 0.9rem;
    border-radius: 1rem;
  }

  .ee-hero-side-note {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }

  .ee-page-hero-footer {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(16rem, 84vw);
    overflow-x: auto;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
  }

  .ee-page-footer-card {
    scroll-snap-align: start;
  }

  .ee-page-nav-wrap {
    margin-top: -0.45rem;
  }

  .ee-page-nav {
    flex-wrap: nowrap;
    gap: 0.55rem;
    padding: 0.6rem;
    border-radius: 1.2rem;
    overflow-x: auto;
    scroll-padding-inline: 0.55rem;
    scroll-snap-type: x proximity;
  }

  .ee-page-nav-link {
    min-height: 2.45rem;
    padding: 0 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .ee-feature-card,
  .ee-collection-card {
    min-height: 22rem;
    border-radius: 1.5rem;
  }

  .ee-feature-card-media,
  .ee-collection-card-media {
    background:
      linear-gradient(180deg, rgba(10, 14, 19, 0.22), rgba(10, 14, 19, 0.94)),
      linear-gradient(120deg, rgba(247, 127, 60, 0.16), transparent 40%),
      var(--card-image) var(--card-position, center center) / cover no-repeat;
  }

  .ee-feature-card-copy,
  .ee-collection-card-copy {
    gap: 0.75rem;
    padding: 1.2rem;
  }

  .ee-feature-card p,
  .ee-feature-card .meta-list,
  .ee-feature-card .ee-meta-row,
  .ee-collection-card p,
  .ee-collection-card .meta-list,
  .ee-collection-card .ee-meta-row,
  .ee-product-stage p,
  .ee-support-card p,
  .ee-article-panel p,
  .ee-faq-answer p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .ee-collection-grid-dense {
    grid-template-columns: 1fr;
  }

  .ee-next-step-band {
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 1.45rem;
  }

  .ee-next-step-band h2 {
    font-size: clamp(2rem, 9.4vw, 2.8rem);
  }

  .ee-faq-item summary {
    padding: 0.95rem 1rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .ee-faq-answer {
    padding: 0 1rem 1rem;
  }

  .ee-product-checklist {
    gap: 0.6rem;
    padding-left: 1rem;
  }

  .ee-reading-card-actions,
  .ee-linked-stack,
  .ee-product-practical-column,
  .ee-product-faq-column {
    gap: 0.75rem;
  }

  .sticky-cta,
  .ee-sticky-cta {
    display: none;
  }
}

@media (max-width: 360px) {
  :root {
    --chrome-offset: 4.7rem;
    --chrome-height: var(--chrome-offset);
    --utility-height: 0px;
  }

  .header-row {
    padding: 0.46rem 0.56rem;
  }

  .ee-route-strip {
    grid-auto-columns: minmax(15rem, 88vw);
  }

  .ee-page-hero-footer {
    grid-auto-columns: minmax(15rem, 88vw);
  }

  .ee-page-nav-link {
    font-size: 0.64rem;
  }

  .brand-lockup strong {
    font-size: 1rem;
  }

  .nav-toggle,
  .mobile-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mobile-drawer-head-bar {
    min-height: 3.95rem;
    padding: 0.4rem 0.44rem;
  }

  .mobile-drawer-footer {
    padding: 0.8rem;
  }

  .mobile-nav-primary,
  .mobile-nav-link {
    padding: 0.88rem 0.82rem;
  }

  .mobile-nav-primary-copy {
    gap: 0.62rem;
  }

  .mobile-nav-index {
    min-width: 1.68rem;
    height: 1.68rem;
  }

  .mobile-nav-label {
    font-size: 0.9rem;
  }

  .mobile-nav-panel-actions,
  .mobile-drawer-actions,
  .mobile-locale-switcher,
  .footer-actions,
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions > :first-child {
    grid-column: auto;
  }

  .ee-hero-copy h1 {
    font-size: clamp(2.65rem, 13.5vw, 4.05rem);
  }

  .ee-hero-aside-stats,
  .ee-hero-stat-grid {
    grid-template-columns: 1fr;
  }

  .ee-route-strip {
    grid-auto-columns: minmax(14rem, 86vw);
  }

  .ee-page-hero {
    padding-top: 4rem;
  }

  .ee-page-hero-copy h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.25rem);
  }

  .ee-page-hero-footer {
    grid-auto-columns: minmax(14rem, 88vw);
  }

  .site-footer {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
}
