﻿:root {
    --bg: #1b1b1b;
    --bg-soft: #1b1b1b;
    --bg-elevated: #222222;
    --sand: #e1cca1;
    --sand-muted: rgba(225, 204, 161, 0.72);
    --sand-strong: #f0dfbf;
    --line: rgba(225, 204, 161, 0.18);
    --white: #f7f3eb;
    --content-width: 1240px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

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

html {
    scroll-behavior: smooth;
}

body.etheria-body {
    margin: 0;
    min-width: 320px;
    background: var(--bg);
    color: var(--sand);
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

.section-heading,
.page-intro h1,
.newsletter-panel h2,
.story-copy h2,
.cta-strip h2,
.intro-copy p:last-child,
.about-page__closing,
.contact-card h3,
.policy-card h3,
.about-text__closing,
.video-showcase__title,
.product-detail__title,
.product-detail__section-head h2,
.sku-block h3,
.product-text-block h3,
.cart-item h2,
.cart-summary h2,
.order-checkout .bx-soa-section-title,
.empty-cart h2 {
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

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

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

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

button,
input,
textarea {
    font: inherit;
}

.etheria-shell {
    min-height: 100vh;
}

.site-header {
    position: relative;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(17, 17, 17, 0.92);
    border-bottom: 1px solid rgba(225, 204, 161, 0.08);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.site-header.is-condensed {
    background: rgba(17, 17, 17, 0.97);
    border-color: rgba(225, 204, 161, 0.16);
}

.site-header__inner,
.site-footer__top,
.site-footer__bottom,
.section-shell,
.page-shell,
.story-block,
.newsletter-panel {
    width: min(calc(100% - 40px), var(--content-width));
    margin: 0 auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 18px 0;
}

.site-brand {
    width: 132px;
    flex: 0 0 auto;
}

.site-header__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex: 1 1 auto;
}

.site-nav__list,
.site-footer__menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__link,
.site-footer__nav a,
.site-footer__contacts a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: var(--sand-muted);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    transition: color 0.25s ease;
}

.site-nav__link::after,
.site-footer__nav a::after,
.site-footer__contacts a::after,
.text-link::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: currentColor;
    transition: transform 0.25s ease;
}

.site-nav__link:hover,
.site-nav .selected > .site-nav__link,
.site-footer__nav a:hover,
.site-footer__contacts a:hover,
.text-link:hover {
    color: var(--sand-strong);
}

.site-nav__link:hover::after,
.site-nav .selected > .site-nav__link::after,
.site-footer__nav a:hover::after,
.site-footer__contacts a:hover::after,
.text-link:hover::after {
    transform: scaleX(1);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
}

.site-nav__list {
    gap: 16px;
    justify-content: flex-end;
    width: 100%;
}

.site-nav__link {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    white-space: nowrap;
}

.site-header__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.site-header__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--sand-muted);
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.site-header__social-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-header__social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 204, 161, 0.46);
    color: var(--sand-strong);
}

.site-header__icon-link {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.site-header__icon-link:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 204, 161, 0.46);
    color: var(--sand-strong);
}

.site-header__icon-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-header__cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 1px solid rgba(17, 17, 17, 0.82);
    border-radius: 999px;
    background: var(--sand);
    color: #161616;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.site-header__cart-count.is-hidden {
    display: none;
}

.site-header__toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    padding: 0;
    color: var(--sand);
}

.site-header__toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
    margin: 5px auto;
    transition: transform 0.25s ease;
}

.site-header__toggle.is-open span:first-child {
    transform: translateY(6px) rotate(45deg);
}

.site-header__toggle.is-open span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.site-main {
    padding-bottom: 0;
}

.hero {
    position: relative;
    min-height: calc(100vh - 93px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #090909;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 7, 7, 0.2) 0%, rgba(7, 7, 7, 0.64) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, transparent 40%, rgba(0, 0, 0, 0.36) 100%);
    z-index: 1;
}

.hero__media,
.hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__media img {
    object-fit: cover;
}

.hero__content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), var(--content-width));
    min-height: inherit;
    margin: 0 auto;
    padding: 72px 0 80px;
    display: grid;
    gap: 24px;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sand-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
}

.eyebrow::before {
    content: "";
    width: 56px;
    height: 1px;
    background: currentColor;
}

.hero__mark {
    width: min(100%, 320px);
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.hero__lead {
    max-width: 650px;
    margin: 0;
    color: var(--white);
    font-size: clamp(17px, 2vw, 22px);
}

.hero__actions,
.newsletter-panel__actions,
.cta-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__content .hero__actions {
    position: absolute;
    left: 0;
    bottom: 80px;
    margin-top: 0;
    justify-content: flex-start;
}

.hero__actions .button-link,
.hero__actions .button-link--ghost {
    min-height: 46px;
    padding: 0 18px;
    font-size: 12px;
    letter-spacing: 0.16em;
}

.button-link,
.button-link--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button-link {
    background: var(--sand);
    color: #161616;
}

.button-link:hover {
    transform: translateY(-2px);
    background: var(--sand-strong);
}

.button-link--ghost {
    border-color: rgba(225, 204, 161, 0.34);
    color: var(--sand);
    background: rgba(255, 255, 255, 0.02);
}

.button-link--ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 204, 161, 0.62);
    color: var(--sand-strong);
}

.section-shell,
.page-shell {
    padding-top: 30px;
}

.section-heading,
.page-intro h1,
.newsletter-panel h2,
.story-copy h2,
.cta-strip h2 {
    margin: 0 0 18px;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.02em;
}

.section-heading {
    font-size: clamp(42px, 5vw, 30px);
}

.section-kicker,
.page-intro p,
.story-copy p,
.newsletter-panel p,
.cta-strip p,
.value-card p,
.collection-card p,
.look-card p,
.editorial-card p,
.policy-card p,
.contact-card p {
    color: var(--sand-muted);
}

.intro-copy--split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: clamp(48px, 8vw, 120px);
    row-gap: 28px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(36px, 5vw, 72px) 0;
}

.intro-copy__statement {
    grid-column: 1;
    grid-row: 1;
}

.intro-copy__statement p {
    margin: 0;
    text-align: center;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 400;
    line-height: 1.28;
}

.intro-copy__founder {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 480px;
    justify-self: center;
    align-self: start;
}

.intro-copy__portrait {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 30px;
}

.intro-copy__portrait img {
    display: block;
    width: 100%;
    height: auto;
}

.intro-copy__signature {
    color: var(--sand-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.intro-copy__body {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    gap: 24px;
    padding-left: clamp(28px, 4vw, 56px);
    border-left: 1px solid rgba(225, 204, 161, 0.18);
}

.intro-copy__body p {
    margin: 0;
    color: var(--sand-muted);
    font-size: 16px;
    line-height: 1.7;
}

.intro-copy__body .intro-copy__closing {
    padding-top: 10px;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
}

.materials-section__content h2 {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.materials-test__image {
    height: auto;
    min-height: 0;
    padding: 0;
    aspect-ratio: auto;
}

.materials-test__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.materials-benefits__head > .materials-section__number {
    display: none;
}

.materials-philosophy > .materials-section__number {
    display: none;
}

.materials-benefit > span {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1;
}

@media (max-width: 860px) {
    .intro-copy--split {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px 0;
    }

    .intro-copy__statement,
    .intro-copy__founder,
    .intro-copy__body {
        grid-column: 1;
        grid-row: auto;
    }

    .intro-copy__founder {
        width: min(100%, 360px);
    }

    .intro-copy__body {
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid rgba(225, 204, 161, 0.18);
    }
}

.about-page__intro {
    max-width: 860px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-page__intro h1 {
    font-size: clamp(48px, 6vw, 92px);
}

.about-page__closing {
    margin: 34px auto 0;
    max-width: 760px;
    text-align: center;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.02;
    color: var(--sand-strong);
}

.collection-grid,
.values-grid,
.looks-grid,
.editorial-grid,
.policy-grid,
.contact-grid,
.size-grid {
    display: grid;
    gap: 24px;
}

.collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
}

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

.collection-card,
.look-card,
.editorial-card,
.value-card,
.policy-card,
.contact-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 0px solid var(--line);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.94));
    box-shadow: var(--shadow);
}

.collection-card {
    min-height: 450px;
}

.collection-card__link,
.look-card__link {
    display: block;
    position: relative;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.collection-card__media,
.look-card__media,
.editorial-card__media {
    position: absolute;
    inset: 0;
}

.collection-card__media::after,
.look-card__media::after,
.editorial-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.08) 0%, rgba(8, 8, 8, 0.74) 100%);
}

.collection-card__media img,
.look-card__media img,
.editorial-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.collection-card:hover .collection-card__media img,
.look-card:hover .look-card__media img,
.editorial-card:hover .editorial-card__media img {
    transform: scale(1.06);
}

.full-unstyled-link {
    color: inherit;
    text-decoration: none;
}

.full-unstyled-link:hover,
.full-unstyled-link:focus {
    color: inherit;
    text-decoration: none;
}

.collection-card__body,
.look-card__body,
.editorial-card__body {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.collection-grid--home .collection-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 15px;
}

.collection-grid--home .collection-card__link {
    position: static;
    height: auto;
}

.collection-grid--home .collection-card__media {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 5;
}

.collection-grid--home .collection-card__media::after {
    display: none;
}

.collection-grid--home .collection-card__body {
    position: static;
    z-index: auto;
    height: auto;
    display: block;
    padding: 14px 0 0;
    text-align: left;
}

.collection-grid--home .collection-card__title-link {
    display: inline-block;
}

.collection-grid--home .collection-card h3 {
    margin: 0;
}

.collection-card h3,
.look-card h3,
.editorial-card h3,
.value-card h3,
.contact-card h3,
.policy-card h3 {
    margin: 0 0 10px;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 22px;
}

.collection-card p,
.look-card p,
.editorial-card p,
.value-card p,
.policy-card p,
.contact-card p {
    margin: 0 0 18px;
}

.product-price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 16px;
    padding: 8px 14px;
    border: 1px solid rgba(225, 204, 161, 0.28);
    border-radius: 999px;
    background: rgba(15, 15, 15, 0.28);
    color: var(--sand-strong);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--sand-strong);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.story-block {
    margin-top: 34px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
}

.section-shell.section-shell--story-banner {
    width: 100%;
    max-width: none;
    margin: 50px 0;
}

.story-banner {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.story-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-media {
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

.story-copy {
    padding: 28px 0;
}

.story-copy h2 {
    font-size: clamp(38px, 4.8vw, 72px);
}

.story-copy p {
    margin: 0 0 18px;
    font-size: 18px;
}

.about-text {
    max-width: 780px;
    margin: 44px auto 0;
}

.about-text p {
    margin: 0 0 22px;
    color: var(--sand-muted);
    font-size: 19px;
    line-height: 1.85;
}

.about-text__closing {
    padding-top: 10px;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(30px, 4vw, 48px) !important;
    line-height: 1.15 !important;
    color: var(--sand-strong) !important;
}

.values-grid,
.policy-grid,
.contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.value-card,
.policy-card,
.contact-card {
    padding: 28px;
}

.value-card__number {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--sand-muted);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.newsletter-panel {
    position: relative;
    margin-top: 96px;
    padding: 64px;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #141414;
}

.newsletter-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(8, 8, 8, 0.85) 0%, rgba(8, 8, 8, 0.48) 100%),
        url("../images/hero.jpg") center/cover no-repeat;
}

.newsletter-panel__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.newsletter-panel h2 {
    font-size: clamp(38px, 5vw, 74px);
}

.newsletter-panel p {
    margin: 0 0 22px;
    font-size: 17px;
}

.video-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.94));
    box-shadow: var(--shadow);
}

.video-showcase__media-wrap {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(225, 204, 161, 0.16);
    background: #0f0f0f;
}

.video-showcase__media {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #0f0f0f;
}

.video-showcase__content {
    display: grid;
    gap: 18px;
    align-content: center;
}

.video-showcase__title {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(36px, 4.5vw, 30px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0.02em;
}

.video-showcase__text {
    margin: 0;
    color: var(--sand-muted);
    font-size: 17px;
}

.home-footer-top-shell {
    padding: 10px 0 10px;
}

.footer__content-top.page-width {
    width: 100%;
    margin: 0 auto;
}

.home-footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 36px;
    padding-bottom: 36px;
    border-top: 0px solid #f0dfbf3d;
    border-bottom: 1px solid rgba(225, 204, 161, 0.12);
}

.home-footer-top h2 {
    margin: 0;
    color: var(--sand-strong);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.home-footer-top__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.home-footer-top__social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-footer-top__list::-webkit-scrollbar {
    display: none;
}

.home-footer-top a {
    position: relative;
    display: inline-flex;
    width: fit-content;
    color: var(--sand-muted);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.home-footer-top a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -3px;
    height: 1px;
    background: currentColor;
    transition: right 0.25s ease;
}

.home-footer-top a:hover {
    color: var(--sand-strong);
}

.home-footer-top a:hover::after {
    right: 0;
}

.home-footer-top__social-link {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    border: 1px solid rgba(225, 204, 161, 0.22);
    padding: 10px;
    color: var(--sand-muted);
}

.home-footer-top__social-icon {
    width: 18px;
    height: 18px;
}

.home-footer-top__social-icon--stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-footer-top__social-icon--fill {
    fill: currentColor;
    stroke: none;
}

.home-footer-top__social-list .home-footer-top__social-link::after {
    display: none;
}

.home-footer-top__social-link:hover {
    border-color: rgba(225, 204, 161, 0.46);
}

.page-shell {
    display: grid;
    gap: 18px;
}

.page-intro {
    display: grid;
    gap: 14px;
    max-width: 100%;
}

.page-intro h1 {
    font-size: 35px;
}

.page-intro p {
    margin: 0;
    font-size: 18px;
}

.page-surface {
    padding: 34px;
    /* border-radius: 34px; */
    /* border: 1px solid var(--line); */
    /* background: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.94));
    box-shadow: var(--shadow); */
}

.page-shell--product {
    gap: 24px;
}

.page-shell--product .page-surface {
    padding: 28px;
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1.5fr);
    gap: 28px;
    align-items: start;
}

.product-detail__gallery {
    display: grid;
    gap: 14px;
}

.product-detail__thumbs-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.product-detail__media {
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    aspect-ratio: 2 / 3;
}

.product-detail__media img,
.product-detail__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail__media video {
    background: #000;
}

.product-detail__thumbs {
    display: flex;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-detail__thumbs::-webkit-scrollbar {
    display: none;
}

.product-detail__thumbs-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(225, 204, 161, 0.16);
    background: rgba(255, 255, 255, 0.02);
    color: var(--sand-strong);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.product-detail__thumbs-nav:hover:not([disabled]) {
    border-color: rgba(225, 204, 161, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.product-detail__thumbs-nav[disabled] {
    opacity: 0.35;
    cursor: default;
}

.product-detail__thumbs-nav span {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.product-detail__thumb {
    flex: 0 0 92px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(225, 204, 161, 0.12);
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.product-detail__thumb:hover,
.product-detail__thumb.is-active {
    border-color: rgba(225, 204, 161, 0.4);
}

.product-detail__thumb:hover {
    transform: translateY(-2px);
}

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

.product-detail__thumb-video-label {
    position: relative;
    display: block;
}

.product-detail__thumb-video-label::after {
    content: "VIDEO";
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
}

.product-detail__thumb-badge {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 2 / 3;
    background: rgba(255, 255, 255, 0.05);
    color: var(--sand-strong);
    font-size: 11px;
    line-height: 1.2;
}

.product-detail__summary {
    display: grid;
    gap: 22px;
    align-content: start;
}

.product-detail__header {
    display: grid;
    gap: 14px;
}

.product-detail__order-note {
    margin-top: -8px;
    color: var(--sand-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.3;
}

.product-detail__stock-status {
    margin-top: -8px;
    color: #63b36d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: none;
}

.product-detail__title {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.04;
}

.product-detail__title--page {
    padding: 0 28px;
    max-width: 100%;
}

.product-detail__lead {
    padding-top: 4px;
    border-top: 1px solid rgba(225, 204, 161, 0.12);
}

.product-detail__lead p {
        margin: 15px 0 10px 0;
    color: var(--sand-muted);
    font-size: 15px;
    line-height: 1.7;
}

.product-price--large {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--sand-strong);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}

.product-purchase-form {
    display: grid;
    gap: 18px;
}

.product-purchase-form--card,
.sku-block--card {
    display: grid;
    gap: 18px;
    /* padding: 22px;
    border: 1px solid rgba(225, 204, 161, 0.14);
    background: rgba(255, 255, 255, 0.02); */
}

.product-detail__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-detail__section-head h2 {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.product-options {
    display: grid;
    gap: 14px;
}

.sku-selector {
    display: grid;
    gap: 12px;
}

.sku-selector--pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sku-option {
    position: relative;
    display: grid;
    gap: 12px;
}

.sku-option--pill {
    display: inline-grid;
    grid-template-columns: auto;
    gap: 4px;
    min-width: 92px;
    padding: 12px 16px;
    border: 1px solid rgba(225, 204, 161, 0.18);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.sku-option--pill:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 204, 161, 0.42);
}

.sku-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.sku-option input:checked + .sku-option__size {
      color: var(--sand-strong);
  }

.sku-option:has(input:checked) {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(225, 204, 161, 0.48);
}

.sku-option__size {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-quantity,
.product-quantity__label,
.product-quantity__box {
      display: none;
  }

.hero__actions--stack {
    display: grid;
    gap: 10px;
}

.hero__actions--stack .button-link,
.hero__actions--stack .button-link--ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.sku-block {
    display: grid;
    gap: 12px;
    padding: 20px 22px;
    border: 1px solid rgba(225, 204, 161, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.015);
}

.sku-block h3 {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.sku-block--card p {
    margin: 0;
    color: var(--sand-muted);
    line-height: 1.7;
}

.product-detail__details {
    display: grid;
    gap: 14px;
}

.product-detail__related {
    display: grid;
    gap: 28px;
    margin-top: 64px;
}

.product-detail__related .section-heading {
    margin: 0;
    text-align: left;
}

.product-specs,
.product-text-block {
    padding: 20px 22px;
    border: 1px solid rgba(225, 204, 161, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.product-specs--compact {
    display: grid;
    gap: 14px;
}

.product-spec {
    display: grid;
    gap: 6px;
}

.product-spec span {
    color: var(--sand-muted);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-spec strong {
    color: var(--sand-strong);
    font-size: 14px;
    font-weight: 600;
}

.product-spec__content {
    color: var(--sand-strong);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.product-spec__content p,
.product-spec__content ul,
.product-spec__content ol {
    margin: 0;
}

.product-spec__content ul,
.product-spec__content ol {
    padding-left: 18px;
}

.product-spec__content li + li {
    margin-top: 4px;
}

.product-text-block {
    display: grid;
    gap: 10px;
}

.product-text-block h3 {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.product-text-block p {
    margin: 0;
    color: var(--sand-muted);
    line-height: 1.7;
}

.catalog-empty,
.empty-cart {
    display: grid;
    gap: 16px;
    justify-items: start;
}

.catalog-empty h2,
.empty-cart h2,
.cart-item h2,
.cart-summary h2 {
    margin: 0;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.product-form__status {
    min-height: 20px;
    margin: 0;
    color: var(--sand-muted);
    font-size: 13px;
}

.product-form__status:empty {
    display: none;
}

.product-form__status.is-success {
    color: #d7d0af;
}

.product-form__status.is-error {
    color: #f0b6a7;
}

.button-link {
    cursor: pointer;
}

.button-link:disabled {
    opacity: 0.7;
    cursor: wait;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.7fr);
    gap: 28px;
    align-items: start;
}

.cart-list {
    display: grid;
    gap: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 28px;
}

.cart-item__media {
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
    aspect-ratio: 6 / 7;
}

.cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-item__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.cart-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cart-item__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-item__quantity {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(225, 204, 161, 0.18);
    color: var(--sand-muted);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-item__sum {
    color: var(--sand-strong);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
}

.cart-item__content h2 {
    margin: 0;
    max-width: 32ch;
}

.cart-item__content .product-price {
    margin-top: -8px;
    color: var(--sand-muted);
    font-size: 15px;
}

.cart-item__content h2 a {
    color: inherit;
}

.cart-item__props {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.cart-item__props li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(225, 204, 161, 0.12);
}

.cart-item__props span {
    color: var(--sand-muted);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-item__props strong {
    color: var(--sand-strong);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.cart-item__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
}

.cart-remove {
    color: #f0b6a7;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-summary {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 16px;
    align-self: start;
    padding: 28px;
}

.cart-summary__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(225, 204, 161, 0.16);
}

.cart-summary__total span {
    color: var(--sand-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cart-summary__total strong {
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 500;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.cart-summary p {
    margin: 0;
    color: var(--sand-muted);
    line-height: 1.7;
}

.cart-summary .hero__actions {
    display: grid;
    gap: 12px;
}

.cart-summary .button-link,
.cart-summary .button-link--ghost {
    width: 100%;
    justify-content: center;
}

.order-page .page-intro {
    max-width: 900px;
}

.order-checkout {
    overflow: visible;
}

.order-checkout .bx-soa,
.order-checkout .bx-soa-cart-total,
.order-checkout .bx-soa-section,
.order-checkout .sale_order_full_table {
    color: var(--sand);
}

.order-checkout .bx-soa-section,
.order-checkout .bx-soa-cart-total,
.order-checkout .sale_order_full_table {
    border: 1px solid rgba(225, 204, 161, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
}

.order-checkout .bx-soa-section-title,
.order-checkout .bx-soa-cart-total-line-total,
.order-checkout .sale_order_full_table h3 {
    color: var(--sand-strong);
}

.order-checkout .bx-soa-section-title {
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 400;
}

.order-checkout .form-control,
.order-checkout input[type="text"],
.order-checkout input[type="tel"],
.order-checkout input[type="email"],
.order-checkout textarea,
.order-checkout select {
    min-height: 46px;
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.36);
    color: var(--white);
    box-shadow: none;
}

.order-checkout textarea {
    min-height: 96px;
}

.order-checkout .btn,
.order-checkout .btn.btn-default,
.order-checkout input[type="submit"] {
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--sand);
    border-radius: 999px;
    background: var(--sand);
    color: #161616;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.order-checkout .btn:hover,
.order-checkout input[type="submit"]:hover {
    background: var(--sand-strong);
}

.order-checkout a {
    /* color: var(--sand-strong); */
}

.cart-toast {
    position: fixed;
    right: 22px;
    top: 96px;
    z-index: 120;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: min(420px, calc(100vw - 32px));
    padding: 14px 16px;
    border: 1px solid rgba(225, 204, 161, 0.22);
    border-radius: 18px;
    background: rgba(18, 18, 18, 0.96);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
    color: var(--sand-strong);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.cart-toast.is-error {
    border-color: rgba(240, 182, 167, 0.34);
}

.cart-toast__message {
    color: var(--sand-strong);
    font-size: 14px;
}

.cart-toast__link {
    flex: 0 0 auto;
    color: #161616;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--sand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.look-card {
    min-height: 750px;
}

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

.editorial-card {
    min-height: 460px;
}

.cta-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 36px 40px;
    border-radius: 30px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(225, 204, 161, 0.08), rgba(255, 255, 255, 0.02));
}

.cta-strip h2 {
    font-size: 35px;
}

.cta-strip p {
    margin: 0;
}

.policy-card ul,
.contact-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-card li,
.contact-card li {
    padding: 10px 0;
    color: var(--sand-muted);
    border-top: 1px solid rgba(225, 204, 161, 0.12);
}

.policy-card li:first-child,
.contact-card li:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 34px;
    align-items: start;
    margin-top: 34px;
}

.contact-stack {
    display: grid;
    gap: 24px;
}

.contact-page__intro {
    max-width: 780px;
}

.contact-page__intro p {
    max-width: 640px;
    margin: 18px 0 0;
    color: var(--sand-muted);
    font-size: 18px;
}

.contact-card p {
    margin: 0 0 20px;
}

.contact-card a {
    color: var(--sand-strong);
}

.contact-page__note {
    margin: 0;
    color: var(--sand-muted);
    font-size: 17px;
}

.contact-form-panel {
    padding: 32px;
    border-radius: 34px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.96), rgba(18, 18, 18, 0.94));
    box-shadow: var(--shadow);
}

.contact-form-panel h2 {
    margin: 0 0 12px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
}

.contact-form-panel > p {
    margin: 0 0 24px;
    color: var(--sand-muted);
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field span {
    color: var(--sand-strong);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-field span small {
    color: #e9a4a4;
    font-size: inherit;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.36);
    color: var(--white);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-field textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: rgba(247, 243, 235, 0.42);
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: var(--sand);
    box-shadow: 0 0 0 3px rgba(225, 204, 161, 0.12);
}

.contact-feedback {
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-feedback--success {
    border: 1px solid rgba(153, 207, 122, 0.32);
    background: rgba(153, 207, 122, 0.14);
    color: #e5f5d5;
}

.contact-feedback--error {
    border: 1px solid rgba(228, 144, 144, 0.3);
    background: rgba(228, 144, 144, 0.12);
    color: #ffd9d9;
}

.contact-webform {
    display: grid;
    gap: 18px;
}

.contact-webform form {
    display: grid;
    gap: 18px;
    margin: 0;
}

.contact-webform .contact-form__control {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.36);
    color: var(--white);
    box-sizing: border-box;
    font: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-webform textarea.contact-form__control {
    min-height: 140px;
    resize: vertical;
}

.contact-webform .contact-form__control::placeholder {
    color: rgba(247, 243, 235, 0.42);
}

.contact-webform .contact-form__control:focus {
    outline: none;
    border-color: var(--sand);
    box-shadow: 0 0 0 3px rgba(225, 204, 161, 0.12);
}

.contact-webform .contact-form__control:-webkit-autofill,
.contact-webform .contact-form__control:-webkit-autofill:hover,
.contact-webform .contact-form__control:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white);
    -webkit-box-shadow: 0 0 0 1000px rgba(10, 10, 10, 0.98) inset;
}

.contact-webform__submit {
    justify-self: start;
}

.how-to-buy-page {
    gap: 12px;
}

.how-to-buy-page__intro {
    max-width: 780px;
}

.purchase-guide {
    display: grid;
    gap: 28px;
    max-width: none;
    padding: 16px clamp(28px, 4vw, 48px) clamp(28px, 4vw, 48px);
}

.purchase-guide__lead {
    margin: 0;
    color: var(--sand-strong);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.35;
}

.purchase-guide__steps {
    display: grid;
    gap: 16px;
    margin: 0;
    padding-left: 28px;
}

.purchase-guide__steps li {
    padding-left: 8px;
    color: var(--sand-muted);
    font-size: 16px;
    line-height: 1.7;
}

.purchase-guide__steps li::marker {
    color: var(--sand-strong);
    font-weight: 700;
}

@media (min-width: 1280px) {
    .purchase-guide__steps li:first-child {
        white-space: nowrap;
    }
}

.purchase-guide__note {
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(225, 204, 161, 0.14);
    color: var(--sand-muted);
    font-size: 16px;
    line-height: 1.75;
}

.purchase-guide__note a,
.wholesale-section__copy a {
    color: var(--sand-strong);
    text-decoration: underline;
    text-decoration-color: rgba(225, 204, 161, 0.4);
    text-underline-offset: 4px;
}

.wholesale-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(34px, 6vw, 80px);
    align-items: start;
}

.wholesale-section__copy {
    display: grid;
    gap: 20px;
    padding-top: 20px;
}

.wholesale-section__copy h2 {
    margin: 0;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.08;
}

.wholesale-section__copy p {
    margin: 0;
    color: var(--sand-muted);
    font-size: 16px;
    line-height: 1.75;
}

.wholesale-form-panel {
    scroll-margin-top: 24px;
}

.contact-field span em {
    color: var(--sand-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.partner-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.partner-form__submit {
    justify-self: start;
}

.contact-feedback {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(225, 204, 161, 0.18);
    color: var(--sand-muted);
    font-size: 14px;
    line-height: 1.55;
}

.contact-feedback--success {
    border-color: rgba(151, 190, 151, 0.35);
    color: #c7ddc7;
}

.contact-feedback--error {
    border-color: rgba(233, 164, 164, 0.35);
    color: #e9b4b4;
}

.contact-feedback ul {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 900px) {
    .wholesale-section {
        grid-template-columns: 1fr;
    }
}

.returns-page {
    gap: 28px;
}

.returns-page__intro {
    max-width: 900px;
}

.returns-copy {
    display: grid;
    gap: clamp(34px, 5vw, 56px);
    max-width: 960px;
    padding: clamp(28px, 4vw, 48px) 0;
}

.returns-copy__lead {
    margin: 0;
    color: var(--sand-strong);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.55;
}

.returns-copy__section {
    display: grid;
    gap: 14px;
}

.returns-copy__section h2 {
    margin: 0 0 4px;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.7vw, 34px);
    font-weight: 400;
    line-height: 1.2;
}

.returns-copy__section p,
.returns-copy__section ul {
    margin: 0;
    color: var(--sand-muted);
    font-size: 16px;
    line-height: 1.75;
}

.returns-copy__section ul {
    display: grid;
    gap: 8px;
    padding-left: 24px;
}

.returns-copy__section li::marker {
    color: var(--sand-strong);
}

.returns-copy__section--contact {
    padding-top: 28px;
    border-top: 1px solid rgba(225, 204, 161, 0.16);
}

.returns-copy__email {
    color: var(--sand-strong);
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: rgba(225, 204, 161, 0.4);
    text-underline-offset: 4px;
}

.shipping-page {
    gap: 28px;
}

.shipping-page__intro {
    max-width: 900px;
}

.shipping-copy {
    display: grid;
    gap: 22px;
    max-width: 960px;
    padding: clamp(28px, 4vw, 48px) 0;
}

.shipping-copy p {
    margin: 0;
    color: var(--sand-muted);
    font-size: 17px;
    line-height: 1.75;
}

.shipping-copy .shipping-copy__lead {
    color: var(--sand-strong);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.45;
}

.size-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.size-guide {
    display: grid;
    gap: 18px;
    align-content: start;
}

.size-guide h3,
.size-guide p {
    margin: 0;
}

.size-guide p,
.size-guide__measurements {
    color: var(--sand-muted);
    line-height: 1.7;
}

.size-guide__measurements {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.size-guide__measurements strong {
    color: var(--sand-strong);
    font-weight: 600;
}

.size-guide .button-link--ghost {
    margin-top: 6px;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
}

.size-table th,
.size-table td {
    padding: 16px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(225, 204, 161, 0.12);
}

.size-table th {
    color: var(--sand-strong);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.empty-cart {
    text-align: center;
    padding: 58px 32px;
}

.empty-cart h2 {
    margin: 0 0 12px;
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 400;
}

.site-footer {
    margin-top: 50px;
    border-top: 1px solid rgba(225, 204, 161, 0.12);
    background: rgb(11 11 11 / 45%);
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr) minmax(0, 1fr);
    gap: 28px;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 54px 0 28px;
}

.site-footer__brand img {
    width: 180px;
    margin: 0 auto 18px;
}

.site-footer__brand p,
.site-footer__bottom p {
    margin: 0;
    color: var(--sand-muted);
}

.site-footer__nav h2,
.site-footer__contacts h2 {
    margin: 0 0 14px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sand-strong);
}

.site-footer__menu,
.site-footer__contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
    justify-items: center;
}

.site-footer__nav {
    width: 100%;
}

.site-footer__contacts {
    justify-self: end;
    width: min(100%, 320px);
    text-align: left;
}

.site-footer__contacts ul {
    gap: 10px;
    justify-items: start;
}

.site-footer__contacts li {
    width: auto;
    color: var(--sand-muted);
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    text-align-last: auto;
}

.site-footer__contacts a {
    display: inline-flex;
    width: auto;
    padding: 0;
    color: var(--sand-muted);
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: left;
    text-align-last: auto;
    text-transform: none;
}

.site-footer__nav a,
.site-footer__contacts a {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}

.site-footer__nav a::after,
.site-footer__contacts a::after {
    left: 0;
    right: calc(100% - 86px);
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0 34px;
    border-top: 1px solid rgba(225, 204, 161, 0.08);
    font-size: 14px;
}

.footer-payment-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: min(calc(100% - 40px), var(--content-width));
    margin: 0 auto;
    padding: 20px 0 20px;
    /* background: rgba(225, 204, 161, 0.46); */
}

.img-payment {
    display: block;
    height: 50px;
    width: auto;
    object-fit: contain;
}

.site-footer__bottom p:last-child {
    width: min(100%, 320px);
    text-align: left;
}

.cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    width: min(calc(100% - 32px), 460px);
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent__inner {
    display: grid;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid rgba(225, 204, 161, 0.18);
    border-radius: 22px;
    background: rgba(16, 16, 16, 0.96);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.cookie-consent__text {
    margin: 0;
    color: var(--sand-muted);
    font-size: 14px;
    line-height: 1.6;
}

.cookie-consent__text a {
    color: var(--sand-strong);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid var(--sand);
    border-radius: 999px;
    background: var(--sand);
    color: #141414;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
    border-color: var(--sand-strong);
    background: var(--sand-strong);
    outline: 0;
    transform: translateY(-1px);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    animation: revealUp 0.9s ease forwards;
}

[data-reveal="2"] {
    animation-delay: 0.12s;
}

[data-reveal="3"] {
    animation-delay: 0.24s;
}

[data-reveal="4"] {
    animation-delay: 0.36s;
}

[data-reveal="5"] {
    animation-delay: 0.48s;
}

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

@media (max-width: 1100px) {
    .collection-grid,
    .values-grid,
    .policy-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .story-block,
    .size-grid,
    .site-footer__top,
    .cta-strip,
    .contact-layout,
    .product-detail,
    .cart-layout,
    .cart-item,
    .video-showcase {
        grid-template-columns: 1fr;
    }

    .site-footer__contacts {
        justify-self: center;
        width: auto;
        text-align: center;
    }

    .site-footer__contacts ul {
        justify-items: center;
    }

    .site-footer__contacts li,
    .site-footer__contacts a {
        width: auto;
        text-align: center;
        text-align-last: auto;
    }

    .site-footer__bottom p:last-child {
        width: auto;
        text-align: center;
    }

    .cart-summary {
        position: static;
    }

    .cart-item__head {
        align-items: center;
    }

    .product-detail__media {
        aspect-ratio: 2 / 3;
    }
}

@media (max-width: 860px) {
    .home-footer-top__list {
        flex-wrap: wrap;
        white-space: normal;
        overflow: visible;
    }

    .site-header__inner {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        align-items: center;
        gap: 0;
        padding: 12px 0;
    }

    .site-brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        width: 118px;
    }

    .site-header__toggle {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 0;
    }

    .site-header__meta {
        grid-column: 3;
        grid-row: 1;
        justify-content: flex-end;
        width: auto;
        padding-top: 0;
        border-top: 0;
    }

    .site-header__icon-link {
        width: 44px;
        height: 44px;
        border: 0;
    }

    .site-header__nav-wrap {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        z-index: 1;
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        height: calc(100vh - 69px);
        height: calc(100dvh - 69px);
        padding: 22px 20px 26px;
        overflow-y: auto;
        border-top: 1px solid rgba(225, 204, 161, 0.12);
        border-bottom: 0;
        background: #101010;
        box-shadow: var(--shadow);
        overscroll-behavior: contain;
    }

    .site-header__nav-wrap.is-open {
        display: flex;
    }

    .etheria-body.is-mobile-menu-open {
        overflow: hidden;
    }

    .site-nav__list,
    .site-footer__menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav__link {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .site-nav__link::after {
        left: 0;
        right: calc(100% - 84px);
    }

    .site-header__social-link {
        width: auto;
    }

    .hero {
        min-height: 82vh;
    }

    .hero__content,
    .section-shell,
    .page-shell {
        padding-top: 26px;
    }

    .looks-grid,
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .about-text {
        margin-top: 34px;
    }

    .about-text p {
        font-size: 17px;
        line-height: 1.75;
    }

    .newsletter-panel {
        padding: 42px 24px;
    }

    .site-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .cart-toast {
        right: 12px;
        top: 82px;
        left: 12px;
        max-width: none;
    }

    .site-header__inner,
    .section-shell,
    .page-shell,
    .story-block,
    .newsletter-panel,
    .site-footer__top,
    .site-footer__bottom {
        width: min(calc(100% - 24px), var(--content-width));
    }

    .cookie-consent {
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
    }

    .cookie-consent__inner {
        padding: 18px;
        border-radius: 18px;
    }

    .cookie-consent__button {
        width: 100%;
    }

    .collection-grid,
    .values-grid,
    .policy-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

    .hero__content {
        width: min(calc(100% - 24px), var(--content-width));
        padding-bottom: 56px;
    }

    .img-payment {
        height: 20px;
    }

    .hero__content .hero__actions {
        bottom: 56px;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 200px;
        max-width: 100%;
    }

    .hero__actions {
        gap: 8px;
    }

    .hero__content .hero__actions .button-link,
    .hero__content .hero__actions .button-link--ghost {
        width: 100%;
        min-height: 38px;
        padding: 0 12px;
        font-size: 11px;
    }

    .section-shell,
    .page-shell {
        padding-top: 20px;
    }

    .home-footer-top {
        padding-top: 32px;
    }

    .page-surface,
    .value-card,
    .policy-card,
    .contact-card,
    .contact-form-panel,
    .video-showcase,
    .collection-card__body,
    .look-card__body,
    .editorial-card__body {
        padding: 22px;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .collection-grid--home .collection-card__body {
        padding: 14px 0 0;
    }

    .collection-card h3,
    .look-card h3,
    .editorial-card h3,
    .value-card h3,
    .contact-card h3,
    .policy-card h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .collection-card,
    .look-card,
    .editorial-card {
        min-height: 420px;
    }

    .cart-item {
        gap: 22px;
        padding: 22px;
    }

    .cart-item__head,
    .cart-item__props li,
    .cart-item__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item__sum,
    .cart-item__props strong {
        text-align: left;
    }

    .page-shell--product .page-surface {
        padding: 20px;
    }

    .product-detail__title--panties {
        font-size: 28px;
        line-height: 1.08;
    }

    .product-detail__title--panties .product-detail__title-collection,
    .product-detail__title--panties .product-detail__title-kind {
        display: block;
    }

    .product-detail__title--panties .product-detail__title-kind {
        white-space: nowrap;
    }

    .product-detail {
        gap: 22px;
    }

    .product-detail__thumbs-shell {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .product-detail__thumb {
        flex-basis: 76px;
    }

    .product-detail__thumbs-nav {
        width: 34px;
        height: 34px;
    }

}

/* Size chart: unified tables */
.size-chart-page .page-intro h1,
.size-chart-section h2 {
    font-size: clamp(28px, 3vw, 35px);
    line-height: 1.15;
}

.size-chart-section {
    margin-top: clamp(42px, 6vw, 72px);
}

.size-chart-section h2 {
    margin: 0 0 24px;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.size-chart-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.size-chart-page .size-table--unified {
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
}

.size-chart-page .size-table--unified th,
.size-chart-page .size-table--unified td {
    padding: 18px 20px;
    font-size: 17px;
    line-height: 1.45;
    vertical-align: middle;
}

.size-chart-page .size-table--unified th {
    font-size: 12px;
}

.size-guide--bottom {
    width: 100%;
    margin-top: 24px;
}

.size-guide--bottom p,
.size-guide--bottom .size-guide__measurements {
    max-width: 980px;
}

.size-guide--bottom .button-link--ghost {
    width: fit-content;
}

@media (max-width: 640px) {
    .size-chart-section {
        margin-top: 34px;
    }

    .size-chart-section h2 {
        margin-bottom: 18px;
    }

    .size-chart-page .size-table--unified th,
    .size-chart-page .size-table--unified td {
        padding: 15px 14px;
        font-size: 15px;
    }

    .size-chart-page .size-table--unified th {
        font-size: 11px;
    }
}

/* Product gallery: two-column grid and lightbox */
.product-detail {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1.5fr);
}

.product-detail__gallery {
    display: block;
    min-width: 0;
}

.product-gallery__viewport {
    width: 100%;
    overflow: hidden;
}

.product-gallery__track {
    display: flex;
    gap: 12px;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.product-gallery__item {
    position: relative;
    display: block;
    flex: 0 0 calc((100% - 12px) / 2);
    width: 100%;
    min-width: 0;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
}

.product-gallery__item--image {
    color: inherit;
    cursor: zoom-in;
}

.product-gallery__item img,
.product-gallery__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.product-gallery__item--youtube {
    background: #000;
}

.product-gallery__item--youtube iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.product-gallery__item--image:hover img,
.product-gallery__item--image:focus-visible img {
    transform: scale(1.025);
    filter: brightness(0.86);
}

.product-gallery__item--image:focus-visible {
    outline: 2px solid var(--sand);
    outline-offset: 3px;
}

.product-gallery__zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 9px 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-gallery__item--image:hover .product-gallery__zoom,
.product-gallery__item--image:focus-visible .product-gallery__zoom {
    opacity: 1;
    transform: translateY(0);
}

.is-product-lightbox-open {
    overflow: hidden;
}

.product-lightbox[hidden] {
    display: none !important;
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 16px;
    padding: 28px;
    background: rgba(4, 4, 4, 0.97);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-lightbox.is-open {
    opacity: 1;
}

.product-lightbox__stage {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    width: 100%;
    height: calc(100vh - 56px);
    margin: 0;
    min-width: 0;
}

.product-lightbox__stage img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    transition: opacity 0.18s ease;
}


.product-lightbox__stage img.is-loading {
    opacity: 0.35;
}

.product-lightbox__stage img.is-lightbox-changing--next {
    animation: product-gallery-slide-next 360ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.product-lightbox__stage img.is-lightbox-changing--prev {
    animation: product-gallery-slide-prev 360ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

@media (prefers-reduced-motion: reduce) {
    .product-lightbox__stage img.is-lightbox-changing--next,
    .product-lightbox__stage img.is-lightbox-changing--prev {
        animation: none;
    }
}

.product-lightbox__counter {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-align: center;
}

.product-lightbox__close,
.product-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.product-lightbox__close:hover,
.product-lightbox__nav:hover {
    background: transparent;
    opacity: 0.72;
}

.product-lightbox__close:focus-visible,
.product-lightbox__nav:focus-visible {
    outline: 2px solid var(--sand);
    outline-offset: 3px;
}

.product-lightbox__close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 1;
}

.product-lightbox__nav {
    width: 56px;
    height: 64px;
    font-size: 40px;
}

@media (max-width: 1100px) {
    .product-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .product-gallery__track {
        gap: 10px;
    }

    .product-gallery__item {
        flex-basis: 100%;
    }

    .product-gallery__controls {
        margin-top: 12px;
    }

    .product-gallery__zoom {
        opacity: 1;
        transform: none;
    }

    .product-lightbox {
        display: block;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        padding: 0;
        background: #000;
    }

    .product-lightbox__stage {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-lightbox__stage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .product-lightbox__counter {
        position: absolute;
        right: 0;
        bottom: calc(18px + env(safe-area-inset-bottom));
        left: 0;
        z-index: 2;
        width: fit-content;
        margin: 0 auto;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .product-lightbox__nav {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 42px;
        height: 52px;
        font-size: 32px;
        transform: translateY(-50%);
    }

    .product-lightbox__nav--prev {
        left: 8px;
    }

    .product-lightbox__nav--next {
        right: 8px;
    }

    .product-lightbox__close {
        top: calc(12px + env(safe-area-inset-top));
        right: calc(12px + env(safe-area-inset-right));
        z-index: 3;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
}

/* Product gallery: classic two-up layout */
.product-detail__gallery {
    display: grid;
    gap: 14px;
    min-width: 0;
}

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

.product-detail__main-pair.is-pair-changing {
    pointer-events: none;
    will-change: transform, opacity;
}

.product-detail__main-pair.is-pair-changing--next {
    animation: product-gallery-slide-next 360ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.product-detail__main-pair.is-pair-changing--prev {
    animation: product-gallery-slide-prev 360ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes product-gallery-slide-next {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    46% {
        opacity: 0;
        transform: translateX(-18px);
    }
    54% {
        opacity: 0;
        transform: translateX(18px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes product-gallery-slide-prev {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    46% {
        opacity: 0;
        transform: translateX(18px);
    }
    54% {
        opacity: 0;
        transform: translateX(-18px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail__main-pair.is-pair-changing--next,
    .product-detail__main-pair.is-pair-changing--prev {
        animation: none;
    }
}

.product-detail__main-pair .product-gallery__item {
    flex: none;
    width: 100%;
}

.product-detail__thumbs-shell {
    margin-top: 0;
}

.product-detail__thumb.is-active {
    border-color: var(--sand);
    box-shadow: inset 0 0 0 1px rgba(225, 204, 161, 0.16);
}

@media (max-width: 640px) {
    .product-detail__main-pair {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .product-detail__main-pair .product-gallery__item img {
        object-fit: contain;
        object-position: center;
    }
}

/* Rounded product size buttons */
.sku-option--pill {
    border-radius: 8px;
    overflow: hidden;
}

/* Product video: fit fully in native fullscreen */
.product-detail__media video:fullscreen,
.product-gallery__item--video video:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000;
}

.product-detail__media video:-webkit-full-screen,
.product-gallery__item--video video:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000;
}

/* Product purchase controls: color, quantity and sharing */
.product-purchase-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 22px;
    padding: 20px 22px;
    border: 1px solid rgba(225, 204, 161, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.015);
}

.product-purchase-option {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.product-purchase-option legend,
.product-purchase-option__title {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    color: var(--sand-strong);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.product-color-picker__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.product-color-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    cursor: pointer;
}

.product-color-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.product-color-option__swatch {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(225, 204, 161, 0.42);
    border-radius: 50%;
    box-shadow: 0 0 0 2px transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-color-option__swatch--milk {
    background: #f0e8d8;
}

.product-color-option__swatch--chocolate {
    background: #55382f;
}

.product-color-option__label {
    color: var(--sand);
    font-size: 14px;
    line-height: 1.35;
}

.product-color-option input:checked + .product-color-option__swatch {
    border-color: var(--sand-strong);
    box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--sand-strong);
    transform: scale(0.92);
}

.product-color-option input:focus-visible + .product-color-option__swatch {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.product-quantity {
    display: inline-grid;
    grid-template-columns: 42px 50px 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid rgba(225, 204, 161, 0.34);
    border-radius: 8px;
}

.product-quantity__button,
.product-quantity__input {
    min-width: 0;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    text-align: center;
}

.product-quantity__button {
    font-size: 21px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.product-quantity__button:hover,
.product-quantity__button:focus-visible {
    background: rgba(225, 204, 161, 0.12);
    color: var(--sand-strong);
    outline: 0;
}

.product-quantity__input {
    border-right: 1px solid rgba(225, 204, 161, 0.22);
    border-left: 1px solid rgba(225, 204, 161, 0.22);
    font-size: 15px;
    font-weight: 500;
    -moz-appearance: textfield;
}

.product-quantity__input::-webkit-outer-spin-button,
.product-quantity__input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.product-share {
    display: grid;
    gap: 10px;
    padding-top: 2px;
}

.product-share__title {
    color: var(--sand-strong);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(225, 204, 161, 0.32);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.product-share__button:hover,
.product-share__button:focus-visible {
    border-color: var(--sand-strong);
    background: rgba(225, 204, 161, 0.1);
    color: var(--sand-strong);
    outline: 0;
}

.product-share__status {
    min-height: 0;
    color: var(--sand);
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .product-purchase-options {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
        padding: 18px;
    }

    .product-color-picker__items {
        gap: 12px 16px;
    }

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

    .product-share__button {
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }
}

/* Product detail: editorial two-photo composition */
@media (min-width: 1101px) {
    .page-shell--product {
        width: min(calc(100% - 32px), 1600px);
    }
}

.product-detail {
    grid-template-columns: minmax(0, 3.4fr) minmax(220px, 0.8fr);
    gap: 32px;
}

.product-detail__visual-column {
    display: grid;
    gap: 22px;
    min-width: 0;
    align-content: start;
}

.product-detail__lead--below-gallery {
    padding-top: 20px;
}

.product-detail__fabric {
    padding: 22px 24px;
    border: 1px solid rgba(225, 204, 161, 0.28);
    background: rgba(225, 204, 161, 0.045);
}

.product-detail__fabric h3 {
    margin: 0 0 14px;
    color: var(--sand-strong);
    font-family: "Google Sans", "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.product-detail__fabric > div,
.product-detail__fabric p,
.product-detail__fabric ul {
    margin-top: 0;
}

.product-detail__fabric ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.product-detail__fabric li + li {
    margin-top: 7px;
}

@media (max-width: 640px) {
    .product-detail__visual-column {
        display: contents;
    }

    .product-detail__gallery {
        order: 1;
    }

    .product-detail__summary {
        order: 2;
    }

    .product-detail__lead--below-gallery {
        order: 3;
    }

    .product-detail__description {
        order: 4;
    }

    .product-detail__fabric {
        order: 5;
        padding: 18px;
    }

    .product-detail__details {
        order: 6;
    }
}

.product-detail__summary .product-purchase-options {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 6px;
    padding: 6px 8px;
}

.product-detail__summary .sku-block--card {
    gap: 8px;
    padding: 10px 12px;
}

.product-detail__summary .product-detail__section-head h2 {
    font-size: 18px;
}

.product-detail__summary .sku-selector--pills {
    gap: 6px;
}

.product-detail__summary .sku-option--pill {
    min-width: 72px;
    padding: 7px 10px;
}

.product-detail__summary .sku-option__size {
    font-size: 13px;
}

.product-detail__summary .sku-block--card p {
    font-size: 12px;
    line-height: 1.4;
}

.product-detail__summary .sku-block--card p a {
    color: var(--sand-strong);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    text-transform: uppercase;
}

.product-detail__summary .product-purchase-option legend,
.product-detail__summary .product-purchase-option__title {
    margin-bottom: 4px;
    font-size: 11px;
}

.product-detail__summary .product-color-picker__items {
    gap: 4px 10px;
}

.product-detail__summary .product-color-option {
    gap: 6px;
    min-height: 22px;
}

.product-detail__summary .product-color-option__swatch {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}

.product-detail__summary .product-color-option__label {
    font-size: 11px;
}

.product-detail__summary .product-quantity {
    grid-template-columns: 28px 34px 28px;
    height: 30px;
}

.product-detail__summary .product-quantity__button,
.product-detail__summary .product-quantity__input {
    height: 28px;
}

.product-detail__summary .product-quantity__button {
    font-size: 17px;
}

.product-purchase-details {
    display: grid;
    gap: 8px;
    padding: 2px 0 0;
    color: var(--sand);
    font-size: 12px;
    line-height: 1.45;
}

.product-purchase-details__item {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.product-purchase-details__label {
    color: var(--sand-strong);
    font-weight: 600;
    text-transform: uppercase;
}

.product-detail__summary h2.product-purchase-label,
.product-detail__summary a.product-purchase-label,
.product-detail__summary legend.product-purchase-label,
.product-detail__summary span.product-purchase-label,
.product-detail__summary .product-purchase-label {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.product-purchase-details__content,
.product-purchase-details__content p {
    margin: 0;
}

.product-purchase-details__content ul {
    margin: 0;
    padding-left: 18px;
}

.product-purchase-details__material-link {
    border-bottom: 0;
    background-image: none;
    text-decoration: none !important;
}

.product-purchase-details__material-link::after {
    display: none;
}

.product-preorder-agreement {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: var(--sand);
    font-size: 11px;
    line-height: 1.4;
    cursor: pointer;
}

.product-preorder-agreement__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.product-preorder-agreement__box {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(225, 204, 161, 0.5);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.product-preorder-agreement__box::after {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #161616;
    border-bottom: 2px solid #161616;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
}

.product-preorder-agreement__input:checked + .product-preorder-agreement__box {
    border-color: var(--sand-strong);
    background: var(--sand-strong);
}

.product-preorder-agreement__input:checked + .product-preorder-agreement__box::after {
    opacity: 1;
}

.product-preorder-agreement__input:focus-visible + .product-preorder-agreement__box {
    outline: 2px solid var(--sand-strong);
    outline-offset: 3px;
}

.product-preorder-agreement.is-error {
    color: #f0b6a7;
}

.product-preorder-agreement.is-error .product-preorder-agreement__box {
    border-color: #f0b6a7;
}

.hero__actions .button-link--preorder {
    min-height: 58px;
    line-height: 1.25;
}

.product-detail__summary .product-quantity__input {
    font-size: 13px;
}

.product-detail__summary,
.product-detail__summary > *,
.product-detail__summary fieldset {
    min-width: 0;
}

.product-detail__quick-info,
.product-detail__quick-info * {
    min-width: 0;
    overflow-wrap: anywhere;
}

.product-detail__quick-info ul,
.product-detail__quick-info ol {
    padding-left: 20px;
}

.product-detail__gallery-stage {
    position: relative;
    min-width: 0;
}

.product-detail__pair-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 64px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.62);
    color: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.product-detail__pair-nav--prev {
    left: 14px;
}

.product-detail__pair-nav--next {
    right: 14px;
}

.product-detail__pair-nav:hover:not([disabled]),
.product-detail__pair-nav:focus-visible {
    border-color: var(--sand-strong);
    background: rgba(8, 8, 8, 0.84);
    outline: 0;
}

.product-detail__pair-nav[disabled] {
    opacity: 0;
    pointer-events: none;
}

.product-detail__pair-nav span {
    display: block;
    margin-top: -3px;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
}

.product-detail__description {
    display: grid;
    gap: 12px;
    padding: 20px 0 4px;
    border-top: 1px solid rgba(225, 204, 161, 0.16);
}

.product-detail__description h2 {
    margin: 0;
    color: var(--sand-strong);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.product-detail__description p,
.product-detail__description li,
.product-detail__description div {
    color: var(--sand-muted);
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.58;
}

.product-detail__description p {
    margin: 0 0 16px;
}

.product-detail__description p:last-child {
    margin-bottom: 0;
}

.product-detail__description ul,
.product-detail__description ol {
    margin: 10px 0 16px;
    padding-left: 1.3em;
}

/* Product story: highlighted preview with progressive disclosure */
.product-story-card {
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--sand);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(225, 204, 161, 0.07), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 0 0 1px rgba(225, 204, 161, 0.04);
}

.product-story-card .product-story-card__lead {
    color: var(--sand-strong);
}

.product-story-card__details {
    margin: 0;
}

/* Reviews */
.reviews-section-mt {
 margin-top: 60px;
}
.reviews-section {
    display: grid;
    gap: 26px;
}

.reviews-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    align-items: end;
    gap: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(225, 204, 161, 0.18);
}

.reviews-heading .section-heading {
    margin: 8px 0 0;
}

.reviews-heading__eyebrow {
    display: block;
    color: var(--sand-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
}

.reviews-heading__intro {
    max-width: 620px;
    margin: 0;
    color: var(--sand-muted);
    font-size: 14px;
    line-height: 1.7;
}

.reviews-heading__aside {
    display: grid;
    gap: 14px;
}

.reviews-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.reviews-admin-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(225, 204, 161, 0.28);
    border-radius: 999px;
    color: var(--sand-strong);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.reviews-admin-link--primary {
    border-color: var(--sand);
    background: var(--sand);
    color: var(--bg);
}

.reviews-section .reviews-grid {
    display: grid;
    gap: 16px;
}

.reviews-section .reviews-grid--store {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.review-card {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    gap: 18px;
    min-width: 0;
    min-height: 300px;
    padding: 24px;
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(225, 204, 161, 0.055), rgba(255, 255, 255, 0.012));
}

.review-card__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.review-card__stars {
    color: var(--sand-strong);
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1;
    white-space: nowrap;
}

.review-card__score {
    color: var(--sand-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.review-card__quote {
    margin: 0;
}

.review-card__quote p {
    margin: 0;
    color: var(--sand);
    font-size: 15px;
    line-height: 1.75;
}

.review-card__footer {
    display: grid;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid rgba(225, 204, 161, 0.14);
}

.review-card__footer strong {
    color: var(--sand-strong);
    font-size: 14px;
    font-weight: 600;
}

.review-card__footer span {
    color: var(--sand-muted);
    font-size: 12px;
    line-height: 1.45;
}

.review-card__status {
    width: fit-content;
    padding: 5px 8px;
    border: 1px solid rgba(225, 204, 161, 0.16);
    border-radius: 999px;
    color: var(--sand-muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.product-reviews {
    margin-top: 18px;
}

.home-reviews-carousel {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.home-reviews-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.home-reviews-carousel__counter {
    min-width: 58px;
    margin-right: 4px;
    color: var(--sand-muted);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-align: center;
}

.home-reviews-carousel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(225, 204, 161, 0.3);
    border-radius: 50%;
    background: transparent;
    color: var(--sand-strong);
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.home-reviews-carousel__button:hover:not(:disabled),
.home-reviews-carousel__button:focus-visible:not(:disabled) {
    border-color: var(--sand);
    background: var(--sand);
    color: var(--bg);
}

.home-reviews-carousel__button:disabled {
    opacity: 0.3;
    cursor: default;
}

.home-reviews-carousel__button span {
    font-size: 20px;
    line-height: 1;
}

.home-reviews-carousel__viewport {
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.home-reviews-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.reviews-section .home-reviews-carousel__track {
    display: flex;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
}

.home-reviews-carousel__track .review-card {
    flex: 0 0 calc((min(100vw - 40px, var(--content-width)) - 32px) / 3);
    width: calc((min(100vw - 40px, var(--content-width)) - 32px) / 3);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.reviews-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 30px;
    border: 1px solid rgba(225, 204, 161, 0.16);
    border-radius: 10px;
    color: var(--sand-muted);
    text-align: center;
}

.reviews-page {
    padding-bottom: clamp(72px, 9vw, 130px);
}

.reviews-page__intro {
    max-width: 900px;
}

.reviews-page__intro .reviews-heading__eyebrow {
    margin-bottom: 14px;
}

.reviews-page__actions {
    display: flex;
    margin: 28px 0 42px;
}

.reviews-page__list {
    margin-bottom: clamp(64px, 8vw, 110px);
}

.review-form-panel {
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(28px, 5vw, 72px);
    scroll-margin-top: 30px;
    padding: clamp(26px, 5vw, 56px);
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(225, 204, 161, 0.055), rgba(255, 255, 255, 0.012));
}

.review-form-panel__intro h2 {
    margin: 10px 0 18px;
    color: var(--sand-strong);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1;
}

.review-form-panel__intro p {
    margin: 0;
    color: var(--sand-muted);
    font-size: 14px;
    line-height: 1.7;
}

.review-form,
.review-form__grid {
    display: grid;
    gap: 20px;
}

.review-form {
    grid-column: 2;
}

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

.review-form__field {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.review-form__field > span,
.review-form__field legend {
    color: var(--sand-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.review-form__field em {
    color: var(--sand-strong);
    font-style: normal;
}

.review-form__field input,
.review-form__field textarea {
    width: 100%;
    border: 1px solid rgba(225, 204, 161, 0.22);
    border-radius: 8px;
    outline: none;
    background: rgba(0, 0, 0, 0.12);
    color: var(--sand-strong);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-form__field input {
    min-height: 48px;
    padding: 10px 14px;
}

.review-form__field textarea {
    min-height: 160px;
    padding: 14px;
    resize: vertical;
}

.review-form__field input:focus,
.review-form__field textarea:focus {
    border-color: var(--sand);
    box-shadow: 0 0 0 3px rgba(225, 204, 161, 0.08);
}

.review-form__field input::placeholder,
.review-form__field textarea::placeholder {
    color: rgba(225, 204, 161, 0.4);
}

.review-form__field--full,
.review-form__field--rating {
    grid-column: 1 / -1;
}

.review-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    padding-top: 4px;
}

.review-rating label {
    color: rgba(225, 204, 161, 0.3);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.review-rating label:hover,
.review-rating label:hover ~ label,
.review-rating input:checked ~ label {
    color: var(--sand-strong);
}

.review-rating label:hover {
    transform: translateY(-1px);
}

.review-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--sand-muted);
    font-size: 11px;
    line-height: 1.6;
}

.review-form__consent input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--sand);
}

.review-form__consent a {
    color: var(--sand-strong);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.review-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.review-form__submit {
    width: fit-content;
    min-height: 44px;
    border: 0;
    cursor: pointer;
}

.review-form-message {
    grid-column: 2;
    padding: 14px 16px;
    border: 1px solid rgba(225, 204, 161, 0.2);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
}

.review-form-message ul {
    margin: 0;
    padding-left: 18px;
}

.review-form-message--success {
    border-color: rgba(127, 184, 134, 0.5);
    color: #b9d9bd;
}

.review-form-message--error {
    border-color: rgba(216, 118, 118, 0.5);
    color: #e5b0b0;
}

@media (max-width: 1000px) {
    .reviews-section .reviews-grid--store,
    .reviews-section .reviews-grid--product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-form-panel {
        grid-template-columns: 1fr;
    }

    .review-form,
    .review-form-message {
        grid-column: 1;
    }

    .home-reviews-carousel__track .review-card {
        flex-basis: calc((100vw - 56px) / 2);
        width: calc((100vw - 56px) / 2);
    }
}

@media (max-width: 640px) {
    .reviews-section {
        gap: 16px;
    }

    .reviews-heading {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-bottom: 16px;
    }

    .reviews-heading .section-heading {
        margin-top: 6px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1;
    }

    .reviews-heading__intro {
        font-size: 12px;
        line-height: 1.6;
    }

    .reviews-admin-actions,
    .reviews-admin-link {
        width: 100%;
    }

    .reviews-section .reviews-grid--store,
    .reviews-section .reviews-grid--product {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-card {
        grid-template-rows: auto auto auto auto;
        gap: 14px;
        min-height: 0;
        padding: 18px;
    }

    .review-card__quote p {
        font-size: 14px;
        line-height: 1.65;
    }

    .review-card__footer {
        padding-top: 12px;
    }

    .product-reviews {
        margin-top: 8px;
    }

    .reviews-page__actions .reviews-admin-link {
        width: auto;
    }

    .review-form-panel {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .review-form-message {
        grid-column: 1;
    }

    .review-form__grid {
        grid-template-columns: 1fr;
    }

    .review-form__field--full,
    .review-form__field--rating {
        grid-column: 1;
    }

    .review-form__submit {
        width: 100%;
    }

    .home-reviews-carousel {
        gap: 10px;
    }

    .home-reviews-carousel__controls {
        justify-content: space-between;
    }

    .home-reviews-carousel__counter {
        margin-right: auto;
        text-align: left;
    }

    .home-reviews-carousel__button {
        width: 40px;
        height: 40px;
    }

    .home-reviews-carousel__track .review-card {
        flex-basis: calc(100vw - 70px);
        width: calc(100vw - 70px);
    }
}

.product-story-card__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid var(--sand);
    border-radius: 999px;
    color: var(--sand-strong);
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.3;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.product-story-card__toggle::-webkit-details-marker {
    display: none;
}

.product-story-card__toggle:hover,
.product-story-card__toggle:focus-visible {
    background: var(--sand);
    color: var(--bg);
    outline: 0;
}

.product-story-card__toggle:active {
    transform: translateY(1px);
}

.product-story-card__toggle-less {
    display: none;
}

.product-story-card__details[open] .product-story-card__toggle-more {
    display: none;
}

.product-story-card__details[open] .product-story-card__toggle-less {
    display: inline;
}

.product-story-card__content {
    display: grid;
    gap: 22px;
    padding-top: 22px;
    animation: product-story-reveal 0.24s ease-out;
}

@keyframes product-story-reveal {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

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

@media (max-width: 640px) {
    .product-story-card {
        gap: 16px;
        padding: 22px 20px;
        border-radius: 8px;
    }

    .product-story-card__toggle {
        width: 100%;
    }

    .product-story-card__content {
        gap: 18px;
        padding-top: 20px;
    }
}

@media (max-width: 1100px) {
    .product-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .product-detail__gallery-stage {
        touch-action: pan-y;
    }

    .product-text-block--features li {
        font-size: clamp(11px, 3.1vw, 13px);
        line-height: 1.55;
    }

    .product-text-block--features {
        height: auto;
        min-height: 0;
        padding-bottom: 12px;
    }

    .product-text-block--features ul:last-child,
    .product-text-block--features ol:last-child {
        margin-bottom: 0;
    }

    .hero__actions .button-link--preorder {
        font-size: clamp(15px, 4.1vw, 17px);
    }

    .product-detail__pair-nav {
        display: inline-flex;
        width: 42px;
        height: 54px;
    }

    .product-detail__pair-nav--prev {
        left: 8px;
    }

    .product-detail__pair-nav--next {
        right: 8px;
    }

    .product-detail__pair-nav span {
        font-size: 32px;
    }

    .product-detail__description p,
    .product-detail__description li,
    .product-detail__description div {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* Mobile vertical rhythm: avoid stacked desktop spacing between adjacent sections. */
@media (max-width: 640px) {
    .page-shell,
    .returns-page,
    .shipping-page {
        gap: 14px;
    }

    .page-shell > :not(.product-detail__related) {
        margin-block: 0;
    }

    .page-intro h1 {
        margin-bottom: 0;
    }

    .page-shell > .page-intro + .page-surface {
        margin-top: 0;
        padding-top: 8px;
    }

    .page-shell--product .product-detail {
        gap: 14px;
    }

    .product-detail__visual-column,
    .product-detail__summary,
    .product-detail__details {
        gap: 14px;
    }

    .contact-layout {
        gap: 14px;
    }

    .product-detail__related {
        gap: 18px;
        margin-top: 32px;
    }
}

