:root {
    color-scheme: light;
    font-family: Aspekta, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #171a17;
    background: #eef1f3;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    background: #eef1f3;
    color: #171a17;
    font-size: 16px;
    line-height: 1.5;
}

.privacy-shell {
    display: grid;
    width: min(1080px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
    align-items: start;
    margin: clamp(28px, 6vw, 72px) auto;
    border: 1px solid #cbd1cd;
    background: #fff;
}

.privacy-copy,
.privacy-context {
    min-width: 0;
    padding: clamp(28px, 5vw, 58px);
}

.privacy-copy h1 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.06;
}

.privacy-lead {
    max-width: 60ch;
    margin: 22px 0 0;
    color: #4f5752;
    font-size: 18px;
}

.privacy-sections {
    display: grid;
    gap: 28px;
    margin-top: 38px;
}

.privacy-sections h2,
.privacy-context h2 {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 1.3;
}

.privacy-sections p,
.privacy-context p {
    margin: 0;
    overflow-wrap: anywhere;
}

.privacy-return {
    display: inline-flex;
    margin-top: 36px;
    font-weight: 680;
}

.privacy-context {
    align-self: stretch;
    border-left: 1px solid #cbd1cd;
    background: #e6ece9;
}

.privacy-context dl {
    margin: 22px 0 28px;
}

.privacy-context dl div {
    padding: 14px 0;
    border-top: 1px solid #cbd1cd;
}

.privacy-context dt {
    color: #69716c;
    font-size: 13px;
}

.privacy-context dd {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: 620;
    overflow-wrap: anywhere;
}

button,
a {
    font: inherit;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 20;
    padding: 10px 14px;
    transform: translateY(-140%);
    background: #c9f45b;
    color: #171a17;
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.store-header {
    display: grid;
    min-height: 76px;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: 28px;
    padding: 0 clamp(22px, 4vw, 64px);
    border-bottom: 1px solid #2b302c;
    background: #111411;
    color: #fff;
}

.store-brand {
    width: fit-content;
    text-decoration: none;
    font-size: 21px;
    font-weight: 720;
}

.store-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.store-nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 560;
}

.store-nav a:hover,
.store-nav a:focus-visible {
    color: #c9f45b;
}

.store-context {
    justify-self: end;
    color: #c8ceca;
    font-size: 13px;
}

.product-shell {
    display: grid;
    width: min(1220px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: clamp(48px, 7vw, 92px);
    margin: 0 auto;
    padding: clamp(38px, 6vh, 72px) 0;
}

.product-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #dfe3e5;
}

.product-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-visual figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 7px 10px;
    background: rgba(17, 20, 17, .88);
    color: #fff;
    font-size: 13px;
}

.product-story {
    max-width: 560px;
}

.eyebrow {
    margin: 0 0 14px;
    color: #59615c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-story h1 {
    max-width: 11ch;
    margin: 0 0 20px;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 680;
    line-height: 1.02;
}

.product-copy {
    max-width: 46ch;
    margin: 0 0 24px;
    color: #4f5752;
    font-size: 17px;
    line-height: 1.58;
}

.product-price {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 700;
}

.store-action {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #171a17;
    border-radius: 0;
    background: #171a17;
    color: #fff;
    cursor: pointer;
    font-weight: 680;
}

.store-action:hover,
.store-action:focus-visible {
    background: #2b312c;
}

.store-action:focus-visible,
.consent-actions button:focus-visible,
.store-brand:focus-visible,
.store-nav a:focus-visible {
    outline: 3px solid #c9f45b;
    outline-offset: 3px;
}

.product-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 32px 0 0;
    border-top: 1px solid #cbd1cd;
    border-bottom: 1px solid #cbd1cd;
}

.product-facts div {
    min-width: 0;
    padding: 16px 16px 16px 0;
}

.product-facts dt {
    color: #69716c;
    font-size: 13px;
}

.product-facts dd {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 620;
}

.consent-bar {
    display: grid;
    width: min(1220px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 0 auto 40px;
    padding: 20px 22px;
    border-top: 3px solid #c9f45b;
    background: #fff;
}

.consent-bar h2 {
    margin: 0 0 5px;
    font-size: 17px;
}

.consent-bar p {
    max-width: 70ch;
    margin: 0;
    color: #56605a;
    font-size: 14px;
}

.consent-bar .consent-status {
    margin-top: 7px;
    color: #171a17;
    font-weight: 620;
}

.consent-actions {
    display: flex;
    gap: 10px;
}

.consent-actions button {
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #9ca49f;
    border-radius: 0;
    background: #fff;
    color: #171a17;
    cursor: pointer;
    font-weight: 640;
}

.consent-actions button:first-child:not(:disabled) {
    border-color: #c9f45b;
    background: #c9f45b;
}

.consent-actions button:disabled {
    cursor: not-allowed;
    opacity: .46;
}

.store-footer {
    padding: 24px clamp(22px, 4vw, 64px) 32px;
    border-top: 1px solid #d0d5d2;
    color: #68706b;
    font-size: 13px;
}

.store-footer p {
    margin: 0;
}

@media (max-width: 860px) {
    .store-header {
        grid-template-columns: 1fr auto;
    }

    .store-nav {
        display: none;
    }

    .product-shell {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-story {
        max-width: none;
    }

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

    .privacy-shell {
        grid-template-columns: 1fr;
    }

    .privacy-context {
        border-top: 1px solid #cbd1cd;
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .store-header {
        min-height: 64px;
        gap: 14px;
        padding: 0 18px;
    }

    .store-brand {
        font-size: 19px;
    }

    .store-context {
        font-size: 13px;
    }

    .product-shell {
        width: calc(100% - 36px);
        gap: 24px;
        padding: 22px 0 92px;
    }

    .product-visual figcaption {
        right: 10px;
        bottom: 10px;
    }

    .product-story h1 {
        margin-bottom: 16px;
        font-size: 40px;
    }

    .product-copy {
        font-size: 16px;
    }

    .product-facts {
        grid-template-columns: 1fr;
    }

    .product-facts div {
        display: grid;
        grid-template-columns: 90px minmax(0, 1fr);
        align-items: baseline;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #d7dcda;
    }

    .product-facts div:last-child {
        border-bottom: 0;
    }

    .consent-bar {
        width: calc(100% - 36px);
        gap: 16px;
        margin-top: -62px;
        margin-bottom: 28px;
        padding: 18px;
    }

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

    .store-footer {
        padding: 22px 18px 28px;
    }

    .privacy-shell {
        width: calc(100% - 36px);
        margin: 18px auto 32px;
    }

    .privacy-copy,
    .privacy-context {
        padding: 26px 20px;
    }

    .privacy-copy h1 {
        font-size: 38px;
    }

    .privacy-lead {
        font-size: 16px;
    }
}

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

@media (forced-colors: active) {
    .store-header,
    .product-visual figcaption,
    .store-action,
    .consent-bar {
        border: 1px solid CanvasText;
    }
}
