:root {
    --ink: #332f36;
    --ink-rgb: 51, 47, 54;
    --muted: #625b66;
    --paper: #f1edf3;
    --paper-rgb: 241, 237, 243;
    --paper-alt: #e7e1ea;
    --paper-deep: #d8cedd;
    --surface: #f7f4f8;
    --accent: #81748b;
    --accent-dark: #5d5067;
    --accent-soft: #c8bdce;
    --accent-rgb: 129, 116, 139;
    --line: #ada4b2;
    --line-strong: #817987;
    --success: #4b6655;
    --font: "Google Sans Flex", "Google Sans", Arial, sans-serif;
    --container: 1440px;
    --section-space: clamp(4.75rem, 9vw, 8.5rem);
    --shadow: 12px 12px 0 var(--accent);
}

.theme-ocean {
    --paper: #edf2f4;
    --paper-rgb: 237,242,244;
    --paper-alt: #dee8eb;
    --paper-deep: #cad9df;
    --surface: #f6fafb;
    --ink: #293840;
    --ink-rgb: 41,56,64;
    --muted: #53666f;
    --accent: #687f91;
    --accent-dark: #465f70;
    --accent-soft: #aec0c8;
    --accent-rgb: 104,127,145;
    --line: #9eafb6;
    --line-strong: #738991;
}

.theme-sage {
    --paper: #eff2eb;
    --paper-rgb: 239,242,235;
    --paper-alt: #e0e6da;
    --paper-deep: #ccd7c7;
    --surface: #f7f9f4;
    --ink: #334037;
    --ink-rgb: 51,64,55;
    --muted: #58685d;
    --accent: #758370;
    --accent-dark: #53624f;
    --accent-soft: #b8c2b3;
    --accent-rgb: 117,131,112;
    --line: #a4b09f;
    --line-strong: #788676;
}

.theme-clay {
    --paper: #f3eee9;
    --paper-rgb: 243,238,233;
    --paper-alt: #e9dfd8;
    --paper-deep: #dbc9bf;
    --surface: #faf6f3;
    --ink: #47342f;
    --ink-rgb: 71,52,47;
    --muted: #6d5952;
    --accent: #95705f;
    --accent-dark: #704c3d;
    --accent-soft: #cab1a5;
    --accent-rgb: 149,112,95;
    --line: #b9a59b;
    --line-strong: #8f776c;
}

.theme-purple {
    --accent: #81748b;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 78px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
}

button, input {
    font: inherit;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

::selection {
    background: var(--accent-dark);
    color: #fff;
}

h2 {
    text-shadow: 4px 4px 0 rgba(var(--accent-rgb), .12);
    font-size: clamp(2rem, 3rem, 4rem) !important;
    line-height: .86;
    letter-spacing: -.068em;
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
}

:focus-visible {
    outline: 3px solid var(--accent-dark) !important;
    outline-offset: 3px;
}

.page-shell {
    min-height: 100vh;
    overflow: clip;
    background: var(--paper);
    color: var(--ink);
}

    .page-shell::before {
        position: fixed;
        z-index: 10000;
        inset: 0;
        pointer-events: none;
        content: "";
        opacity: .055;
        background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(var(--ink-rgb),.15) 5px 6px);
    }

.site-container {
    width: min(100% - 3rem, var(--container));
    margin-inline: auto;
    padding-inline: 0;
}

.section-pad {
    padding-block: var(--section-space);
}

.eyebrow {
    display: inline-block;
    color: var(--accent-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.site-header {
    z-index: 1000;
}

    .site-header .navbar {
        min-height: 70px;
        padding-block: .55rem;
        background: rgba(var(--paper-rgb),.94);
        border-bottom: 2px solid var(--ink);
        backdrop-filter: blur(14px);
    }

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: var(--ink) !important;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: none;
}

.brand-mark {
    display: inline-grid;
    width: 38px;
    height: 34px;
    place-items: center;
    background: var(--accent);
    color: #fff;
    border: 2px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: .72rem;
    line-height: 1;
}

.navbar .nav-link {
    padding: .65rem .75rem !important;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

    .navbar .nav-link:hover {
        color: var(--accent-dark);
    }

.navbar-toggler {
    width: 42px;
    height: 40px;
    padding: .42rem;
    border: 2px solid var(--ink);
    border-radius: 0;
}

.navbar-toggler-icon {
    width: 1.25rem;
}

.nav-tools small {
    margin-right: .25rem;
    color: var(--muted);
    font-size: .55rem;
    text-transform: uppercase;
}

.tool-button, .cart-button {
    min-height: 40px;
    padding: .48rem .62rem;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 0;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .tool-button:hover, .cart-button:hover {
        color: var(--ink);
        background: var(--paper-alt);
        border-color: var(--ink);
    }

.theme-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: .35rem;
    border: 1px solid var(--ink);
    vertical-align: -2px;
}

.theme-dot-purple {
    background: #81748b
}

.theme-dot-ocean {
    background: #687f91
}

.theme-dot-sage {
    background: #758370
}

.theme-dot-clay {
    background: #95705f
}

.cart-button {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.cart-count {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    background: var(--ink);
    color: var(--paper);
}

.dropdown-menu {
    min-width: 180px;
    padding: .45rem;
    background: var(--surface);
    border: 2px solid var(--ink);
    border-radius: 0;
    box-shadow: 5px 5px 0 var(--accent);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .6rem .7rem;
    color: var(--ink);
    font-size: .72rem;
    font-weight: 750;
}

    .dropdown-item > span:first-child {
        width: 28px;
        color: var(--accent-dark);
        font-weight: 900;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background: var(--paper-alt);
        color: var(--ink);
    }

    .dropdown-item.active, .dropdown-item:active {
        background: var(--accent-dark);
        color: #fff;
    }

.btn {
    min-height: 44px;
    border-radius: 0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.primary-button, .secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .8rem 1.1rem;
    border: 2px solid var(--ink);
    transition: transform .17s ease, box-shadow .17s ease, background-color .17s ease, color .17s ease;
}

.primary-button {
    background: var(--ink);
    color: var(--paper);
    box-shadow: 5px 5px 0 var(--accent);
}

    .primary-button:hover {
        background: var(--accent-dark);
        color: #fff;
        transform: translate(3px,3px);
        box-shadow: 2px 2px 0 var(--ink);
    }

.secondary-button {
    background: transparent;
    color: var(--ink);
}

    .secondary-button:hover {
        background: var(--ink);
        color: var(--paper);
        transform: translateY(-2px);
    }

.header-cta {
    min-height: 40px;
    padding-block: .48rem;
    white-space: nowrap;
}

.hero-section {
    position: relative;
    padding-block: clamp(4rem,7vw,7rem);
    background-color: var(--paper);
    background-image: linear-gradient(rgba(var(--accent-rgb),.085) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--accent-rgb),.085) 1px,transparent 1px);
    background-size: 44px 44px;
    border-bottom: 2px solid var(--ink);
}

    .hero-section::after {
        position: absolute;
        right: -12rem;
        bottom: -18rem;
        width: 38rem;
        height: 38rem;
        content: "";
        border: 1px solid rgba(var(--accent-rgb),.28);
        border-radius: 50%;
        box-shadow: 0 0 0 6rem rgba(var(--accent-rgb),.045),0 0 0 12rem rgba(var(--accent-rgb),.035);
        pointer-events: none;
    }

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-copy {
    animation: hero-reveal .55s ease-out both;
}

    .hero-copy h1 {
        max-width: 850px;
        margin: 1rem 0 1.6rem;
        font-size: clamp(3.4rem,7vw,7rem);
        font-weight: 900;
        letter-spacing: -.07em;
        line-height: .84;
        text-transform: uppercase;
    }

        .hero-copy h1 span, .section-title span, .config-intro h3 span {
            color: transparent;
            -webkit-text-stroke: 2px var(--accent-dark);
            text-shadow: 4px 4px 0 rgba(var(--accent-rgb),.12);
        }

    .hero-copy > p {
        max-width: 650px;
        margin-bottom: 2rem;
        color: var(--muted);
        font-size: clamp(1rem,1.4vw,1.16rem);
        font-weight: 500;
        line-height: 1.65;
    }

.hero-actions .btn {
    min-height: 54px;
    padding-inline: 1.35rem;
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-width: 700px;
    margin: 2.7rem 0 0;
    border-top: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
}

    .trust-bar li {
        display: flex;
        align-items: center;
        gap: .65rem;
        min-height: 48px;
        padding: .6rem .7rem;
        border-right: 1px solid var(--line-strong);
        border-bottom: 1px solid var(--line-strong);
        color: var(--muted);
        font-size: .65rem;
        font-weight: 850;
        letter-spacing: .045em;
        text-transform: uppercase;
    }

    .trust-bar span {
        color: var(--accent-dark);
    }

.hero-product {
    position: relative;
    z-index: 2;
    max-width: 690px;
    margin-inline: auto;
    padding: 2.4rem;
    background: rgba(var(--paper-rgb),.75);
    border: 2px solid var(--ink);
    box-shadow: 16px 16px 0 var(--accent);
    transition: transform .35s ease, box-shadow .35s ease;
}

.hero-product {
    animation: hero-fade .65s .08s ease-out both;
}

    .hero-product:hover {
        transform: translateY(-7px) rotate(.35deg);
        box-shadow: 20px 22px 0 var(--accent);
    }

    .hero-product picture {
        display: block;
        overflow: hidden;
        background: var(--paper-alt);
    }

    .hero-product img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit: cover;
        mix-blend-mode: multiply;
    }

.product-coordinate {
    position: absolute;
    z-index: 2;
    padding: .35rem .5rem;
    background: var(--paper);
    border: 1px solid var(--ink);
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .08em;
}

    .product-coordinate.top-left {
        top: 12px;
        left: 12px;
    }

    .product-coordinate.bottom-right {
        right: 12px;
        bottom: 12px;
    }

.hero-product-label {
    display: flex;
    position: absolute;
    right: -2px;
    bottom: 2.4rem;
    left: 2.4rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    background: rgba(51,47,54,.93);
    color: #fff;
}

    .hero-product-label small {
        font-size: .55rem;
        letter-spacing: .1em;
    }

    .hero-product-label strong {
        font-size: .8rem;
    }

.section-heading {
    margin-bottom: clamp(2.5rem,5vw,4.5rem);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(280px,1fr);
    align-items: end;
    gap: 3rem;
}

    .split-heading > p {
        max-width: 500px;
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
    }

.products-section {
    background: var(--paper);
}

.pc-carousel {
    padding-bottom: 4.5rem;
}

.catalog-state {
    display: grid;
    min-height: 220px;
    place-content: center;
    gap: .6rem;
    padding: 2rem;
    text-align: center;
    background: var(--surface);
    border: 3px solid var(--ink);
    box-shadow: var(--shadow);
}

    .catalog-state strong {
        font-size: clamp(1.2rem,2vw,1.8rem);
    }

    .catalog-state span {
        max-width: 680px;
    }

.pc-card {
    overflow: hidden;
    background: var(--surface);
    border: 3px solid var(--ink);
    box-shadow: var(--shadow);
}

.pc-card-visual {
    display: grid;
    position: relative;
    min-height: 620px;
    place-items: center;
    overflow: hidden;
    background-color: var(--paper-deep);
    background-image: radial-gradient(rgba(var(--ink-rgb),.14) 1px,transparent 1px);
    background-size: 18px 18px;
    border-right: 3px solid var(--ink);
}

    .pc-card-visual img {
        width: 90%;
        height: 90%;
        object-fit: contain;
        mix-blend-mode: multiply;
        transition: transform .35s ease;
    }

.pc-card:hover .pc-card-visual img {
    transform: scale(1.035) translateY(-4px);
}

.pc-index, .purpose-badge {
    position: absolute;
    z-index: 2;
    padding: .48rem .65rem;
    background: var(--surface);
    border: 2px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .07em;
}

.pc-index {
    top: 18px;
    left: 18px;
}

.purpose-badge {
    right: 18px;
    bottom: 18px;
    background: var(--accent-dark);
    color: #fff;
}

.pc-card-content {
    padding: clamp(1.8rem,4vw,4rem);
}

.product-code {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.7rem;
    color: var(--accent-dark);
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.pc-card-content h3 {
    margin: 0 0 .65rem;
    font-size: clamp(2.5rem,4vw,4.6rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .95;
}

    .pc-card-content h3.compact-computer-title {
        max-width: 100%;
        font-size: clamp(1.6rem,2.2vw,2rem);
        letter-spacing: -.04em;
        line-height: 1.05;
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

.product-summary {
    max-width: 690px;
    color: var(--muted);
    line-height: 1.6;
}

.pc-details-grid {
    display: grid;
    grid-template-columns: minmax(0,1.65fr) minmax(180px,1fr);
    gap: 1.6rem;
    margin-top: 1.6rem;
}

.spec-list {
    margin: 0;
    border-top: 2px solid var(--ink);
}

    .spec-list div {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 1rem;
        padding: .6rem 0;
        border-bottom: 1px dashed var(--line-strong);
    }

    .spec-list dt {
        color: var(--muted);
        font-size: .6rem;
        font-weight: 850;
    }

    .spec-list dd {
        margin: 0;
        font-size: .76rem;
        font-weight: 800;
    }

.ideal-for {
    padding: 1rem;
    background: var(--paper-alt);
    border: 1px solid var(--line-strong);
}

    .ideal-for small {
        color: var(--accent-dark);
        font-size: .6rem;
        font-weight: 900;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .ideal-for ul {
        margin: .8rem 0 0;
    }

    .ideal-for li {
        margin-top: .45rem;
        font-size: .72rem;
    }

        .ideal-for li::before {
            margin-right: .45rem;
            content: "→";
            color: var(--accent-dark);
        }

.utility-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 1.4rem 0;
}

    .utility-tags li {
        padding: .4rem .55rem;
        border: 1px solid var(--line-strong);
        color: var(--muted);
        font-size: .62rem;
        font-weight: 750;
    }

.pc-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.3rem;
    border-top: 2px solid var(--ink);
}

.price small, .price strong {
    display: block;
}

.price small {
    color: var(--muted);
    font-size: .58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.price strong {
    margin-top: .2rem;
    font-size: clamp(1.8rem,3vw,2.7rem);
    font-weight: 900;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.pc-card-actions {
    display: flex;
    gap: .55rem;
}

.carousel-footer {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
}

.carousel-indicators {
    position: static;
    justify-content: flex-start;
    margin: 0;
}

    .carousel-indicators [data-bs-target] {
        width: 48px;
        height: 9px;
        margin: 0 .5rem 0 0;
        background: var(--line);
        border: 2px solid var(--ink);
        opacity: 1;
    }

    .carousel-indicators .active {
        background: var(--accent-dark);
    }

.carousel-navigation {
    display: flex;
    gap: .55rem;
}

    .carousel-navigation button {
        display: grid;
        width: 52px;
        height: 52px;
        place-items: center;
        background: var(--surface);
        color: var(--ink);
        border: 2px solid var(--ink);
        font-size: 1.2rem;
    }

        .carousel-navigation button:hover {
            background: var(--ink);
            color: var(--paper);
        }

.selection-notice {
    display: flex;
    align-items: center;
    gap: .9rem;
    margin-top: 1.5rem;
    padding: .85rem 1rem;
    background: var(--surface);
    border: 2px solid var(--ink);
    box-shadow: 5px 5px 0 var(--accent);
}

    .selection-notice > span {
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
        background: var(--success);
        color: #fff;
    }

    .selection-notice small, .selection-notice strong {
        display: block;
    }

    .selection-notice small {
        color: var(--muted);
        font-size: .55rem;
        text-transform: uppercase;
    }

    .selection-notice a {
        margin-left: auto;
        color: var(--accent-dark);
        font-size: .65rem;
        font-weight: 900;
        text-transform: uppercase;
    }

.configurator-section {
    background: var(--paper-alt);
    border-block: 2px solid var(--ink);
}

.config-window {
    overflow: hidden;
    background: var(--surface);
    border: 3px solid var(--ink);
    box-shadow: var(--shadow);
}

.window-bar {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    padding: .65rem .85rem;
    background: var(--accent-dark);
    color: #fff;
    border-bottom: 3px solid var(--ink);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .08em;
}

    .window-bar i {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: .55rem;
        background: #d8e7dc;
        border-radius: 50%;
    }

.window-controls {
    display: flex;
    gap: .38rem;
}

    .window-controls b {
        display: block;
        width: 12px;
        height: 12px;
        background: var(--paper);
        border: 2px solid var(--ink);
    }

.config-intro {
    padding: clamp(2rem,5vw,5rem);
    border-right: 3px solid var(--ink);
}

    .config-intro h3 {
        margin: 1rem 0 1.4rem;
        font-size: clamp(2.7rem,5vw,5rem);
        font-weight: 900;
        letter-spacing: -.06em;
        line-height: .9;
    }

    .config-intro > p {
        color: var(--muted);
        line-height: 1.7;
    }

.config-benefits {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .8rem;
    margin: 2rem 0;
}

    .config-benefits li {
        display: flex;
        align-items: center;
        gap: .6rem;
        font-size: .72rem;
        font-weight: 750;
    }

    .config-benefits span {
        display: grid;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        place-items: center;
        background: var(--accent-dark);
        color: #fff;
        border: 1px solid var(--ink);
        font-size: .65rem;
    }

.config-intro .price-note {
    margin: 1rem 0 0;
    font-size: .66rem;
    line-height: 1.5;
}

.config-console {
    padding: clamp(1.4rem,3vw,2.7rem);
    background: var(--paper-deep);
}

.build-progress-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

    .build-progress-head small, .build-progress-head strong {
        display: block;
    }

    .build-progress-head small {
        color: var(--muted);
        font-size: .62rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .build-progress-head strong {
        font-size: 1rem;
    }

.compatibility-status {
    color: var(--success);
    font-size: .65rem;
    font-weight: 900;
    text-transform: uppercase;
}

    .compatibility-status i {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: .4rem;
        background: var(--success);
        border-radius: 50%;
    }

.build-progress {
    height: 10px;
    margin: .8rem 0 1.5rem;
    padding: 2px;
    border: 1px solid var(--ink);
}

    .build-progress span {
        display: block;
        width: 75%;
        height: 100%;
        background: var(--accent-dark);
        animation: progress-in .7s ease-out;
    }

.component-list {
    display: grid;
    gap: .45rem;
}

.component-row {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    align-items: center;
    gap: .85rem;
    width: 100%;
    min-height: 66px;
    padding: .55rem .7rem;
    background: rgba(var(--paper-rgb),.54);
    color: var(--muted);
    border: 1px solid var(--line-strong);
    text-align: left;
}

    .component-row:hover {
        background: var(--paper);
        border-color: var(--ink);
    }

    .component-row.selected {
        background: var(--surface);
        color: var(--ink);
        border-color: var(--accent-dark);
        box-shadow: inset 4px 0 var(--accent-dark);
    }

.component-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: var(--paper-alt);
    border: 1px solid var(--line-strong);
    font-size: .58rem;
    font-weight: 900;
}

.component-info small, .component-info strong, .component-price small {
    display: block;
}

.component-info small {
    margin-bottom: .18rem;
    color: var(--accent-dark);
    font-size: .55rem;
    font-weight: 900;
    text-transform: uppercase;
}

.component-info strong {
    overflow: hidden;
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.component-price {
    min-width: 88px;
    font-size: .68rem;
    font-weight: 850;
    text-align: right;
}

    .component-price small {
        margin-top: .2rem;
        color: var(--accent-dark);
        font-size: .54rem;
        text-transform: uppercase;
    }

.build-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 2px solid var(--ink);
}

    .build-total small, .build-total strong, .build-total span {
        display: block;
    }

    .build-total small {
        color: var(--muted);
        font-size: .58rem;
        font-weight: 850;
        text-transform: uppercase;
    }

    .build-total strong {
        margin-block: .15rem;
        font-size: clamp(1.8rem,3vw,2.6rem);
        letter-spacing: -.04em;
    }

    .build-total span {
        color: var(--muted);
        font-size: .62rem;
    }

.why-section {
    background: var(--paper);
}

.feature-grid {
    margin-top: 2rem;
}

.feature-card {
    height: 100%;
    min-height: 245px;
    padding: 1.7rem;
    background: var(--paper-alt);
    border: 2px solid var(--ink);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 7px 7px 0 var(--accent);
    }

    .feature-card > span {
        display: inline-grid;
        width: 44px;
        height: 40px;
        place-items: center;
        background: var(--accent-dark);
        color: #fff;
        border: 2px solid var(--ink);
        font-size: .68rem;
    }

    .feature-card h3 {
        margin: 2rem 0 .75rem;
        font-size: 1.25rem;
        font-weight: 900;
        line-height: 1.05;
    }

    .feature-card p {
        margin: 0;
        color: var(--muted);
        font-size: .87rem;
        line-height: 1.55;
    }

.warranty-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1.4rem;
    padding: 1.4rem 1.7rem;
    background: var(--surface);
    border: 2px solid var(--ink);
}

    .warranty-card > div {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

.feature-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    background: var(--paper-deep);
    border: 1px solid var(--ink);
    font-weight: 900;
}

.warranty-card h3 {
    margin: 0 0 .25rem;
    font-size: 1rem;
}

.warranty-card p {
    margin: 0;
    color: var(--muted);
    font-size: .8rem;
}

.warranty-card a {
    color: var(--accent-dark);
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.process-section {
    background: var(--ink);
    color: var(--paper);
}

    .process-section .eyebrow {
        color: var(--accent-soft);
    }

    .process-section .section-title {
        margin-inline: auto;
    }

.process-row {
    margin-top: 4rem;
}

.process-card {
    position: relative;
    height: 100%;
    min-height: 265px;
    padding: 2rem;
    background: rgba(var(--paper-rgb),.06);
    border: 2px solid var(--accent-soft);
}

    .process-card > span {
        color: var(--accent-soft);
        font-size: 2.4rem;
        font-weight: 900;
    }

    .process-card h3 {
        margin: 2.2rem 0 .7rem;
        font-size: 1.55rem;
        font-weight: 900;
    }

    .process-card p {
        margin: 0;
        color: #d9d2dc;
        line-height: 1.6;
    }

.process-row > div:not(:last-child) .process-card::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -35px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    content: "→";
    background: var(--accent);
    color: #fff;
    border: 2px solid var(--paper);
}

.testing-section {
    background-color: var(--paper-alt);
    background-image: linear-gradient(135deg,rgba(var(--accent-rgb),.07) 25%,transparent 25%);
    background-size: 14px 14px;
}

.testing-panel {
    overflow: hidden;
    background: var(--surface);
    border: 3px solid var(--ink);
    box-shadow: var(--shadow);
}

.testing-intro {
    padding: clamp(2rem,4vw,4rem);
    background: var(--paper-deep);
    border-right: 3px solid var(--ink);
}

    .testing-intro .section-title {
        margin: 1rem 0 1.4rem;
    }

    .testing-intro p {
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
    }

.testing-list {
    padding: clamp(1.4rem,3vw,3rem);
}

    .testing-list ul {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        margin: 0;
        border-top: 1px solid var(--line-strong);
        border-left: 1px solid var(--line-strong);
    }

    .testing-list li {
        display: grid;
        grid-template-columns: 34px 1fr auto;
        gap: .6rem;
        align-items: center;
        min-height: 64px;
        padding: .7rem;
        border-right: 1px solid var(--line-strong);
        border-bottom: 1px solid var(--line-strong);
        font-size: .76rem;
        font-weight: 750;
    }

        .testing-list li span {
            color: var(--accent-dark);
            font-size: .58rem;
        }

        .testing-list li b {
            color: var(--success);
        }

.swiss-trust {
    padding-block: 2.4rem;
    background: var(--accent-dark);
    color: #fff;
    border-block: 2px solid var(--ink);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
}

    .trust-grid > div {
        display: flex;
        min-height: 62px;
        align-items: center;
        gap: .8rem;
        padding-inline: 1.3rem;
        border-right: 1px solid rgba(255,255,255,.35);
    }

        .trust-grid > div:first-child {
            padding-left: 0;
        }

        .trust-grid > div:last-child {
            border: 0;
        }

    .trust-grid span {
        display: grid;
        flex: 0 0 42px;
        width: 42px;
        height: 38px;
        place-items: center;
        border: 1px solid rgba(255,255,255,.65);
        font-size: .6rem;
        font-weight: 900;
    }

    .trust-grid strong {
        font-size: .68rem;
        letter-spacing: .07em;
    }

.site-footer {
    padding: 4rem 0 1.5rem;
    background: var(--ink);
    color: var(--paper);
    border-bottom: 8px solid var(--accent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
    gap: 3rem;
    padding-bottom: 3rem;
}

.footer-brand p {
    margin: 1.4rem 0 .4rem;
    color: #d5cfd8;
}

.footer-brand small {
    color: var(--accent-soft);
    font-size: .6rem;
    letter-spacing: .11em;
}

.site-footer nav {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

    .site-footer nav h2 {
        margin: .35rem 0 .55rem;
        color: var(--accent-soft);
        font-size: .68rem;
        font-weight: 900;
        letter-spacing: .11em;
    }

    .site-footer nav a {
        color: #d5cfd8;
        font-size: .78rem;
        text-decoration: none;
    }

        .site-footer nav a:hover {
            color: #fff;
            text-decoration: underline;
        }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,.3);
    color: #bfb7c2;
    font-size: .6rem;
    letter-spacing: .08em;
}

/* Premium hierarchy and conversion polish */
:root {
    --container: 1360px;
    --charcoal: #3c3840;
}

.eyebrow {
    font-size: .78rem;
}

.site-header .navbar {
    min-height: 78px;
    padding-block: .6rem;
    background: rgba(var(--paper-rgb),.93);
    border-bottom-width: 1px;
    backdrop-filter: blur(16px);
}

.navbar-brand {
    gap: .72rem;
    font-size: 1.28rem;
}

.brand-mark {
    width: 43px;
    height: 39px;
    font-size: .78rem;
}

.navbar .nav-link {
    padding-inline: .72rem !important;
    font-size: .74rem;
}

.tool-button, .cart-button {
    min-height: 44px;
    padding: .52rem .7rem;
    font-size: .74rem;
}

.header-cta {
    min-height: 46px;
    padding: .58rem 1rem;
}

.primary-button:hover {
    transform: translate(2px,2px);
    box-shadow: 3px 3px 0 var(--ink);
}

.primary-button > span {
    transition: transform .17s ease;
}

.primary-button:hover > span {
    transform: translateX(3px);
}

.hero-section {
    min-height: calc(100svh - 78px);
    display: flex;
    align-items: center;
    padding-block: clamp(3.25rem,5vw,5.75rem);
    background-image: linear-gradient(rgba(var(--accent-rgb),.075) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--accent-rgb),.075) 1px,transparent 1px);
}

.hero-copy h1 {
    font-size: clamp(3rem,6.65vw,6rem);
    line-height: .86;
    letter-spacing: -.068em;
}

.hero-actions .btn {
    min-height: 58px;
    padding-inline: 1.5rem;
}

.hero-actions .primary-button {
    min-width: 205px;
}

.trust-bar li {
    min-height: 54px;
    padding: .7rem .8rem;
    color: var(--ink);
    font-size: .75rem;
}

.section-title {
    font-size: clamp(2.5rem,5vw,4.25rem);
    line-height: .92;
    letter-spacing: -.055em;
}

.product-code, .spec-list dt, .ideal-for small, .utility-tags li, .price small {
    font-size: .75rem;
}

.spec-list dd {
    font-size: .84rem;
}

.ideal-for li {
    font-size: .8rem;
}

.price strong {
    font-size: clamp(2.15rem,3vw,3rem);
}

.pc-card-actions .primary-button {
    order: -1;
}

.build-state {
    display: grid;
    gap: .25rem;
    text-align: right;
}

.required-status {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.build-progress {
    height: 12px;
    margin-bottom: 1.35rem;
}

    .build-progress span {
        width: 75%;
    }

.component-list {
    gap: .42rem;
}

.component-row {
    min-height: 62px;
    padding-block: .52rem;
    cursor: pointer;
    transition: background-color .17s ease,border-color .17s ease,transform .17s ease;
}

    .component-row:hover {
        transform: translateX(2px);
    }

.component-icon {
    position: relative;
    overflow: hidden;
    font-size: .7rem;
}

    .component-icon.has-part::after {
        position: absolute;
        right: -7px;
        bottom: -7px;
        width: 18px;
        height: 18px;
        content: "";
        background: var(--accent);
        transform: rotate(45deg);
    }

.component-info span {
    display: block;
}

.component-info small {
    font-size: .7rem;
}

.component-info strong {
    font-size: .8rem;
}

.part-status {
    margin-top: .1rem;
    color: var(--muted);
    font-size: .68rem;
}

.component-price {
    min-width: 104px;
    font-size: .78rem;
}

    .component-price small {
        font-size: .68rem;
    }

.build-total small {
    font-size: .72rem;
}

.build-total strong {
    font-size: clamp(2.1rem,3vw,3rem);
}

.build-total span {
    font-size: .75rem;
}

.build-review {
    display: grid;
    gap: .5rem;
    max-width: 220px;
}

    .build-review small {
        text-align: right;
        line-height: 1.35;
    }

    .build-review .btn:disabled {
        background: var(--ink);
        color: var(--paper);
        border-color: var(--ink);
        box-shadow: none;
        opacity: .45;
    }

.feature-card {
    padding: 1.8rem;
}

    .feature-card > span {
        width: 48px;
        height: 44px;
        font-size: .75rem;
    }

    .feature-card h3 {
        font-size: clamp(1.35rem,1.8vw,1.65rem);
    }

    .feature-card p {
        font-size: .94rem;
    }

.process-section {
    background: var(--charcoal);
}

    .process-section .eyebrow {
        color: #ddd2e1;
    }

    .process-section .section-title span {
        -webkit-text-stroke-color: #d4c8d8;
    }

.process-card {
    min-height: 280px;
    padding: 2.25rem;
    border-width: 1px;
}

    .process-card > span {
        color: #d4c8d8;
        font-size: 3.4rem;
    }

    .process-card p {
        color: #e3dde5;
    }

.testing-list li {
    min-height: 68px;
    padding: .8rem;
    font-size: .86rem;
}

    .testing-list li span {
        font-size: .72rem;
    }

    .testing-list li b {
        display: grid;
        width: 22px;
        height: 22px;
        place-items: center;
        border: 1px solid var(--success);
        font-size: .7rem;
    }

.workshop-section {
    background: var(--paper);
}

.workshop-panel {
    overflow: hidden;
    background: var(--surface);
    border: 3px solid var(--ink);
    box-shadow: var(--shadow);
}

.workshop-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-right: 3px solid var(--ink);
}

    .workshop-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(.82) contrast(1.04);
        transition: transform .4s ease;
    }

.workshop-panel:hover .workshop-image img {
    transform: scale(1.025);
}

.workshop-image > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: .55rem .7rem;
    background: var(--ink);
    color: var(--paper);
    border: 1px solid var(--paper);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.workshop-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem,5vw,5rem);
}

    .workshop-copy .section-title {
        margin: 1rem 0 1.5rem;
    }

    .workshop-copy > p {
        max-width: 620px;
        color: var(--muted);
        font-size: 1.05rem;
        line-height: 1.65;
    }

.workshop-points {
    margin: 1.6rem 0 2rem;
    border-top: 1px solid var(--line-strong);
}

    .workshop-points li {
        display: grid;
        grid-template-columns: 38px 1fr;
        gap: .7rem;
        padding: .8rem 0;
        border-bottom: 1px solid var(--line-strong);
        font-size: .8rem;
        font-weight: 900;
        letter-spacing: .045em;
    }

    .workshop-points span {
        color: var(--accent-dark);
    }

.workshop-copy .btn {
    align-self: flex-start;
}

.review-card {
    height: 100%;
    padding: 1.8rem;
    background: var(--surface);
    border: 2px solid var(--ink);
}

    .review-card > span {
        color: var(--accent-dark);
        letter-spacing: .15em;
    }

    .review-card p {
        margin: 1.4rem 0;
        font-size: 1rem;
        line-height: 1.65;
    }

    .review-card footer strong, .review-card footer small {
        display: block;
    }

    .review-card footer small {
        margin-top: .25rem;
        color: var(--muted);
    }

.site-footer {
    background: var(--charcoal);
}

.footer-grid {
    grid-template-columns: 2fr repeat(4,1fr);
    gap: 2.4rem;
}

.nav-tools small, .product-coordinate, .hero-product-label small, .pc-index, .purpose-badge, .selection-notice small, .selection-notice a, .window-bar, .config-benefits li, .config-intro .price-note, .build-progress-head small, .compatibility-status, .warranty-card a, .trust-grid strong, .footer-brand small, .footer-bottom {
    font-size: .72rem;
}

/* Conversion emphasis pass */
.site-header .navbar {
    min-height: 86px;
    padding-block: .7rem;
}

.navbar-brand {
    gap: .8rem;
    font-size: 1.44rem;
}

.brand-mark {
    width: 48px;
    height: 44px;
    font-size: .84rem;
    box-shadow: 4px 4px 0 var(--ink);
}

.navbar .nav-link {
    padding: .76rem .82rem !important;
    font-size: .82rem;
}

.tool-button, .cart-button {
    min-height: 48px;
    padding: .6rem .8rem;
    font-size: .8rem;
}

.header-cta {
    min-height: 52px;
    padding: .7rem 1.25rem;
    font-size: .8rem;
    box-shadow: 6px 6px 0 var(--accent);
}

.hero-section {
    min-height: calc(100svh - 86px);
}

.hero-actions .btn {
    min-height: 62px;
    font-size: .82rem;
}

.hero-actions .primary-button {
    min-width: 238px;
    padding-inline: 1.8rem;
    box-shadow: 8px 8px 0 var(--accent);
}

    .hero-actions .primary-button:hover {
        box-shadow: 4px 4px 0 var(--ink);
    }

.trust-bar li {
    font-size: .78rem;
}

.pc-card-footer {
    align-items: center;
    padding: 1.25rem;
    background: var(--paper-alt);
    border: 2px solid var(--ink);
}

.price small {
    font-size: .78rem;
    letter-spacing: .08em;
}

.price strong {
    font-size: clamp(2.7rem,3.6vw,3.45rem);
    line-height: .95;
}

.pc-card-actions .btn {
    min-height: 54px;
    padding-inline: 1.25rem;
}

.pc-card-actions .primary-button {
    min-width: 165px;
    font-size: .78rem;
    box-shadow: 6px 6px 0 var(--accent);
}

.order-assurance {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
    padding: 1rem 1.2rem;
    background: var(--surface);
    border: 2px solid var(--ink);
    box-shadow: 6px 6px 0 var(--accent);
}

    .order-assurance > span {
        display: grid;
        width: 54px;
        height: 48px;
        place-items: center;
        background: var(--accent-dark);
        color: #fff;
        border: 2px solid var(--ink);
        font-size: .75rem;
        font-weight: 900;
    }

    .order-assurance small, .order-assurance strong {
        display: block;
    }

    .order-assurance small {
        margin-bottom: .2rem;
        color: var(--accent-dark);
        font-size: .75rem;
        font-weight: 900;
        letter-spacing: .09em;
    }

    .order-assurance strong {
        font-size: .94rem;
    }

    .order-assurance a {
        color: var(--ink);
        font-size: .78rem;
        font-weight: 900;
        letter-spacing: .05em;
        text-decoration: none;
    }

        .order-assurance a:hover {
            color: var(--accent-dark);
            text-decoration: underline;
        }

.build-total {
    margin-top: 1.5rem;
    padding: 1.15rem 1.2rem;
    background: var(--surface);
    border: 2px solid var(--ink);
    box-shadow: 6px 6px 0 var(--accent);
}

    .build-total strong {
        font-size: clamp(2.75rem,3.8vw,3.55rem);
        line-height: .95;
    }

    .build-total > div:first-child > small {
        font-size: .78rem;
        letter-spacing: .08em;
    }

    .build-total > div:first-child > span {
        margin-top: .28rem;
        font-size: .8rem;
    }

.build-review {
    max-width: 260px;
}

    .build-review .btn {
        min-height: 58px;
        padding-inline: 1.35rem;
        font-size: .8rem;
    }

        .build-review .btn:disabled {
            opacity: .68;
            box-shadow: 4px 4px 0 var(--accent);
        }

    .build-review small {
        font-size: .75rem;
    }

.nav-tools small, .product-coordinate, .hero-product-label small, .pc-index, .purpose-badge, .selection-notice small, .selection-notice a, .window-bar, .config-benefits li, .config-intro .price-note, .build-progress-head small, .compatibility-status, .warranty-card a, .trust-grid strong, .footer-brand small, .footer-bottom {
    font-size: .78rem;
}

.product-code, .spec-list dt, .ideal-for small, .utility-tags li, .price small, .component-info small, .component-price small, .required-status {
    font-size: .78rem;
}

.spec-list dd, .ideal-for li, .component-info strong, .component-price {
    font-size: .86rem;
}

.part-status {
    font-size: .74rem;
}

.feature-card {
    position: relative;
    min-height: 270px;
    padding: 2rem;
    overflow: hidden;
}

    .feature-card::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 8px;
        content: "";
        background: var(--accent-dark);
    }

    .feature-card > span {
        width: 64px;
        height: 58px;
        font-size: 1rem;
        box-shadow: 5px 5px 0 var(--accent);
    }

    .feature-card h3 {
        max-width: 270px;
        margin-top: 2.25rem;
        font-size: clamp(1.5rem,2vw,1.8rem);
        letter-spacing: -.025em;
    }

    .feature-card p {
        max-width: 285px;
        font-size: 1rem;
    }

.feature-grid > div:nth-child(even) .feature-card > span {
    background: var(--paper-deep);
    color: var(--ink);
}

.feature-grid > div:nth-child(even) .feature-card::after {
    width: 92px;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background-color: var(--charcoal);
    background-image: linear-gradient(rgba(var(--paper-rgb),.04) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--paper-rgb),.04) 1px,transparent 1px);
    background-size: 44px 44px;
}

    .site-footer::before {
        position: absolute;
        right: -1.5rem;
        bottom: -3.5rem;
        content: "PCWERK";
        color: transparent;
        opacity: .12;
        -webkit-text-stroke: 2px var(--accent-soft);
        font-size: clamp(6rem,14vw,13rem);
        font-weight: 900;
        letter-spacing: -.07em;
        pointer-events: none;
    }

    .site-footer .site-container {
        position: relative;
        z-index: 1;
    }

.footer-brand .navbar-brand {
    font-size: 1.65rem;
}

.footer-brand .brand-mark {
    width: 54px;
    height: 49px;
}

.footer-brand p {
    max-width: 260px;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .025em;
}

.site-footer nav {
    padding-left: 1.2rem;
    border-left: 1px solid rgba(255,255,255,.2);
}

    .site-footer nav h2 {
        font-size: .78rem !important;
    }

        .site-footer nav h2::before {
            margin-right: .35rem;
            content: "//";
        }

    .site-footer nav a {
        font-size: .86rem;
    }

#blazor-error-ui {
    display: none;
    position: fixed;
    z-index: 10001;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem 3rem 1rem 1rem;
    background: var(--paper);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 6px 6px 0 var(--accent);
}

    #blazor-error-ui .dismiss {
        position: absolute;
        top: .6rem;
        right: .8rem;
        cursor: pointer;
    }

@keyframes progress-in {
    from {
        width: 0;
    }
}

@keyframes hero-reveal {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .site-container {
        width: min(100% - 2.25rem,var(--container));
    }

    .navbar .nav-link {
        padding-inline: .45rem !important;
        font-size: .62rem;
    }

    .header-cta {
        display: none;
    }

    .pc-card-visual {
        min-height: 560px;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        margin-top: .55rem;
        padding: 1rem 0 .5rem;
        border-top: 1px solid var(--line);
    }

    .navbar .nav-link {
        padding: .75rem 0 !important;
        font-size: .72rem;
    }

    .header-cta {
        display: inline-flex;
    }

    .hero-section {
        padding-top: 3.75rem;
    }

    .hero-copy h1 {
        font-size: clamp(3.6rem,10vw,6.5rem);
    }

    .hero-product {
        max-width: 620px;
    }

    .split-heading {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .pc-card-visual {
        min-height: 480px;
        border-right: 0;
        border-bottom: 3px solid var(--ink);
    }

        .pc-card-visual img {
            width: min(80%,480px);
            height: auto;
        }

    .config-intro, .testing-intro {
        border-right: 0;
        border-bottom: 3px solid var(--ink);
    }

    .process-row > div:not(:last-child) .process-card::after {
        top: auto;
        right: 30px;
        bottom: -25px;
        content: "↓";
    }

    .trust-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 1.5rem;
    }

        .trust-grid > div:nth-child(2) {
            border: 0;
        }

        .trust-grid > div:nth-child(3) {
            padding-left: 0;
        }

    .footer-grid {
        grid-template-columns: 2fr repeat(3,1fr);
        gap: 2rem;
    }
}

@media (max-width: 767.98px) {
    .site-container {
        width: min(100% - 1.5rem,var(--container));
    }

    .section-pad {
        padding-block: 4.5rem;
    }

    .hero-copy h1 {
        font-size: clamp(3rem,14.5vw,5rem);
        line-height: .88;
    }

        .hero-copy h1 span, .section-title span, .config-intro h3 span {
            -webkit-text-stroke-width: 1.5px;
        }

    .hero-product {
        padding: 1.3rem;
        box-shadow: 9px 9px 0 var(--accent);
    }

    .hero-product-label {
        right: -2px;
        bottom: 1.3rem;
        left: 1.3rem;
    }

    .product-coordinate {
        display: none;
    }

    .trust-bar {
        grid-template-columns: 1fr;
    }

        .trust-bar li {
            min-height: 44px;
        }

    .section-title {
        font-size: clamp(2.65rem,13vw,4.3rem);
    }

    .pc-card {
        box-shadow: 8px 8px 0 var(--accent);
    }

    .pc-card-visual {
        min-height: 350px;
    }

    .pc-card-content {
        padding: 1.7rem 1.2rem;
    }

        .pc-card-content h3 {
            font-size: 2.55rem;
        }

    .pc-details-grid {
        grid-template-columns: 1fr;
    }

    .pc-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .pc-card-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .pc-card-actions .btn {
            padding-inline: .6rem;
        }

    .selection-notice {
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .selection-notice a {
            width: 100%;
            margin-left: 0;
            padding-left: 2.9rem;
        }

    .config-window, .testing-panel {
        box-shadow: 8px 8px 0 var(--accent);
    }

    .config-intro {
        padding: 2.1rem 1.3rem;
    }

        .config-intro h3 {
            font-size: clamp(2.6rem,12vw,4rem);
        }

    .config-benefits {
        grid-template-columns: 1fr;
    }

    .config-console {
        padding: 1.25rem .8rem;
    }

    .component-row {
        grid-template-columns: 39px minmax(0,1fr) auto;
        gap: .55rem;
        padding-inline: .5rem;
    }

    .component-icon {
        width: 36px;
        height: 36px;
    }

    .component-price {
        min-width: 62px;
    }

    .build-total {
        align-items: stretch;
        flex-direction: column;
    }

        .build-total .btn {
            width: 100%;
        }

    .feature-card {
        min-height: 210px;
    }

    .warranty-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .testing-list {
        padding: 1rem;
    }

        .testing-list ul {
            grid-template-columns: 1fr;
        }

    .trust-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

        .trust-grid > div {
            min-height: 58px;
            padding-inline: 0;
            border-right: 0;
            border-bottom: 1px solid rgba(255,255,255,.3);
        }

            .trust-grid > div:last-child {
                border: 0;
            }

    .footer-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-brand {
        grid-column: 1/-1;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .site-header .navbar {
        min-height: 64px;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .brand-mark {
        width: 34px;
        height: 31px;
    }

    .mobile-actions .cart-button {
        width: 42px;
        overflow: hidden;
        padding-inline: .45rem;
    }

    .mobile-actions .cart-count {
        min-width: 17px;
        height: 17px;
    }

    .hero-section {
        padding-top: 3rem;
    }

    .hero-copy h1 {
        font-size: clamp(2.75rem,13.7vw,3.7rem);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-product-label small {
        display: none;
    }

    .product-code span:last-child {
        display: none;
    }

    .utility-tags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pc-card-actions {
        grid-template-columns: 1fr;
    }

    .component-info strong {
        max-width: 165px;
    }

    .component-price {
        font-size: .6rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        max-height: calc(100vh - 86px);
    }

    .workshop-image {
        min-height: 460px;
        border-right: 0;
        border-bottom: 3px solid var(--ink);
    }

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

    .footer-brand {
        grid-column: 1/-1;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: auto;
    }

        .hero-section .row {
            gap: 2.5rem;
        }

    .trust-bar {
        margin-top: 2rem;
    }

    .build-progress-head {
        align-items: flex-start;
    }

    .build-state {
        text-align: left;
    }

    .build-review {
        max-width: none;
    }

        .build-review small {
            text-align: left;
        }

    .order-assurance {
        grid-template-columns: 54px minmax(0,1fr);
    }

        .order-assurance a {
            grid-column: 2;
        }

    .workshop-panel {
        box-shadow: 8px 8px 0 var(--accent);
    }

    .workshop-image {
        min-height: 360px;
    }

    .workshop-copy {
        padding: 2.2rem 1.3rem;
    }

        .workshop-copy .btn {
            width: 100%;
        }

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

    .site-footer nav {
        padding-left: .8rem;
    }
}

@media (max-width: 430px) {
    .eyebrow {
        font-size: .72rem;
    }

    .site-header .navbar {
        min-height: 68px;
    }

    .hero-product {
        margin-right: 8px;
    }

    .trust-bar li {
        font-size: .7rem;
    }

    .component-row {
        grid-template-columns: 38px minmax(0,1fr) 76px;
    }

    .component-price {
        min-width: 0;
    }

    .part-status {
        display: none !important;
    }

    .order-assurance {
        grid-template-columns: 46px minmax(0,1fr);
        padding: .9rem;
    }

        .order-assurance > span {
            width: 46px;
            height: 44px;
        }

        .order-assurance a {
            font-size: .72rem;
        }

    .workshop-image {
        min-height: 300px;
    }
}
.localized-text {
    display: none;
}

html[lang="de"] .localized-text-de,
html[lang="en"] .localized-text-en,
html[lang="it"] .localized-text-it {
    display: contents;
}
