
      /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
      @layer properties {
        @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
          ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
          *,
          :before,
          :after,
          ::backdrop {
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
          }
        }
      }
      @layer theme {
        :root,
        :host {
          --font-sans:
            ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
            "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          --font-mono:
            ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
          --spacing: 0.25rem;
          --default-font-family: var(--font-sans);
          --default-mono-font-family: var(--font-mono);
        }
      }
      @layer base {
        *,
        :after,
        :before,
        ::backdrop {
          box-sizing: border-box;
          border: 0 solid;
          margin: 0;
          padding: 0;
        }
        ::file-selector-button {
          box-sizing: border-box;
          border: 0 solid;
          margin: 0;
          padding: 0;
        }
        html,
        :host {
          -webkit-text-size-adjust: 100%;
          tab-size: 4;
          line-height: 1.5;
          font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
          );
          font-feature-settings: var(--default-font-feature-settings, normal);
          font-variation-settings: var(
            --default-font-variation-settings,
            normal
          );
          -webkit-tap-highlight-color: transparent;
        }
        hr {
          height: 0;
          color: inherit;
          border-top-width: 1px;
        }
        abbr:where([title]) {
          -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
          font-size: inherit;
          font-weight: inherit;
        }
        a {
          color: inherit;
          -webkit-text-decoration: inherit;
          -webkit-text-decoration: inherit;
          -webkit-text-decoration: inherit;
          -webkit-text-decoration: inherit;
          text-decoration: inherit;
        }
        b,
        strong {
          font-weight: bolder;
        }
        code,
        kbd,
        samp,
        pre {
          font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            "Liberation Mono",
            "Courier New",
            monospace
          );
          font-feature-settings: var(
            --default-mono-font-feature-settings,
            normal
          );
          font-variation-settings: var(
            --default-mono-font-variation-settings,
            normal
          );
          font-size: 1em;
        }
        small {
          font-size: 80%;
        }
        sub,
        sup {
          vertical-align: baseline;
          font-size: 75%;
          line-height: 0;
          position: relative;
        }
        sub {
          bottom: -0.25em;
        }
        sup {
          top: -0.5em;
        }
        table {
          text-indent: 0;
          border-color: inherit;
          border-collapse: collapse;
        }
        :-moz-focusring {
          outline: auto;
        }
        progress {
          vertical-align: baseline;
        }
        summary {
          display: list-item;
        }
        ol,
        ul,
        menu {
          list-style: none;
        }
        img,
        svg,
        video,
        canvas,
        audio,
        iframe,
        embed,
        object {
          vertical-align: middle;
          display: block;
        }
        img,
        video {
          max-width: 100%;
          height: auto;
        }
        button,
        input,
        select,
        optgroup,
        textarea {
          font: inherit;
          font-feature-settings: inherit;
          font-variation-settings: inherit;
          letter-spacing: inherit;
          color: inherit;
          opacity: 1;
          background-color: #0000;
          border-radius: 0;
        }
        ::file-selector-button {
          font: inherit;
          font-feature-settings: inherit;
          font-variation-settings: inherit;
          letter-spacing: inherit;
          color: inherit;
          opacity: 1;
          background-color: #0000;
          border-radius: 0;
        }
        :where(select:is([multiple], [size])) optgroup {
          font-weight: bolder;
        }
        :where(select:is([multiple], [size])) optgroup option {
          padding-inline-start: 20px;
        }
        ::file-selector-button {
          margin-inline-end: 4px;
        }
        ::placeholder {
          opacity: 1;
        }
        @supports (not ((-webkit-appearance: -apple-pay-button))) or
          (contain-intrinsic-size: 1px) {
          ::placeholder {
            color: currentColor;
          }
          @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
              color: color-mix(in oklab, currentcolor 50%, transparent);
            }
          }
        }
        textarea {
          resize: vertical;
        }
        ::-webkit-search-decoration {
          -webkit-appearance: none;
        }
        ::-webkit-date-and-time-value {
          min-height: 1lh;
          text-align: inherit;
        }
        ::-webkit-datetime-edit {
          display: inline-flex;
        }
        ::-webkit-datetime-edit-fields-wrapper {
          padding: 0;
        }
        ::-webkit-datetime-edit {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-year-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-month-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-day-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-hour-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-minute-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-second-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-millisecond-field {
          padding-block: 0;
        }
        ::-webkit-datetime-edit-meridiem-field {
          padding-block: 0;
        }
        ::-webkit-calendar-picker-indicator {
          line-height: 1;
        }
        :-moz-ui-invalid {
          box-shadow: none;
        }
        button,
        input:where([type="button"], [type="reset"], [type="submit"]) {
          appearance: button;
        }
        ::file-selector-button {
          appearance: button;
        }
        ::-webkit-inner-spin-button {
          height: auto;
        }
        ::-webkit-outer-spin-button {
          height: auto;
        }
        [hidden]:where(:not([hidden="until-found"])) {
          display: none !important;
        }
      }
      @layer components;
      @layer utilities {
        .invisible {
          visibility: hidden;
        }
        .visible {
          visibility: visible;
        }
        .fixed {
          position: fixed;
        }
        .relative {
          position: relative;
        }
        .start {
          inset-inline-start: var(--spacing);
        }
        .end {
          inset-inline-end: var(--spacing);
        }
        .contents {
          display: contents;
        }
        .grid {
          display: grid;
        }
        .table {
          display: table;
        }
        .scroll-smooth {
          scroll-behavior: smooth;
        }
        .antialiased {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        .shadow {
          --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, #0000001a),
            0 1px 2px -1px var(--tw-shadow-color, #0000001a);
          box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
        }
        .filter {
          filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
            var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
            var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
        }
      }
      :root {
        --ink: #0c2245;
        --blue: #1769ff;
        --orange: #ff8a3d;
        --sky: #eef6ff;
        --soft: #f4f7fb;
        --line: #dce6f1;
        --muted: #63748c;
        --white: #fff;
        --navy: #081d3e;
      }
      * {
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        color: var(--ink);
        background: #fff;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      button,
      input,
      select {
        font: inherit;
      }
      button,
      a {
        -webkit-tap-highlight-color: transparent;
      }
      .kicker {
        color: var(--blue);
        letter-spacing: 0.18em;
        text-transform: uppercase;
        align-items: center;
        gap: 7px;
        font-size: 11px;
        font-weight: 900;
        display: inline-flex;
      }
      .site-header {
        z-index: 50;
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        background: #fffffff0;
        border-bottom: 1px solid #dbe6f2cc;
        justify-content: space-between;
        align-items: center;
        height: 78px;
        padding: 0 max(28px, 50vw - 640px);
        display: flex;
        position: sticky;
        top: 0;
      }
      .brand {
        letter-spacing: -0.04em;
        align-items: center;
        gap: 1px;
        font-size: 20px;
        font-weight: 900;
        display: flex;
      }
      .brand b {
        color: #fff;
        background: var(--orange);
        letter-spacing: 0.08em;
        border-radius: 7px;
        margin-left: 6px;
        padding: 4px 7px;
        font-size: 12px;
        transform: skew(-5deg);
      }
      .brand-mark {
        color: #fff;
        background: var(--blue);
        border-radius: 10px 10px 10px 3px;
        place-items: center;
        width: 34px;
        height: 34px;
        margin-right: 9px;
        font-size: 19px;
        display: grid;
        box-shadow: 0 7px 18px #1769ff33;
      }
      .nav-links {
        color: #334866;
        align-items: center;
        gap: 34px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
      }
      .nav-links a:hover {
        color: var(--blue);
      }
      .header-actions {
        align-items: center;
        gap: 12px;
        display: flex;
      }
      .language-picker {
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 10px;
        align-items: center;
        gap: 7px;
        padding: 8px 10px;
        display: flex;
      }
      .language-picker select {
        color: var(--ink);
        background: 0 0;
        border: 0;
        outline: 0;
        font-size: 13px;
        font-weight: 700;
      }
      .menu-button {
        color: var(--ink);
        background: 0 0;
        border: 0;
        display: none;
      }
      .hero {
        background: #eaf4ff;
        position: relative;
        overflow: hidden;
      }
      .hero:before {
        content: "";
        background:
          radial-gradient(circle at 7% 15%, #1769ff21, #0000 26%),
          linear-gradient(#1769ff0f 1px, #0000 1px) 0 0/52px 52px,
          linear-gradient(90deg, #1769ff0f 1px, #0000 1px) 0 0/52px 52px;
        position: absolute;
        inset: 0;
        -webkit-mask-image: linear-gradient(#000, #0000 82%);
        mask-image: linear-gradient(#000, #0000 82%);
      }
      .hero-grid {
        z-index: 1;
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
        gap: 58px;
        max-width: 1280px;
        min-height: 650px;
        margin: auto;
        padding: 72px 28px 60px;
        display: grid;
        position: relative;
      }
      .hero-copy {
        max-width: 700px;
      }
      .eyebrow {
        color: var(--blue);
        letter-spacing: 0.14em;
        text-transform: uppercase;
        background: #ffffffbf;
        border: 1px solid #c9dcff;
        border-radius: 100px;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 900;
        display: inline-flex;
      }
      .hero h1 {
        letter-spacing: -0.065em;
        color: #0b234a;
        max-width: 780px;
        margin: 25px 0 20px;
        font-size: clamp(48px, 5.2vw, 75px);
        line-height: 0.98;
      }
      .hero h1 em {
        color: var(--blue);
        font-style: normal;
      }
      .hero-copy > p {
        color: #536984;
        max-width: 620px;
        font-size: 18px;
        line-height: 1.75;
      }
      .hero-search {
        background: #fff;
        border: 1px solid #d0e0f1;
        border-radius: 15px;
        align-items: center;
        gap: 12px;
        width: min(100%, 680px);
        margin-top: 32px;
        padding: 8px 8px 8px 17px;
        display: flex;
        box-shadow: 0 18px 42px #1849811f;
      }
      .hero-search > svg {
        color: #7184a0;
        flex: none;
      }
      .hero-search input {
        min-width: 0;
        height: 46px;
        color: var(--ink);
        background: 0 0;
        border: 0;
        outline: 0;
        flex: 1;
      }
      .hero-search button {
        color: #fff;
        background: var(--blue);
        cursor: pointer;
        border: 0;
        border-radius: 10px;
        align-items: center;
        gap: 10px;
        height: 46px;
        padding: 0 19px;
        font-weight: 800;
        display: flex;
      }
      .hero-links {
        color: #586b85;
        align-items: center;
        gap: 28px;
        margin-top: 21px;
        font-size: 13px;
        font-weight: 700;
        display: flex;
      }
      .hero-links a,
      .hero-links span {
        align-items: center;
        gap: 7px;
        display: flex;
      }
      .research-console {
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        background: #ffffffd6;
        border: 1px solid #95b4daa6;
        border-radius: 26px;
        padding: 18px;
        transform: rotate(1deg);
        box-shadow: 0 35px 90px #18427733;
      }
      .console-head {
        color: #75869c;
        letter-spacing: 0.12em;
        justify-content: space-between;
        font: 800 10px/1 monospace;
        display: flex;
      }
      .console-head > span:first-child {
        color: var(--ink);
        align-items: center;
        gap: 7px;
        display: flex;
      }
      .live-dot {
        background: #2dcc83;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        display: inline-block;
        box-shadow: 0 0 0 5px #2dcc831f;
      }
      .console-query {
        border: 1px solid var(--line);
        color: #5f728c;
        background: #f8fbff;
        border-radius: 12px;
        align-items: center;
        gap: 10px;
        height: 48px;
        margin-top: 17px;
        padding: 0 14px;
        font-size: 13px;
        display: flex;
      }
      .console-query span {
        flex: 1;
      }
      .console-query kbd {
        background: #fff;
        border: 1px solid #d9e3ee;
        border-radius: 5px;
        padding: 4px 6px;
      }
      .console-result {
        background: #fff;
        border: 1px solid #cfe0f6;
        border-radius: 16px;
        grid-template-columns: 86px 1fr auto;
        align-items: center;
        gap: 15px;
        margin: 14px 0;
        padding: 14px;
        display: grid;
      }
      .console-art {
        color: #fff;
        background: linear-gradient(145deg, #1769ff, #8db8ff);
        border-radius: 12px;
        place-items: center;
        height: 86px;
        display: grid;
      }
      .console-result > div:nth-child(2) {
        flex-direction: column;
        gap: 5px;
        display: flex;
      }
      .console-result > div:nth-child(2) > span {
        color: var(--blue);
        letter-spacing: 0.12em;
        font-size: 9px;
        font-weight: 900;
      }
      .console-result b {
        font-size: 14px;
      }
      .console-result small {
        color: #8492a5;
        font-size: 10px;
      }
      .console-result > strong {
        font-size: 20px;
      }
      .console-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        display: grid;
      }
      .console-grid > div {
        background: #fff;
        border: 1px solid #e2e9f2;
        border-radius: 11px;
        grid-template-columns: 24px 1fr 16px;
        align-items: center;
        gap: 8px;
        min-height: 70px;
        padding: 12px;
        display: grid;
      }
      .console-grid svg {
        width: 17px;
        color: var(--blue);
      }
      .console-grid > div > svg:last-child {
        color: #2cb578;
      }
      .console-grid span {
        color: #8491a3;
        flex-direction: column;
        gap: 3px;
        font-size: 9px;
        display: flex;
      }
      .console-grid b {
        color: var(--ink);
        font-size: 11px;
      }
      .console-foot {
        color: #6f7f92;
        background: #fff5ec;
        border-radius: 9px;
        align-items: center;
        gap: 7px;
        margin-top: 13px;
        padding: 10px;
        font-size: 10px;
        display: flex;
      }
      .console-foot svg {
        color: #e5792d;
      }
      .signal-bar {
        z-index: 2;
        border-top: 1px solid #ccdef0;
        grid-template-columns: 1.4fr repeat(4, 1fr);
        align-items: center;
        max-width: 1280px;
        min-height: 76px;
        margin: auto;
        padding: 0 28px;
        display: grid;
        position: relative;
      }
      .signal-bar > span {
        color: #7b8da4;
        letter-spacing: 0.16em;
        font-size: 9px;
        font-weight: 900;
      }
      .signal-bar > div {
        color: #687b92;
        border-left: 1px solid #cddded;
        padding: 0 19px;
        font-size: 11px;
      }
      .signal-bar b {
        color: var(--ink);
        margin-bottom: 4px;
        font-size: 14px;
        display: block;
      }
      .desk-section {
        background: #fff;
        padding: 110px max(28px, 50vw - 640px);
      }
      .desk-title {
        justify-content: space-between;
        align-items: end;
        gap: 50px;
        margin-bottom: 48px;
        display: flex;
      }
      .desk-title h2 {
        letter-spacing: -0.055em;
        max-width: 720px;
        margin: 12px 0 0;
        font-size: clamp(38px, 4.4vw, 57px);
        line-height: 1.02;
      }
      .desk-title > p {
        max-width: 450px;
        color: var(--muted);
        margin: 0;
        line-height: 1.75;
      }
      .desk-bento {
        grid-template-rows: auto auto;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 18px;
        display: grid;
      }
      .desk-bento article {
        border-radius: 24px;
      }
      .panel-heading > span {
        color: var(--blue);
        letter-spacing: 0.17em;
        font-size: 9px;
        font-weight: 900;
      }
      .panel-heading h3 {
        letter-spacing: -0.035em;
        margin: 10px 0 6px;
        font-size: 26px;
      }
      .panel-heading p {
        color: var(--muted);
        margin: 0;
        font-size: 12px;
        line-height: 1.6;
      }
      .category-panel {
        background: var(--navy);
        color: #fff;
        grid-row: 1/3;
        padding: 27px;
      }
      .category-panel .panel-heading > span {
        color: #75a8ff;
      }
      .category-panel .panel-heading p {
        color: #9eb1ca;
      }
      .category-list {
        border-top: 1px solid #ffffff24;
        margin-top: 25px;
      }
      .category-list button {
        color: #fff;
        text-align: left;
        cursor: pointer;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #ffffff1f;
        grid-template-columns: 32px 30px 1fr 22px;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: 59px;
        padding: 0 6px;
        transition: all 0.2s;
        display: grid;
      }
      .category-list button:hover {
        background: #ffffff0e;
        padding-left: 14px;
      }
      .category-list button > span {
        color: #647d9f;
        font: 800 10px monospace;
      }
      .category-list button > svg {
        color: #75a8ff;
        width: 18px;
      }
      .category-list button > svg:last-child {
        color: #5f789c;
      }
      .category-list b {
        font-size: 13px;
      }
      .qc-panel,
      .parcel-panel {
        border: 1px solid var(--line);
        background: #fff;
        padding: 27px;
      }
      .qc-score {
        justify-content: space-between;
        align-items: center;
        margin: 22px 0;
        display: flex;
      }
      .qc-score > div:first-child {
        align-items: baseline;
        gap: 5px;
        display: flex;
      }
      .qc-score strong {
        letter-spacing: -0.07em;
        font-size: 48px;
      }
      .qc-score > div:first-child span {
        color: #8795a7;
        font-size: 12px;
      }
      .score-ring {
        --score: 0deg;
        background: conic-gradient(var(--blue) var(--score), #e5edf5 0);
        border-radius: 50%;
        place-items: center;
        width: 66px;
        height: 66px;
        padding: 7px;
        display: grid;
        position: relative;
      }
      .score-ring:before {
        content: "";
        background: #fff;
        border-radius: 50%;
        position: absolute;
        inset: 7px;
      }
      .score-ring span {
        font-size: 11px;
        font-weight: 900;
        position: relative;
      }
      .qc-list {
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        display: grid;
      }
      .qc-list button {
        color: #596b82;
        text-align: left;
        cursor: pointer;
        background: #f8fafc;
        border: 1px solid #e0e8f0;
        border-radius: 9px;
        align-items: center;
        gap: 8px;
        min-height: 45px;
        padding: 8px;
        font-size: 10px;
        display: flex;
      }
      .qc-list button > span {
        background: #fff;
        border: 1px solid #c9d5e2;
        border-radius: 5px;
        flex: none;
        place-items: center;
        width: 20px;
        height: 20px;
        display: grid;
      }
      .qc-list button svg {
        opacity: 0;
        width: 13px;
      }
      .qc-list button.done {
        color: #14523e;
        background: #effbf6;
        border-color: #a4dec9;
      }
      .qc-list button.done > span {
        background: #2dbb83;
        border-color: #2dbb83;
      }
      .qc-list button.done svg {
        color: #fff;
        opacity: 1;
      }
      .qc-panel > small,
      .parcel-panel > small {
        color: #8a97a7;
        margin-top: 15px;
        font-size: 9px;
        line-height: 1.5;
        display: block;
      }
      .parcel-inputs {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 20px 0;
        display: grid;
      }
      .parcel-inputs label {
        color: #718298;
        border: 1px solid #e2e8f0;
        border-radius: 9px;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        font-size: 9px;
        display: flex;
      }
      .parcel-inputs label span {
        color: #8d9aad;
        align-items: center;
        gap: 3px;
        display: flex;
      }
      .parcel-inputs input {
        width: 48px;
        color: var(--ink);
        text-align: right;
        background: 0 0;
        border: 0;
        outline: 0;
        font-weight: 900;
      }
      .weight-result {
        color: #fff;
        background: var(--blue);
        border-radius: 14px;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 16px;
        display: grid;
      }
      .weight-result > span {
        align-items: center;
        gap: 7px;
        font-size: 10px;
        font-weight: 900;
        display: flex;
      }
      .weight-result svg {
        width: 15px;
      }
      .weight-result strong {
        font-size: 28px;
      }
      .weight-result p {
        color: #dce9ff;
        grid-column: 1/-1;
        margin: 7px 0 0;
        font-size: 10px;
      }
      .finds-section {
        background: #f4f7fb;
        padding: 110px max(28px, 50vw - 640px);
      }
      .finds-shell {
        grid-template-columns: 280px 1fr;
        gap: 55px;
        display: grid;
      }
      .finds-index {
        align-self: start;
        position: sticky;
        top: 110px;
      }
      .finds-index h2 {
        letter-spacing: -0.05em;
        margin: 14px 0;
        font-size: 41px;
        line-height: 1.04;
      }
      .finds-index > p {
        color: var(--muted);
        font-size: 13px;
        line-height: 1.7;
      }
      .ledger-count {
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        align-items: baseline;
        gap: 8px;
        margin: 25px 0;
        padding: 17px 0;
        display: flex;
      }
      .ledger-count strong {
        font-size: 35px;
      }
      .ledger-count span {
        color: #8290a2;
        font-size: 11px;
      }
      .filter-stack {
        flex-direction: column;
        display: flex;
      }
      .filter-stack > span {
        color: #8592a4;
        align-items: center;
        gap: 6px;
        margin-bottom: 7px;
        font-size: 9px;
        font-weight: 900;
        display: flex;
      }
      .filter-stack button {
        color: #64758b;
        text-align: left;
        cursor: pointer;
        background: 0 0;
        border: 0;
        border-radius: 8px;
        justify-content: space-between;
        padding: 10px 12px;
        font-size: 11px;
        display: flex;
      }
      .filter-stack button:hover,
      .filter-stack button.active {
        color: var(--blue);
        background: #e5efff;
        font-weight: 900;
      }
      .filter-stack button span {
        color: #98a5b5;
      }
      .ledger-list {
        flex-direction: column;
        gap: 10px;
        display: flex;
      }
      .ledger-row {
        background: #fff;
        border: 1px solid #e0e8f1;
        border-radius: 16px;
        grid-template-columns: 32px 88px 1fr 110px 40px;
        align-items: center;
        gap: 15px;
        min-height: 116px;
        padding: 14px 15px;
        transition: all 0.2s;
        display: grid;
      }
      .ledger-row:hover {
        border-color: #b8d0f1;
        transform: translate(5px);
        box-shadow: 0 14px 30px #1b426e14;
      }
      .ledger-number {
        color: #96a4b6;
        font: 800 10px monospace;
      }
      .ledger-art {
        color: #fff;
        border-radius: 11px;
        place-items: center;
        height: 86px;
        display: grid;
      }
      .ledger-main > div {
        color: var(--blue);
        letter-spacing: 0.1em;
        gap: 12px;
        font-size: 8px;
        font-weight: 900;
        display: flex;
      }
      .ledger-main > div span:last-child {
        color: #e78637;
        align-items: center;
        gap: 4px;
        display: flex;
      }
      .ledger-main h3 {
        margin: 9px 0 7px;
        font-size: 17px;
      }
      .ledger-main p {
        color: #74849a;
        align-items: center;
        gap: 5px;
        margin: 0;
        font-size: 10px;
        display: flex;
      }
      .ledger-main p svg {
        color: #e47b35;
      }
      .ledger-price {
        flex-direction: column;
        align-items: flex-end;
        gap: 7px;
        display: flex;
      }
      .ledger-price b {
        font-size: 19px;
      }
      .ledger-price span {
        color: #8794a5;
        align-items: center;
        gap: 4px;
        font-size: 9px;
        display: flex;
      }
      .ledger-price svg {
        width: 12px;
      }
      .ledger-row > a {
        width: 37px;
        height: 37px;
        color: var(--blue);
        background: #eef5ff;
        border-radius: 10px;
        place-items: center;
        display: grid;
      }
      .ledger-row > a svg {
        width: 17px;
      }
      .empty-state {
        text-align: center;
        color: var(--muted);
        background: #fff;
        border: 1px dashed #bac9da;
        border-radius: 16px;
        padding: 35px;
      }
      .blue {
        background: linear-gradient(140deg, #2c75dc, #8eb9ee);
      }
      .sand {
        background: linear-gradient(140deg, #ba956d, #ead8bd);
      }
      .graphite {
        background: linear-gradient(140deg, #38465a, #8d99a8);
      }
      .mint {
        background: linear-gradient(140deg, #3c9f91, #a5dbd0);
      }
      .navy {
        background: linear-gradient(140deg, #183458, #6280a8);
      }
      .rose {
        background: linear-gradient(140deg, #a75f72, #e6adbc);
      }
      .brown {
        background: linear-gradient(140deg, #76513c, #c39b7b);
      }
      .violet {
        background: linear-gradient(140deg, #6359a8, #b7a9ec);
      }
      .standards-section {
        background: #fff;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 80px;
        padding: 110px max(28px, 50vw - 640px);
        display: grid;
      }
      .standards-copy {
        align-self: center;
      }
      .standards-copy h2 {
        letter-spacing: -0.055em;
        margin: 14px 0 20px;
        font-size: 50px;
        line-height: 1.02;
      }
      .standards-copy p {
        color: var(--muted);
        line-height: 1.75;
      }
      .standards-copy > a {
        color: var(--blue);
        align-items: center;
        gap: 8px;
        margin-top: 22px;
        font-size: 12px;
        font-weight: 900;
        display: inline-flex;
      }
      .standards-copy > a svg {
        width: 17px;
      }
      .standards-board {
        border: 1px solid var(--line);
        border-radius: 22px;
        overflow: hidden;
      }
      .standards-board article {
        border-bottom: 1px solid var(--line);
        grid-template-columns: 35px 40px 1fr;
        align-items: center;
        gap: 15px;
        min-height: 120px;
        padding: 22px;
        display: grid;
      }
      .standards-board article:last-child {
        border-bottom: 0;
      }
      .standards-board article > span {
        color: #9aa7b7;
        font: 800 10px monospace;
      }
      .standards-board article > svg {
        color: var(--blue);
      }
      .standards-board h3 {
        margin: 0 0 7px;
        font-size: 16px;
      }
      .standards-board p {
        color: var(--muted);
        margin: 0;
        font-size: 11px;
        line-height: 1.6;
      }
      .journey-section {
        color: #fff;
        background: var(--navy);
        padding: 105px max(28px, 50vw - 640px);
      }
      .journey-heading {
        justify-content: space-between;
        align-items: end;
        gap: 40px;
        display: flex;
      }
      .journey-heading .kicker {
        color: #7af;
      }
      .journey-heading h2 {
        letter-spacing: -0.05em;
        max-width: 700px;
        margin: 14px 0 0;
        font-size: 49px;
        line-height: 1.03;
      }
      .journey-track {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 55px;
        display: grid;
        position: relative;
      }
      .journey-track:before {
        content: "";
        background: #385273;
        height: 1px;
        position: absolute;
        top: 61px;
        left: 9%;
        right: 9%;
      }
      .journey-track article {
        padding: 0 24px;
        position: relative;
      }
      .journey-track article > span {
        color: #5e7899;
        font: 800 10px monospace;
      }
      .journey-track article > div {
        color: #7af;
        background: var(--navy);
        border: 1px solid #46617f;
        border-radius: 50%;
        place-items: center;
        width: 70px;
        height: 70px;
        margin: 20px 0 28px;
        display: grid;
        position: relative;
      }
      .journey-track h3 {
        font-size: 19px;
      }
      .journey-track p {
        color: #a7bad1;
        font-size: 12px;
        line-height: 1.7;
      }
      .editorial-section {
        background: #fff;
        padding: 110px max(28px, 50vw - 640px);
      }
      .editorial-head {
        justify-content: space-between;
        align-items: end;
        gap: 40px;
        margin-bottom: 42px;
        display: flex;
      }
      .editorial-head h2 {
        letter-spacing: -0.055em;
        max-width: 740px;
        margin: 14px 0 0;
        font-size: 50px;
        line-height: 1.03;
      }
      .editorial-head > a {
        color: var(--blue);
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 900;
        display: flex;
      }
      .editorial-head > a svg {
        width: 17px;
      }
      .editorial-grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 18px;
        display: grid;
      }
      .editorial-card {
        border: 1px solid var(--line);
        border-radius: 22px;
        grid-template-columns: 42% 58%;
        min-height: 290px;
        display: grid;
        overflow: hidden;
      }
      .editorial-card:nth-child(n + 2) {
        grid-template-columns: 35% 65%;
      }
      .editorial-1 {
        flex-direction: column;
        grid-row: 1/3;
        display: flex;
      }
      .editorial-1 .editorial-art {
        min-height: 280px;
      }
      .editorial-art {
        color: #fff;
        background: linear-gradient(145deg, #1769ff, #75a6ff);
        place-items: center;
        padding: 20px;
        display: grid;
        position: relative;
      }
      .editorial-2 .editorial-art {
        background: linear-gradient(145deg, #ff7b38, #ffbd82);
      }
      .editorial-3 .editorial-art {
        background: linear-gradient(145deg, #153966, #5685b0);
      }
      .editorial-art > span {
        color: #ffffffb8;
        font: 800 10px monospace;
        position: absolute;
        top: 18px;
        left: 18px;
      }
      .editorial-art > small {
        letter-spacing: 0.12em;
        font-size: 9px;
        font-weight: 900;
        position: absolute;
        bottom: 18px;
        left: 18px;
      }
      .editorial-copy {
        flex-direction: column;
        padding: 25px;
        display: flex;
      }
      .editorial-copy > div {
        color: #8895a6;
        text-transform: uppercase;
        gap: 14px;
        font-size: 9px;
        display: flex;
      }
      .editorial-copy h3 {
        margin: 14px 0 10px;
        font-size: 21px;
        line-height: 1.28;
      }
      .editorial-1 .editorial-copy h3 {
        font-size: 27px;
      }
      .editorial-copy p {
        color: var(--muted);
        margin: 0;
        font-size: 12px;
        line-height: 1.65;
      }
      .editorial-copy > a {
        color: var(--blue);
        align-items: center;
        gap: 7px;
        margin-top: auto;
        padding-top: 18px;
        font-size: 11px;
        font-weight: 900;
        display: flex;
      }
      .editorial-copy > a svg {
        width: 16px;
      }
      .faq-section {
        background: #f5f8fb;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 90px;
        padding: 110px max(28px, 50vw - 640px);
        display: grid;
      }
      .faq-intro {
        align-self: start;
        position: sticky;
        top: 118px;
      }
      .faq-intro h2 {
        letter-spacing: -0.055em;
        margin: 12px 0 16px;
        font-size: 48px;
        line-height: 1.04;
      }
      .faq-intro > p {
        color: var(--muted);
        line-height: 1.7;
      }
      .faq-note {
        color: #5b6e87;
        background: #e7f1ff;
        border-radius: 14px;
        gap: 13px;
        margin-top: 30px;
        padding: 18px;
        font-size: 11px;
        line-height: 1.6;
        display: flex;
      }
      .faq-note svg {
        color: var(--blue);
        flex: none;
      }
      .faq-note span {
        flex-direction: column;
        display: flex;
      }
      .faq-note b {
        color: var(--ink);
      }
      .faq-list {
        border-top: 1px solid var(--line);
      }
      .faq-item {
        border-bottom: 1px solid var(--line);
      }
      .faq-item button {
        width: 100%;
        color: var(--ink);
        text-align: left;
        cursor: pointer;
        background: 0 0;
        border: 0;
        justify-content: space-between;
        gap: 20px;
        padding: 23px 0;
        font-weight: 800;
        display: flex;
      }
      .faq-item button > span {
        gap: 17px;
        display: flex;
      }
      .faq-item button small {
        color: #94a2b4;
        font: 800 10px monospace;
      }
      .faq-item button svg {
        flex: none;
        transition: all 0.25s;
      }
      .faq-answer {
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.25s;
        display: grid;
      }
      .faq-answer p {
        color: var(--muted);
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        overflow: hidden;
      }
      .faq-item.open .faq-answer {
        grid-template-rows: 1fr;
      }
      .faq-item.open .faq-answer p {
        padding: 0 38px 22px 40px;
      }
      .faq-item.open button svg {
        color: var(--blue);
        transform: rotate(180deg);
      }
      .cta-section {
        color: #fff;
        background: var(--blue);
        justify-content: space-between;
        align-items: center;
        gap: 45px;
        margin: 0;
        padding: 70px max(28px, 50vw - 640px);
        display: flex;
        position: relative;
        overflow: hidden;
      }
      .cta-section:after {
        content: "";
        border: 55px solid #ffffff17;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: -180px;
        right: 10%;
      }
      .cta-section .kicker {
        color: #cbdfff;
      }
      .cta-section h2 {
        max-width: 800px;
        margin: 12px 0 0;
        font-size: 40px;
        line-height: 1.08;
      }
      .cta-section > div:last-child {
        z-index: 1;
        gap: 10px;
        display: flex;
        position: relative;
      }
      .cta-section a {
        white-space: nowrap;
        border: 1px solid #ffffff73;
        border-radius: 10px;
        align-items: center;
        gap: 8px;
        padding: 13px 18px;
        font-size: 12px;
        font-weight: 900;
        display: inline-flex;
      }
      .cta-section a:first-child {
        color: var(--blue);
        background: #fff;
        border-color: #fff;
      }
      footer {
        color: #fff;
        background: #061630;
        padding: 70px max(28px, 50vw - 640px) 28px;
      }
      .footer-top {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 50px;
        padding-bottom: 55px;
        display: grid;
      }
      .footer-brand {
        margin-bottom: 18px;
      }
      .footer-top > div:first-child p {
        color: #95a8c3;
        max-width: 350px;
        font-size: 13px;
        line-height: 1.7;
      }
      .footer-top > div:not(:first-child) {
        color: #a9bbd2;
        flex-direction: column;
        gap: 12px;
        font-size: 13px;
        display: flex;
      }
      .footer-top h4 {
        color: #fff;
        margin: 0 0 8px;
      }
      .footer-top a {
        align-items: center;
        gap: 5px;
        display: flex;
      }
      .footer-bottom,
      .mini-footer {
        color: #7f95b2;
        border-top: 1px solid #ffffff1f;
        justify-content: space-between;
        padding-top: 24px;
        font-size: 11px;
        display: flex;
      }
      .inner-page {
        min-height: 100vh;
      }
      .article-header {
        border-bottom: 1px solid var(--line);
        justify-content: space-between;
        align-items: center;
        height: 76px;
        padding: 0 max(28px, 50vw - 590px);
        display: flex;
      }
      .article-header > a:first-child {
        color: #62738a;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 800;
        display: flex;
      }
      .article-bottom-nav {
        border-top: 1px solid var(--line);
        background: #fff;
        justify-content: center;
        padding: 28px 18px 72px;
        display: flex;
      }
      .article-bottom-nav a {
        color: #fff;
        background: var(--blue);
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 20px;
        font-size: 13px;
        font-weight: 900;
        display: inline-flex;
        box-shadow: 0 10px 24px #1769ff2e;
      }
      .archive-hero {
        text-align: center;
        background: var(--sky);
        padding: 100px max(28px, 50vw - 500px) 80px;
      }
      .archive-hero h1 {
        letter-spacing: -0.06em;
        margin: 16px 0 18px;
        font-size: clamp(45px, 6vw, 72px);
        line-height: 0.98;
      }
      .archive-hero h1 em {
        color: var(--blue);
        font-style: normal;
      }
      .archive-hero p {
        max-width: 680px;
        color: var(--muted);
        margin: auto;
        line-height: 1.75;
      }
      .archive-grid {
        gap: 20px;
        max-width: 1000px;
        margin: auto;
        padding: 75px 28px 110px;
        display: grid;
      }
      .archive-card {
        border: 1px solid var(--line);
        border-radius: 20px;
        grid-template-columns: 140px 1fr;
        gap: 28px;
        padding: 26px;
        display: grid;
      }
      .archive-icon {
        color: #fff;
        border-radius: 15px;
        place-items: center;
        min-height: 170px;
        display: grid;
      }
      .archive-card:first-child .archive-icon {
        background: linear-gradient(145deg, #1769ff, #79a7ff);
      }
      .archive-card:nth-child(2) .archive-icon {
        background: linear-gradient(145deg, #ff7b38, #ffbc7e);
      }
      .archive-card:nth-child(3) .archive-icon {
        background: linear-gradient(145deg, #133766, #4b7fad);
      }
      .archive-card > div > span {
        color: var(--blue);
        letter-spacing: 0.13em;
        font-size: 10px;
        font-weight: 900;
      }
      .archive-card h2 {
        margin: 9px 0;
        font-size: 25px;
        line-height: 1.25;
      }
      .archive-card p {
        color: var(--muted);
        font-size: 13px;
        line-height: 1.65;
      }
      .archive-meta {
        color: #8996a7;
        gap: 18px;
        margin: 14px 0;
        font-size: 11px;
        display: flex;
      }
      .archive-meta span {
        align-items: center;
        gap: 5px;
        display: flex;
      }
      .mini-footer {
        color: #7a8aa0;
        background: #0b2145;
        padding: 30px max(28px, 50vw - 500px);
      }
      .article-hero {
        color: #fff;
        background: linear-gradient(135deg, #0b2857, #155fd0);
        grid-template-columns: 1.4fr 0.6fr;
        align-items: center;
        gap: 50px;
        min-height: 430px;
        padding: 75px max(28px, 50vw - 560px);
        display: grid;
      }
      .article-title h1 {
        letter-spacing: -0.055em;
        max-width: 820px;
        margin: 15px 0 18px;
        font-size: clamp(39px, 5vw, 62px);
        line-height: 1.02;
      }
      .article-title p {
        color: #ccdff8;
        max-width: 740px;
        line-height: 1.7;
      }
      .article-title .kicker {
        color: #88b6ff;
      }
      .article-meta {
        color: #afc7e7;
        gap: 22px;
        margin-top: 25px;
        font-size: 12px;
        display: flex;
      }
      .article-meta span {
        align-items: center;
        gap: 7px;
        display: flex;
      }
      .article-hero-icon {
        color: #fff;
        background: #ffffff14;
        border: 1px solid #ffffff40;
        border-radius: 50%;
        justify-self: end;
        place-items: center;
        width: 220px;
        height: 220px;
        display: grid;
        box-shadow: 0 0 0 35px #ffffff09;
      }
      .article-layout {
        grid-template-columns: 260px 1fr;
        gap: 75px;
        max-width: 1120px;
        margin: auto;
        padding: 80px 28px 110px;
        display: grid;
      }
      .article-layout aside {
        flex-direction: column;
        align-self: start;
        gap: 12px;
        font-size: 12px;
        display: flex;
        position: sticky;
        top: 105px;
      }
      .article-layout aside > a {
        color: #738298;
        line-height: 1.4;
      }
      .article-layout aside > a:hover {
        color: var(--blue);
      }
      .article-layout aside > div {
        background: var(--sky);
        color: #61738d;
        border-radius: 12px;
        gap: 10px;
        margin-top: 18px;
        padding: 15px;
        line-height: 1.5;
        display: flex;
      }
      .article-layout aside > div svg {
        color: var(--blue);
        flex: none;
      }
      .article-layout aside > div span {
        flex-direction: column;
        display: flex;
      }
      .article-layout aside > div b {
        color: var(--ink);
      }
      .article-content {
        max-width: 720px;
      }
      .article-intro {
        border-bottom: 1px solid var(--line);
        color: #415674;
        margin-top: 0;
        padding-bottom: 33px;
        font-size: 20px !important;
        line-height: 1.75 !important;
      }
      .article-content section {
        padding-top: 48px;
        scroll-margin-top: 100px;
      }
      .article-content section > span {
        color: var(--blue);
        font-size: 11px;
        font-weight: 900;
      }
      .article-content h2 {
        margin: 8px 0 20px;
        font-size: 32px;
        line-height: 1.15;
      }
      .article-content p {
        color: #4e6079;
        font-size: 16px;
        line-height: 1.85;
      }
      .related-guides {
        background: var(--soft);
        padding: 80px max(28px, 50vw - 560px);
      }
      .related-guides h2 {
        margin: 10px 0 26px;
        font-size: 36px;
      }
      .related-guides > div {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        display: grid;
      }
      .related-guides a {
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 15px;
        grid-template-columns: 1fr auto;
        padding: 22px;
        display: grid;
      }
      .related-guides a span {
        color: var(--blue);
        grid-column: 1/2;
        font-size: 9px;
        font-weight: 900;
      }
      .related-guides a b {
        grid-column: 1/2;
        margin-top: 9px;
      }
      .related-guides a svg {
        color: var(--blue);
        grid-area: 1/2/3;
        align-self: center;
      }
      .single-file-view {
        position: fixed;
        inset: 0;
        z-index: 10000;
        overflow-y: auto;
        background: #fff;
        color: var(--ink);
      }
      .single-file-view[hidden] {
        display: none;
      }
      .single-file-view .article-header {
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 5;
      }
      .view-brand-slot .brand {
        display: flex;
      }
      .single-file-view .article-header .brand {
        margin-left: auto;
      }
      .article-content h3 {
        color: var(--ink);
        margin: 30px 0 12px;
        font-size: 21px;
      }
      .article-content ul,
      .article-content ol {
        color: #4e6079;
        padding-left: 22px;
        font-size: 16px;
        line-height: 1.8;
      }
      .article-content li + li {
        margin-top: 9px;
      }
      .guide-callout {
        border-left: 4px solid var(--blue);
        background: var(--sky);
        color: #334c70;
        margin: 30px 0 4px;
        padding: 20px 22px;
        font-size: 15px;
        line-height: 1.7;
      }
      .archive-card-link {
        color: inherit;
        display: block;
      }
      .archive-card-link:hover h2 {
        color: var(--blue);
      }
      .archive-card-link:focus-visible,
      .single-file-view a:focus-visible {
        outline: 3px solid #84adff;
        outline-offset: 4px;
      }
      .archive-open {
        color: var(--blue);
        align-items: center;
        gap: 7px;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 900;
        display: inline-flex;
      }
      body.guide-open {
        overflow: hidden;
      }
      @media (width<=1000px) {
        .nav-links {
          gap: 20px;
        }
        .hero-grid {
          grid-template-columns: 1fr;
          padding-top: 55px;
        }
        .research-console {
          width: 100%;
          max-width: 680px;
          margin: auto;
        }
        .signal-bar {
          grid-template-columns: repeat(4, 1fr);
        }
        .signal-bar > span {
          display: none;
        }
        .desk-bento {
          grid-template-columns: 1fr 1fr;
        }
        .category-panel {
          grid-area: auto/1/auto/-1;
        }
        .category-list {
          grid-template-columns: 1fr 1fr;
          display: grid;
        }
        .category-list button:nth-child(odd) {
          border-right: 1px solid #ffffff1f;
        }
        .finds-shell {
          grid-template-columns: 220px 1fr;
          gap: 30px;
        }
        .standards-section {
          gap: 40px;
        }
        .journey-track {
          grid-template-columns: repeat(2, 1fr);
          gap: 40px;
        }
        .journey-track:before {
          display: none;
        }
        .editorial-grid {
          grid-template-columns: 1fr;
        }
        .editorial-1 {
          grid-row: auto;
        }
        .faq-section {
          grid-template-columns: 1fr;
          gap: 40px;
        }
        .faq-intro {
          position: static;
        }
        .article-layout {
          grid-template-columns: 1fr;
        }
        .article-layout aside {
          display: none;
        }
      }
      @media (width<=720px) {
        .site-header {
          height: 66px;
          padding: 0 18px;
        }
        .brand {
          font-size: 17px;
        }
        .brand-mark {
          width: 31px;
          height: 31px;
        }
        .nav-links {
          border: 1px solid var(--line);
          background: #fff;
          border-radius: 15px;
          flex-direction: column;
          align-items: stretch;
          gap: 0;
          padding: 18px;
          display: none;
          position: absolute;
          top: 74px;
          left: 14px;
          right: 14px;
          box-shadow: 0 20px 40px #14345d29;
        }
        .nav-links.open {
          display: flex;
        }
        .nav-links a {
          padding: 13px;
        }
        .menu-button {
          place-items: center;
          display: grid;
        }
        .language-picker {
          padding: 7px;
        }
        .language-picker select {
          width: 52px;
        }
        .hero-grid {
          gap: 36px;
          min-height: auto;
          padding: 48px 18px 36px;
        }
        .hero h1 {
          font-size: 45px;
        }
        .hero-copy > p {
          font-size: 15px;
        }
        .hero-search {
          grid-template-columns: 34px 1fr;
          align-items: stretch;
          padding: 8px;
          display: grid;
        }
        .hero-search > svg {
          place-self: center;
        }
        .hero-search button {
          grid-column: 1/-1;
          justify-content: center;
        }
        .hero-links {
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
        }
        .research-console {
          border-radius: 19px;
          padding: 13px;
          transform: none;
        }
        .console-result {
          grid-template-columns: 70px 1fr;
        }
        .console-art {
          height: 70px;
        }
        .console-result > strong {
          grid-column: 2;
        }
        .console-grid {
          grid-template-columns: 1fr;
        }
        .signal-bar {
          grid-template-columns: 1fr 1fr;
          padding: 12px 18px;
        }
        .signal-bar > div {
          border-top: 1px solid #cddded;
          border-left: 0;
          padding: 12px;
        }
        .desk-section,
        .finds-section,
        .standards-section,
        .journey-section,
        .editorial-section,
        .faq-section {
          padding: 72px 18px;
        }
        .desk-title,
        .editorial-head,
        .journey-heading {
          flex-direction: column;
          align-items: flex-start;
          gap: 18px;
        }
        .desk-title h2,
        .editorial-head h2,
        .journey-heading h2 {
          font-size: 38px;
        }
        .desk-bento {
          grid-template-columns: 1fr;
        }
        .category-panel {
          padding: 22px;
        }
        .category-list {
          grid-template-columns: 1fr;
        }
        .category-list button:nth-child(odd) {
          border-right: 0;
        }
        .qc-panel,
        .parcel-panel {
          padding: 22px;
        }
        .qc-list,
        .parcel-inputs,
        .finds-shell {
          grid-template-columns: 1fr;
        }
        .finds-index {
          position: static;
        }
        .finds-index h2 {
          font-size: 37px;
        }
        .filter-stack {
          flex-direction: row;
          gap: 6px;
          padding-bottom: 5px;
          overflow: auto;
        }
        .filter-stack > span {
          display: none;
        }
        .filter-stack button {
          white-space: nowrap;
          background: #fff;
        }
        .ledger-row {
          grid-template-columns: 28px 67px 1fr 36px;
          gap: 9px;
        }
        .ledger-art {
          height: 67px;
        }
        .ledger-price {
          grid-column: 3;
          align-items: flex-start;
        }
        .ledger-row > a {
          grid-area: 1/4/3;
        }
        .ledger-main h3 {
          font-size: 14px;
        }
        .ledger-main p {
          font-size: 9px;
        }
        .standards-section {
          grid-template-columns: 1fr;
        }
        .standards-copy h2 {
          font-size: 39px;
        }
        .standards-board article {
          grid-template-columns: 28px 30px 1fr;
          padding: 17px;
        }
        .journey-track {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .journey-track article {
          grid-template-columns: 52px 1fr;
          column-gap: 17px;
          padding: 0;
          display: grid;
        }
        .journey-track article > span {
          display: none;
        }
        .journey-track article > div {
          grid-row: 1/3;
          width: 52px;
          height: 52px;
          margin: 0;
        }
        .journey-track h3 {
          margin: 0;
        }
        .journey-track p {
          grid-column: 2;
        }
        .editorial-card,
        .editorial-card:nth-child(n + 2) {
          grid-template-columns: 1fr;
          min-height: 0;
        }
        .editorial-1 {
          display: grid;
        }
        .editorial-1 .editorial-art,
        .editorial-art {
          min-height: 170px;
        }
        .faq-intro h2 {
          font-size: 38px;
        }
        .faq-item button > span {
          gap: 9px;
        }
        .faq-item.open .faq-answer p {
          padding-left: 26px;
        }
        .cta-section {
          flex-direction: column;
          align-items: flex-start;
          padding: 60px 18px;
        }
        .cta-section h2 {
          font-size: 34px;
        }
        .cta-section > div:last-child {
          flex-direction: column;
          width: 100%;
        }
        .cta-section a {
          justify-content: center;
        }
        .footer-top {
          grid-template-columns: 1fr 1fr;
          gap: 35px;
        }
        .footer-top > div:first-child {
          grid-column: 1/-1;
        }
        .footer-bottom,
        .mini-footer {
          flex-direction: column;
          gap: 8px;
        }
        .article-header {
          height: 64px;
          padding: 0 18px;
        }
        .article-header > a:first-child {
          color: var(--blue);
          background: #edf5ff;
          border: 1px solid #d7e7ff;
          border-radius: 10px;
          min-height: 40px;
          padding: 0 13px;
          font-size: 13px;
          line-height: 1;
          white-space: nowrap;
          position: relative;
          z-index: 2;
        }
        .single-file-view .article-header .brand {
          margin-left: 10px;
          transform: scale(0.88);
          transform-origin: right center;
        }
        .article-bottom-nav {
          padding-bottom: calc(34px + env(safe-area-inset-bottom));
        }
        .article-bottom-nav a {
          width: 100%;
          max-width: 360px;
        }
        .archive-hero {
          padding: 70px 18px 60px;
        }
        .archive-grid {
          padding: 55px 18px 80px;
        }
        .archive-card {
          grid-template-columns: 1fr;
        }
        .archive-icon {
          min-height: 140px;
        }
        .article-hero {
          grid-template-columns: 1fr;
          padding: 60px 18px;
        }
        .article-hero-icon {
          display: none;
        }
        .article-title h1 {
          font-size: 40px;
        }
        .article-meta {
          flex-direction: column;
          gap: 9px;
        }
        .article-layout {
          padding: 55px 18px 75px;
        }
        .article-intro {
          font-size: 18px !important;
        }
        .article-content h2 {
          font-size: 28px;
        }
        .related-guides {
          padding: 60px 18px;
        }
        .related-guides > div {
          grid-template-columns: 1fr;
        }
      }
      @media (width<=420px) {
        .hero h1 {
          font-size: 40px;
        }
        .console-query,
        .console-grid > div:nth-child(n + 3) {
          display: none;
        }
        .weight-result {
          grid-template-columns: 1fr;
        }
        .weight-result strong {
          margin-top: 8px;
        }
        .ledger-row {
          grid-template-columns: 24px 1fr 36px;
        }
        .ledger-art {
          display: none;
        }
        .ledger-main,
        .ledger-price {
          grid-column: 2;
        }
        .ledger-row > a {
          grid-column: 3;
        }
        .footer-top {
          grid-template-columns: 1fr;
        }
        .footer-top > div:first-child {
          grid-column: auto;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        *,
        :before,
        :after {
          scroll-behavior: auto !important;
          transition: none !important;
          animation: none !important;
        }
      }
      .desk-bento {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
      }
      .qc-panel,
      .parcel-panel {
        flex-direction: column;
        min-height: 475px;
        display: flex;
      }
      .qc-panel > small,
      .parcel-panel > small {
        margin-top: auto;
        padding-top: 15px;
      }
      .finds-section {
        background: #f6f8fc;
      }
      .collection-heading,
      .featured-head {
        justify-content: space-between;
        align-items: end;
        gap: 60px;
        display: flex;
      }
      .collection-heading h2,
      .featured-head h2 {
        letter-spacing: -0.055em;
        max-width: 780px;
        margin: 13px 0 0;
        font-size: clamp(38px, 4.3vw, 56px);
        line-height: 1.02;
      }
      .collection-heading > p {
        max-width: 400px;
        color: var(--muted);
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
      }
      .category-rail {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        margin-top: 38px;
        display: grid;
      }
      .category-tile {
        background: #fff;
        border: 1px solid #dce6f1;
        border-radius: 16px;
        grid-template-columns: 1fr 40px;
        align-items: stretch;
        min-width: 0;
        transition: all 0.2s;
        display: grid;
        overflow: hidden;
        box-shadow: 0 5px 20px #16376109;
      }
      .category-tile:hover,
      .category-tile.active {
        border-color: #9dbdf0;
        transform: translateY(-2px);
        box-shadow: 0 14px 32px #1849811a;
      }
      .category-tile.active {
        background: #edf5ff;
      }
      .category-tile > button {
        min-width: 0;
        color: var(--ink);
        text-align: left;
        cursor: pointer;
        background: 0 0;
        border: 0;
        align-items: center;
        gap: 11px;
        padding: 16px 8px 16px 15px;
        display: flex;
      }
      .category-icon {
        width: 39px;
        height: 39px;
        color: var(--blue);
        background: #edf5ff;
        border-radius: 11px;
        flex: none;
        place-items: center;
        display: grid;
      }
      .category-tile.active .category-icon {
        color: #fff;
        background: var(--blue);
      }
      .category-icon svg {
        width: 20px;
      }
      .category-tile > button > span:last-child {
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        display: flex;
      }
      .category-tile b {
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        overflow: hidden;
      }
      .category-tile small {
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #8190a3;
        font-size: 9px;
        overflow: hidden;
      }
      .category-tile > a {
        color: #91a0b3;
        border-left: 1px solid #e5ebf3;
        place-items: center;
        display: grid;
      }
      .category-tile > a:hover {
        color: #fff;
        background: var(--blue);
      }
      .category-tile > a svg {
        width: 15px;
      }
      .featured-head {
        border-top: 1px solid #dbe5f0;
        margin-top: 88px;
        padding-top: 68px;
      }
      .featured-meta {
        white-space: nowrap;
        align-items: center;
        gap: 12px;
        display: flex;
      }
      .featured-meta > span {
        border: 1px solid var(--line);
        color: #74849a;
        background: #fff;
        border-radius: 100px;
        padding: 10px 13px;
        font-size: 11px;
      }
      .featured-meta > span b {
        color: var(--ink);
      }
      .featured-meta button {
        color: var(--blue);
        cursor: pointer;
        background: #e6f0ff;
        border: 0;
        border-radius: 100px;
        align-items: center;
        gap: 6px;
        padding: 10px 13px;
        font-size: 11px;
        font-weight: 800;
        display: flex;
      }
      .product-grid {
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
        margin-top: 32px;
        display: grid;
      }
      .product-card {
        background: #fff;
        border: 1px solid #dbe5ef;
        border-radius: 20px;
        grid-column: span 3;
        min-width: 0;
        transition: all 0.25s;
        overflow: hidden;
        box-shadow: 0 8px 26px #0f315b0b;
      }
      .product-card:nth-child(-n + 2) {
        grid-column: span 6;
        grid-template-columns: 55% 45%;
        display: grid;
      }
      .product-card:hover {
        border-color: #a8c5ec;
        transform: translateY(-4px);
        box-shadow: 0 20px 45px #133a6a21;
      }
      .product-image {
        background: #eef3f8;
        height: 235px;
        position: relative;
        overflow: hidden;
      }
      .product-card:nth-child(-n + 2) .product-image {
        height: 390px;
      }
      .product-image:after {
        content: "";
        background: linear-gradient(#0000, #0617326b);
        position: absolute;
        inset: 55% 0 0;
      }
      .product-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: transform 0.45s;
        display: block;
      }
      .product-card:hover .product-image img {
        transform: scale(1.035);
      }
      .product-image > span,
      .product-image > b {
        z-index: 1;
        position: absolute;
      }
      .product-image > span {
        color: #fff;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background: #071a39bd;
        border-radius: 9px;
        place-items: center;
        width: 30px;
        height: 30px;
        font: 800 10px monospace;
        display: grid;
        top: 14px;
        left: 14px;
      }
      .product-image > b {
        color: #fff;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        background: #071a39b3;
        border-radius: 7px;
        padding: 7px 9px;
        font-size: 8px;
        bottom: 14px;
        left: 14px;
      }
      .product-copy {
        flex-direction: column;
        min-height: 190px;
        padding: 19px;
        display: flex;
      }
      .product-card:nth-child(-n + 2) .product-copy {
        min-height: 390px;
        padding: 28px;
      }
      .product-copy > div {
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        display: flex;
      }
      .product-copy > div span {
        color: var(--blue);
        letter-spacing: 0.13em;
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 900;
      }
      .product-copy > div strong {
        font-size: 18px;
      }
      .product-copy h3 {
        letter-spacing: -0.025em;
        margin: 12px 0 9px;
        font-size: 17px;
        line-height: 1.25;
      }
      .product-card:nth-child(-n + 2) .product-copy h3 {
        margin-top: 22px;
        font-size: 28px;
      }
      .product-copy p {
        color: #748399;
        align-items: flex-start;
        gap: 6px;
        margin: 0;
        font-size: 10px;
        line-height: 1.55;
        display: flex;
      }
      .product-copy p svg {
        color: #e47731;
        flex: none;
        width: 14px;
      }
      .view-product {
        color: var(--blue);
        border-top: 1px solid #edf1f5;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        padding-top: 19px;
        font-size: 11px;
        font-weight: 900;
        display: flex;
      }
      .product-grid > .empty-state {
        grid-column: 1/-1;
      }
      @media (width<=1000px) {
        .category-rail {
          grid-template-columns: repeat(2, 1fr);
        }
        .category-tile:last-child {
          grid-column: 1/-1;
        }
        .product-card {
          grid-column: span 6;
        }
        .product-card:nth-child(-n + 2) {
          grid-column: span 6;
          display: block;
        }
        .product-card:nth-child(-n + 2) .product-image {
          height: 280px;
        }
        .product-card:nth-child(-n + 2) .product-copy {
          min-height: 210px;
          padding: 21px;
        }
        .product-card:nth-child(-n + 2) .product-copy h3 {
          margin-top: 13px;
          font-size: 21px;
        }
      }
      @media (width<=720px) {
        .desk-bento {
          grid-template-columns: 1fr;
        }
        .qc-panel,
        .parcel-panel {
          min-height: 0;
        }
        .collection-heading,
        .featured-head {
          flex-direction: column;
          align-items: flex-start;
          gap: 18px;
        }
        .collection-heading h2,
        .featured-head h2 {
          font-size: 38px;
        }
        .collection-heading > p {
          max-width: none;
        }
        .category-rail {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 9px;
          margin-top: 28px;
          padding: 2px 1px 12px;
          display: grid;
          overflow: visible;
        }
        .category-tile,
        .category-tile:last-child {
          grid-column: auto;
          grid-template-columns: minmax(0, 1fr) 34px;
          min-width: 0;
        }
        .category-tile > button {
          gap: 8px;
          padding: 12px 5px 12px 10px;
        }
        .category-icon {
          width: 34px;
          height: 34px;
          border-radius: 9px;
        }
        .category-icon svg {
          width: 18px;
        }
        .category-tile b {
          font-size: 11px;
        }
        .category-tile small {
          font-size: 8px;
        }
        .featured-head {
          margin-top: 54px;
          padding-top: 48px;
        }
        .featured-meta {
          justify-content: space-between;
          width: 100%;
        }
        .product-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 13px;
          padding: 2px 1px 20px;
          display: grid;
          overflow: visible;
        }
        .product-card,
        .product-card:nth-child(-n + 2) {
          grid-column: auto;
          min-width: 0;
          display: block;
        }
        .product-image,
        .product-card:nth-child(-n + 2) .product-image {
          aspect-ratio: 1 / 1;
          height: auto;
        }
        .product-copy,
        .product-card:nth-child(-n + 2) .product-copy {
          min-height: 200px;
          padding: 14px;
        }
        .product-copy > div {
          align-items: flex-start;
          gap: 7px;
        }
        .product-copy > div span {
          font-size: 8px;
        }
        .product-copy > div strong {
          font-size: 15px;
        }
        .product-copy h3,
        .product-card:nth-child(-n + 2) .product-copy h3 {
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin: 10px 0 8px;
          font-size: 15px;
          line-height: 1.3;
        }
        .product-copy p {
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          font-size: 9px;
        }
        .product-copy p svg {
          display: none;
        }
        .view-product {
          padding-top: 13px;
          font-size: 10px;
        }
        .product-grid > .empty-state {
          min-width: 100%;
        }
      }
      .hero {
        color: #fff;
        isolation: isolate;
        background: #071b3d;
      }
      .hero:before {
        z-index: -3;
        background-color: #0000;
        background-image:
          radial-gradient(circle at 17% 20%, #2370ff40, #0000 35%),
          radial-gradient(circle at 88% 76%, #ff8a3d2e, #0000 26%),
          linear-gradient(115deg, #071b3d 0%, #0b2d68 55%, #125fe0 100%);
        background-position:
          0 0,
          0 0,
          0 0;
        background-repeat: repeat, repeat, repeat;
        background-size: auto;
        background-attachment: scroll, scroll, scroll;
        background-origin: padding-box, padding-box, padding-box;
        background-clip: border-box, border-box, border-box;
        inset: 0;
        -webkit-mask-image: none;
        mask-image: none;
      }
      .hero-grid {
        grid-template-columns: 0.93fr 1.07fr;
        gap: 28px;
        min-height: 690px;
        padding-top: 74px;
        padding-bottom: 62px;
      }
      .hero-copy {
        z-index: 5;
        position: relative;
      }
      .eyebrow {
        color: #b9d2ff;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: #ffffff12;
        border-color: #b0cfff52;
      }
      .hero h1 {
        color: #fff;
      }
      .hero h1 em {
        color: #6fa3ff;
      }
      .hero-copy > p {
        color: #b9cbe4;
      }
      .hero-search {
        border-color: #ffffff47;
        box-shadow: 0 25px 60px #00081d59;
      }
      .hero-links {
        color: #c3d3e8;
      }
      .hero-visual {
        align-self: center;
        min-height: 540px;
        position: relative;
      }
      .hero-monogram {
        color: #ffffff21;
        letter-spacing: -0.1em;
        background: linear-gradient(145deg, #ffffff1c, #ffffff06);
        border-radius: 50%;
        place-items: center;
        width: 390px;
        height: 390px;
        font-size: 265px;
        font-weight: 900;
        line-height: 1;
        display: grid;
        position: absolute;
        top: 67px;
        right: 50px;
        box-shadow:
          inset 0 0 0 1px #ffffff24,
          0 50px 100px #00113359;
      }
      .hero-orbit {
        pointer-events: none;
        border: 1px solid #ffffff3b;
        border-radius: 50%;
        position: absolute;
      }
      .hero-orbit-one {
        width: 530px;
        height: 530px;
        top: 0;
        right: -20px;
      }
      .hero-orbit-two {
        width: 635px;
        height: 315px;
        top: 115px;
        right: -92px;
        transform: rotate(-18deg);
      }
      .hero-product {
        background: #dceaff;
        position: absolute;
        overflow: hidden;
        box-shadow: 0 28px 65px #000b2a57;
      }
      .hero-product img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
      }
      .hero-product-shoe {
        border-radius: 50% 50% 42% 58%/58% 42%;
        width: 260px;
        height: 225px;
        top: 26px;
        right: 12px;
        transform: rotate(5deg);
      }
      .hero-product-jacket {
        border-radius: 52% 48% 57% 43%/43% 57%;
        width: 245px;
        height: 295px;
        top: 154px;
        left: 38px;
        transform: rotate(-5deg);
      }
      .hero-product-bag {
        border-radius: 44% 56% 48% 52%/55% 45%;
        width: 196px;
        height: 174px;
        bottom: 18px;
        right: 83px;
        transform: rotate(7deg);
      }
      .visual-tag {
        z-index: 4;
        color: #fff;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        letter-spacing: 0.14em;
        background: #05183b94;
        border: 1px solid #ffffff59;
        border-radius: 100px;
        padding: 9px 13px;
        font: 800 9px/1 monospace;
        position: absolute;
      }
      .visual-tag-one {
        top: 236px;
        right: 9px;
      }
      .visual-tag-two {
        top: 120px;
        left: 8px;
      }
      .visual-tag-three {
        bottom: 6px;
        right: 62px;
      }
      .visual-caption {
        color: #c7d7ed;
        width: 210px;
        margin: 0;
        font-size: 11px;
        line-height: 1.55;
        position: absolute;
        bottom: 5px;
        left: 47px;
      }
      .visual-caption span {
        color: #ffab73;
        letter-spacing: 0.14em;
        margin-bottom: 7px;
        font: 800 8px/1 monospace;
        display: block;
      }
      .hero-ticker {
        z-index: 3;
        color: #d7e4f4;
        letter-spacing: 0.12em;
        border-top: 1px solid #ffffff29;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
        max-width: 1280px;
        min-height: 76px;
        margin: auto;
        padding: 0 28px;
        font-size: 10px;
        font-weight: 800;
        display: flex;
        position: relative;
      }
      .hero-ticker > span {
        color: #78a9ff;
      }
      .hero-ticker > div {
        white-space: nowrap;
        align-items: center;
        gap: 9px;
        display: flex;
      }
      .hero-ticker b {
        color: #ffffff61;
        font: 800 9px monospace;
      }
      @media (width<=1000px) {
        .hero-grid {
          grid-template-columns: 1fr;
          gap: 22px;
        }
        .hero-copy {
          max-width: 760px;
        }
        .hero-visual {
          width: min(100%, 720px);
          min-height: 500px;
          margin: auto;
        }
        .hero-monogram {
          right: 100px;
        }
        .hero-orbit-one {
          right: 25px;
        }
        .hero-orbit-two {
          right: -15px;
        }
        .hero-product-shoe {
          right: 55px;
        }
        .hero-product-jacket {
          left: 75px;
        }
        .hero-product-bag {
          right: 120px;
        }
        .visual-tag-one {
          right: 50px;
        }
        .visual-tag-two {
          left: 48px;
        }
        .visual-tag-three {
          right: 100px;
        }
        .visual-caption {
          left: 80px;
        }
        .hero-ticker {
          justify-content: flex-start;
          overflow: hidden;
        }
        .hero-ticker > div {
          margin-left: 24px;
        }
      }
      @media (width<=720px) {
        .hero-grid {
          padding-top: 48px;
          padding-bottom: 22px;
        }
        .hero h1 {
          font-size: 45px;
        }
        .hero-visual {
          min-height: 355px;
          margin-top: 7px;
        }
        .hero-monogram {
          width: 265px;
          height: 265px;
          font-size: 180px;
          top: 42px;
          right: 18px;
        }
        .hero-orbit-one {
          width: 345px;
          height: 345px;
          top: 0;
          right: -55px;
        }
        .hero-orbit-two {
          width: 410px;
          height: 210px;
          top: 79px;
          right: -76px;
        }
        .hero-product-shoe {
          width: 168px;
          height: 145px;
          top: 15px;
          right: -4px;
        }
        .hero-product-jacket {
          width: 154px;
          height: 190px;
          top: 105px;
          left: 0;
        }
        .hero-product-bag {
          width: 125px;
          height: 112px;
          bottom: 8px;
          right: 44px;
        }
        .visual-tag {
          padding: 7px 9px;
          font-size: 7px;
        }
        .visual-tag-one {
          top: 150px;
          right: 0;
        }
        .visual-tag-two {
          top: 80px;
          left: 0;
        }
        .visual-tag-three {
          bottom: 1px;
          right: 30px;
        }
        .visual-caption {
          display: none;
        }
        .hero-ticker {
          min-height: 58px;
          padding: 0 18px;
          overflow-x: auto;
        }
        .hero-ticker > span {
          background: #071b3d;
          padding-right: 14px;
          position: sticky;
          left: 0;
        }
        .hero-ticker > div {
          margin-left: 18px;
        }
        .hero:after {
          background-size: 42px 42px;
        }
      }
      @media (width<=420px) {
        .hero h1 {
          font-size: 40px;
        }
        .hero-visual {
          min-height: 325px;
        }
        .hero-monogram {
          right: 2px;
        }
        .hero-product-jacket {
          left: -12px;
        }
        .hero-product-bag {
          right: 29px;
        }
      }
      .hero {
        color: #fff;
        isolation: isolate;
        background: #071b45;
        place-items: center;
        min-height: 690px;
        display: grid;
        position: relative;
        overflow: hidden;
      }
      .hero:before {
        content: "";
        z-index: -5;
        background:
          radial-gradient(at 50% 44%, #378bff80 0%, #145ad23d 30%, #0000 61%),
          radial-gradient(circle at 8% 88%, #49a3ff45, #0000 27%),
          radial-gradient(circle at 92% 12%, #5087ff47, #0000 29%),
          linear-gradient(135deg, #061837 0%, #0a327e 48%, #145de0 100%);
        position: absolute;
        inset: 0;
        -webkit-mask-image: none;
        mask-image: none;
      }
      .hero:after {
        content: "";
        z-index: -4;
        background-image:
          linear-gradient(#ffffff0b 1px, #0000 1px),
          linear-gradient(90deg, #ffffff0b 1px, #0000 1px);
        background-size: 72px 72px;
        position: absolute;
        inset: 0;
        -webkit-mask-image: radial-gradient(#000 0%, #0000 76%);
        mask-image: radial-gradient(#000 0%, #0000 76%);
      }
      .hero-backdrop {
        z-index: -2;
        pointer-events: none;
        position: absolute;
        inset: 0;
      }
      .hero-halo {
        filter: blur(3px);
        border-radius: 50%;
        position: absolute;
      }
      .hero-halo-left {
        border: 1px solid #84c1ff52;
        width: 520px;
        height: 520px;
        top: 72px;
        left: -270px;
        box-shadow:
          0 0 90px #3785ff38,
          inset 0 0 90px #276fff21;
      }
      .hero-halo-right {
        border: 1px solid #aad0ff3d;
        width: 620px;
        height: 620px;
        bottom: -230px;
        right: -320px;
        box-shadow:
          0 0 110px #3b83ff33,
          inset 0 0 100px #3474ff21;
      }
      .hero-arc {
        border: 1px solid #b5d8ff29;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-13deg);
      }
      .hero-arc-one {
        width: min(82vw, 1180px);
        height: 390px;
      }
      .hero-arc-two {
        width: min(68vw, 960px);
        height: 540px;
        transform: translate(-50%, -50%) rotate(18deg);
      }
      .hero-ghost-word {
        color: #ffffff09;
        letter-spacing: -0.095em;
        white-space: nowrap;
        -webkit-user-select: none;
        user-select: none;
        font-size: clamp(130px, 21vw, 330px);
        font-weight: 950;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      .hero-spark {
        background: #fff;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        position: absolute;
        box-shadow: 0 0 18px 5px #77bcff8c;
      }
      .hero-spark-one {
        top: 28%;
        left: 17%;
      }
      .hero-spark-two {
        top: 22%;
        right: 19%;
      }
      .hero-spark-three {
        bottom: 24%;
        right: 12%;
      }
      .hero-grid {
        z-index: 2;
        grid-template-columns: 1fr;
        place-items: center;
        width: 100%;
        max-width: 1040px;
        min-height: 690px;
        margin: 0 auto;
        padding: 76px 28px 80px;
        display: grid;
        position: relative;
      }
      .hero-copy {
        text-align: center;
        flex-direction: column;
        align-items: center;
        max-width: 900px;
        display: flex;
      }
      .eyebrow {
        color: #d3e5ff;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: #ffffff13;
        border-color: #c4e0ff47;
        box-shadow: inset 0 1px #ffffff14;
      }
      .hero h1 {
        color: #fff;
        letter-spacing: -0.068em;
        text-wrap: balance;
        text-shadow: 0 14px 42px #00123b4d;
        max-width: 900px;
        margin: 27px auto 21px;
        font-size: clamp(55px, 6.6vw, 92px);
        line-height: 0.94;
      }
      .hero h1 em {
        color: #8db9ff;
        font-style: normal;
        display: inline-block;
      }
      .hero-copy > p {
        color: #c6d7ee;
        text-wrap: balance;
        max-width: 680px;
        margin: 0 auto;
        font-size: 17px;
        line-height: 1.75;
      }
      .hero-search {
        border-color: #ffffff6b;
        width: min(100%, 680px);
        margin: 34px auto 0;
        box-shadow: 0 28px 65px #000e3261;
      }
      .hero-links {
        color: #c7d8ed;
        justify-content: center;
        margin-top: 21px;
      }
      .hero-links a {
        color: #9ec4ff;
      }
      @media (width<=1000px) {
        .hero,
        .hero-grid {
          min-height: 650px;
        }
        .hero-grid {
          grid-template-columns: 1fr;
          padding-top: 70px;
          padding-bottom: 70px;
        }
        .hero-copy {
          max-width: 820px;
        }
        .hero-arc-one {
          width: 110vw;
        }
        .hero-arc-two {
          width: 92vw;
        }
        .hero-ghost-word {
          font-size: 24vw;
        }
      }
      @media (width<=720px) {
        .hero,
        .hero-grid {
          min-height: 590px;
        }
        .hero-grid {
          padding: 55px 18px 62px;
        }
        .hero h1 {
          margin: 22px auto 18px;
          font-size: clamp(43px, 12vw, 58px);
          line-height: 0.97;
        }
        .hero-copy > p {
          font-size: 14px;
          line-height: 1.65;
        }
        .hero-search {
          margin-top: 27px;
        }
        .hero-links {
          flex-direction: column;
          align-items: center;
          gap: 11px;
        }
        .hero-arc-one {
          width: 135vw;
          height: 300px;
        }
        .hero-arc-two {
          width: 115vw;
          height: 440px;
        }
        .hero-ghost-word {
          font-size: 27vw;
        }
        .hero-halo-left {
          width: 350px;
          height: 350px;
          left: -235px;
        }
        .hero-halo-right {
          width: 390px;
          height: 390px;
          bottom: -120px;
          right: -255px;
        }
        .hero:after {
          background-size: 46px 46px;
        }
        .hero-spark-one {
          left: 8%;
        }
        .hero-spark-two {
          right: 10%;
        }
      }
      @media (width<=420px) {
        .hero,
        .hero-grid {
          min-height: 560px;
        }
        .hero h1 {
          font-size: 43px;
        }
        .hero-search {
          display: grid;
        }
        .hero-links span {
          font-size: 11px;
        }
      }
      .brand-logo-image {
        object-fit: contain;
        width: 145px;
        height: 39px;
        display: block;
      }
      .brand b {
        margin-left: 8px;
      }
      .footer-brand .brand-logo-image {
        filter: drop-shadow(0 5px 14px #0000002e);
      }
      @media (width<=720px) {
        .brand-logo-image {
          width: 116px;
          height: auto;
        }
        .brand b {
          margin-left: 5px;
          padding: 3px 5px;
          font-size: 9px;
        }
      }
      @property --tw-shadow {
        syntax: "*";
        inherits: false;
        initial-value: 0 0 #0000;
      }
      @property --tw-shadow-color {
        syntax: "*";
        inherits: false;
      }
      @property --tw-shadow-alpha {
        syntax: "<percentage>";
        inherits: false;
        initial-value: 100%;
      }
      @property --tw-inset-shadow {
        syntax: "*";
        inherits: false;
        initial-value: 0 0 #0000;
      }
      @property --tw-inset-shadow-color {
        syntax: "*";
        inherits: false;
      }
      @property --tw-inset-shadow-alpha {
        syntax: "<percentage>";
        inherits: false;
        initial-value: 100%;
      }
      @property --tw-ring-color {
        syntax: "*";
        inherits: false;
      }
      @property --tw-ring-shadow {
        syntax: "*";
        inherits: false;
        initial-value: 0 0 #0000;
      }
      @property --tw-inset-ring-color {
        syntax: "*";
        inherits: false;
      }
      @property --tw-inset-ring-shadow {
        syntax: "*";
        inherits: false;
        initial-value: 0 0 #0000;
      }
      @property --tw-ring-inset {
        syntax: "*";
        inherits: false;
      }
      @property --tw-ring-offset-width {
        syntax: "<length>";
        inherits: false;
        initial-value: 0;
      }
      @property --tw-ring-offset-color {
        syntax: "*";
        inherits: false;
        initial-value: #fff;
      }
      @property --tw-ring-offset-shadow {
        syntax: "*";
        inherits: false;
        initial-value: 0 0 #0000;
      }
      @property --tw-blur {
        syntax: "*";
        inherits: false;
      }
      @property --tw-brightness {
        syntax: "*";
        inherits: false;
      }
      @property --tw-contrast {
        syntax: "*";
        inherits: false;
      }
      @property --tw-grayscale {
        syntax: "*";
        inherits: false;
      }
      @property --tw-hue-rotate {
        syntax: "*";
        inherits: false;
      }
      @property --tw-invert {
        syntax: "*";
        inherits: false;
      }
      @property --tw-opacity {
        syntax: "*";
        inherits: false;
      }
      @property --tw-saturate {
        syntax: "*";
        inherits: false;
      }
      @property --tw-sepia {
        syntax: "*";
        inherits: false;
      }
      @property --tw-drop-shadow {
        syntax: "*";
        inherits: false;
      }
      @property --tw-drop-shadow-color {
        syntax: "*";
        inherits: false;
      }
      @property --tw-drop-shadow-alpha {
        syntax: "<percentage>";
        inherits: false;
        initial-value: 100%;
      }
      @property --tw-drop-shadow-size {
        syntax: "*";
        inherits: false;
      }
    