/* Storefront v2: product-first public shop. Admin surfaces remain in styles.css. */

.storefront-v2 {
    --shop-ink: #171714;
    --shop-muted: #696860;
    --shop-paper: #f4f0e8;
    --shop-paper-strong: #fffdf8;
    --shop-line: #d8d2c6;
    --shop-accent: #f36c32;
    --shop-accent-dark: #c84916;
    --shop-dark: #11110f;
    --shop-dark-soft: #24231f;
    --shop-shadow: 0 24px 80px rgba(32, 28, 20, .12);
    min-height: 100svh;
    overflow-x: hidden;
    background: var(--shop-paper);
    color: var(--shop-ink);
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.storefront-v2 :focus-visible {
    outline-color: var(--shop-accent);
}

.storefront-v2 ::selection {
    background: var(--shop-accent);
    color: #fff;
}

.storefront-v2 .site-header {
    min-height: 72px;
    padding: 15px clamp(22px, 4vw, 68px);
    border-bottom: 1px solid rgba(23, 23, 20, .11);
    background: rgba(244, 240, 232, .9);
    color: var(--shop-ink);
    backdrop-filter: blur(18px);
}

.storefront-v2 .site-header.is-scrolled {
    min-height: 64px;
    background: rgba(255, 253, 248, .94);
    box-shadow: 0 10px 38px rgba(37, 32, 24, .08);
}

.storefront-v2 .brand-copy strong {
    color: var(--shop-ink);
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.055em;
}

.storefront-v2 .brand-copy small {
    margin-top: 3px;
    color: var(--shop-muted);
    font-size: 8px;
    letter-spacing: .13em;
}

.storefront-v2 .site-nav {
    gap: clamp(14px, 2vw, 28px);
    color: var(--shop-ink);
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.storefront-v2 .site-nav a::after {
    background: var(--shop-accent);
}

.storefront-v2 .site-nav a:hover {
    color: var(--shop-accent-dark);
}

.storefront-v2 .site-footer {
    min-height: 170px;
    padding: 42px clamp(22px, 4vw, 68px);
    border-top: 1px solid var(--shop-line);
    background: var(--shop-paper-strong);
    color: var(--shop-muted);
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.storefront-v2 .footer-brand strong {
    color: var(--shop-ink);
}

.storefront-v2 .footer-meta {
    flex-wrap: wrap;
}

.storefront-v2 .footer-meta a {
    color: var(--shop-ink);
}

.shop-overline {
    color: var(--shop-accent-dark);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.shop-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 760;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.shop-button:hover {
    transform: translateY(-2px);
}

.shop-button:active {
    transform: translateY(0);
}

.shop-button:disabled,
.shop-button--disabled {
    cursor: not-allowed;
    opacity: .58;
    transform: none;
}

.shop-button--primary {
    background: var(--shop-accent);
    color: #17120f;
}

.shop-button--primary:hover {
    background: #ff7b3f;
}

.shop-button--light {
    background: #fff;
    color: var(--shop-ink);
}

.shop-button--light:hover {
    background: #f5efe6;
}

.shop-button--quiet {
    border-color: var(--shop-line);
    background: transparent;
    color: var(--shop-ink);
}

.shop-button--quiet:hover {
    border-color: var(--shop-ink);
}

.shop-button--full {
    width: 100%;
}

.shop-text-link {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 720;
    line-height: 1.7;
}

.shop-text-link--light {
    color: #fff;
}

/* Catalog */

.store-page.storefront-v2 .site-header {
    border-bottom-color: rgba(255, 255, 255, .18);
    background: rgba(8, 8, 7, .2);
    color: #fff;
}

.store-page.storefront-v2 .site-header:not(.is-scrolled) .brand-copy strong,
.store-page.storefront-v2 .site-header:not(.is-scrolled) .site-nav {
    color: #fff;
}

.store-page.storefront-v2 .site-header:not(.is-scrolled) .brand-copy small {
    color: rgba(255, 255, 255, .66);
}

.store-page.storefront-v2 .site-header.is-scrolled {
    color: var(--shop-ink);
}

.shop-hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
    background: #090908;
}

.shop-hero-media,
.shop-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.shop-hero-media {
    z-index: -3;
    object-fit: cover;
    object-position: center;
    animation: shop-hero-settle 1.6s cubic-bezier(.16, 1, .3, 1) both;
}

.shop-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, .78) 0%, rgba(5, 5, 5, .45) 42%, rgba(5, 5, 5, .04) 72%),
        linear-gradient(0deg, rgba(5, 5, 5, .48), transparent 46%);
}

.shop-hero-copy {
    width: min(720px, 92vw);
    padding: clamp(150px, 19vh, 240px) clamp(24px, 5vw, 84px) clamp(80px, 11vh, 128px);
    color: #fff;
}

.shop-hero-copy .shop-overline {
    color: #ff9a68;
}

.shop-hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(58px, 7.6vw, 124px);
    font-weight: 830;
    letter-spacing: -.075em;
    line-height: .88;
}

.shop-hero-copy h1 span {
    display: block;
    color: #ff8750;
}

.shop-hero-copy > p:not(.shop-overline) {
    max-width: 540px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.72;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}

.shop-hero-product {
    position: absolute;
    right: clamp(24px, 5vw, 84px);
    bottom: clamp(25px, 4vw, 58px);
    display: grid;
    color: #fff;
    text-align: right;
}

.shop-hero-product span {
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.shop-hero-product strong {
    margin-top: 5px;
    font-size: 18px;
}

.shop-collection {
    padding: clamp(90px, 10vw, 150px) clamp(22px, 4vw, 68px);
    background: var(--shop-paper);
}

.shop-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
    align-items: end;
    gap: 50px;
    max-width: 1480px;
    margin: 0 auto 56px;
}

.shop-section-heading h2 {
    max-width: 900px;
    margin-top: 13px;
    font-size: clamp(42px, 6vw, 88px);
    font-weight: 780;
    letter-spacing: -.065em;
    line-height: .96;
}

.shop-section-heading > p {
    color: var(--shop-muted);
    line-height: 1.75;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(26px, 4vw, 58px);
    max-width: 1480px;
    margin: 0 auto;
}

.shop-product-grid[data-product-count="1"] {
    grid-template-columns: 1fr;
}

.shop-product {
    min-width: 0;
}

.shop-product-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #151410;
}

.shop-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .75s cubic-bezier(.16, 1, .3, 1);
}

.shop-product:hover .shop-product-media img {
    transform: scale(1.025);
}

.shop-product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 253, 248, .92);
    color: var(--shop-ink);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .08em;
}

.shop-product-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    padding: 24px 2px 0;
}

.shop-product-info p {
    color: var(--shop-accent-dark);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-product-info h3 {
    margin-top: 7px;
    font-size: clamp(28px, 3.2vw, 46px);
    letter-spacing: -.055em;
}

.shop-product-info > div:first-child > span {
    display: block;
    margin-top: 8px;
    color: var(--shop-muted);
}

.shop-product-meta {
    display: grid;
    align-content: end;
    justify-items: end;
    gap: 8px;
    text-align: right;
}

.shop-product-meta strong {
    font-size: 13px;
}

.shop-product-meta a {
    border-bottom: 1px solid var(--shop-ink);
    font-size: 12px;
    font-weight: 720;
}

.shop-manifesto {
    padding: clamp(92px, 11vw, 170px) clamp(22px, 4vw, 68px);
    background: var(--shop-dark);
    color: #fff;
}

.shop-manifesto > .shop-overline,
.shop-manifesto > h2,
.shop-manifesto-points {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.shop-manifesto .shop-overline {
    color: #ff9562;
}

.shop-manifesto > h2 {
    max-width: 1200px;
    margin-top: 18px;
    font-size: clamp(48px, 7.2vw, 110px);
    font-weight: 760;
    letter-spacing: -.075em;
    line-height: .9;
}

.shop-manifesto-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(70px, 8vw, 120px);
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.shop-manifesto-points article {
    min-height: 250px;
    padding: 28px clamp(0px, 2vw, 34px);
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.shop-manifesto-points article:first-child {
    padding-left: 0;
}

.shop-manifesto-points article:last-child {
    border-right: 0;
}

.shop-manifesto-points span {
    color: #ff9562;
    font-size: 10px;
    font-weight: 800;
}

.shop-manifesto-points h3 {
    margin-top: 70px;
    font-size: 24px;
    letter-spacing: -.035em;
}

.shop-manifesto-points p {
    max-width: 330px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.7;
}

.shop-compatible {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr) auto;
    align-items: center;
    gap: 46px;
    padding: clamp(72px, 8vw, 116px) clamp(22px, 4vw, 68px);
    background: #e7dfd1;
}

.shop-compatible h2 {
    max-width: 680px;
    margin-top: 12px;
    font-size: clamp(36px, 5vw, 68px);
    letter-spacing: -.06em;
    line-height: .98;
}

.shop-compatible ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-compatible li {
    padding: 10px 14px;
    border: 1px solid #a9a093;
    border-radius: 999px;
    background: rgba(255, 255, 255, .36);
    font-size: 12px;
    font-weight: 720;
}

/* Product detail */

.product-page.storefront-v2 main,
.checkout-page.storefront-v2 main {
    padding-top: 72px;
}

.product-breadcrumb,
.checkout-back {
    max-width: 1480px;
    margin: 0 auto;
    padding: 26px clamp(22px, 4vw, 68px) 18px;
    color: var(--shop-muted);
    font-size: 12px;
}

.product-breadcrumb {
    display: flex;
    gap: 9px;
}

.product-breadcrumb a,
.checkout-back a {
    border-bottom: 1px solid transparent;
}

.product-breadcrumb a:hover,
.checkout-back a:hover {
    border-bottom-color: currentColor;
    color: var(--shop-ink);
}

.pdp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(340px, .7fr);
    gap: clamp(34px, 5vw, 80px);
    max-width: 1600px;
    min-height: 690px;
    margin: 0 auto;
    padding: 16px clamp(22px, 4vw, 68px) clamp(80px, 8vw, 120px);
}

.pdp-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #11110f;
}

.pdp-media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
}

.pdp-media > span {
    position: absolute;
    bottom: 18px;
    left: 20px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 253, 248, .9);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .09em;
}

.pdp-buybox {
    position: sticky;
    top: 104px;
    align-self: start;
    padding-top: 22px;
}

.pdp-buybox h1 {
    margin-top: 14px;
    font-size: clamp(56px, 6vw, 92px);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .85;
}

.pdp-buybox h1 span {
    display: block;
    margin-top: 9px;
    color: var(--shop-accent-dark);
    font-size: .44em;
    letter-spacing: -.04em;
}

.pdp-tagline {
    margin-top: 27px;
    font-size: 21px;
    font-weight: 680;
    letter-spacing: -.02em;
}

.pdp-description {
    margin-top: 13px;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.75;
}

.pdp-price {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 22px;
    padding: 18px 0;
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.pdp-price span {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .1em;
}

.pdp-price strong {
    text-align: right;
}

.pdp-quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.pdp-quick-facts li {
    padding: 8px 11px;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    color: var(--shop-muted);
    font-size: 10px;
}

.pdp-prototype-note {
    margin-top: 11px;
    color: var(--shop-muted);
    font-size: 10px;
    text-align: center;
}

.pdp-story {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: clamp(60px, 9vw, 150px);
    padding: clamp(90px, 10vw, 150px) clamp(22px, 4vw, 68px);
    background: var(--shop-dark);
    color: #fff;
}

.pdp-story .shop-overline {
    color: #ff9562;
}

.pdp-story-heading h2 {
    max-width: 700px;
    margin-top: 15px;
    font-size: clamp(48px, 6vw, 88px);
    letter-spacing: -.07em;
    line-height: .92;
}

.pdp-feature-list {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.pdp-feature-list article {
    display: grid;
    grid-template-columns: 44px minmax(130px, .42fr) minmax(0, 1fr);
    gap: 22px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.pdp-feature-list span {
    color: #ff9562;
    font-size: 10px;
    font-weight: 780;
}

.pdp-feature-list h3 {
    font-size: 19px;
}

.pdp-feature-list p {
    color: rgba(255, 255, 255, .58);
    line-height: 1.7;
}

.pdp-specs,
.pdp-help {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: clamp(50px, 8vw, 130px);
    padding: clamp(80px, 9vw, 130px) clamp(22px, 4vw, 68px);
}

.pdp-specs h2,
.pdp-help h2 {
    max-width: 680px;
    margin-top: 13px;
    font-size: clamp(38px, 5vw, 70px);
    letter-spacing: -.065em;
    line-height: .96;
}

.pdp-specs dl {
    border-top: 1px solid var(--shop-line);
}

.pdp-specs dl > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid var(--shop-line);
}

.pdp-specs dt {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .08em;
}

.pdp-specs dd {
    font-weight: 680;
}

.pdp-help {
    background: #e7dfd1;
}

.pdp-faq {
    border-top: 1px solid #ada394;
}

.pdp-faq details {
    border-bottom: 1px solid #ada394;
}

.pdp-faq summary {
    padding: 24px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 720;
}

.pdp-faq details p {
    max-width: 670px;
    padding: 0 48px 25px 0;
    color: #625c53;
    line-height: 1.75;
}

.mobile-buybar {
    display: none;
}

/* Checkout */

.checkout-heading {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px clamp(22px, 4vw, 68px) 54px;
}

.checkout-heading h1 {
    max-width: 980px;
    margin-top: 13px;
    font-size: clamp(46px, 6.5vw, 88px);
    letter-spacing: -.07em;
    line-height: .92;
}

.checkout-heading h1 span {
    display: block;
    color: var(--shop-accent-dark);
}

.checkout-heading > p:last-child {
    max-width: 680px;
    margin-top: 20px;
    color: var(--shop-muted);
    line-height: 1.7;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr);
    gap: clamp(28px, 5vw, 72px);
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(22px, 4vw, 68px) clamp(90px, 10vw, 140px);
}

.checkout-summary {
    position: sticky;
    top: 96px;
    align-self: start;
}

.checkout-summary img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 70% center;
}

.checkout-summary > div {
    padding: 22px 0;
}

.checkout-summary > div p {
    color: var(--shop-accent-dark);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.checkout-summary h2 {
    margin-top: 7px;
    font-size: 30px;
    letter-spacing: -.04em;
}

.checkout-summary > div span {
    display: block;
    margin-top: 6px;
    color: var(--shop-muted);
}

.checkout-summary dl {
    border-top: 1px solid var(--shop-line);
}

.checkout-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--shop-line);
}

.checkout-summary dt {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .08em;
}

.checkout-summary dd {
    text-align: right;
    font-size: 12px;
    font-weight: 680;
}

.checkout-panel {
    min-width: 0;
    min-height: 650px;
    padding: clamp(28px, 4vw, 54px);
    background: var(--shop-paper-strong);
    box-shadow: var(--shop-shadow);
    scroll-margin-top: 86px;
}

.checkout-page .checkout-progress {
    margin-bottom: 48px;
}

.checkout-page .checkout-progress li.is-current {
    border-color: var(--shop-accent);
    color: var(--shop-accent-dark);
}

.checkout-page .checkout-progress li.is-current span {
    background: var(--shop-accent);
    color: var(--shop-ink);
}

.checkout-page .checkout-progress li.is-complete {
    border-color: var(--shop-ink);
    color: var(--shop-ink);
}

.checkout-page .checkout-progress li.is-complete span {
    background: var(--shop-ink);
    color: #fff;
}

.checkout-page .checkout-step h2 {
    margin-top: 12px;
    font-size: clamp(32px, 4.2vw, 52px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: 1;
}

.checkout-page .checkout-step h2:focus {
    outline: 0;
}

.checkout-page .step-count {
    color: var(--shop-accent-dark);
}

.checkout-page .friendly-field input {
    border-color: var(--shop-line);
    border-radius: 8px;
    background: #fff;
    color: var(--shop-ink);
}

.checkout-page .friendly-field input:focus {
    border-color: var(--shop-accent);
    box-shadow: 0 0 0 4px rgba(243, 108, 50, .12);
}

.checkout-page .review-confirm {
    background: #f0eadf;
    color: #554f46;
}

.checkout-page .review-confirm input {
    accent-color: var(--shop-accent);
}

.checkout-page .payment-placeholders {
    margin: 24px 0 16px;
}

.checkout-page .payment-placeholders > div {
    border-color: var(--shop-line);
    background: #f7f3eb;
    color: var(--shop-muted);
}

.checkout-page .payment-placeholders strong {
    color: var(--shop-ink);
}

.checkout-inline-error,
.checkout-noscript {
    margin: -18px 0 28px;
    padding: 15px 17px;
    border: 1px solid #dda088;
    background: #fff0e8;
    color: #813c22;
}

.checkout-noscript {
    border-color: #b7ad9f;
    background: #eee7dc;
    color: #514b43;
}

.checkout-page .js-only {
    display: none;
}

.checkout-page.js .js-only,
.js .checkout-page .js-only,
.js .checkout-page.storefront-v2 .js-only {
    display: inline-flex;
}

.checkout-page .checkout-step + .checkout-step {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--shop-line);
}

.js .checkout-page .checkout-step + .checkout-step {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.checkout-page .checkout-step[hidden] {
    display: none !important;
}

.checkout-help {
    max-width: 1104px;
    margin: -80px auto 100px;
    padding: 24px clamp(22px, 4vw, 68px);
    border-top: 1px solid var(--shop-line);
    color: var(--shop-muted);
}

.checkout-help strong {
    color: var(--shop-ink);
}

.checkout-help p {
    margin-top: 5px;
    line-height: 1.65;
}

.checkout-recovery-complete {
    max-width: 920px;
    margin: 0 auto 110px;
    padding: clamp(38px, 6vw, 76px);
    background: var(--shop-paper-strong);
    box-shadow: var(--shop-shadow);
}

.checkout-recovery-complete h2 {
    max-width: 760px;
    margin-top: 14px;
    font-size: clamp(38px, 5vw, 66px);
    letter-spacing: -.06em;
    line-height: .98;
}

.checkout-recovery-complete > p:not(.shop-overline) {
    max-width: 650px;
    margin: 20px 0 30px;
    color: var(--shop-muted);
    line-height: 1.7;
}

@keyframes shop-hero-settle {
    from {
        opacity: .7;
        transform: scale(1.04);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 980px) {
    .shop-section-heading,
    .shop-compatible,
    .pdp-story,
    .pdp-specs,
    .pdp-help {
        grid-template-columns: 1fr;
    }

    .shop-compatible {
        align-items: start;
    }

    .shop-manifesto-points {
        grid-template-columns: 1fr;
    }

    .shop-manifesto-points article {
        min-height: 0;
        padding: 28px 0 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .shop-manifesto-points h3 {
        margin-top: 34px;
    }

    .pdp-hero {
        grid-template-columns: 1fr;
    }

    .pdp-buybox {
        position: static;
        max-width: 760px;
    }

    .pdp-feature-list article {
        grid-template-columns: 42px minmax(140px, .4fr) minmax(0, 1fr);
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
        display: grid;
        grid-template-columns: minmax(150px, .42fr) minmax(0, .58fr);
        gap: 20px;
        align-items: end;
    }

    .checkout-summary dl {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .storefront-v2 .site-header {
        min-height: 64px;
    }

    .storefront-v2 .site-nav a:not(:last-child) {
        display: none;
    }

    .storefront-v2 .brand-copy small {
        display: none;
    }

    .shop-hero {
        min-height: 760px;
        align-items: end;
    }

    .shop-hero-media {
        object-position: 67% center;
    }

    .shop-hero-shade {
        background:
            linear-gradient(0deg, rgba(5, 5, 5, .82) 0%, rgba(5, 5, 5, .36) 55%, rgba(5, 5, 5, .08) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, .18), transparent);
    }

    .shop-hero-copy {
        width: 100%;
        padding: 130px 22px 86px;
    }

    .shop-hero-copy h1 {
        font-size: clamp(51px, 15vw, 74px);
    }

    .shop-hero-copy > p:not(.shop-overline) {
        max-width: 440px;
        color: rgba(255, 255, 255, .8);
    }

    .shop-hero-product {
        display: none;
    }

    .shop-section-heading {
        gap: 20px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 12px;
    }

    .shop-product-grid[data-product-count="1"] {
        grid-template-columns: 1fr;
    }

    .shop-product-media {
        aspect-ratio: 4 / 3;
    }

    .shop-product-info {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 17px;
    }

    .shop-product-meta {
        justify-items: start;
        text-align: left;
    }

    .shop-compatible {
        gap: 28px;
    }

    .product-page.storefront-v2 main,
    .checkout-page.storefront-v2 main {
        padding-top: 64px;
    }

    .product-breadcrumb,
    .checkout-back {
        padding-top: 20px;
    }

    .pdp-hero {
        gap: 28px;
        min-height: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .pdp-media {
        order: 1;
        aspect-ratio: 16 / 9;
    }

    .pdp-media img {
        min-height: 0;
        object-position: center;
    }

    .pdp-buybox {
        order: 2;
        padding: 8px 22px 0;
    }

    .pdp-buybox .shop-button {
        display: none;
    }

    .pdp-buybox h1 {
        font-size: 62px;
    }

    .pdp-feature-list article {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .pdp-feature-list p {
        grid-column: 2;
    }

    .pdp-specs dl > div {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .mobile-buybar {
        position: fixed;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 10px;
        z-index: 28;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 10px 10px 16px;
        border: 1px solid rgba(255, 255, 255, .68);
        border-radius: 18px;
        background: rgba(255, 253, 248, .94);
        box-shadow: 0 14px 46px rgba(21, 18, 13, .18);
        backdrop-filter: blur(18px);
    }

    .mobile-buybar > div {
        display: grid;
        min-width: 0;
    }

    .mobile-buybar strong {
        overflow: hidden;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-buybar span {
        color: var(--shop-muted);
        font-size: 10px;
    }

    .mobile-buybar .shop-button {
        min-height: 44px;
        padding: 0 20px;
    }

    .product-page.storefront-v2 {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .checkout-heading {
        padding-bottom: 38px;
    }

    .checkout-layout {
        gap: 28px;
    }

    .checkout-summary {
        grid-template-columns: 108px minmax(0, 1fr);
        align-items: center;
    }

    .checkout-summary img {
        aspect-ratio: 1;
    }

    .checkout-summary > div {
        padding: 0;
    }

    .checkout-panel {
        min-height: 0;
        margin: 0 -8px;
        padding: 26px 22px 32px;
        box-shadow: 0 18px 55px rgba(32, 28, 20, .1);
    }

    .checkout-page .checkout-progress {
        margin-bottom: 36px;
    }

    .checkout-page .checkout-progress li {
        display: grid;
        justify-items: center;
        gap: 5px;
        font-size: 9px;
    }

    .checkout-page .step-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .checkout-page .step-actions .shop-button {
        width: 100%;
    }

    .checkout-page .step-actions > span {
        order: 2;
        text-align: center;
    }

    .checkout-page .review-list > div {
        grid-template-columns: 82px minmax(0, 1fr) auto;
    }

    .checkout-page .payment-placeholders {
        grid-template-columns: 1fr;
    }

    .checkout-help {
        margin-top: -52px;
    }

    .storefront-v2 .site-footer {
        display: grid;
        gap: 24px;
        padding-bottom: calc(42px + env(safe-area-inset-bottom));
    }

    .storefront-v2 .footer-brand,
    .storefront-v2 .footer-meta {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .shop-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-hero-actions .shop-button,
    .shop-hero-actions .shop-text-link {
        width: 100%;
        justify-content: center;
    }

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

    .shop-section-heading h2,
    .shop-manifesto > h2,
    .pdp-story-heading h2 {
        font-size: 44px;
    }

    .pdp-buybox h1 {
        font-size: 54px;
    }

    .checkout-heading h1 {
        font-size: 43px;
    }
}

/* Catalog v3: bright multi-product shelf */

.catalog-v3 {
    --catalog-cream: #fbf8f2;
    --catalog-warm: #f2eadc;
    --catalog-card: #fffdf9;
    --catalog-orange: #e97032;
    --catalog-orange-dark: #b94d1d;
    --catalog-green: #6e7f62;
    background: var(--catalog-cream);
}

.store-page.storefront-v2.catalog-v3 .site-header,
.store-page.storefront-v2.catalog-v3 .site-header:not(.is-scrolled) {
    border-bottom-color: rgba(23, 23, 20, .09);
    background: rgba(251, 248, 242, .91);
    color: var(--shop-ink);
    backdrop-filter: blur(18px);
}

.store-page.storefront-v2.catalog-v3 .site-header:not(.is-scrolled) .brand-copy strong,
.store-page.storefront-v2.catalog-v3 .site-header:not(.is-scrolled) .site-nav {
    color: var(--shop-ink);
}

.store-page.storefront-v2.catalog-v3 .site-header:not(.is-scrolled) .brand-copy small {
    color: var(--shop-muted);
}

.catalog-v3 .shop-button--primary {
    background: var(--catalog-orange);
    color: #171714;
    box-shadow: 0 12px 30px rgba(211, 92, 35, .18);
}

.catalog-v3 .shop-button--primary:hover {
    background: #d95f25;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.catalog-intro {
    padding: 72px 0 0;
    overflow: hidden;
    background: var(--catalog-cream);
}

.catalog-intro-copy,
.featured-showcase,
.catalog-shelf-heading,
.catalog-filter-bar,
.catalog-product-grid,
.catalog-studio {
    width: min(100%, 1560px);
    margin-right: auto;
    margin-left: auto;
}

.catalog-intro-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
    align-items: end;
    gap: clamp(30px, 6vw, 110px);
    margin-bottom: clamp(66px, 8vw, 114px);
}

.catalog-intro-copy .shop-overline {
    grid-column: 1 / -1;
    margin-bottom: -1.2em;
}

.catalog-intro-copy h1 {
    max-width: 1050px;
    font-size: clamp(64px, 8vw, 126px);
    font-weight: 790;
    letter-spacing: -.08em;
    line-height: .88;
}

.catalog-intro-copy h1 span {
    color: var(--catalog-orange);
}

.catalog-intro-copy > p:last-child {
    max-width: 470px;
    padding-bottom: .5em;
    color: var(--shop-muted);
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.72;
}

.featured-showcase {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
}

.featured-copy-column {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: flex;
    width: min(46%, 780px);
    height: clamp(540px, 29.2vw, 570px);
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(36px, 3vw, 54px) clamp(24px, 3vw, 48px) clamp(24px, 2.5vw, 38px) clamp(40px, 5vw, 100px);
}

.featured-copy-stack {
    position: relative;
    min-height: 0;
}

.featured-copy[hidden] {
    display: none;
}

.featured-copy {
    animation: featured-copy-in .52s cubic-bezier(.16, 1, .3, 1) both;
}

.featured-kicker {
    color: var(--catalog-orange-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.featured-copy h2 {
    max-width: 520px;
    margin-top: 14px;
    font-size: clamp(36px, 3.25vw, 52px);
    font-weight: 760;
    letter-spacing: -.06em;
    line-height: 1.02;
}

.featured-product-name {
    margin-top: 12px;
    color: var(--catalog-orange-dark);
    font-size: clamp(15px, 1.25vw, 19px);
    font-weight: 760;
    letter-spacing: -.02em;
}

.featured-description {
    max-width: 390px;
    margin-top: 8px;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.65;
}

.featured-price {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 16px;
}

.featured-price strong {
    color: var(--catalog-orange-dark);
    font-size: 16px;
}

.featured-price span {
    padding: 6px 9px;
    border: 1px solid rgba(185, 77, 29, .22);
    border-radius: 999px;
    color: var(--shop-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.featured-copy .shop-button {
    min-width: 160px;
    min-height: 46px;
    margin-top: 14px;
    padding-right: 28px;
    padding-left: 28px;
    border-color: var(--catalog-orange);
    border-radius: 4px;
    background: transparent;
    color: var(--catalog-orange-dark);
    box-shadow: none;
    font-size: 12px;
}

.featured-copy .shop-button:hover {
    border-color: var(--catalog-orange);
    background: var(--catalog-orange);
    color: var(--shop-ink);
}

.featured-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 500px);
    border-top: 1px solid var(--shop-line);
}

.featured-tab {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    align-content: center;
    min-width: 0;
    min-height: 62px;
    padding: 8px 12px 8px 0;
    border: 0;
    border-right: 1px solid var(--shop-line);
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--shop-muted);
    cursor: pointer;
    text-align: left;
    transition: color .2s ease, padding .2s ease;
}

.featured-tab:hover,
.featured-tab.is-active {
    color: var(--shop-ink);
    padding-left: 7px;
}

.featured-tab.is-active {
    border-bottom-color: var(--catalog-orange);
}

.featured-tab span {
    color: var(--catalog-orange-dark);
    font-size: 10px;
    font-weight: 800;
}

.featured-tab strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-visual-column {
    position: relative;
    min-width: 0;
}

.featured-stage {
    position: relative;
    height: clamp(540px, 29.2vw, 570px);
    touch-action: pan-y;
    user-select: none;
}

.featured-stage:focus-visible {
    border-radius: 0;
    outline: 3px solid var(--catalog-orange);
    outline-offset: 7px;
}

.featured-media-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 94%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #e9e1d4;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(105%) scale(.88);
    transform-origin: left center;
    transition:
        transform .62s cubic-bezier(.16, 1, .3, 1),
        opacity .3s ease,
        filter .45s ease;
}

.featured-media-card.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.featured-media-card.is-next {
    z-index: 4;
    opacity: .92;
    pointer-events: auto;
    transform: translateX(99%) scale(.985);
    filter: saturate(.88) brightness(.99);
    border-left: 1px solid rgba(45, 37, 25, .14);
    box-shadow: -12px 0 28px rgba(55, 41, 24, .16);
}

.featured-media-card.is-after-next {
    z-index: 0;
    opacity: 0;
    transform: translateX(112%) scale(.97);
    filter: none;
}

.featured-media-card a,
.featured-media-card picture,
.featured-media-card img {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-media-card img {
    object-fit: cover;
    pointer-events: none;
}

.featured-media-card > a::after {
    content: "";
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(0deg, rgba(24, 19, 13, .5), transparent);
    pointer-events: none;
}

.featured-media-card.is-active > a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 49%;
    background: linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .88) 58%, rgba(255, 253, 249, 0) 100%);
    pointer-events: none;
}

.featured-media-card > a > span {
    position: absolute;
    right: 26px;
    bottom: 24px;
    z-index: 1;
    display: grid;
    color: #fff;
    text-align: right;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .25);
}

.featured-media-card:not(.is-active) > a > span {
    opacity: 0;
}

@media (min-width: 821px) {
    .featured-media-card.is-active > a > span {
        display: none;
    }
}

.featured-media-card small {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
}

.featured-media-card strong {
    margin-top: 5px;
    font-size: 19px;
}

.featured-swipe-hint {
    display: none;
}

.featured-transport {
    position: absolute;
    right: calc(6% + 22px);
    bottom: 20px;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    width: auto;
    min-width: 250px;
    padding: 5px 12px;
    border: 1px solid rgba(42, 34, 24, .1);
    border-radius: 999px;
    background: rgba(255, 253, 249, .84);
    box-shadow: 0 12px 30px rgba(46, 35, 22, .1);
    backdrop-filter: blur(12px);
}

.featured-transport button {
    min-height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--shop-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 720;
}

.featured-transport button:first-child {
    justify-self: start;
}

.featured-transport button:last-child {
    justify-self: end;
}

.featured-transport button:hover {
    color: var(--catalog-orange-dark);
}

.featured-transport > p {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 720;
    letter-spacing: .08em;
}

.featured-transport [data-featured-current] {
    color: var(--shop-ink);
}

.catalog-shelf {
    padding: clamp(54px, 6vw, 82px) clamp(22px, 4vw, 68px) clamp(92px, 10vw, 150px);
    scroll-margin-top: 70px;
    background: var(--catalog-warm);
}

.catalog-shelf-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
}

.catalog-shelf-heading h2 {
    max-width: 1100px;
    margin-top: 10px;
    font-size: clamp(36px, 3.2vw, 48px);
    font-weight: 770;
    letter-spacing: -.07em;
    line-height: .94;
}

.catalog-shelf-heading > p {
    padding-bottom: 8px;
    color: var(--shop-muted);
    font-size: 12px;
    white-space: nowrap;
}

.catalog-shelf-heading > p strong {
    color: var(--catalog-orange-dark);
    font-size: 24px;
}

.catalog-filter-bar {
    display: flex;
    gap: 8px;
    margin-top: 28px;
    padding: 11px 0;
    border-top: 1px solid rgba(79, 67, 49, .18);
    border-bottom: 1px solid rgba(79, 67, 49, .18);
}

.catalog-filter-bar button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--shop-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 720;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.catalog-filter-bar button:hover {
    border-color: rgba(79, 67, 49, .22);
    color: var(--shop-ink);
}

.catalog-filter-bar button.is-active {
    border-color: var(--shop-ink);
    background: var(--shop-ink);
    color: #fff;
}

.catalog-product-grid {
    --catalog-columns: 4;
    display: grid;
    grid-template-columns: repeat(var(--catalog-columns), minmax(0, 1fr));
    gap: clamp(26px, 2.6vw, 42px) clamp(14px, 1.6vw, 26px);
    margin-top: 34px;
    scroll-margin-top: 96px;
}

.catalog-grid-stage {
    position: relative;
}

.catalog-product-grid:focus {
    outline: none;
}

.catalog-product[hidden] {
    display: none;
}

.catalog-product {
    min-width: 0;
}

.catalog-product-media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 18px;
    background: #e5ddd0;
    box-shadow: 0 10px 26px rgba(62, 48, 31, .07);
}

.catalog-product-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.catalog-product:hover .catalog-product-media img {
    transform: scale(1.035);
}

.catalog-product-badge {
    position: absolute;
    top: 11px;
    left: 11px;
    max-width: calc(100% - 22px);
    padding: 6px 8px;
    overflow: hidden;
    border: 1px solid rgba(33, 28, 22, .08);
    border-radius: 999px;
    background: rgba(255, 253, 249, .9);
    color: var(--shop-ink);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .07em;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.catalog-product-copy {
    padding: 15px 2px 0;
}

.catalog-product-copy > p {
    overflow: hidden;
    color: var(--catalog-orange-dark);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-product-copy h3 {
    margin-top: 5px;
    overflow: hidden;
    font-size: clamp(17px, 1.4vw, 22px);
    letter-spacing: -.045em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-product-copy > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 7px;
}

.catalog-product-copy > div span {
    overflow: hidden;
    color: var(--shop-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-product-copy > div a {
    flex: 0 0 auto;
    border-bottom: 1px solid var(--shop-ink);
    color: var(--shop-ink);
    font-size: 9px;
    font-weight: 720;
}

.catalog-batch-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 20px;
    margin: 28px 0 0;
}

.catalog-batch-nav[hidden] {
    display: none;
}

.catalog-batch-nav button {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 4;
    display: grid;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(25, 24, 21, .1);
    border-radius: 5px;
    background: rgba(255, 253, 249, .72);
    box-shadow: 0 5px 16px rgba(42, 35, 26, .06);
    cursor: pointer;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transform: translateY(-50%);
    transition:
        transform .2s ease,
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease,
        opacity .2s ease;
}

.catalog-batch-nav button[data-catalog-previous-batch] {
    left: -39px;
}

.catalog-batch-nav button[data-catalog-next-batch] {
    right: -39px;
}

.catalog-batch-nav button img {
    display: block;
    width: 20px;
    height: 20px;
}

.catalog-batch-nav button:not(:disabled):hover {
    transform: translateY(calc(-50% - 1px));
    border-color: rgba(25, 24, 21, .18);
    background: rgba(255, 253, 249, .96);
    box-shadow: 0 7px 20px rgba(42, 35, 26, .09);
}

.catalog-batch-nav button:focus-visible {
    outline: 2px solid var(--catalog-orange-dark);
    outline-offset: 3px;
}

.catalog-batch-nav button:disabled {
    cursor: not-allowed;
    opacity: .24;
}

.catalog-batch-nav p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 62px;
    color: var(--shop-muted);
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    font-weight: 760;
    letter-spacing: .08em;
}

.catalog-studio {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: clamp(60px, 10vw, 170px);
    padding: clamp(94px, 10vw, 150px) clamp(22px, 4vw, 68px);
    background: #fffdf9;
}

.catalog-studio h2 {
    max-width: 760px;
    margin-top: 15px;
    font-size: clamp(45px, 5.8vw, 82px);
    font-weight: 760;
    letter-spacing: -.07em;
    line-height: .94;
}

.catalog-studio ol {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--shop-line);
    list-style: none;
}

.catalog-studio li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 27px 0;
    border-bottom: 1px solid var(--shop-line);
}

.catalog-studio li > span {
    color: var(--catalog-orange-dark);
    font-size: 9px;
    font-weight: 800;
}

.catalog-studio h3 {
    font-size: 19px;
    letter-spacing: -.025em;
}

.catalog-studio li p {
    margin-top: 7px;
    color: var(--shop-muted);
    line-height: 1.65;
}

@keyframes featured-copy-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1240px) {
    .catalog-product-grid {
        --catalog-columns: 3;
    }

    .catalog-batch-nav button[data-catalog-previous-batch] {
        left: -26px;
    }

    .catalog-batch-nav button[data-catalog-next-batch] {
        right: -26px;
    }
}

@media (max-width: 820px) {
    .catalog-intro {
        padding: 64px 0 58px;
    }

    .featured-showcase {
        display: flex;
        flex-direction: column;
    }

    .featured-copy-column {
        position: static;
        order: 2;
        width: auto;
        height: auto;
        min-height: 0;
        margin-top: 28px;
        padding: 0 22px;
    }

    .featured-copy-stack {
        min-height: 360px;
    }

    .featured-copy h2 {
        font-size: clamp(42px, 9vw, 68px);
    }

    .featured-switcher {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        border: 0;
        scrollbar-width: none;
    }

    .featured-switcher::-webkit-scrollbar {
        display: none;
    }

    .featured-tab {
        grid-template-columns: 26px auto;
        min-width: max-content;
        min-height: 44px;
        padding: 0 16px;
        border: 1px solid var(--shop-line);
        border-radius: 999px;
    }

    .featured-tab:hover,
    .featured-tab.is-active {
        padding-left: 16px;
    }

    .featured-tab.is-active {
        border-color: var(--shop-ink);
        background: var(--shop-ink);
        color: #fff;
    }

    .featured-tab.is-active span {
        color: #ff9b66;
    }

    .featured-visual-column {
        order: 1;
        margin-top: 0;
    }

    .featured-stage {
        height: min(84vw, 600px);
    }

    .featured-media-card {
        width: 90%;
        border-radius: 0;
    }

    .featured-media-card.is-next {
        transform: translateX(98%) scale(.985);
    }

    .featured-media-card.is-after-next {
        opacity: 0;
        transform: translateX(112%) scale(.97);
    }

    .featured-media-card.is-active > a::before {
        display: none;
    }

    .featured-swipe-hint {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 5;
        display: block;
        padding: 7px 9px;
        border-radius: 999px;
        background: rgba(255, 253, 249, .84);
        color: var(--shop-muted);
        font-size: 7px;
        font-weight: 800;
        letter-spacing: .09em;
        backdrop-filter: blur(8px);
    }

    .featured-transport {
        position: static;
        width: 90%;
        min-width: 0;
        margin-top: 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .catalog-shelf-heading {
        align-items: start;
    }

    .catalog-product-grid {
        --catalog-columns: 2;
    }

    .catalog-studio {
        display: block;
    }

    .catalog-studio ol {
        margin-top: 54px;
    }
}

@media (max-width: 560px) {
    .catalog-intro {
        padding: 64px 0 58px;
    }

    .featured-copy-column {
        padding-right: 17px;
        padding-left: 17px;
    }

    .featured-copy-stack {
        min-height: 318px;
    }

    .featured-copy h2 {
        font-size: 42px;
    }

    .featured-product-name {
        margin-top: 18px;
        font-size: 18px;
    }

    .featured-description {
        font-size: 13px;
    }

    .featured-price {
        margin-top: 18px;
    }

    .featured-copy .shop-button {
        min-height: 48px;
        margin-top: 21px;
    }

    .featured-stage {
        height: min(84vw, 460px);
    }

    .featured-media-card {
        width: 90%;
        border-radius: 0;
        box-shadow: none;
    }

    .featured-media-card.is-next {
        transform: translateX(98%) scale(.985);
    }

    .featured-media-card.is-after-next {
        opacity: 0;
        transform: translateX(112%) scale(.97);
    }

    .featured-media-card > a > span {
        right: 17px;
        bottom: 16px;
    }

    .featured-transport {
        width: 90%;
        padding-top: 9px;
    }

    .featured-transport button {
        min-height: 48px;
    }

    .catalog-shelf {
        padding: 80px 17px 94px;
    }

    .catalog-shelf-heading {
        display: block;
    }

    .catalog-shelf-heading h2 {
        max-width: 100%;
        font-size: clamp(38px, 11vw, 44px);
        line-height: 1.02;
        overflow-wrap: anywhere;
        text-wrap: balance;
        word-break: break-all;
    }

    .catalog-shelf-heading > p {
        margin-top: 20px;
    }

    .catalog-filter-bar {
        position: sticky;
        top: 64px;
        z-index: 8;
        width: calc(100% + 34px);
        margin-left: -17px;
        padding: 10px 17px;
        overflow-x: auto;
        background: rgba(242, 234, 220, .93);
        scrollbar-width: none;
        backdrop-filter: blur(14px);
    }

    .catalog-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .catalog-filter-bar button {
        min-height: 46px;
    }

    .catalog-product-grid {
        gap: 28px 11px;
        margin-top: 26px;
        scroll-margin-top: 130px;
    }

    .catalog-product-media {
        border-radius: 14px;
    }

    .catalog-product-badge {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
        padding: 5px 7px;
        font-size: 9px;
    }

    .catalog-product-copy {
        padding-top: 11px;
    }

    .catalog-product-copy h3 {
        font-size: 17px;
    }

    .catalog-product-copy > div {
        display: grid;
        gap: 6px;
    }

    .catalog-product-copy > p,
    .catalog-product-copy > div span {
        font-size: 11px;
    }

    .catalog-product-copy > div a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        justify-self: start;
        font-size: 11px;
    }

    .catalog-batch-nav {
        margin-top: 28px;
    }

    .catalog-batch-nav button {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .catalog-batch-nav button[data-catalog-previous-batch] {
        left: -9px;
    }

    .catalog-batch-nav button[data-catalog-next-batch] {
        right: -9px;
    }

    .catalog-studio {
        padding: 80px 17px 96px;
    }

    .catalog-studio h2 {
        font-size: 47px;
    }

    .catalog-studio li {
        grid-template-columns: 38px minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured-copy,
    .featured-media-card,
    .catalog-product-media img,
    .catalog-batch-nav button {
        animation: none;
        transition: none;
    }
}
