.customer-guide-page {
    background: #151515;
}
.customer-guide-page .shell {
    width: min(1120px, calc(100% - 32px));
}
.customer-header {
    border-bottom: 1px solid #252525;
    background: #0d0d0d;
}
.customer-header .header-inner {
    min-height: 0;
    padding: 24px 0 20px;
    align-items: center;
}
.customer-header .header-inner.compact {
    min-height: 0;
}
.customer-header .logo {
    width: 190px;
    max-width: 42vw;
}
.customer-header .header-copy h1 {
    margin: 0 0 5px;
    font-size: clamp(25px, 4vw, 38px);
}
.customer-header .header-copy p {
    max-width: 720px;
    font-size: 15px;
}
.customer-main {
    padding: 26px 0 64px;
}
.customer-back-nav {
    padding: 14px 0 0;
}
.customer-back-nav a {
    color: #d8d8d8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
}
.customer-back-nav a:hover { color: var(--yellow); }

.customer-stepper {
    display: grid;
    grid-template-columns: auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto;
    align-items: center;
    max-width: 760px;
    margin: 0 auto 34px;
}
.customer-step {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #777;
    white-space: nowrap;
}
.customer-step span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #272727;
    border: 1px solid #3a3a3a;
    font-size: 13px;
    font-weight: 900;
}
.customer-step b {
    font-size: 13px;
}
.customer-step.is-active,
.customer-step.is-done { color: #fff; }
.customer-step.is-active span {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #111;
    box-shadow: 0 0 0 5px rgba(255,185,0,.11);
}
.customer-step.is-done span {
    background: rgba(59,209,138,.16);
    border-color: rgba(59,209,138,.55);
    color: #9af2c3;
}
.customer-stepper > i {
    height: 1px;
    margin: 0 12px;
    background: #393939;
}

.customer-intro {
    max-width: 720px;
    margin: 0 auto 24px;
    text-align: center;
}
.customer-intro h2 {
    margin: 10px 0 8px;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.08;
}
.customer-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}
.customer-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 860px;
    margin: 0 auto;
}
.customer-category-card {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    gap: 3px 16px;
    align-items: center;
    min-height: 128px;
    padding: 22px;
    border: 2px solid #333;
    border-radius: 16px;
    background: #232323;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: .18s ease;
}
.customer-category-card:hover {
    border-color: rgba(255,185,0,.62);
    transform: translateY(-2px);
    background: #292929;
}
.customer-category-card.is-selected {
    border-color: var(--yellow);
    background: rgba(255,185,0,.09);
    box-shadow: 0 0 0 4px rgba(255,185,0,.08);
}
.customer-category-card.is-disabled {
    opacity: .46;
    cursor: not-allowed;
    transform: none;
}
.customer-category-card .category-icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--yellow);
    color: #111;
}
.customer-category-card .category-icon svg {
    width: 38px;
    height: 38px;
}
.customer-category-card strong {
    align-self: end;
    font-size: 22px;
}
.customer-category-card small {
    align-self: start;
    color: var(--muted);
    font-size: 14px;
}
.customer-category-card em {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #3a3a3a;
    color: #aaa;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}
.customer-next-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.customer-next-button {
    min-width: 190px;
    min-height: 50px;
    font-size: 17px;
}
.customer-next-button.is-disabled {
    opacity: .35;
    pointer-events: none;
}

.customer-measure-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: 22px;
    align-items: stretch;
    max-width: 980px;
    margin: 0 auto;
}
.customer-measure-help,
.customer-measure-form {
    padding: 28px;
    border: 1px solid #353535;
    border-radius: 18px;
    background: #222;
}
.customer-measure-help h2,
.customer-measure-form h2 {
    margin: 10px 0 8px;
    font-size: 30px;
    line-height: 1.15;
}
.customer-measure-form > p,
.customer-measure-help > p {
    margin: 0 0 24px;
    color: var(--muted);
}
.measure-illustration {
    display: grid;
    place-items: center;
    min-height: 150px;
    margin: 18px 0;
}
.head-shape {
    position: relative;
    width: 104px;
    height: 126px;
    border: 5px solid #777;
    border-radius: 48% 48% 44% 44%;
}
.head-shape::before {
    content: "";
    position: absolute;
    left: -26px;
    right: -26px;
    top: 40px;
    height: 4px;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 0 0 3px rgba(255,185,0,.12);
}
.head-shape span::before,
.head-shape span::after {
    content: "";
    position: absolute;
    top: 31px;
    width: 14px;
    height: 26px;
    border: 4px solid #777;
    background: #222;
}
.head-shape span::before { left: -17px; border-radius: 12px 0 0 12px; border-right: 0; }
.head-shape span::after { right: -17px; border-radius: 0 12px 12px 0; border-left: 0; }
.measure-instructions {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: measure;
}
.measure-instructions li {
    position: relative;
    min-height: 30px;
    padding-left: 42px;
    color: #e7e7e7;
    counter-increment: measure;
}
.measure-instructions li::before {
    content: counter(measure);
    position: absolute;
    left: 0;
    top: -2px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,185,0,.14);
    border: 1px solid rgba(255,185,0,.42);
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}
.customer-measure-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-big-input > span,
.customer-select-field > span {
    margin-bottom: 8px;
    color: #eee;
    font-size: 14px;
}
.customer-big-input > div {
    display: grid;
    grid-template-columns: 1fr auto;
}
.customer-big-input input {
    min-height: 68px;
    padding: 12px 18px;
    border-radius: 12px 0 0 12px;
    font-size: 28px;
    font-weight: 850;
    background: #151515;
}
.customer-big-input b {
    display: grid;
    place-items: center;
    min-width: 68px;
    border: 1px solid var(--line);
    border-left: 0;
    border-radius: 0 12px 12px 0;
    background: #303030;
    color: #ddd;
    font-size: 17px;
}
.customer-select-field select {
    min-height: 62px;
    padding: 12px 15px;
    font-size: 19px;
    font-weight: 750;
    background: #151515;
}
.customer-validation {
    min-height: 47px;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    background: #1b1b1b;
    color: #aaa;
    font-size: 14px;
}
.customer-validation.is-error {
    border-color: rgba(255,119,119,.48);
    background: rgba(120,35,35,.22);
    color: #ffd1d1;
}
.customer-validation.is-success {
    border-color: rgba(59,209,138,.42);
    background: rgba(8,90,56,.24);
    color: #baf7d5;
}
.customer-optional-field {
    margin-top: 16px;
    padding: 13px 14px;
    border: 1px solid #383838;
    border-radius: 10px;
    background: #1b1b1b;
}
.customer-optional-field summary {
    cursor: pointer;
    color: #ddd;
    font-size: 14px;
    font-weight: 750;
}
.customer-optional-field label {
    display: block;
    margin-top: 13px;
}
.customer-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    font-size: 16px;
}
.customer-submit:disabled {
    cursor: not-allowed;
}
.customer-inline-warning {
    max-width: 980px;
    margin: 16px auto 0;
    padding: 13px 16px;
    border: 1px solid rgba(255,119,119,.42);
    border-radius: 10px;
    background: rgba(120,35,35,.24);
    color: #ffd1d1;
}
.boot-illustration {
    display: grid;
    place-items: center;
    min-height: 160px;
    margin: 12px 0 8px;
    color: var(--yellow);
}
.boot-illustration svg { width: 180px; max-width: 75%; }

.customer-result-intro {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin: 0 0 22px;
    padding: 22px 24px;
    border: 1px solid #353535;
    border-radius: 16px;
    background: #222;
}
.customer-result-intro h2 {
    margin: 9px 0 6px;
    font-size: clamp(27px, 4vw, 40px);
}
.customer-result-intro p { margin: 0; color: var(--muted); }
.customer-edit-link {
    flex: 0 0 auto;
    color: var(--yellow);
    text-decoration: none;
    font-weight: 800;
}
.customer-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.customer-product-card {
    overflow: hidden;
    border: 1px solid #363636;
    border-radius: 16px;
    background: #222;
}
.customer-product-image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #fff;
}
.customer-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.customer-product-image > span {
    position: absolute;
    top: 11px;
    right: 11px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #087047;
    color: #d7ffea;
    font-size: 11px;
    font-weight: 850;
}
.customer-product-content {
    padding: 18px;
}
.customer-product-content > small {
    color: var(--yellow);
    font-weight: 800;
}
.customer-product-content h3 {
    min-height: 50px;
    margin: 6px 0 14px;
    font-size: 18px;
    line-height: 1.35;
}
.customer-size-result {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 3px 12px;
    padding: 13px 14px;
    border: 1px solid rgba(255,185,0,.34);
    border-radius: 11px;
    background: rgba(255,185,0,.08);
}
.customer-size-result > span {
    color: #ddd;
    font-size: 13px;
}
.customer-size-result > strong {
    grid-row: 1 / 3;
    grid-column: 2;
    color: var(--yellow);
    font-size: 31px;
    line-height: 1;
}
.customer-size-result > small {
    color: var(--muted);
}
.customer-price {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 900;
}
.customer-product-button { margin-top: 13px; width: 100%; }
.customer-boundary-note {
    margin: 10px 0 0;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(160,95,0,.17);
    color: #ffdda2;
    font-size: 12px;
}
.customer-empty-state {
    max-width: 720px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #393939;
    border-radius: 16px;
    background: #222;
    text-align: center;
}
.customer-empty-state p { color: var(--muted); }
.customer-footer {
    background: #101010;
    color: #888;
    font-size: 12px;
}

@media (max-width: 900px) {
    .customer-measure-layout { grid-template-columns: 1fr; }
    .customer-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .customer-header .header-inner { flex-direction: row; gap: 16px; }
    .customer-header .logo { width: 132px; }
    .customer-header .header-copy h1 { font-size: 23px; }
    .customer-header .header-copy p { display: none; }
    .customer-stepper { grid-template-columns: auto 1fr auto 1fr auto; }
    .customer-step b { display: none; }
    .customer-stepper > i { margin: 0 7px; }
    .customer-category-grid { grid-template-columns: 1fr; }
    .customer-category-card { min-height: 112px; padding: 18px; }
    .customer-measure-help,
    .customer-measure-form { padding: 22px; }
    .customer-result-intro { flex-direction: column; align-items: flex-start; }
    .customer-product-grid { grid-template-columns: 1fr; }
}

/* v6.4: produktundertyper, tydelig matchkvalitet og resultatsortering */
.customer-stepper {
    grid-template-columns: repeat(calc(var(--guide-steps) * 2 - 1), auto);
}
.customer-stepper > i {
    width: clamp(26px, 5vw, 90px);
}
.customer-type-intro {
    max-width: 820px;
    margin: 0 auto 22px;
    text-align: center;
}
.customer-type-intro h2 {
    margin: 9px 0 8px;
    font-size: clamp(28px, 4.5vw, 42px);
}
.customer-type-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}
.customer-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}
.customer-type-card {
    display: flex;
    flex-direction: column;
    min-height: 150px;
    padding: 24px;
    border: 2px solid #363636;
    border-radius: 16px;
    background: #222;
    color: #fff;
    text-decoration: none;
    transition: .18s ease;
}
.customer-type-card:hover {
    border-color: rgba(59,209,138,.75);
    background: #282828;
    transform: translateY(-2px);
}
.customer-type-card > strong {
    font-size: 24px;
    line-height: 1.15;
}
.customer-type-card > span {
    margin-top: 7px;
    color: var(--muted);
}
.customer-type-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 18px;
}
.customer-type-counts b,
.customer-match-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}
.customer-type-counts .is-exact,
.customer-match-badge.is-exact {
    border: 1px solid rgba(59,209,138,.48);
    background: rgba(15,126,78,.25);
    color: #9cf0c2;
}
.customer-type-counts .is-close,
.customer-match-badge.is-close {
    border: 1px solid rgba(255,185,0,.48);
    background: rgba(150,101,0,.25);
    color: #ffe19a;
}
.customer-back-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.customer-result-tools {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) auto auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 14px;
    padding: 18px;
    border: 1px solid #353535;
    border-radius: 14px;
    background: #222;
}
.customer-result-tools label:not(.customer-close-toggle) {
    display: grid;
    gap: 7px;
}
.customer-result-tools label > span {
    color: #ddd;
    font-size: 13px;
    font-weight: 800;
}
.customer-result-tools select {
    min-height: 48px;
    background: #151515;
}
.customer-close-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid #3b3b3b;
    border-radius: 9px;
    background: #191919;
    cursor: pointer;
}
.customer-close-toggle input[type="checkbox"] {
    width: 19px;
    height: 19px;
    accent-color: var(--yellow);
}
.customer-result-tools .button {
    min-height: 48px;
}
.customer-result-summary {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 14px;
}
.customer-result-summary strong {
    color: #fff;
}
.customer-product-card.is-exact-match {
    border-color: rgba(59,209,138,.42);
}
.customer-product-card.is-close-match {
    border-color: rgba(255,185,0,.42);
}
.customer-match-badge {
    margin-bottom: 8px;
}
.customer-size-result.is-exact {
    border-color: rgba(59,209,138,.48);
    background: rgba(15,126,78,.19);
}
.customer-size-result.is-exact > strong {
    color: #58dc9a;
}
.customer-size-result.is-close {
    border-color: rgba(255,185,0,.45);
    background: rgba(255,185,0,.08);
}
.customer-size-result.is-close > strong {
    color: var(--yellow);
}
.customer-close-note {
    margin: 10px 0 0;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(150,101,0,.18);
    color: #ffe0a0;
    font-size: 12px;
}

@media (max-width: 900px) {
    .customer-result-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .customer-stepper {
        grid-template-columns: repeat(calc(var(--guide-steps) * 2 - 1), auto);
        overflow-x: auto;
        justify-content: start;
        padding-bottom: 5px;
    }
    .customer-stepper > i { width: 26px; }
    .customer-type-grid,
    .customer-result-tools {
        grid-template-columns: 1fr;
    }
    .customer-type-card { min-height: 132px; }
    .customer-close-toggle { min-height: 48px; }
}

/* Stepper uses flex, so both 3- and 4-step flows remain stable. */
.customer-stepper {
    display: flex;
    justify-content: center;
}
.customer-stepper > i {
    flex: 1 1 70px;
    max-width: 90px;
    min-width: 26px;
}
@media (max-width: 680px) {
    .customer-stepper {
        justify-content: flex-start;
    }
    .customer-stepper > i {
        flex: 0 0 26px;
    }
}

/* v6.5: klikbare tidligere trin, producentfilter og bredere resultatværktøjer */
.customer-step.is-link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 999px;
    transition: color .16s ease, transform .16s ease;
}
.customer-step.is-link:hover {
    color: var(--yellow);
    transform: translateY(-1px);
}
.customer-step.is-link:hover span {
    border-color: var(--yellow);
    box-shadow: 0 0 0 4px rgba(255,185,0,.09);
}
.customer-step.is-link:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 5px;
}
.customer-result-tools {
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(180px, 1.15fr) auto auto;
}
@media (max-width: 1050px) {
    .customer-result-tools {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .customer-close-toggle,
    .customer-result-tools .button {
        align-self: stretch;
    }
}
@media (max-width: 760px) {
    .customer-result-tools {
        grid-template-columns: 1fr;
    }
}

/* v6.6: intelligent shoplag med direkte kurv og produktmodal */
.customer-image-wrap {
    position: relative;
}
.customer-image-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: linear-gradient(145deg, #f8f8f8, #e9e9e9);
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}
.customer-image-placeholder[hidden] {
    display: none;
}
.customer-image-placeholder span::before {
    content: "";
    display: block;
    width: 42px;
    height: 32px;
    margin: 0 auto 10px;
    border: 3px solid #aaa;
    border-radius: 6px;
    background: linear-gradient(135deg, transparent 48%, #aaa 49%, #aaa 54%, transparent 55%);
}
.customer-product-actions {
    display: grid;
    gap: 9px;
    margin-top: 13px;
}
.customer-cart-button {
    width: 100%;
    margin: 0;
    text-align: center;
}
.customer-more-button {
    min-height: 44px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #505050;
    border-radius: 8px;
    background: #303030;
    color: #fff;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: .16s ease;
}
.customer-more-button:hover {
    border-color: var(--yellow);
    background: #393939;
    color: var(--yellow);
}
.customer-more-button:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 3px;
}

body.customer-modal-open {
    overflow: hidden;
}
.customer-modal[hidden] {
    display: none;
}
.customer-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
}
.customer-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, .78);
    cursor: default;
    backdrop-filter: blur(5px);
}
.customer-modal-panel {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(820px, calc(100vh - 44px));
    overflow: auto;
    border: 1px solid #444;
    border-radius: 20px;
    background: #202020;
    color: #fff;
    box-shadow: 0 28px 80px rgba(0,0,0,.62);
    outline: none;
}
.customer-modal-close {
    position: sticky;
    z-index: 3;
    top: 14px;
    float: right;
    width: 42px;
    height: 42px;
    margin: 14px 14px -56px 0;
    border: 1px solid #555;
    border-radius: 50%;
    background: rgba(18,18,18,.92);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.customer-modal-close:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}
.customer-modal-content {
    clear: both;
}
.customer-modal-product {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    min-height: 560px;
}
.customer-modal-image {
    min-height: 460px;
    background: #fff;
}
.customer-modal-image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: contain;
    padding: 34px;
}
.customer-modal-copy {
    display: flex;
    flex-direction: column;
    padding: 42px 34px 34px;
}
.customer-modal-brand {
    margin-top: 4px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 900;
}
.customer-modal-copy h2 {
    margin: 8px 0 12px;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.16;
}
.customer-modal-description {
    margin: 0 0 18px;
    color: var(--muted);
}
.customer-modal-size {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 3px 14px;
    margin-top: 6px;
    padding: 15px 16px;
    border: 1px solid rgba(59,209,138,.48);
    border-radius: 12px;
    background: rgba(15,126,78,.19);
}
.customer-modal-size.is-close {
    border-color: rgba(255,185,0,.48);
    background: rgba(255,185,0,.08);
}
.customer-modal-size > span {
    color: #ddd;
    font-size: 13px;
}
.customer-modal-size > strong {
    grid-column: 2;
    grid-row: 1 / 3;
    color: #58dc9a;
    font-size: 36px;
    line-height: 1;
}
.customer-modal-size.is-close > strong {
    color: var(--yellow);
}
.customer-modal-size > small {
    color: var(--muted);
}
.customer-modal-stock-sizes {
    margin-top: 18px;
}
.customer-modal-stock-sizes > b {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
}
.customer-modal-stock-sizes > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.customer-modal-stock-sizes span {
    padding: 6px 9px;
    border: 1px solid #484848;
    border-radius: 8px;
    background: #292929;
    color: #ddd;
    font-size: 12px;
    font-weight: 800;
}
.customer-modal-stock-sizes span.is-selected {
    border-color: #43cc8b;
    background: rgba(15,126,78,.24);
    color: #9cf0c2;
}
.customer-modal-warning {
    margin-top: 17px;
    padding: 11px 12px;
    border: 1px solid rgba(255,185,0,.38);
    border-radius: 9px;
    background: rgba(150,101,0,.17);
    color: #ffe0a0;
    font-size: 13px;
}
.customer-modal-price {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 950;
}
.customer-modal-actions {
    display: grid;
    gap: 11px;
    margin-top: auto;
    padding-top: 22px;
}
.customer-modal-cart {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.customer-modal-product-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4d4d4d;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}
.customer-modal-product-link:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}
.customer-modal-cart-note {
    margin: 10px 0 0;
    color: #888;
    text-align: center;
    font-size: 11px;
}

@media (max-width: 780px) {
    .customer-modal {
        padding: 10px;
        align-items: end;
    }
    .customer-modal-panel {
        max-height: calc(100vh - 20px);
        border-radius: 18px 18px 0 0;
    }
    .customer-modal-product {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .customer-modal-image,
    .customer-modal-image img {
        min-height: 260px;
        max-height: 330px;
    }
    .customer-modal-image img {
        padding: 22px;
    }
    .customer-modal-copy {
        padding: 26px 20px 24px;
    }
    .customer-modal-close {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* v6.7 – richer product modal */
.customer-modal-media {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #fff;
}
.customer-modal-media .customer-modal-image {
    flex: 1 1 auto;
}
.customer-modal-thumbnails {
    display: flex;
    gap: 9px;
    padding: 10px 14px 14px;
    overflow-x: auto;
    border-top: 1px solid #ececec;
    background: #fafafa;
}
.customer-modal-thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 58px;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}
.customer-modal-thumb:hover,
.customer-modal-thumb.is-active {
    border-color: var(--yellow);
}
.customer-modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.customer-modal-live-details {
    margin-top: 18px;
}
.customer-modal-details-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    background: #292929;
    color: #bbb;
    font-size: 13px;
}
.customer-modal-details-loading > span {
    width: 16px;
    height: 16px;
    border: 2px solid #555;
    border-top-color: var(--yellow);
    border-radius: 50%;
    animation: customer-modal-spin .8s linear infinite;
}
@keyframes customer-modal-spin { to { transform: rotate(360deg); } }
.customer-modal-details-message {
    padding: 12px 13px;
    border: 1px solid #444;
    border-radius: 10px;
    background: #292929;
    color: #bbb;
    font-size: 13px;
    line-height: 1.5;
}
.customer-modal-details-message.is-warning {
    border-color: rgba(255,185,0,.45);
    background: rgba(150,101,0,.17);
    color: #ffe0a0;
}
.customer-modal-detail-section {
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #3a3a3a;
}
.customer-modal-detail-section h3 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
}
.customer-modal-detail-section ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.customer-modal-detail-section li {
    position: relative;
    padding-left: 18px;
    color: #ddd;
    font-size: 13px;
    line-height: 1.45;
}
.customer-modal-detail-section li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #58dc9a;
    font-weight: 900;
}
.customer-modal-description-rich {
    position: relative;
    color: #c7c7c7;
    font-size: 13px;
    line-height: 1.58;
    overflow: hidden;
    transition: max-height .2s ease;
}
.customer-modal-description-rich.is-collapsed {
    max-height: 148px;
}
.customer-modal-description-rich.is-collapsed::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(34,34,34,0), #222);
    pointer-events: none;
}
.customer-modal-description-rich.is-expanded {
    max-height: none;
}
.customer-modal-description-rich p,
.customer-modal-description-rich .customer-modal-description-bullet {
    margin: 0 0 9px;
}
.customer-modal-description-bullet {
    position: relative;
    padding-left: 16px;
}
.customer-modal-description-bullet::before {
    content: '•';
    position: absolute;
    left: 2px;
    color: var(--yellow);
}
.customer-description-toggle {
    margin-top: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--yellow);
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}
.customer-description-toggle:hover {
    text-decoration: underline;
}
.customer-modal-attributes {
    display: grid;
    gap: 0;
    margin: 0;
}
.customer-modal-attributes > div {
    display: grid;
    grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr);
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #353535;
    font-size: 12px;
}
.customer-modal-attributes dt {
    color: #999;
}
.customer-modal-attributes dd {
    margin: 0;
    color: #eee;
    font-weight: 750;
    overflow-wrap: anywhere;
}
.customer-modal-cart.is-disabled {
    pointer-events: none;
    opacity: .55;
    filter: grayscale(1);
}

@media (max-width: 780px) {
    .customer-modal-media {
        max-height: 390px;
    }
    .customer-modal-thumbnails {
        padding: 8px 10px 10px;
    }
    .customer-modal-thumb {
        flex-basis: 58px;
        width: 58px;
        height: 50px;
    }
    .customer-modal-attributes > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}

/* v6.8 – klikbare produktbilleder og progressiv indlæsning */
.customer-product-image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    appearance: none;
    background: #fff;
    color: inherit;
    font: inherit;
    text-align: inherit;
    cursor: zoom-in;
    overflow: hidden;
}
.customer-product-image-trigger img {
    transition: transform .2s ease;
}
.customer-product-image-trigger:hover img {
    transform: scale(1.025);
}
.customer-product-image-trigger:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: -3px;
}
.customer-progressive-card[hidden] {
    display: none !important;
}
.customer-progressive-card.is-progressive-visible {
    animation: customer-product-reveal .22s ease both;
}
@keyframes customer-product-reveal {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.customer-progressive-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 70px;
    margin: 18px 0 4px;
    color: #bdbdbd;
    font-size: 13px;
}
.customer-progressive-loader.is-complete {
    min-height: 48px;
    color: #8f8f8f;
}
.customer-progressive-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-top-color: var(--yellow);
    border-radius: 50%;
    animation: customer-modal-spin .75s linear infinite;
}


/* v7.1 — Louis MC frontend refresh */
.customer-guide-page {
    --customer-bg: #0b0b0b;
    --customer-panel: #111111;
    --customer-panel-2: #161616;
    --customer-panel-3: #1d1d1d;
    --customer-line: rgba(255,255,255,.09);
    --customer-line-strong: rgba(255,196,0,.34);
    --customer-text-soft: #bdbdbd;
    background:
        radial-gradient(circle at top right, rgba(255,196,0,.08), transparent 26%),
        radial-gradient(circle at top left, rgba(255,255,255,.03), transparent 18%),
        var(--customer-bg);
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
}
.customer-guide-page h1,
.customer-guide-page h2,
.customer-guide-page h3,
.customer-guide-page .customer-type-card > strong,
.customer-guide-page .customer-category-card strong,
.customer-guide-page .customer-result-intro h2,
.customer-guide-page .customer-home-hero h2,
.customer-guide-page .customer-product-content h3,
.customer-guide-page .customer-video-card h3 {
    font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
    letter-spacing: -.02em;
}
.customer-guide-page .shell { width: min(1220px, calc(100% - 40px)); }
.customer-utility-bar {
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: #050505;
    color: #d8d8d8;
    font-size: 12px;
}
.customer-utility-bar .shell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 9px 0;
}
.customer-utility-bar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.customer-utility-bar span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 10px rgba(255,196,0,.5);
}
.customer-header {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),
        linear-gradient(135deg, rgba(255,196,0,.07), transparent 38%),
        #0a0a0a;
}
.customer-header::after {
    content: "";
    position: absolute;
    inset: auto -10% -1px auto;
    width: 48%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,196,0,.45), transparent);
}
.customer-header .header-inner {
    min-height: 0;
    gap: 34px;
    padding: 28px 0 26px;
}
.customer-header .header-copy { max-width: 820px; }
.customer-header .logo { width: 200px; max-width: 44vw; }
.customer-header-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.customer-header .eyebrow { display: none; }
.customer-header .header-copy h1 {
    margin: 0 0 8px;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: .95;
    text-transform: uppercase;
}
.customer-header .header-copy p {
    margin: 0;
    max-width: 760px;
    color: #d2d2d2;
    font-size: 16px;
}
.customer-header-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.customer-header-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.03);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.customer-header-links a:hover {
    border-color: rgba(255,196,0,.45);
    background: rgba(255,196,0,.08);
    color: var(--yellow);
}
.customer-main { padding: 34px 0 72px; }
.customer-back-nav { padding-top: 18px; }
.customer-back-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.customer-back-nav a:hover { color: var(--yellow); }
.customer-stepper {
    margin: 0 auto 34px;
    padding: 16px 18px;
    border: 1px solid var(--customer-line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.customer-step { color: #8f8f8f; }
.customer-step span {
    width: 38px;
    height: 38px;
    background: #1b1b1b;
    border-color: rgba(255,255,255,.14);
    font-size: 14px;
}
.customer-step b {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.customer-step.is-active span {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #111;
    box-shadow: 0 0 0 7px rgba(255,196,0,.12);
}
.customer-step.is-done span {
    background: rgba(59,209,138,.15);
    border-color: rgba(59,209,138,.45);
}
.customer-stepper > i {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.16));
}
.customer-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 20px;
    margin-bottom: 28px;
}
.customer-home-hero-copy,
.customer-home-hero-panel,
.customer-measure-help,
.customer-measure-form,
.customer-type-card,
.customer-result-intro,
.customer-result-tools,
.customer-product-card,
.customer-video-card,
.customer-empty-state,
.customer-inline-warning,
.customer-optional-field,
.customer-home-note {
    border: 1px solid var(--customer-line);
    background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.03),
        0 16px 40px rgba(0,0,0,.18);
}
.customer-home-hero-copy,
.customer-home-hero-panel {
    padding: 28px;
    border-radius: 24px;
}
.customer-home-hero h2 {
    margin: 12px 0 10px;
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    line-height: .96;
    text-transform: uppercase;
}
.customer-home-hero p {
    margin: 0;
    max-width: 62ch;
    color: var(--customer-text-soft);
    font-size: 16px;
}
.customer-home-points {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.customer-home-points li {
    position: relative;
    padding-left: 28px;
    color: #ededed;
    font-weight: 500;
}
.customer-home-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,196,0,.12);
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 18px;
}
.customer-home-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
}
.customer-home-stat-grid > div {
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.02);
}
.customer-home-stat-grid strong {
    display: block;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    line-height: 1;
}
.customer-home-stat-grid span {
    display: block;
    margin-top: 6px;
    color: var(--customer-text-soft);
    font-size: 13px;
}
.customer-home-note {
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    color: #f0f0f0;
    font-size: 14px;
}
.customer-home-note b { color: var(--yellow); }
.customer-intro-left {
    max-width: 760px;
    margin: 0 0 18px;
    text-align: left;
}
.customer-intro-left h2 { text-transform: uppercase; }
.customer-category-grid-v2 {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}
.customer-category-card,
.customer-type-card {
    border-width: 1px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
        #121212;
}
.customer-category-card {
    min-height: 152px;
    grid-template-columns: 74px 1fr;
    gap: 6px 18px;
    padding: 26px;
}
.customer-category-card:hover,
.customer-type-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,196,0,.35);
    background:
        linear-gradient(180deg, rgba(255,196,0,.05), rgba(255,255,255,.02)),
        #151515;
}
.customer-category-card.is-selected {
    border-color: rgba(255,196,0,.65);
    background:
        linear-gradient(180deg, rgba(255,196,0,.10), rgba(255,255,255,.02)),
        #151515;
    box-shadow: 0 0 0 4px rgba(255,196,0,.10), 0 16px 40px rgba(0,0,0,.24);
}
.customer-category-card .category-icon {
    width: 74px;
    height: 74px;
    background: linear-gradient(180deg, #ffd95b, var(--yellow));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 10px 24px rgba(255,196,0,.18);
}
.customer-category-card strong {
    font-size: 30px;
    text-transform: uppercase;
}
.customer-category-card small {
    max-width: 40ch;
    color: var(--customer-text-soft);
    font-size: 14px;
    line-height: 1.45;
}
.customer-next-row { justify-content: flex-start; margin-top: 24px; }
.customer-next-button {
    min-width: 240px;
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.customer-measure-layout {
    gap: 20px;
    max-width: 1080px;
}
.customer-measure-help,
.customer-measure-form,
.customer-result-intro,
.customer-result-tools,
.customer-empty-state {
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.014)),
        #121212;
}
.customer-measure-help,
.customer-measure-form { padding: 30px; }
.customer-measure-help h2,
.customer-measure-form h2,
.customer-type-intro h2,
.customer-section-heading h2,
.customer-result-intro h2,
.customer-empty-state h2 {
    text-transform: uppercase;
}
.customer-measure-form > p,
.customer-measure-help > p,
.customer-type-intro p,
.customer-result-intro p,
.customer-empty-state p,
.customer-section-heading p {
    color: var(--customer-text-soft);
}
.customer-big-input input,
.customer-select-field select,
.customer-result-tools select {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: #0d0d0d;
    color: #fff;
}
.customer-big-input input:focus,
.customer-select-field select:focus,
.customer-result-tools select:focus {
    outline: none;
    border-color: rgba(255,196,0,.6);
    box-shadow: 0 0 0 4px rgba(255,196,0,.10);
}
.customer-big-input b {
    border-color: rgba(255,255,255,.12);
    background: #161616;
}
.customer-validation {
    border-radius: 14px;
    background: #121212;
    color: #a4a4a4;
}
.customer-optional-field {
    border-radius: 16px;
    background: rgba(255,255,255,.02);
}
.customer-submit {
    min-height: 56px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.measure-instructions li,
.customer-close-toggle span,
.customer-modal-description,
.customer-modal-description-rich,
.customer-modal-detail-section li {
    color: #d6d6d6;
}
.customer-type-intro,
.customer-section-heading {
    max-width: 860px;
    margin: 0 auto 20px;
    text-align: center;
}
.customer-type-grid {
    max-width: 1040px;
    gap: 18px;
}
.customer-type-card {
    min-height: 166px;
    padding: 28px;
}
.customer-type-card > strong {
    font-size: 28px;
    text-transform: uppercase;
}
.customer-type-counts { gap: 8px; }
.customer-result-intro {
    align-items: center;
    margin-bottom: 18px;
    padding: 24px 26px;
}
.customer-result-tools {
    gap: 14px;
    margin-bottom: 14px;
    padding: 22px;
}
.customer-close-toggle {
    min-height: 50px;
    border-radius: 14px;
    border-color: rgba(255,255,255,.09);
    background: #121212;
}
.customer-result-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--customer-text-soft);
}
.customer-result-summary strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,196,0,.12);
    color: var(--yellow);
}
.customer-product-grid {
    gap: 20px;
}
.customer-product-card {
    border-radius: 24px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.customer-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.customer-product-image {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #ffffff, #f3f3f3);
}
.customer-product-image img {
    padding: 24px;
    transition: transform .25s ease;
}
.customer-product-card:hover .customer-product-image img {
    transform: scale(1.035);
}
.customer-product-image > span {
    top: 14px;
    right: 14px;
    padding: 6px 10px;
    background: rgba(7,112,71,.93);
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.customer-product-content { padding: 20px; }
.customer-product-content > small,
.customer-modal-brand {
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.customer-product-content h3 {
    min-height: 68px;
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.08;
}
.customer-size-result,
.customer-modal-size {
    border-radius: 16px;
}
.customer-size-result > strong,
.customer-modal-size > strong {
    font-family: "Roboto Condensed", sans-serif;
}
.customer-price,
.customer-modal-price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    letter-spacing: -.02em;
}
.customer-product-actions { gap: 10px; }
.customer-cart-button,
.customer-more-button,
.customer-modal-product-link,
.customer-modal-cart {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 800;
}
.customer-cart-button.is-disabled,
.customer-modal-cart.is-disabled {
    border: 1px dashed rgba(255,255,255,.16);
    background: #1b1b1b;
    color: #8d8d8d;
    pointer-events: none;
    box-shadow: none;
}
.customer-more-button {
    border-color: rgba(255,255,255,.14);
    background: #151515;
}
.customer-more-button:hover,
.customer-modal-product-link:hover {
    border-color: rgba(255,196,0,.45);
    color: var(--yellow);
}
.customer-boundary-note,
.customer-close-note,
.customer-inline-warning,
.customer-modal-warning {
    border-radius: 14px;
}
.customer-video-section {
    margin-top: 34px;
}
.customer-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.customer-video-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.customer-video-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,196,0,.36);
    background:
        linear-gradient(180deg, rgba(255,196,0,.05), rgba(255,255,255,.015)),
        #141414;
}
.customer-video-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd95b, var(--yellow));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 10px 26px rgba(255,196,0,.18);
}
.customer-video-icon span {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #111;
}
.customer-video-copy small {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.customer-video-copy h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.04;
    text-transform: uppercase;
}
.customer-video-copy p {
    margin: 0 0 14px;
    color: var(--customer-text-soft);
    font-size: 14px;
    line-height: 1.55;
}
.customer-video-copy b {
    color: #fff;
    font-size: 14px;
}
.customer-video-card:hover b { color: var(--yellow); }
.customer-empty-state { padding: 34px; }
.customer-footer {
    border-top-color: rgba(255,255,255,.06);
    background: #080808;
    color: #8f8f8f;
}
.customer-modal-backdrop { backdrop-filter: blur(10px); }
.customer-modal-panel {
    border-color: rgba(255,255,255,.1);
    border-radius: 26px;
    background: #131313;
}
.customer-modal-close {
    border-color: rgba(255,255,255,.12);
    background: rgba(10,10,10,.86);
}
.customer-modal-product {
    min-height: 0;
    background: #131313;
}
.customer-modal-media {
    background: linear-gradient(180deg, #ffffff, #f6f6f6);
}
.customer-modal-copy {
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.customer-modal-live-details,
.customer-modal-detail-section,
.customer-modal-stock-sizes { color: #e7e7e7; }
.customer-modal-details-loading,
.customer-modal-details-message {
    border-color: rgba(255,255,255,.10);
    background: #191919;
}
.customer-modal-attributes > div { border-bottom-color: rgba(255,255,255,.08); }

@media (max-width: 980px) {
    .customer-home-hero,
    .customer-measure-layout,
    .customer-video-grid,
    .customer-product-grid { grid-template-columns: 1fr 1fr; }
    .customer-home-hero { grid-template-columns: 1fr; }
    .customer-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .customer-video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .customer-guide-page .shell { width: min(100% - 24px, 1220px); }
    .customer-header .header-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
    .customer-header .logo { width: 160px; }
    .customer-header .header-copy h1 { font-size: clamp(2rem, 11vw, 3rem); }
    .customer-utility-bar .shell { justify-content: flex-start; }
    .customer-home-hero-copy,
    .customer-home-hero-panel,
    .customer-measure-help,
    .customer-measure-form,
    .customer-result-intro,
    .customer-result-tools,
    .customer-video-card,
    .customer-type-card,
    .customer-empty-state { padding: 22px; }
    .customer-home-stat-grid,
    .customer-category-grid-v2,
    .customer-type-grid,
    .customer-product-grid { grid-template-columns: 1fr; }
    .customer-category-card { min-height: 136px; padding: 22px; }
    .customer-category-card strong { font-size: 24px; }
    .customer-stepper { padding: 14px 16px; }
    .customer-step b { display: none; }
    .customer-result-intro { align-items: flex-start; }
    .customer-next-row { justify-content: stretch; }
    .customer-next-button { width: 100%; }
    .customer-video-card { grid-template-columns: 1fr; }
    .customer-modal-panel { border-radius: 22px 22px 0 0; }
}

/* v7.2 — streamlined conversion-first customer flow */
.customer-guide-fast {
    min-height: 100vh;
    background: #0b0b0b;
}
.customer-guide-fast .customer-utility-bar,
.customer-guide-fast .customer-header {
    display: none !important;
}
.customer-module-header {
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: #0d0d0d;
}
.customer-module-header-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 94px;
    padding: 16px 0;
}
.customer-module-label {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--yellow);
    color: #111;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.customer-module-header h1 {
    margin: 0;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    text-transform: uppercase;
}
.customer-module-header p {
    margin: 5px 0 0;
    color: #aaa;
    font-size: 14px;
}
.customer-guide-fast .customer-main {
    padding-top: 22px;
    padding-bottom: 44px;
}
.customer-start-fast {
    max-width: 1040px;
}
.customer-fast-intro {
    max-width: 700px;
    margin-bottom: 18px;
}
.customer-fast-intro .eyebrow {
    margin-bottom: 8px;
}
.customer-fast-intro h2 {
    margin: 0 0 6px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: .98;
    text-transform: uppercase;
}
.customer-fast-intro p {
    margin: 0;
    color: #aaa;
    font-size: 15px;
}
.customer-fast-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.customer-fast-category-card {
    display: grid;
    grid-template-columns: 68px minmax(0,1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 148px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background: linear-gradient(180deg, #171717, #111);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0,0,0,.20);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.customer-fast-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,185,0,.55);
    background: linear-gradient(180deg, rgba(255,185,0,.08), #121212);
}
.customer-fast-category-card .category-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--yellow);
    color: #111;
    box-shadow: 0 10px 24px rgba(255,185,0,.18);
}
.customer-fast-category-card .category-icon svg {
    width: 38px;
    height: 38px;
}
.customer-fast-card-copy {
    display: block;
}
.customer-fast-card-copy small {
    display: block;
    margin-bottom: 3px;
    color: var(--yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.customer-fast-card-copy strong {
    display: block;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.customer-fast-card-copy > span {
    display: block;
    max-width: 36ch;
    margin-top: 7px;
    color: #aaa;
    font-size: 13px;
    line-height: 1.4;
}
.customer-fast-category-card > b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    color: var(--yellow);
    font-size: 22px;
}
.customer-fast-category-card:hover > b {
    border-color: var(--yellow);
    background: var(--yellow);
    color: #111;
}
.customer-guide-fast .customer-back-nav {
    padding-top: 12px;
}
.customer-guide-fast .customer-back-nav a {
    color: #aaa;
    font-size: 13px;
}
.customer-guide-fast .customer-stepper {
    max-width: 780px;
    margin-bottom: 20px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #111;
}
.customer-guide-fast .customer-step span {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.customer-guide-fast .customer-step b {
    font-size: 10px;
}
.customer-guide-fast .customer-measure-layout {
    gap: 16px;
}
.customer-guide-fast .customer-measure-help,
.customer-guide-fast .customer-measure-form {
    padding: 24px;
    border-radius: 18px;
}
.customer-guide-fast .customer-measure-help h2,
.customer-guide-fast .customer-measure-form h2 {
    font-size: 28px;
}
.customer-guide-fast .measure-illustration,
.customer-guide-fast .boot-illustration {
    min-height: 120px;
    margin: 10px 0;
}
.customer-context-help {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #ddd;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.customer-context-help span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--yellow);
    color: #111;
    font-size: 10px;
}
.customer-context-help:hover {
    color: var(--yellow);
}
.customer-guide-fast .customer-type-intro {
    margin-bottom: 16px;
}
.customer-guide-fast .customer-type-card {
    min-height: 132px;
    padding: 22px;
    border-radius: 18px;
}
.customer-guide-fast .customer-type-card > strong {
    font-size: 24px;
}
.customer-guide-fast .customer-result-intro {
    margin-bottom: 14px;
    padding: 18px 20px;
    border-radius: 18px;
}
.customer-guide-fast .customer-result-intro h2 {
    font-size: clamp(26px, 4vw, 36px);
}
.customer-guide-fast .customer-result-tools {
    padding: 16px;
    border-radius: 16px;
}
.customer-guide-fast .customer-product-grid {
    gap: 16px;
}
.customer-guide-fast .customer-product-card {
    border-radius: 18px;
}
.customer-guide-fast .customer-product-content {
    padding: 17px;
}
.customer-guide-fast .customer-product-content h3 {
    min-height: 52px;
    font-size: 20px;
}
.customer-guide-fast .customer-product-image img {
    padding: 18px;
}
.customer-guide-fast .customer-price {
    font-size: 27px;
}
.customer-guide-fast .customer-video-section {
    display: none !important;
}
.customer-guide-fast .customer-footer {
    padding: 15px 0;
    color: #777;
    font-size: 11px;
}

@media (max-width: 760px) {
    .customer-module-header-inner {
        display: block;
        min-height: 0;
        padding: 15px 0;
    }
    .customer-module-label {
        display: none;
    }
    .customer-module-header h1 {
        font-size: 27px;
    }
    .customer-module-header p {
        font-size: 12px;
    }
    .customer-fast-category-grid {
        grid-template-columns: 1fr;
    }
    .customer-fast-category-card {
        grid-template-columns: 58px minmax(0,1fr) auto;
        min-height: 124px;
        padding: 18px;
    }
    .customer-fast-category-card .category-icon {
        width: 58px;
        height: 58px;
    }
    .customer-fast-category-card .category-icon svg {
        width: 32px;
        height: 32px;
    }
    .customer-fast-card-copy strong {
        font-size: 24px;
    }
    .customer-fast-category-card > b {
        width: 32px;
        height: 32px;
    }
}

/* v7.4 — refined Louis MC customer guide UI */
.customer-guide-refined {
    --guide-yellow: #ffbd00;
    --guide-yellow-soft: rgba(255, 189, 0, .12);
    --guide-bg: #0b0b0b;
    --guide-surface: #131313;
    --guide-surface-soft: #171717;
    --guide-surface-raised: #1b1b1b;
    --guide-border: rgba(255, 255, 255, .10);
    --guide-border-strong: rgba(255, 255, 255, .16);
    --guide-text: #f5f5f5;
    --guide-muted: #a7a7a7;
    --guide-muted-2: #777;
    --guide-success: #45d18c;
    --guide-danger: #ff7575;
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% -12%, rgba(255, 189, 0, .045), transparent 25%),
        var(--guide-bg);
    color: var(--guide-text);
    font-family: "Roboto", Arial, sans-serif;
}
.customer-guide-refined .shell {
    width: min(1120px, calc(100% - 40px));
}
.customer-guide-refined h1,
.customer-guide-refined h2,
.customer-guide-refined h3,
.customer-guide-refined strong,
.customer-guide-refined .button {
    font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}
.customer-guide-refined .guide-svg-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.customer-guide-refined .eyebrow,
.customer-guide-refined .customer-section-overline,
.customer-guide-refined .customer-panel-overline {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--guide-yellow);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

/* Compact module heading — designed to sit under Louis MC's own site header */
.customer-guide-refined .customer-module-header {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: rgba(12,12,12,.96);
}
.customer-guide-refined .customer-module-header-inner {
    display: block;
    min-height: 0;
    padding: 22px 0 20px;
}
.customer-guide-refined .customer-module-heading {
    position: relative;
    max-width: 760px;
    padding-left: 18px;
}
.customer-guide-refined .customer-module-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    border-radius: 999px;
    background: var(--guide-yellow);
}
.customer-guide-refined .customer-module-overline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-module-overline i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px rgba(255,189,0,.35);
}
.customer-guide-refined .customer-module-header h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: .98;
    text-transform: uppercase;
}
.customer-guide-refined .customer-module-header p {
    margin: 7px 0 0;
    color: var(--guide-muted);
    font-size: 14px;
    line-height: 1.45;
}

.customer-guide-refined .customer-main {
    padding: 28px 0 56px;
}
.customer-guide-refined .customer-start-fast {
    max-width: 1080px;
}
.customer-guide-refined .customer-back-nav {
    padding-top: 14px;
}
.customer-guide-refined .customer-back-nav a,
.customer-guide-refined .customer-edit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c8c8c8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: color .16s ease;
}
.customer-guide-refined .customer-back-nav a:hover,
.customer-guide-refined .customer-edit-link:hover {
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-back-icon,
.customer-guide-refined .customer-edit-link .guide-svg-icon {
    width: 17px;
    height: 17px;
}

/* Front page */
.customer-guide-refined .customer-fast-intro {
    max-width: 680px;
    margin: 0 0 20px;
}
.customer-guide-refined .customer-fast-intro h2 {
    margin: 8px 0 7px;
    color: #fff;
    font-size: clamp(31px, 4.4vw, 44px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1;
    text-transform: uppercase;
}
.customer-guide-refined .customer-fast-intro p {
    margin: 0;
    color: var(--guide-muted);
    font-size: 15px;
    line-height: 1.55;
}
.customer-guide-refined .customer-fast-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.customer-guide-refined .customer-fast-category-card {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0,1fr) 42px;
    align-items: center;
    gap: 20px;
    min-height: 168px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--guide-border);
    border-radius: 16px;
    background: linear-gradient(145deg, #171717, #111);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(0,0,0,.18);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.customer-guide-refined .customer-fast-category-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background .18s ease;
}
.customer-guide-refined .customer-fast-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,189,0,.44);
    background: linear-gradient(145deg, rgba(255,189,0,.055), #121212 60%);
    box-shadow: 0 20px 48px rgba(0,0,0,.26);
}
.customer-guide-refined .customer-fast-category-card:hover::before {
    background: var(--guide-yellow);
}
.customer-guide-refined .customer-fast-category-card .category-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255,189,0,.26);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,189,0,.12), rgba(255,189,0,.035));
    color: var(--guide-yellow);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.customer-guide-refined .customer-fast-category-card .category-icon .guide-svg-icon {
    width: 46px;
    height: 46px;
}
.customer-guide-refined .customer-fast-card-copy {
    display: block;
    min-width: 0;
}
.customer-guide-refined .customer-fast-card-copy small {
    display: block;
    margin-bottom: 5px;
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-fast-card-copy strong {
    display: block;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: uppercase;
}
.customer-guide-refined .customer-fast-card-copy > span {
    display: block;
    max-width: 41ch;
    margin-top: 8px;
    color: var(--guide-muted);
    font-size: 13px;
    line-height: 1.48;
}
.customer-guide-refined .customer-fast-card-copy em {
    display: block;
    margin-top: 13px;
    color: #e7e7e7;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.customer-guide-refined .customer-card-arrow {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--guide-border-strong);
    border-radius: 50%;
    color: var(--guide-yellow);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.customer-guide-refined .customer-card-arrow .guide-svg-icon {
    width: 21px;
    height: 21px;
}
.customer-guide-refined .customer-fast-category-card:hover .customer-card-arrow {
    border-color: var(--guide-yellow);
    background: var(--guide-yellow);
    color: #111;
    transform: translateX(2px);
}

/* Progress */
.customer-guide-refined .customer-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.customer-guide-refined .customer-step {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #6f6f6f;
    white-space: nowrap;
}
.customer-guide-refined .customer-step-index {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background: #121212;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 900;
    box-shadow: none;
}
.customer-guide-refined .customer-step b {
    color: inherit;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-step.is-active {
    color: #f4f4f4;
}
.customer-guide-refined .customer-step.is-active .customer-step-index {
    border-color: var(--guide-yellow);
    background: var(--guide-yellow);
    color: #111;
    box-shadow: 0 0 0 5px rgba(255,189,0,.10);
}
.customer-guide-refined .customer-step.is-done {
    color: #c9c9c9;
}
.customer-guide-refined .customer-step.is-done .customer-step-index {
    border-color: rgba(69,209,140,.45);
    background: rgba(69,209,140,.10);
    color: var(--guide-success);
}
.customer-guide-refined .customer-step-check {
    width: 16px;
    height: 16px;
}
.customer-guide-refined .customer-stepper > i {
    flex: 1 1 72px;
    max-width: 96px;
    min-width: 30px;
    height: 1px;
    margin: 0 12px;
    background: rgba(255,255,255,.13);
}
.customer-guide-refined .customer-step.is-link:hover {
    color: var(--guide-yellow);
    transform: none;
}

/* Unified guide workspace */
.customer-guide-refined .customer-measure-layout {
    display: grid;
    grid-template-columns: minmax(0,.92fr) minmax(390px,1.08fr);
    gap: 0;
    align-items: stretch;
    max-width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--guide-border);
    border-radius: 18px;
    background: var(--guide-surface);
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
}
.customer-guide-refined .customer-measure-help,
.customer-guide-refined .customer-measure-form {
    margin: 0;
    padding: 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.customer-guide-refined .customer-measure-help {
    background: linear-gradient(155deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.customer-guide-refined .customer-measure-form {
    justify-content: center;
    border-left: 1px solid var(--guide-border);
    background: #111;
}
.customer-guide-refined .customer-measure-help h2,
.customer-guide-refined .customer-measure-form h2 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.04;
    text-transform: uppercase;
}
.customer-guide-refined .customer-measure-help > p,
.customer-guide-refined .customer-measure-form > p {
    margin: 0 0 22px;
    color: var(--guide-muted);
    font-size: 14px;
    line-height: 1.55;
}
.customer-guide-refined .measure-illustration,
.customer-guide-refined .boot-illustration {
    display: grid;
    place-items: center;
    min-height: 164px;
    margin: 10px 0 14px;
    color: inherit;
}
.customer-guide-refined .customer-measure-art {
    display: block;
    width: min(100%, 255px);
    height: auto;
    overflow: visible;
}
.customer-guide-refined .customer-measure-art .art-main {
    stroke: #787878;
    stroke-width: 4;
}
.customer-guide-refined .customer-measure-art .art-detail {
    stroke: #575757;
    stroke-width: 3;
}
.customer-guide-refined .customer-measure-art .art-accent {
    stroke: var(--guide-yellow);
    stroke-width: 4;
    filter: drop-shadow(0 0 5px rgba(255,189,0,.20));
}
.customer-guide-refined .customer-measure-art .art-tick,
.customer-guide-refined .customer-measure-art .art-dash {
    stroke: var(--guide-yellow);
    stroke-width: 2;
}
.customer-guide-refined .customer-measure-art text {
    fill: #919191;
    stroke: none;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
}
.customer-guide-refined .measure-instructions {
    gap: 9px;
}
.customer-guide-refined .measure-instructions li {
    min-height: 26px;
    padding: 3px 0 0 38px;
    color: #d9d9d9;
    font-size: 13px;
    line-height: 1.45;
}
.customer-guide-refined .measure-instructions li::before {
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,189,0,.34);
    background: rgba(255,189,0,.07);
    color: var(--guide-yellow);
    font-size: 11px;
}
.customer-guide-refined .customer-context-help {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr) 17px;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--guide-border);
    color: #cfcfcf;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
}
.customer-guide-refined .customer-context-help b {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
}
.customer-guide-refined .customer-context-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,189,0,.30);
    border-radius: 50%;
    background: rgba(255,189,0,.07);
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-context-icon .guide-svg-icon {
    width: 16px;
    height: 16px;
}
.customer-guide-refined .customer-context-arrow {
    width: 17px;
    height: 17px;
    color: var(--guide-muted-2);
    transition: transform .16s ease, color .16s ease;
}
.customer-guide-refined .customer-context-help:hover {
    color: #fff;
}
.customer-guide-refined .customer-context-help:hover .customer-context-arrow {
    color: var(--guide-yellow);
    transform: translateX(2px);
}

/* Fields and actions */
.customer-guide-refined .customer-big-input > span,
.customer-guide-refined .customer-select-field > span,
.customer-guide-refined .customer-optional-field label > span,
.customer-guide-refined .customer-result-tools label > span {
    margin-bottom: 7px;
    color: #d7d7d7;
    font-size: 12px;
    font-weight: 700;
}
.customer-guide-refined .customer-big-input > div {
    grid-template-columns: minmax(0,1fr) 64px;
}
.customer-guide-refined .customer-big-input input,
.customer-guide-refined .customer-select-field select,
.customer-guide-refined .customer-result-tools select {
    min-height: 58px;
    border: 1px solid var(--guide-border-strong);
    background: #0c0c0c;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.customer-guide-refined .customer-big-input input {
    padding: 12px 16px;
    border-radius: 11px 0 0 11px;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 29px;
    font-weight: 700;
}
.customer-guide-refined .customer-big-input b {
    min-width: 64px;
    border: 1px solid var(--guide-border-strong);
    border-left: 0;
    border-radius: 0 11px 11px 0;
    background: #161616;
    color: #d4d4d4;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}
.customer-guide-refined .customer-select-field select {
    padding: 0 15px;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 700;
}
.customer-guide-refined .customer-big-input input:focus,
.customer-guide-refined .customer-select-field select:focus,
.customer-guide-refined .customer-result-tools select:focus {
    outline: none;
    border-color: rgba(255,189,0,.72);
    box-shadow: 0 0 0 3px rgba(255,189,0,.09);
}
.customer-guide-refined .customer-validation {
    min-height: 31px;
    margin: 5px 0 0;
    padding: 7px 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #858585;
    font-size: 12px;
    line-height: 1.4;
}
.customer-guide-refined .customer-validation.is-error,
.customer-guide-refined .customer-validation.is-success {
    border: 0;
    background: transparent;
    font-weight: 600;
}
.customer-guide-refined .customer-validation.is-error { color: #ff9a9a; }
.customer-guide-refined .customer-validation.is-success { color: #77dfa9; }
.customer-guide-refined .customer-optional-field {
    margin-top: 13px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--guide-border);
    border-radius: 11px;
    background: #161616;
    box-shadow: none;
}
.customer-guide-refined .customer-optional-field summary {
    display: grid;
    grid-template-columns: 20px minmax(0,1fr) 18px;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}
.customer-guide-refined .customer-optional-field summary::-webkit-details-marker {
    display: none;
}
.customer-guide-refined .customer-summary-icon {
    width: 18px;
    height: 18px;
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-summary-chevron {
    width: 17px;
    height: 17px;
    color: #777;
    transition: transform .16s ease, color .16s ease;
}
.customer-guide-refined .customer-optional-field[open] .customer-summary-chevron {
    color: var(--guide-yellow);
    transform: rotate(90deg);
}
.customer-guide-refined .customer-optional-field label {
    display: block;
    margin: 0;
    padding: 0 14px 14px;
}
.customer-guide-refined .customer-optional-field select {
    min-height: 46px;
    border-color: var(--guide-border);
    border-radius: 9px;
    background: #0f0f0f;
}
.customer-guide-refined .customer-submit,
.customer-guide-refined .customer-cart-button,
.customer-guide-refined .customer-modal-cart,
.customer-guide-refined .customer-more-button.is-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    border: 1px solid var(--guide-yellow);
    border-radius: 10px;
    background: var(--guide-yellow);
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: none;
}
.customer-guide-refined .customer-submit {
    width: 100%;
    margin-top: 16px;
}
.customer-guide-refined .customer-submit:hover,
.customer-guide-refined .customer-cart-button:hover,
.customer-guide-refined .customer-modal-cart:hover,
.customer-guide-refined .customer-more-button.is-primary:hover {
    border-color: #ffd04a;
    background: #ffd04a;
    transform: none;
}
.customer-guide-refined .customer-submit:disabled {
    border-color: #725700;
    background: #725700;
    color: rgba(0,0,0,.72);
    opacity: .62;
    cursor: not-allowed;
}
.customer-guide-refined .customer-button-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

/* Helmet type selection */
.customer-guide-refined .customer-type-intro {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}
.customer-guide-refined .customer-type-intro h2 {
    margin: 8px 0 7px;
    color: #fff;
    font-size: clamp(31px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: uppercase;
}
.customer-guide-refined .customer-type-intro p {
    margin: 0;
    color: var(--guide-muted);
    font-size: 14px;
}
.customer-guide-refined .customer-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
}
.customer-guide-refined .customer-type-card {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 16px;
    align-items: start;
    min-height: 142px;
    padding: 20px;
    border: 1px solid var(--guide-border);
    border-radius: 14px;
    background: linear-gradient(145deg, #161616, #111);
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.customer-guide-refined .customer-type-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255,189,0,.42);
    background: linear-gradient(145deg, rgba(255,189,0,.045), #121212);
}
.customer-guide-refined .customer-type-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,189,0,.22);
    border-radius: 12px;
    background: rgba(255,189,0,.055);
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-type-icon .guide-svg-icon {
    width: 36px;
    height: 36px;
}
.customer-guide-refined .customer-type-copy {
    display: block;
    min-width: 0;
}
.customer-guide-refined .customer-type-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.customer-guide-refined .customer-type-title-row strong {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.05;
    text-transform: uppercase;
}
.customer-guide-refined .customer-type-arrow {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 1px solid var(--guide-border);
    border-radius: 50%;
    color: #858585;
    transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.customer-guide-refined .customer-type-arrow .guide-svg-icon {
    width: 16px;
    height: 16px;
}
.customer-guide-refined .customer-type-card:hover .customer-type-arrow {
    border-color: var(--guide-yellow);
    background: var(--guide-yellow);
    color: #111;
}
.customer-guide-refined .customer-type-description {
    display: block;
    margin-top: 6px;
    color: var(--guide-muted);
    font-size: 13px;
    line-height: 1.45;
}
.customer-guide-refined .customer-type-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
    padding: 0;
}
.customer-guide-refined .customer-type-counts b,
.customer-guide-refined .customer-match-badge {
    padding: 5px 8px;
    border-radius: 999px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
}
.customer-guide-refined .customer-back-row {
    margin-top: 18px;
}

/* Result overview and filters */
.customer-guide-refined .customer-result-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 18px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid var(--guide-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.customer-guide-refined .customer-result-intro h2 {
    margin: 7px 0 5px;
    color: #fff;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: uppercase;
}
.customer-guide-refined .customer-result-intro p {
    max-width: 800px;
    margin: 0;
    color: var(--guide-muted);
    font-size: 13px;
    line-height: 1.55;
}
.customer-guide-refined .customer-result-tools {
    display: grid;
    grid-template-columns: minmax(150px,1fr) minmax(150px,1fr) minmax(170px,1fr) auto auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 13px;
    padding: 14px;
    border: 1px solid var(--guide-border);
    border-radius: 12px;
    background: #111;
    box-shadow: none;
}
.customer-guide-refined .customer-result-tools select {
    min-height: 46px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 13px;
}
.customer-guide-refined .customer-close-toggle {
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--guide-border);
    border-radius: 9px;
    background: #151515;
}
.customer-guide-refined .customer-result-tools .button {
    min-height: 46px;
    border-radius: 9px;
    background: var(--guide-yellow);
    color: #111;
}
.customer-guide-refined .customer-result-summary {
    margin: 0 0 16px;
    color: var(--guide-muted);
    font-size: 12px;
}
.customer-guide-refined .customer-result-summary strong {
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
}

/* Product cards */
.customer-guide-refined .customer-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
}
.customer-guide-refined .customer-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--guide-border);
    border-radius: 15px;
    background: #141414;
    box-shadow: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.customer-guide-refined .customer-product-card::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: transparent;
}
.customer-guide-refined .customer-product-card.is-exact-match::before {
    background: var(--guide-success);
}
.customer-guide-refined .customer-product-card.is-close-match::before {
    background: var(--guide-yellow);
}
.customer-guide-refined .customer-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 16px 36px rgba(0,0,0,.22);
}
.customer-guide-refined .customer-product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
    background: linear-gradient(180deg, #fff, #f3f3f3);
    cursor: pointer;
}
.customer-guide-refined .customer-product-image img {
    padding: 18px;
    transition: transform .2s ease;
}
.customer-guide-refined .customer-product-card:hover .customer-product-image img {
    transform: scale(1.025);
}
.customer-guide-refined .customer-product-image > span {
    top: 12px;
    right: 12px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(7,112,71,.94);
    color: #d9ffeb;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-product-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 17px;
}
.customer-guide-refined .customer-match-badge {
    margin: 0 0 9px;
}
.customer-guide-refined .customer-product-content > small {
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-product-content h3 {
    display: -webkit-box;
    min-height: 48px;
    margin: 5px 0 13px;
    overflow: hidden;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.customer-guide-refined .customer-size-result {
    padding: 12px 13px;
    border-radius: 10px;
}
.customer-guide-refined .customer-size-result > span,
.customer-guide-refined .customer-size-result > small {
    font-size: 11px;
}
.customer-guide-refined .customer-size-result > strong {
    font-size: 29px;
}
.customer-guide-refined .customer-boundary-note,
.customer-guide-refined .customer-close-note {
    margin-top: 9px;
    padding: 8px 9px;
    border-radius: 8px;
    font-size: 11px;
}
.customer-guide-refined .customer-price {
    margin-top: 14px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
}
.customer-guide-refined .customer-product-actions {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-top: 13px;
}
.customer-guide-refined .customer-cart-button {
    width: 100%;
    min-height: 48px;
    padding: 9px 12px;
    font-size: 13px;
    text-align: center;
}
.customer-guide-refined .customer-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--guide-border-strong);
    border-radius: 9px;
    background: #171717;
    color: #e7e7e7;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.customer-guide-refined .customer-more-button:hover {
    border-color: rgba(255,189,0,.48);
    background: rgba(255,189,0,.04);
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-more-button.is-primary {
    min-height: 48px;
    font-size: 13px;
}

/* Empty states, footer and modal */
.customer-guide-refined .customer-empty-state {
    max-width: 720px;
    padding: 30px;
    border: 1px solid var(--guide-border);
    border-radius: 14px;
    background: #141414;
    box-shadow: none;
}
.customer-guide-refined .customer-empty-state h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.customer-guide-refined .customer-inline-warning {
    max-width: 1060px;
    margin-top: 13px;
    border-radius: 10px;
}
.customer-guide-refined .customer-footer {
    padding: 14px 0 18px;
    border-top: 1px solid rgba(255,255,255,.05);
    background: transparent;
    color: #696969;
    font-size: 10px;
}
.customer-guide-refined .customer-modal-panel {
    border: 1px solid var(--guide-border-strong);
    border-radius: 18px;
    background: #131313;
}
.customer-guide-refined .customer-modal-close {
    border-color: var(--guide-border-strong);
    background: rgba(12,12,12,.92);
}
.customer-guide-refined .customer-modal-copy {
    background: #131313;
}
.customer-guide-refined .customer-modal-copy h2 {
    color: #fff;
    font-size: clamp(25px,3vw,34px);
}
.customer-guide-refined .customer-modal-cart {
    min-height: 52px;
    padding: 10px 14px;
    font-size: 14px;
}
.customer-guide-refined .customer-modal-product-link {
    min-height: 44px;
    border-color: var(--guide-border-strong);
    border-radius: 9px;
    background: #171717;
    color: #eee;
    font-size: 12px;
}
.customer-guide-refined .customer-modal-cart-note {
    color: #777;
}

@media (max-width: 980px) {
    .customer-guide-refined .customer-measure-layout {
        grid-template-columns: 1fr;
        max-width: 760px;
    }
    .customer-guide-refined .customer-measure-form {
        border-top: 1px solid var(--guide-border);
        border-left: 0;
    }
    .customer-guide-refined .customer-result-tools {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .customer-guide-refined .customer-product-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 720px) {
    .customer-guide-refined .shell {
        width: min(100% - 24px, 1120px);
    }
    .customer-guide-refined .customer-module-header-inner {
        padding: 17px 0 16px;
    }
    .customer-guide-refined .customer-module-heading {
        padding-left: 14px;
    }
    .customer-guide-refined .customer-module-header h1 {
        font-size: 30px;
    }
    .customer-guide-refined .customer-module-header p {
        font-size: 12px;
    }
    .customer-guide-refined .customer-main {
        padding-top: 22px;
    }
    .customer-guide-refined .customer-fast-category-grid,
    .customer-guide-refined .customer-type-grid,
    .customer-guide-refined .customer-product-grid,
    .customer-guide-refined .customer-result-tools {
        grid-template-columns: 1fr;
    }
    .customer-guide-refined .customer-fast-category-card {
        grid-template-columns: 62px minmax(0,1fr) 34px;
        gap: 14px;
        min-height: 138px;
        padding: 18px;
    }
    .customer-guide-refined .customer-fast-category-card .category-icon {
        width: 62px;
        height: 62px;
        border-radius: 12px;
    }
    .customer-guide-refined .customer-fast-category-card .category-icon .guide-svg-icon {
        width: 38px;
        height: 38px;
    }
    .customer-guide-refined .customer-fast-card-copy strong {
        font-size: 25px;
    }
    .customer-guide-refined .customer-fast-card-copy > span {
        font-size: 12px;
    }
    .customer-guide-refined .customer-fast-card-copy em {
        display: none;
    }
    .customer-guide-refined .customer-card-arrow {
        width: 34px;
        height: 34px;
    }
    .customer-guide-refined .customer-stepper {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 4px 1px 7px;
    }
    .customer-guide-refined .customer-step b {
        display: none;
    }
    .customer-guide-refined .customer-stepper > i {
        flex: 0 0 32px;
        min-width: 32px;
        margin: 0 7px;
    }
    .customer-guide-refined .customer-measure-help,
    .customer-guide-refined .customer-measure-form {
        padding: 24px 20px;
    }
    .customer-guide-refined .customer-measure-help h2,
    .customer-guide-refined .customer-measure-form h2 {
        font-size: 27px;
    }
    .customer-guide-refined .customer-type-card {
        grid-template-columns: 50px minmax(0,1fr);
        gap: 13px;
        min-height: 126px;
        padding: 17px;
    }
    .customer-guide-refined .customer-type-icon {
        width: 50px;
        height: 50px;
    }
    .customer-guide-refined .customer-type-icon .guide-svg-icon {
        width: 31px;
        height: 31px;
    }
    .customer-guide-refined .customer-type-title-row strong {
        font-size: 20px;
    }
    .customer-guide-refined .customer-result-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .customer-guide-refined .customer-modal-panel {
        border-radius: 16px 16px 0 0;
    }
}

@media (max-width: 420px) {
    .customer-guide-refined .customer-fast-category-card {
        grid-template-columns: 54px minmax(0,1fr);
    }
    .customer-guide-refined .customer-card-arrow {
        display: none;
    }
    .customer-guide-refined .customer-fast-category-card .category-icon {
        width: 54px;
        height: 54px;
    }
    .customer-guide-refined .customer-fast-category-card .category-icon .guide-svg-icon {
        width: 33px;
        height: 33px;
    }
}


/* v7.4.1 — cleaner embedded start page */
.customer-guide-refined .customer-start-fast {
    padding-top: 42px;
}
.customer-guide-refined .customer-fast-intro {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}
.customer-guide-refined .customer-fast-intro .customer-section-overline {
    margin-left: auto;
    margin-right: auto;
}
.customer-guide-refined .customer-fast-intro h2 {
    margin-left: auto;
    margin-right: auto;
}
.customer-guide-refined .customer-fast-intro p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 760px) {
    .customer-guide-refined .customer-start-fast {
        padding-top: 28px;
    }
    .customer-guide-refined .customer-fast-intro {
        margin-bottom: 22px;
    }
}

/* v7.5 — helmet measurement UI rebuild */
.customer-guide-refined .customer-module-header-inner {
    padding: 16px 0 15px;
}
.customer-guide-refined .customer-module-heading {
    max-width: 920px;
    padding-left: 0;
}
.customer-guide-refined .customer-module-heading::before {
    display: none;
}
.customer-guide-refined .customer-module-overline {
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: .16em;
}
.customer-guide-refined .customer-module-header h1 {
    font-size: clamp(29px, 3vw, 38px);
    line-height: 1;
}
.customer-guide-refined .customer-module-header p {
    margin-top: 5px;
    font-size: 13px;
}
.customer-guide-refined .customer-back-nav {
    max-width: 1020px;
    padding-top: 12px;
}
.customer-guide-refined .customer-back-nav a {
    font-size: 12px;
}
.customer-guide-refined .customer-main.customer-measure-page {
    max-width: 1100px;
    padding-top: 18px;
}
.customer-guide-refined .customer-stepper {
    max-width: 760px;
    margin-bottom: 18px;
}
.customer-guide-refined .customer-stepper > i {
    max-width: 78px;
    margin: 0 9px;
}
.customer-guide-refined .customer-step b {
    font-size: 9px;
    letter-spacing: .07em;
}
.customer-guide-refined .customer-step-index {
    width: 27px;
    height: 27px;
}

.customer-guide-refined .customer-measure-layout-v2 {
    grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr);
    max-width: 1020px;
    min-height: 430px;
    border-radius: 16px;
    background: #121212;
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-help,
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form {
    padding: 28px 30px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-help {
    display: flex;
    flex-direction: column;
    background: linear-gradient(155deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form {
    justify-content: flex-start;
    padding-top: 58px;
    border-left-color: rgba(255,255,255,.08);
    background: #0f0f0f;
}
.customer-guide-refined .customer-panel-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.customer-guide-refined .customer-panel-heading-row h2,
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form h2 {
    margin: 7px 0 0;
    font-size: 29px;
    line-height: 1;
}
.customer-guide-refined .customer-panel-step {
    color: rgba(255,255,255,.06);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: .8;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-illustration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin: 6px 0 12px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-art {
    width: min(100%, 220px);
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-art .art-main {
    stroke: #747474;
    stroke-width: 3.5;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-art .art-detail {
    stroke: #4e4e4e;
    stroke-width: 2.6;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-art .art-accent {
    stroke-width: 4.5;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-art .art-marker {
    fill: var(--guide-yellow);
    stroke: none;
}
.customer-guide-refined .customer-measure-caption {
    display: block;
    margin-top: -4px;
    color: #999;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-instructions {
    gap: 7px;
    margin-top: 0;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-instructions li {
    display: grid;
    gap: 1px;
    min-height: 0;
    padding: 2px 0 2px 36px;
    color: #eee;
    font-size: 12px;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-instructions li::before {
    top: 3px;
    width: 23px;
    height: 23px;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-instructions li b {
    font-weight: 700;
}
.customer-guide-refined .customer-measure-layout-v2 .measure-instructions li span {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #9d9d9d;
    font-size: 11px;
    line-height: 1.35;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-context-help {
    grid-template-columns: 28px minmax(0,1fr) 16px;
    gap: 10px;
    margin-top: auto;
    padding-top: 13px;
    font-size: 11px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-context-help > span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: inherit;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-context-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,189,0,.35);
    border-radius: 50%;
    background: rgba(255,189,0,.08);
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-context-copy {
    min-width: 0;
}
.customer-guide-refined .customer-context-copy b,
.customer-guide-refined .customer-context-copy small {
    display: block;
}
.customer-guide-refined .customer-context-copy b {
    margin: 0;
    color: #f2f2f2;
    font-size: 11px;
    line-height: 1.25;
}
.customer-guide-refined .customer-context-copy small {
    margin-top: 2px;
    color: #858585;
    font-size: 10px;
    line-height: 1.3;
}
.customer-guide-refined .customer-form-copy {
    margin-bottom: 22px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form > p,
.customer-guide-refined .customer-form-copy p {
    margin: 8px 0 0;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 1.45;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-big-input > span {
    margin-bottom: 8px;
    color: #efefef;
    font-size: 12px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-big-input input {
    min-height: 64px;
    padding: 10px 18px;
    font-size: 34px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-big-input b {
    min-height: 64px;
    min-width: 60px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-validation {
    min-height: 29px;
    padding-top: 6px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-optional-field {
    margin-top: 10px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px;
    background: #151515;
    box-shadow: none;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-optional-field summary {
    min-height: 46px;
    padding: 0 14px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-optional-field label {
    padding: 0 14px 14px;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    margin-top: 14px;
    border-radius: 10px;
    background: var(--guide-yellow);
    color: #111;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-measure-layout-v2 .customer-submit:disabled {
    border: 1px solid rgba(255,255,255,.09);
    background: #1d1d1d;
    color: #686868;
    opacity: 1;
    cursor: not-allowed;
}
.customer-guide-refined .customer-form-footnote {
    margin: 11px auto 0 !important;
    max-width: 48ch;
    color: #696969 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    text-align: center;
}

@media (max-width: 980px) {
    .customer-guide-refined .customer-measure-layout-v2 {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
    .customer-guide-refined .customer-measure-layout-v2 .customer-measure-form {
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,.08);
        border-left: 0;
    }
}
@media (max-width: 720px) {
    .customer-guide-refined .customer-module-header-inner {
        padding: 13px 0 12px;
    }
    .customer-guide-refined .customer-module-header h1 {
        font-size: 28px;
    }
    .customer-guide-refined .customer-module-header p {
        font-size: 12px;
    }
    .customer-guide-refined .customer-measure-layout-v2 .customer-measure-help,
    .customer-guide-refined .customer-measure-layout-v2 .customer-measure-form {
        padding: 22px;
    }
    .customer-guide-refined .customer-panel-heading-row h2,
    .customer-guide-refined .customer-measure-layout-v2 .customer-measure-form h2 {
        font-size: 25px;
    }
    .customer-guide-refined .customer-panel-step {
        font-size: 46px;
    }
    .customer-guide-refined .customer-measure-layout-v2 .measure-illustration {
        min-height: 132px;
    }
    .customer-guide-refined .customer-measure-layout-v2 .customer-measure-art {
        width: min(100%, 190px);
    }
}

/* v7.6 — compact embedded header, correct type hierarchy and stronger video CTA */
.customer-guide-refined {
    font-family: "Roboto", Arial, sans-serif;
    font-synthesis: none;
}
.customer-guide-refined h1,
.customer-guide-refined h2,
.customer-guide-refined h3,
.customer-guide-refined .customer-fast-card-copy strong,
.customer-guide-refined .customer-type-card strong,
.customer-guide-refined .customer-product-content h3 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.018em;
    text-transform: none;
}

/* Index is an embedded module: no duplicated logo/title header at all. */
.customer-guide-refined .customer-start-fast {
    padding-top: 34px;
}

/* Inner guide pages get a small page intro, not a full-width hero. */
.customer-guide-refined .customer-module-header {
    border: 0;
    background: transparent;
}
.customer-guide-refined .customer-module-header-inner {
    max-width: 1020px;
    padding: 18px 0 6px;
}
.customer-guide-refined .customer-module-heading {
    max-width: 760px;
}
.customer-guide-refined .customer-module-overline {
    display: block;
    margin: 0 0 3px;
    color: var(--guide-yellow);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}
.customer-guide-refined .customer-module-overline::before,
.customer-guide-refined .customer-module-overline i {
    display: none;
}
.customer-guide-refined .customer-module-header h1 {
    margin: 0;
    font-size: clamp(25px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.03;
    text-transform: none;
}
.customer-guide-refined .customer-module-header p {
    margin: 4px 0 0;
    max-width: 650px;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 1.4;
}
.customer-guide-refined .customer-back-nav {
    max-width: 1020px;
    padding-top: 6px;
}
.customer-guide-refined .customer-back-nav a {
    color: #bdbdbd;
    font-size: 11px;
    font-weight: 500;
}
.customer-guide-refined .customer-back-nav a:hover {
    color: #fff;
}
.customer-guide-refined .customer-main.customer-measure-page {
    padding-top: 10px;
}
.customer-guide-refined .customer-stepper {
    margin-bottom: 14px;
}

/* Remove the over-styled AI-looking all-caps treatment. */
.customer-guide-refined .customer-fast-intro h2,
.customer-guide-refined .customer-panel-heading-row h2,
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form h2,
.customer-guide-refined .customer-type-intro h2,
.customer-guide-refined .customer-result-intro h2,
.customer-guide-refined .customer-section-heading h2,
.customer-guide-refined .customer-fast-card-copy strong {
    font-weight: 700;
    letter-spacing: -.018em;
    text-transform: none;
}
.customer-guide-refined .customer-fast-intro h2 {
    font-size: clamp(31px, 4vw, 43px);
}
.customer-guide-refined .customer-fast-card-copy strong {
    font-size: 27px;
}
.customer-guide-refined .customer-panel-heading-row h2,
.customer-guide-refined .customer-measure-layout-v2 .customer-measure-form h2 {
    font-size: 28px;
}
.customer-guide-refined .customer-section-overline,
.customer-guide-refined .customer-panel-overline,
.customer-guide-refined .customer-fast-card-copy small {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
}

/* Video is useful and should look intentional without taking over the flow. */
.customer-guide-refined .customer-video-spotlight {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin-top: auto;
    padding: 14px;
    border: 1px solid rgba(255,189,0,.34);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,189,0,.10), rgba(255,189,0,.025));
    color: #fff;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.customer-guide-refined .customer-video-spotlight:hover {
    border-color: rgba(255,189,0,.62);
    background: linear-gradient(135deg, rgba(255,189,0,.15), rgba(255,189,0,.04));
    transform: translateY(-1px);
}
.customer-guide-refined .customer-video-spotlight-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--guide-yellow);
    color: #101010;
    box-shadow: 0 8px 22px rgba(255,189,0,.18);
}
.customer-guide-refined .customer-video-spotlight-icon .guide-svg-icon {
    width: 22px;
    height: 22px;
    stroke-width: 2.3;
}
.customer-guide-refined .customer-video-spotlight-copy {
    display: block;
    min-width: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}
.customer-guide-refined .customer-video-spotlight-copy small,
.customer-guide-refined .customer-video-spotlight-copy b,
.customer-guide-refined .customer-video-spotlight-copy span {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}
.customer-guide-refined .customer-video-spotlight-copy small {
    margin-bottom: 2px;
    color: var(--guide-yellow);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}
.customer-guide-refined .customer-video-spotlight-copy b {
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.18;
}
.customer-guide-refined .customer-video-spotlight-copy span {
    margin-top: 3px;
    color: #a7a7a7;
    font-size: 10px;
    line-height: 1.3;
}
.customer-guide-refined .customer-video-spotlight-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: auto;
    height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(0,0,0,.18);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}
.customer-guide-refined .customer-video-spotlight-action .guide-svg-icon {
    width: 15px;
    height: 15px;
}
.customer-guide-refined .customer-video-spotlight:hover .customer-video-spotlight-action {
    border-color: rgba(255,189,0,.45);
    color: var(--guide-yellow);
}

@media (max-width: 720px) {
    .customer-guide-refined .customer-module-header-inner {
        padding: 14px 0 4px;
    }
    .customer-guide-refined .customer-module-header h1 {
        font-size: 25px;
    }
    .customer-guide-refined .customer-module-header p {
        font-size: 12px;
    }
    .customer-guide-refined .customer-video-spotlight {
        grid-template-columns: 42px minmax(0,1fr);
        padding: 12px;
    }
    .customer-guide-refined .customer-video-spotlight-icon {
        width: 42px;
        height: 42px;
    }
    .customer-guide-refined .customer-video-spotlight-action {
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
    }
}

/* v7.7 — clearer navigation and subtle result filter hierarchy */
.customer-guide-refined .customer-back-nav {
    display: flex;
    align-items: center;
    min-height: 46px;
}
.customer-guide-refined .customer-back-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px 0 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.025);
    color: #d7d7d7;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.customer-guide-refined .customer-back-nav a .customer-back-icon {
    width: 15px;
    height: 15px;
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-back-nav a:hover {
    border-color: rgba(255,189,0,.42);
    background: rgba(255,189,0,.07);
    color: #fff;
    transform: translateX(-1px);
}
.customer-guide-refined .customer-back-nav a:focus-visible {
    outline: 2px solid var(--guide-yellow);
    outline-offset: 3px;
}

.customer-guide-refined .customer-result-tools {
    position: relative;
    overflow: hidden;
    padding-top: 18px;
    border-color: rgba(255,255,255,.12);
    background:
        linear-gradient(180deg, rgba(255,189,0,.028), rgba(255,255,255,.012) 48px),
        #111;
    box-shadow: inset 3px 0 0 rgba(255,189,0,.55);
}
.customer-guide-refined .customer-result-tools-heading {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: -2px 0 2px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255,255,255,.075);
}
.customer-guide-refined .customer-result-tools-icon {
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,189,0,.28);
    border-radius: 8px;
    background: rgba(255,189,0,.07);
    color: var(--guide-yellow);
}
.customer-guide-refined .customer-result-tools-icon .guide-svg-icon {
    width: 15px;
    height: 15px;
    stroke-width: 2.1;
}
.customer-guide-refined .customer-result-tools-heading > span:last-child {
    display: block;
    min-width: 0;
}
.customer-guide-refined .customer-result-tools-heading b,
.customer-guide-refined .customer-result-tools-heading small {
    display: block;
}
.customer-guide-refined .customer-result-tools-heading b {
    color: #f2f2f2;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}
.customer-guide-refined .customer-result-tools-heading small {
    margin-top: 2px;
    color: #7f7f7f;
    font-size: 10px;
    line-height: 1.3;
}
.customer-guide-refined .customer-result-tools label > span {
    color: #bdbdbd;
}
.customer-guide-refined .customer-result-tools select,
.customer-guide-refined .customer-close-toggle {
    border-color: rgba(255,255,255,.11);
    background: #0c0c0c;
}
.customer-guide-refined .customer-result-tools select:hover,
.customer-guide-refined .customer-close-toggle:hover {
    border-color: rgba(255,189,0,.28);
}
.customer-guide-refined .customer-result-tools .button {
    box-shadow: 0 6px 18px rgba(255,189,0,.10);
}

@media (max-width: 760px) {
    .customer-guide-refined .customer-back-nav {
        min-height: 42px;
    }
    .customer-guide-refined .customer-back-nav a {
        min-height: 32px;
        padding-inline: 9px 11px;
    }
    .customer-guide-refined .customer-result-tools {
        padding-top: 16px;
    }
    .customer-guide-refined .customer-result-tools-heading {
        padding-bottom: 10px;
    }
}

/* v7.8 — complete boot guide flow */
.customer-guide-refined .customer-boot-layout-v2 {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    max-width: 1020px;
    min-height: 430px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    background: #121212;
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-help,
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-form {
    min-width: 0;
    padding: 28px 30px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-help {
    display: flex;
    flex-direction: column;
    background: linear-gradient(155deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-form {
    justify-content: flex-start;
    padding-top: 54px;
    border-left: 1px solid rgba(255,255,255,.08);
    background: #0f0f0f;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-panel-heading-row h2,
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-form h2 {
    margin: 7px 0 0;
    font-size: 29px;
    line-height: 1.02;
}
.customer-guide-refined .customer-boot-layout-v2 .boot-illustration {
    display: grid;
    place-items: center;
    min-height: 165px;
    margin: 8px 0 4px;
    color: inherit;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot {
    width: min(100%, 230px);
    height: auto;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot .art-main {
    stroke: #747474;
    stroke-width: 3.5;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot .art-detail {
    stroke: #4e4e4e;
    stroke-width: 2.6;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot .art-accent {
    stroke: var(--guide-yellow);
    stroke-width: 4;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot .art-tick {
    stroke: var(--guide-yellow);
    stroke-width: 3;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-measure-caption {
    margin: 0 0 16px;
    color: #999;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}
.customer-guide-refined .customer-boot-instructions {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: boot-steps;
}
.customer-guide-refined .customer-boot-instructions li {
    position: relative;
    display: grid;
    gap: 1px;
    min-height: 28px;
    padding: 2px 0 2px 36px;
    counter-increment: boot-steps;
}
.customer-guide-refined .customer-boot-instructions li::before {
    content: counter(boot-steps);
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(255,189,0,.45);
    border-radius: 50%;
    background: rgba(255,189,0,.08);
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 700;
}
.customer-guide-refined .customer-boot-instructions li b {
    color: #efefef;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.customer-guide-refined .customer-boot-instructions li span {
    color: #969696;
    font-size: 11px;
    line-height: 1.35;
}
.customer-guide-refined .customer-boot-form > p {
    margin: 8px 0 22px;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 1.45;
}
.customer-guide-refined .customer-boot-size-field > span {
    margin-bottom: 8px;
    color: #efefef;
    font-size: 12px;
    font-weight: 700;
}
.customer-guide-refined .customer-boot-size-field select {
    min-height: 62px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: #0b0b0b;
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.customer-guide-refined .customer-boot-size-field select:focus {
    outline: 2px solid rgba(255,189,0,.55);
    outline-offset: 2px;
    border-color: var(--guide-yellow);
}
.customer-guide-refined .customer-boot-layout-v2 .customer-validation {
    min-height: 31px;
    margin-top: 8px;
    padding: 6px 2px 0;
    border: 0;
    background: transparent;
    color: #777;
    font-size: 11px;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-validation.is-success {
    color: #7bd4a5;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-optional-field {
    margin-top: 10px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px;
    background: #151515;
    box-shadow: none;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-optional-field summary {
    min-height: 46px;
    padding: 0 14px;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-optional-field label {
    padding: 0 14px 14px;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    margin-top: 14px;
    border-radius: 10px;
    background: var(--guide-yellow);
    color: #111;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-boot-layout-v2 .customer-submit:disabled {
    border: 1px solid rgba(255,255,255,.09);
    background: #1d1d1d;
    color: #686868;
    opacity: 1;
    cursor: not-allowed;
}
.customer-guide-refined .customer-boot-result-intro {
    max-width: none;
}
.customer-guide-refined .customer-boot-result-tools {
    grid-template-columns: minmax(165px,.9fr) minmax(190px,1.1fr) minmax(190px,1fr) auto;
}
.customer-guide-refined .customer-boot-result-summary {
    display: flex;
    align-items: center;
    gap: 9px;
}
.customer-guide-refined .customer-boot-result-summary > span {
    color: #989898;
    font-size: 12px;
}
.customer-guide-refined .customer-boot-product-grid [hidden] {
    display: none !important;
}
.customer-guide-refined .customer-load-more {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    margin: 24px 0 4px;
}
.customer-guide-refined .customer-load-more[hidden] {
    display: none;
}
.customer-guide-refined .customer-load-more .customer-more-button {
    width: auto;
    min-width: 210px;
    padding-inline: 20px;
}
.customer-guide-refined .customer-load-more > span {
    color: #747474;
    font-size: 10px;
}
.customer-guide-refined .customer-load-more > i {
    position: absolute;
    bottom: -180px;
    width: 1px;
    height: 1px;
}
.customer-guide-refined .customer-empty-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.customer-guide-refined .customer-empty-actions .customer-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    text-decoration: none;
}

@media (max-width: 980px) {
    .customer-guide-refined .customer-boot-layout-v2 {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
    .customer-guide-refined .customer-boot-layout-v2 .customer-measure-form {
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,.08);
        border-left: 0;
    }
    .customer-guide-refined .customer-boot-result-tools {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .customer-guide-refined .customer-boot-result-tools .customer-result-tools-heading {
        grid-column: 1 / -1;
    }
}
@media (max-width: 720px) {
    .customer-guide-refined .customer-boot-layout-v2 .customer-measure-help,
    .customer-guide-refined .customer-boot-layout-v2 .customer-measure-form {
        padding: 22px;
    }
    .customer-guide-refined .customer-boot-layout-v2 .customer-panel-heading-row h2,
    .customer-guide-refined .customer-boot-layout-v2 .customer-measure-form h2 {
        font-size: 25px;
    }
    .customer-guide-refined .customer-boot-layout-v2 .boot-illustration {
        min-height: 135px;
    }
    .customer-guide-refined .customer-boot-layout-v2 .customer-measure-art-boot {
        width: min(100%, 190px);
    }
    .customer-guide-refined .customer-boot-result-tools {
        grid-template-columns: 1fr;
    }
    .customer-guide-refined .customer-empty-actions {
        display: grid;
    }
    .customer-guide-refined .customer-empty-actions > * {
        width: 100% !important;
    }
}

/* v9.9 — measured boots + glove guide */
.customer-fast-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.customer-foot-measure-art,
.customer-glove-art {
    display: grid;
    place-items: center;
    min-height: 190px;
    margin: 8px 0 12px;
}
.customer-foot-measure-art svg {
    width: min(300px, 92%);
    height: auto;
    overflow: visible;
}
.customer-foot-measure-art .art-main,
.customer-measure-art-glove .art-main {
    stroke: #777;
    stroke-width: 4;
}
.customer-foot-measure-art .art-accent,
.customer-foot-measure-art .art-muted,
.customer-measure-art-glove .art-accent,
.customer-measure-art-glove .art-tick {
    stroke: var(--yellow);
    stroke-width: 4;
}
.customer-foot-measure-art .art-muted {
    stroke: #4f4f4f;
    stroke-width: 2;
    stroke-dasharray: 5 6;
}
.customer-glove-art .customer-measure-art {
    width: min(250px, 84%);
    height: auto;
}
.customer-measure-art-glove .art-detail {
    stroke: #777;
    stroke-width: 3;
}
.customer-measure-source-note {
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1.5;
}
.customer-dual-measure-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.customer-dual-measure-fields .customer-big-input input {
    min-width: 0;
}
.customer-glove-guide .customer-select-field {
    margin-top: 14px;
}
.customer-glove-result-tools {
    grid-template-columns: minmax(210px, 1.15fr) repeat(5, minmax(130px, .75fr)) auto auto;
}
.customer-boot-result-tools {
    grid-template-columns: minmax(210px, 1.15fr) repeat(3, minmax(150px, .85fr)) auto auto;
}
.customer-product-card .customer-size-result small {
    line-height: 1.35;
}
@media (max-width: 1120px) {
    .customer-fast-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .customer-glove-result-tools,
    .customer-boot-result-tools { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .customer-result-tools-heading { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
    .customer-fast-category-grid,
    .customer-dual-measure-fields,
    .customer-glove-result-tools,
    .customer-boot-result-tools { grid-template-columns: 1fr; }
    .customer-foot-measure-art,
    .customer-glove-art { min-height: 150px; }
}

/* v10.0 — unified measurement panels, technical illustrations, lazy images and scroll-to-top */
.customer-guide-refined .customer-measure-layout-unified {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    width: 100%;
    max-width: 1060px;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: #101010;
    box-shadow: 0 22px 64px rgba(0,0,0,.30);
}
.customer-guide-refined .customer-measure-layout-unified .customer-instruction-panel,
.customer-guide-refined .customer-measure-layout-unified .customer-action-panel {
    min-width: 0;
    min-height: 100%;
    padding: 30px 32px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.customer-guide-refined .customer-measure-layout-unified .customer-instruction-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,189,0,.075), transparent 30%),
        linear-gradient(155deg, #181818 0%, #141414 58%, #121212 100%);
}
.customer-guide-refined .customer-measure-layout-unified .customer-instruction-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 3px;
    height: 58px;
    border-radius: 0 4px 4px 0;
    background: var(--guide-yellow);
    box-shadow: 0 0 18px rgba(255,189,0,.22);
}
.customer-guide-refined .customer-measure-layout-unified .customer-action-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 34px;
    border-left: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,.012), transparent 44%),
        #0c0c0c;
}
.customer-guide-refined .customer-measure-layout-unified .customer-section-overline,
.customer-guide-refined .customer-measure-layout-unified .customer-panel-overline {
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.customer-guide-refined .customer-measure-layout-unified .customer-instruction-panel > h2,
.customer-guide-refined .customer-measure-layout-unified .customer-panel-heading-row h2,
.customer-guide-refined .customer-measure-layout-unified .customer-action-panel h2 {
    margin: 7px 0 0;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(25px, 2.3vw, 31px);
    font-weight: 700;
    line-height: 1.04;
}
.customer-guide-refined .customer-measure-layout-unified .measure-illustration,
.customer-guide-refined .customer-measure-layout-unified .customer-foot-measure-art,
.customer-guide-refined .customer-measure-layout-unified .customer-glove-art {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 176px;
    margin: 8px 0 12px;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art {
    width: min(100%, 270px);
    height: auto;
    overflow: visible;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-main {
    stroke: #858585;
    stroke-width: 3.2;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-detail {
    stroke: #555;
    stroke-width: 2.4;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-surface,
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-paper,
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-wall {
    stroke: #3f3f3f;
    stroke-width: 2;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-paper {
    fill: rgba(255,255,255,.018);
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-accent,
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-tick,
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-arrow {
    stroke: var(--guide-yellow);
    stroke-width: 3.6;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-guide {
    stroke: rgba(255,189,0,.46);
    stroke-width: 2;
    stroke-dasharray: 5 6;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-art .art-marker {
    fill: var(--guide-yellow);
    stroke: none;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-caption {
    display: block;
    width: auto;
    height: auto;
    margin-top: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8f8f8f;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}
.customer-guide-refined .customer-measure-layout-unified .measure-instructions {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: measurement-steps;
}
.customer-guide-refined .customer-measure-layout-unified .measure-instructions li {
    position: relative;
    display: grid;
    gap: 2px;
    min-height: 28px;
    padding: 1px 0 1px 37px;
    counter-increment: measurement-steps;
}
.customer-guide-refined .customer-measure-layout-unified .measure-instructions li::before {
    content: counter(measurement-steps);
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,189,0,.48);
    border-radius: 50%;
    background: rgba(255,189,0,.08);
    color: var(--guide-yellow);
    font-size: 10px;
    font-weight: 700;
}
.customer-guide-refined .customer-measure-layout-unified .measure-instructions li b {
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.customer-guide-refined .customer-measure-layout-unified .measure-instructions li span {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #9a9a9a;
    font-size: 11px;
    line-height: 1.42;
}
.customer-guide-refined .customer-measure-layout-unified .customer-measure-source-note {
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(255,255,255,.075);
    color: #8c8c8c;
    font-size: 11px;
    line-height: 1.5;
}
.customer-guide-refined .customer-measure-layout-unified .customer-action-panel > p,
.customer-guide-refined .customer-measure-layout-unified .customer-form-copy p {
    max-width: 54ch;
    margin: 8px 0 22px;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 1.5;
}
.customer-guide-refined .customer-measure-layout-unified .customer-dual-measure-fields {
    gap: 14px;
}
.customer-guide-refined .customer-measure-layout-unified .customer-big-input input {
    min-height: 64px;
    border-color: rgba(255,255,255,.13);
    background: #080808;
}
.customer-guide-refined .customer-measure-layout-unified .customer-big-input b {
    min-height: 64px;
    border-color: rgba(255,255,255,.13);
    background: #151515;
}
.customer-guide-refined .customer-measure-layout-unified .customer-optional-field {
    background: #121212;
}
.customer-guide-refined .customer-measure-layout-unified .customer-submit {
    margin-top: 14px;
}

/* Images: native lazy loading plus a subtle reveal when decoded. */
.customer-guide-page img[loading="lazy"] {
    content-visibility: auto;
}
.customer-guide-page img[data-lazy-ready="1"] {
    transition: opacity .18s ease;
}
.customer-guide-page img[data-lazy-ready="1"]:not(.is-image-loaded) {
    opacity: .001;
}
.customer-guide-page img.is-image-loaded {
    opacity: 1;
}

/* Floating top button for long result pages. */
.customer-scroll-top {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 90;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255,189,0,.55);
    border-radius: 50%;
    background: rgba(14,14,14,.94);
    color: var(--guide-yellow);
    box-shadow: 0 12px 32px rgba(0,0,0,.36);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    cursor: pointer;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease, background .18s ease;
    backdrop-filter: blur(8px);
}
.customer-scroll-top .guide-svg-icon {
    width: 20px;
    height: 20px;
}
.customer-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.customer-scroll-top:hover,
.customer-scroll-top:focus-visible {
    outline: none;
    background: var(--guide-yellow);
    color: #111;
}

@media (min-width: 821px) {
    .customer-guide-refined .customer-measure-layout-unified,
    .customer-guide-refined .customer-boot-layout-v2,
    .customer-guide-refined .customer-glove-layout-v2 {
        display: grid;
        grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
        max-width: 1060px;
    }
    .customer-guide-refined .customer-measure-layout-unified .customer-action-panel {
        border-top: 0;
        border-left: 1px solid rgba(255,255,255,.08);
    }
}
@media (max-width: 820px) {
    .customer-guide-refined .customer-measure-layout-unified,
    .customer-guide-refined .customer-boot-layout-v2,
    .customer-guide-refined .customer-glove-layout-v2 {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 720px;
    }
    .customer-guide-refined .customer-measure-layout-unified .customer-action-panel {
        padding-top: 28px;
        border-top: 1px solid rgba(255,255,255,.08);
        border-left: 0;
    }
}
@media (max-width: 600px) {
    .customer-guide-refined .customer-measure-layout-unified .customer-instruction-panel,
    .customer-guide-refined .customer-measure-layout-unified .customer-action-panel {
        padding: 22px;
    }
    .customer-guide-refined .customer-measure-layout-unified .customer-measure-art {
        width: min(100%, 235px);
    }
    .customer-guide-refined .customer-measure-layout-unified .measure-illustration,
    .customer-guide-refined .customer-measure-layout-unified .customer-foot-measure-art,
    .customer-guide-refined .customer-measure-layout-unified .customer-glove-art {
        min-height: 150px;
    }
    .customer-scroll-top {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
    }
}

/* v10.3 — only verified size profiles may create recommendations */
.customer-match-policy-note {
    display: flex;
    align-items: flex-start;
    gap: 10px 16px;
    margin: -2px 0 18px;
    padding: 12px 15px;
    border-left: 3px solid var(--yellow);
    border-radius: 0 10px 10px 0;
    background: rgba(255, 185, 0, .055);
    color: #b9b9b9;
    font-size: 12px;
    line-height: 1.45;
}
.customer-match-policy-note b {
    flex: 0 0 auto;
    color: #f3f3f3;
    font-size: 12px;
}
.customer-match-policy-note span {
    min-width: 0;
}
@media (max-width: 680px) {
    .customer-match-policy-note {
        display: grid;
        gap: 3px;
    }
}
