@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Bebas+Neue&display=swap');

:root {
    --bg: #f0efea;
    --paper: #ffffff;
    --text: #0d0d0d;
    --muted: rgba(13, 13, 13, 0.62);
    --line: rgba(13, 13, 13, 0.2);
    --dark: #111111;
    --nav-height: var(--nav-height-desktop, 68px);
    --footer-height: var(--footer-height-desktop, 64px);
    --pad: clamp(18px, 4vw, 56px);
    --display: 'Bebas Neue', Impact, sans-serif;
    --body: 'Barlow Condensed', Arial, sans-serif;
}

/* Storefront typography roles. Homepage canvas text intentionally remains independent. */
.nav-links {
    font-family: var(--type-nav-family, var(--display)) !important;
    font-size: var(--type-nav-size, var(--nav-font-size, 28px)) !important;
    font-weight: var(--type-nav-weight, var(--display-font-weight, 400)) !important;
    font-style: var(--type-nav-style, normal) !important;
    color: var(--type-nav-color, inherit) !important;
}

.footer-links {
    font-family: var(--type-footer-family, var(--display)) !important;
    font-size: var(--type-footer-size, var(--footer-font-size, 24px)) !important;
    font-weight: var(--type-footer-weight, var(--display-font-weight, 400)) !important;
    font-style: var(--type-footer-style, normal) !important;
    color: var(--type-footer-color, inherit) !important;
}

.product-details h1 { font-family: var(--type-product-title-family, var(--display)) !important; font-size: var(--type-product-title-size, clamp(66px, 7.2vw, 94px)) !important; font-weight: var(--type-product-title-weight, 400) !important; font-style: var(--type-product-title-style, normal) !important; color: var(--type-product-title-color, inherit) !important; }
.price-line { font-family: var(--type-product-price-family, var(--display)) !important; font-size: var(--type-product-price-size, 38px) !important; font-weight: var(--type-product-price-weight, 400) !important; font-style: var(--type-product-price-style, normal) !important; color: var(--type-product-price-color, inherit) !important; }
.tax-label { font-family: var(--type-product-tax-label-family, var(--body)) !important; font-size: var(--type-product-tax-label-size, 17px) !important; font-weight: var(--type-product-tax-label-weight, 400) !important; font-style: var(--type-product-tax-label-style, normal) !important; color: var(--type-product-tax-label-color, var(--muted)) !important; }
.product-description { font-family: var(--type-product-description-family, var(--body)) !important; font-size: var(--type-product-description-size, inherit) !important; font-weight: var(--type-product-description-weight, 400) !important; font-style: var(--type-product-description-style, normal) !important; color: var(--type-product-description-color, var(--muted)) !important; }
.spec-label { font-family: var(--type-product-spec-label-family, var(--body)) !important; font-size: var(--type-product-spec-label-size, inherit) !important; font-weight: var(--type-product-spec-label-weight, 400) !important; font-style: var(--type-product-spec-label-style, normal) !important; color: var(--type-product-spec-label-color, var(--muted)) !important; }
.spec-value { font-family: var(--type-product-spec-value-family, var(--body)) !important; font-size: var(--type-product-spec-value-size, 34px) !important; font-weight: var(--type-product-spec-value-weight, 400) !important; font-style: var(--type-product-spec-value-style, normal) !important; color: var(--type-product-spec-value-color, inherit) !important; }
.quantity-row { font-family: var(--type-product-quantity-family, var(--display)) !important; font-size: var(--type-product-quantity-size, inherit) !important; font-weight: var(--type-product-quantity-weight, 400) !important; font-style: var(--type-product-quantity-style, normal) !important; color: var(--type-product-quantity-color, inherit) !important; }
.add-button { font-family: var(--type-product-button-family, var(--display)) !important; font-size: var(--type-product-button-size, 26px) !important; font-weight: var(--type-product-button-weight, 400) !important; font-style: var(--type-product-button-style, normal) !important; color: var(--type-product-button-color, var(--paper)) !important; }
:is(.page-header h1, .content-page h1, .cart-page h1, .success-layout h1) { font-family: var(--type-page-heading-family, var(--display)) !important; font-size: var(--type-page-heading-size, clamp(58px, 8vw, 118px)) !important; font-weight: var(--type-page-heading-weight, 400) !important; font-style: var(--type-page-heading-style, normal) !important; color: var(--type-page-heading-color, inherit) !important; }
:is(.page-header p, .content-page p, .success-layout p) { font-family: var(--type-page-body-family, var(--body)) !important; font-size: var(--type-page-body-size, inherit) !important; font-weight: var(--type-page-body-weight, 400) !important; font-style: var(--type-page-body-style, normal) !important; color: var(--type-page-body-color, var(--muted)) !important; }
:is(.product-card h2, .season-card h2) { font-family: var(--type-card-title-family, var(--display)) !important; font-size: var(--type-card-title-size, clamp(38px, 5vw, 70px)) !important; font-weight: var(--type-card-title-weight, 400) !important; font-style: var(--type-card-title-style, normal) !important; color: var(--type-card-title-color, inherit) !important; }
.product-card p { font-family: var(--type-card-price-family, var(--body)) !important; font-size: var(--type-card-price-size, inherit) !important; font-weight: var(--type-card-price-weight, 400) !important; font-style: var(--type-card-price-style, normal) !important; color: var(--type-card-price-color, var(--muted)) !important; }

@media (max-width: 820px) {
    .nav-links { font-size: var(--type-nav-mobile-size, var(--nav-font-size-mobile, 14px)) !important; }
    .footer-links { font-size: var(--type-footer-mobile-size, var(--footer-font-size-mobile, 14px)) !important; }
    .product-details h1 { font-size: var(--type-product-title-mobile-size, var(--product-mobile-title-size, 42px)) !important; }
    .price-line { font-size: var(--type-product-price-mobile-size, var(--product-mobile-price-size, 20px)) !important; }
    .tax-label { font-size: var(--type-product-tax-label-mobile-size, 17px) !important; }
    .product-description { font-size: var(--type-product-description-mobile-size, 14px) !important; }
    .spec-label { font-size: var(--type-product-spec-label-mobile-size, 12px) !important; }
    .spec-value { font-size: var(--type-product-spec-value-mobile-size, 15px) !important; }
    .quantity-row { font-size: var(--type-product-quantity-mobile-size, inherit) !important; }
    .add-button { font-size: var(--type-product-button-mobile-size, 16px) !important; }
    :is(.page-header h1, .content-page h1, .cart-page h1, .success-layout h1) { font-size: var(--type-page-heading-mobile-size, clamp(52px, 14vw, 86px)) !important; }
    :is(.page-header p, .content-page p, .success-layout p) { font-size: var(--type-page-body-mobile-size, inherit) !important; }
    :is(.product-card h2, .season-card h2) { font-size: var(--type-card-title-mobile-size, clamp(38px, 10vw, 58px)) !important; }
    .product-card p { font-size: var(--type-card-price-mobile-size, inherit) !important; }
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: var(--body);
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

body:not(.home-body) {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}

body:not(.home-body) > [data-include="/_footer.html"] {
    margin-top: auto;
}

.home-body {
    height: 100svh;
    overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 18%, rgba(255,255,255,0.55), transparent 32%),
        radial-gradient(circle at 78% 28%, rgba(0,0,0,0.05), transparent 28%),
        var(--site-texture-image, url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"));
    background-size: auto, auto, var(--site-texture-size, 260px);
    background-repeat: no-repeat, no-repeat, repeat;
    mix-blend-mode: multiply;
    opacity: var(--site-texture-opacity, 0.42);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

body,
input,
textarea,
select {
    font-weight: var(--body-font-weight, 400);
    font-style: var(--body-font-style, normal);
}

:is(p, .product-description, .spec-label, .spec-value, .tax-label, #cart-count,
    .cart-row, .success-email) {
    font-family: var(--body);
    font-weight: var(--body-font-weight, 400) !important;
    font-style: var(--body-font-style, normal) !important;
}

:is(h1, h2, h3, h4, h5, h6, .nav-logo, .nav-links, .footer-links, .home-canvas-node, .home-canvas-text-inner,
    .hero-vertical, .hero-product-label, .page-header h1, .product-slide-btn,
    .product-card h2, .season-card h2, .product-details h1, .price-line,
    .add-button, .cart-page h1, .success-layout h1, .cart-summary,
    .lookbook-file, .success-total, .cs-headline, .checkout-button, .success-cta,
    .quantity-row) {
    font-weight: var(--display-font-weight, 400) !important;
    font-style: var(--display-font-style, normal) !important;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 var(--pad);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.nav-logo {
    width: min(var(--nav-logo-width, 170px), 42vw);
    min-width: min(116px, 36vw);
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    overflow: hidden;
    font-family: var(--display);
    font-size: 28px;
    line-height: 0.9;
}

.nav-logo img {
    width: 100%;
    max-height: var(--nav-logo-height, 46px);
    object-fit: contain;
    object-position: left center;
}

.nav-logo img[hidden],
.nav-logo:not(.has-image) img {
    display: none;
}

.nav-logo span {
    display: none;
}

.nav-logo:not(.has-image) span {
    display: inline;
}

.asset-frame {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.asset-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asset-frame::after {
    content: attr(data-placeholder);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 10px;
    background: color-mix(in srgb, var(--paper) 78%, transparent);
    border: 1px dashed var(--line);
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.asset-frame:has(img:not([src='']))::after,
.asset-frame[data-filled]::after,
.asset-frame:not([data-placeholder])::after {
    display: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(14px, 3vw, 42px);
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--display);
    font-size: var(--nav-font-size, 28px);
    white-space: nowrap;
}

.nav-links a {
    opacity: 0.86;
}

.nav-links a:hover,
.nav-links a[aria-current] {
    opacity: 1;
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bag-icon {
    width: 16px;
    height: 18px;
    border: 2px solid currentColor;
    border-top-width: 1px;
    display: inline-block;
    position: relative;
}

.bag-icon::before {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: -7px;
    height: 8px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

#cart-count {
    min-width: 18px;
    font-family: var(--body);
    font-size: 14px;
    text-align: center;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    height: var(--footer-height);
    min-height: var(--footer-height);
    padding: 0 var(--pad);
    background: var(--paper);
    color: var(--text);
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 0 var(--paper);
}

body.home-hide-header [data-chrome="header"],
body.home-hide-footer [data-chrome="footer"] {
    display: none;
}

body.home-hide-header .home-page-shell {
    height: 100svh;
}

body.home-hide-header:not(.home-hide-footer) .home-page-shell {
    height: calc(100svh - var(--footer-height));
}

body.home-hide-header.home-hide-footer .home-page-shell {
    height: 100svh;
}

.footer-links {
    display: flex;
    gap: 24px;
    font-family: var(--display);
    font-size: var(--footer-font-size, 24px);
}

.footer-mark {
    width: var(--footer-mark-width, 104px);
    height: min(48px, calc(var(--footer-height) - 10px));
    overflow: visible;
    flex: 0 0 auto;
}

.footer-mark img {
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: contain;
    overflow: visible;
    transform: translateY(calc(var(--footer-mark-offset-y, 0px) - 6px));
}

.page-shell {
    min-height: calc(100vh - var(--nav-height) - var(--footer-height));
}

.home-page-shell {
    height: calc(100svh - var(--nav-height) - var(--footer-height));
    min-height: 0;
    overflow: hidden;
}

body.home-hide-footer .home-page-shell {
    height: calc(100svh - var(--nav-height));
}

.home-body .site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    min-height: var(--footer-height);
}

.home-canvas-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: var(--bg);
}

.home-canvas-stage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1440px;
    height: 900px;
    transform-origin: top center;
}

.home-canvas-layer {
    position: absolute;
    inset: 0;
}

.home-canvas-node {
    position: absolute;
    display: block;
    text-align: center;
    font-family: var(--display);
    line-height: 0.92;
    color: var(--text);
    overflow: hidden;
    white-space: pre-wrap;
}

.home-canvas-text-inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 0.92;
    font-family: var(--display);
    font-synthesis: none;
    text-rendering: geometricPrecision;
    overflow-wrap: normal;
    word-break: normal;
}

.home-canvas-box {
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 22%, transparent);
}

.home-canvas-image img,
.home-canvas-video video,
.home-canvas-slideshow img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-canvas-node .cover { object-fit: cover; }
.home-canvas-node .contain { object-fit: contain; }
.home-canvas-node .fill { object-fit: fill; }

.hero {
    position: relative;
    min-height: calc(100vh - var(--nav-height));
    overflow: hidden;
    padding: 44px var(--pad) 34px;
}

.hero-vertical {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-family: var(--display);
    font-size: clamp(68px, 10vw, 150px);
    line-height: 0.8;
    color: color-mix(in srgb, var(--text) 23%, transparent);
}

.hero-crosshairs {
    position: absolute;
    left: 16%;
    top: 17%;
    width: min(540px, 54vw);
    aspect-ratio: 1;
    z-index: 1;
}

.hero-chain {
    position: absolute;
    left: 42%;
    top: 10%;
    width: min(245px, 24vw);
    height: min(450px, 50vh);
    background: color-mix(in srgb, var(--paper) 72%, transparent);
    border: 1px dashed var(--line);
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--muted);
    z-index: 2;
}

.hero-gun {
    position: absolute;
    right: 2%;
    bottom: 10%;
    width: min(560px, 52vw);
    height: min(300px, 34vw);
    z-index: 2;
}

.hero-copy {
    position: absolute;
    left: var(--pad);
    bottom: 34px;
    z-index: 3;
    max-width: 520px;
    color: var(--muted);
    font-weight: 600;
    line-height: 1.25;
}

.hero-copy strong {
    display: block;
    margin: 12px 0;
    color: var(--text);
}

.hero-brand {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 4;
    width: min(420px, 38vw);
    text-align: center;
}

.hero-by,
.hero-product-label,
.hero-product-sub {
    margin: 0;
    font-weight: 700;
}

.hero-wordmark {
    height: 108px;
    margin: 6px 0 10px;
}

.hero-product-label {
    font-family: var(--display);
    font-size: 34px;
    line-height: 0.9;
}

.hero-product-sub {
    font-size: 19px;
    color: var(--muted);
}

.hero-location {
    position: absolute;
    right: var(--pad);
    bottom: 34px;
    z-index: 4;
    margin: 0;
    font-weight: 600;
    color: var(--muted);
}

.page-header {
    padding: 76px var(--pad) 34px;
    border-bottom: 1px solid var(--line);
}

.page-header h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(58px, 9vw, 132px);
    line-height: 0.86;
}

.page-header p {
    margin: 12px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.shop-grid,
.season-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border-bottom: 1px solid var(--line);
}

.product-card,
.season-card {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    background: var(--bg);
}

.product-thumb,
.season-thumb,
.lookbook-cell,
.product-media {
    background: var(--paper);
    display: grid;
    place-items: center;
    color: var(--muted);
    border: 0;
}

.product-thumb {
    min-height: 370px;
    overflow: hidden;
}

.product-thumb img,
.product-image-stack > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-stack {
    display: grid;
    gap: 1px;
}

.product-image-stack img.cover { object-fit: cover; }
.product-image-stack img.contain { object-fit: contain; }
.product-image-stack img.fill { object-fit: fill; }

.product-media-slideshow .product-media {
    min-height: 0;
}

.product-slideshow {
    position: relative;
    width: var(--product-media-match-width, min(576px, 45vw));
    height: var(--product-media-match-height, min(720px, calc(var(--product-available-height, 100vh) - (var(--product-vertical-gap, 64px) * 2))));
    aspect-ratio: 4 / 5;
    max-width: 100%;
    background: var(--bg);
    overflow: hidden;
}

.product-slide-frame {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-slide-frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    background: var(--bg);
}

.product-slide-frame img[hidden] { display: none; }

.product-slide-frame img.cover { object-fit: cover; }
.product-slide-frame img.contain { object-fit: contain; }
.product-slide-frame img.fill { object-fit: fill; }

.product-slide-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 54px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 72%, transparent);
    color: var(--text);
    cursor: pointer;
    transform: translateY(-50%);
    font-family: var(--display);
    font-size: 34px;
    line-height: 1;
    opacity: 0;
    transition: opacity .18s ease;
}

.product-slideshow:hover .product-slide-btn,
.product-slide-btn:focus-visible {
    opacity: 1;
}

.product-slide-prev { left: 14px; }
.product-slide-next { right: 14px; }

.product-slide-count {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    padding: 4px 8px;
    background: color-mix(in srgb, var(--paper) 78%, transparent);
    color: var(--muted);
    font-weight: 700;
}

.product-image-stack > img {
    aspect-ratio: 4 / 5;
    max-height: min(640px, calc(var(--product-available-height, 100vh) - (var(--product-vertical-gap, 64px) * 2)));
    background: var(--bg);
}

.product-card h2,
.season-card h2 {
    margin: 22px 0 4px;
    font-family: var(--display);
    font-size: clamp(38px, 5vw, 70px);
    line-height: 0.9;
}

.product-card p,
.season-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.product-layout {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: max-content minmax(320px, var(--product-details-width, 520px));
    justify-content: center;
    gap: var(--product-desktop-gap, 32px);
    min-height: calc(100vh - var(--nav-height) - 64px);
    padding: var(--product-vertical-gap, 64px) clamp(28px, 9vw, 112px);
    align-items: center;
}

.product-media {
    min-height: min(640px, calc(var(--product-available-height, 100vh) - (var(--product-vertical-gap, 64px) * 2)));
    align-self: center;
}

.product-details {
    align-self: center;
    justify-self: end;
    width: 100%;
    transform: scale(var(--product-details-scale, 1));
    transform-origin: center right;
}

.slideshow-placeholder {
    width: 100%;
    height: 100%;
    min-height: min(640px, 70vh);
    display: grid;
    place-items: center;
    background: var(--paper);
    color: var(--muted);
}

.product-details h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(66px, 7.2vw, 94px);
    line-height: 0.86;
}

.price-line {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 20px;
    margin: 28px 0 18px;
    font-family: var(--display);
    font-size: 38px;
}

.tax-label {
    font-family: var(--body);
    font-size: 17px;
    color: var(--muted);
    font-weight: 700;
}

.rule {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 24px 0;
}

.product-description {
    margin: 0;
    font-weight: 700;
    line-height: 1.45;
}

.spec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.spec-label {
    display: block;
    color: var(--muted);
    font-weight: 700;
}

.spec-value {
    display: block;
    margin-top: 8px;
    font-family: var(--display);
    font-size: 34px;
    line-height: 0.94;
}

.quantity-row {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    font-weight: 700;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.quantity-control button {
    width: 32px;
    height: 32px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
}

.add-button,
.checkout-button,
.success-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    border: 0;
    background: var(--text);
    color: var(--paper);
    cursor: pointer;
    font-family: var(--display);
    font-size: 26px;
}

.content-page,
.cart-page,
.success-layout {
    padding: 72px var(--pad);
    min-height: 70vh;
}

.content-page h1,
.cart-page h1,
.success-layout h1 {
    margin: 0 0 28px;
    font-family: var(--display);
    font-size: clamp(58px, 8vw, 118px);
    line-height: 0.86;
}

.content-page p,
.success-layout p {
    max-width: 720px;
    margin: 0;
    font-weight: 700;
    color: var(--muted);
}

.cart-table {
    border-top: 1px solid var(--line);
}

.cart-row {
    display: grid;
    grid-template-columns: 1fr 90px 120px 90px;
    gap: 18px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
}

.cart-row button {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--muted);
}

.cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
    font-family: var(--display);
    font-size: 38px;
}

.checkout-button {
    width: min(360px, 100%);
}

.lookbook-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.lookbook-cell {
    min-height: 42vw;
    background: var(--paper);
    overflow: hidden;
}

.lookbook-cell img,
.lookbook-cell video {
    width: 100%;
    height: 100%;
    min-height: 42vw;
    object-fit: cover;
}

.lookbook-file {
    font-family: var(--display);
    font-size: clamp(34px, 5vw, 72px);
}

.success-layout {
    max-width: 920px;
}

.success-order-item,
.success-total {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
}

.success-total {
    font-family: var(--display);
    font-size: 36px;
    border-bottom-color: var(--line);
}

.success-email {
    margin: 24px 0 !important;
}

.cs-page {
    min-height: 100vh;
    background: #080d0d;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-login-page {
    min-height: 100vh;
    background: #f0efea;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cs-bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cs-shell {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-headline {
    margin: 0;
    font-family: var(--display);
    font-size: var(--cs-headline-size, clamp(54px, 8vw, 118px));
    color: var(--cs-headline-color, var(--text, #f0efea));
    line-height: 0.86;
    text-align: center;
}

.cs-logo {
    position: absolute;
    display: inline-block;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
}

.cs-logo img {
    display: block;
    height: auto;
    width: min(calc(var(--cs-logo-size, 28) * 1vw), 90vw);
    object-fit: contain;
}

@media (min-width: 769px) {
    .cs-logo img {
        width: auto;
        height: min(calc(var(--cs-logo-size, 28) * 1vh), 40vh);
    }
}

.site-login-shell {
    display: grid;
    min-height: 100svh;
    padding: clamp(24px, 5vw, 56px);
    place-items: center;
}

.site-login-form {
    display: grid;
    width: min(340px, 100%);
    gap: 14px;
}

.site-login-logo {
    display: block;
    text-decoration: none;
    margin: 0 auto 10px;
}

.site-login-logo img {
    display: block;
    height: auto;
    width: min(calc(var(--login-logo-size, 10) * 1vw), 70vw);
    object-fit: contain;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .site-login-logo img {
        width: auto;
        height: min(calc(var(--login-logo-size, 10) * 1vh), 25vh);
    }
}

.site-login-form label {
    font-weight: 700;
}

.site-login-form input {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 72%, transparent);
    color: var(--text);
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.site-login-form button {
    min-height: 54px;
    border: 0;
    background: var(--text);
    color: var(--paper);
    cursor: pointer;
    font-family: var(--display);
    font-size: 25px;
}

.site-login-error {
    margin: 0;
    color: #8b1e1e;
    font-weight: 700;
}

@media (max-width: 820px) {
    :root {
        --nav-height: var(--nav-height-mobile, 72px);
        --footer-height: var(--footer-height-mobile, 56px);
    }

    .site-nav {
        height: var(--nav-height);
        min-height: var(--nav-height);
        flex-wrap: nowrap;
        gap: 12px;
        padding: 0 18px;
    }

    .nav-logo {
        width: var(--nav-logo-width-mobile, 92px);
        min-width: var(--nav-logo-width-mobile, 92px);
        min-height: 32px;
    }

    .nav-logo img {
        max-height: var(--nav-logo-height-mobile, 36px);
    }

    .nav-links {
        width: auto;
        flex: 1 1 auto;
        justify-content: flex-end;
        gap: clamp(9px, 3.4vw, 16px);
        font-size: var(--nav-font-size-mobile, 14px);
    }

    .site-nav.mobile-split-nav {
        position: sticky;
        display: block;
        padding: 0 18px;
    }

    .site-nav.mobile-split-nav .nav-logo {
        position: absolute;
        top: 8px;
        left: 18px;
        width: var(--nav-logo-width-mobile, 92px);
        height: min(var(--nav-logo-height-mobile, 36px), calc((var(--nav-height) / 2) - 8px));
        min-height: 24px;
    }

    .site-nav.mobile-split-nav .nav-links {
        position: absolute;
        inset: 0 18px;
        width: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: clamp(12px, 4vw, 22px);
        padding: 0 0 8px;
    }

    .site-nav.mobile-split-nav .nav-cart-item {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .site-footer {
        height: var(--footer-height);
        min-height: var(--footer-height);
        padding: 0 18px;
        box-shadow: 0 24px 0 var(--paper);
    }

    .footer-links { font-size: var(--footer-font-size-mobile, 14px); gap: 12px; }
    .footer-mark {
        width: var(--footer-mark-width-mobile, 72px);
        height: min(38px, calc(var(--footer-height) - 8px));
    }

    .footer-mark img {
        padding: 3px;
        transform: translateY(var(--footer-mark-offset-y-mobile, -5px));
    }

    .cart-link { gap: 5px; }
    .bag-icon { width: 13px; height: 15px; }

    .hero {
        min-height: 780px;
    }

    .home-page-shell {
        height: auto;
        min-height: 0;
        overflow-x: clip;
        overflow-y: visible;
        padding-bottom: var(--footer-height);
    }

    body.home-hide-footer .home-page-shell {
        height: auto;
        padding-bottom: 0;
    }

    .home-canvas-viewport {
        height: auto;
        min-height: 0;
        overflow-x: clip;
        overflow-y: visible;
    }

    body.home-hide-header .home-page-shell,
    body.home-hide-header:not(.home-hide-footer) .home-page-shell,
    body.home-hide-header.home-hide-footer .home-page-shell {
        height: auto;
    }

    .home-body {
        height: auto;
        min-height: 100svh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .hero-copy,
    .hero-brand,
    .hero-location {
        left: var(--pad);
        right: var(--pad);
        transform: none;
        width: auto;
    }

    .hero-brand {
        bottom: 160px;
    }

    .hero-location {
        bottom: 22px;
    }

    .hero-copy {
        bottom: 58px;
        max-width: none;
    }

    .hero-chain {
        left: 42%;
        width: 155px;
        height: 300px;
    }

    .hero-gun {
        right: -16%;
        width: 82vw;
        height: 42vw;
    }

    .shop-grid,
    .season-grid,
    .product-layout,
    .lookbook-grid {
        grid-template-columns: 1fr;
    }

    .product-layout {
        padding: var(--product-vertical-gap, 34px) var(--pad);
    }

    .cart-row {
        grid-template-columns: 1fr 50px 88px;
    }

    .cart-row button {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .cart-summary {
        display: block;
    }

    .checkout-button {
        margin-top: 20px;
    }

    .coming-soon-shell {
        padding-bottom: 118px;
    }
}

@media (max-width: 820px) {
    .product-layout {
        display: flex;
        flex-direction: column;
        padding: 52px clamp(28px, 10vw, 42px) 72px;
        gap: 28px;
        min-height: auto;
    }

    .product-details { display: contents; }

    .product-title-row {
        order: 1;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        gap: 18px;
    }
    .product-title-row h1 {
        margin: 0;
        max-width: 70%;
        font-size: var(--product-mobile-title-size, 42px);
        text-align: left;
    }
    .price-line {
        margin: 0;
        gap: 0;
        flex: 0 0 auto;
        font-size: var(--product-mobile-price-size, 20px);
        text-align: right;
    }
    .tax-label { display: none; }

    .product-media {
        order: 2;
        width: 100%;
        min-height: 0;
        background: transparent;
        margin-top: calc(var(--product-mobile-photo-top-space, 28px) - 28px);
        margin-bottom: calc(var(--product-mobile-photo-bottom-space, 28px) - 28px);
    }
    .spec-grid { order: 3; }
    .add-button { order: 4; }
    .product-description { order: 5; }

    .product-layout .rule { display: none; }
    body[data-mobile-qty="hide"] .quantity-row { display: none; }

    .product-description::before {
        content: "INFO";
        display: block;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: var(--muted);
        margin-bottom: 8px;
    }

    .product-description {
        width: 100%;
        color: var(--muted);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: .035em;
        text-align: var(--product-mobile-description-align, left);
    }

    .spec-grid {
        width: 100%;
        gap: 28px;
    }

    .spec-label {
        font-size: 12px;
        color: var(--text);
    }

    .spec-value {
        margin-top: 3px;
        font-family: var(--body);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.1;
    }

    .add-button {
        min-height: 44px;
        font-size: 16px;
    }

    .product-slideshow {
        width: 100%;
        aspect-ratio: 4 / 5;
        height: auto;
        max-height: none;
        max-width: none;
        background: transparent;
    }

    .product-slide-frame {
        background: transparent;
    }

    .product-slide-frame img,
    .product-slide-frame img.cover,
    .product-slide-frame img.contain,
    .product-slide-frame img.fill {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        background: transparent;
    }

    .product-image-stack > img {
        aspect-ratio: 4 / 5;
    }

    .product-slide-btn {
        width: 32px;
        height: 32px;
        background: rgba(255,255,255,.55);
        font-size: 20px;
        opacity: .75;
    }

    .product-slide-prev { left: 8px; }
    .product-slide-next { right: 8px; }

    .product-slide-count {
        right: 8px;
        bottom: 8px;
        padding: 3px 5px;
        background: rgba(255,255,255,.55);
        font-size: 12px;
    }
}
