@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
    --sf-ink: #0e0e0f;
    --sf-ink-soft: #1c1c1e;
    --sf-cream: #f7f3ee;
    --sf-cream-warm: #ede8e0;
    --sf-red: #d4281c;
    --sf-gold: #b8933a;
    --sf-muted: #6b6560;
    --sf-mid: #3d3a36;
    --sf-border: rgba(14, 14, 15, 0.1);
    --sf-border-strong: rgba(14, 14, 15, 0.18);
    --sf-surface: #ffffff;
    --sf-shadow: 0 28px 60px rgba(14, 14, 15, 0.08);
}

.storefront-body.store-template-classic {
    --sf-red: var(--brand-color, #d4281c);
    --sf-gold: var(--brand-secondary, #b8933a);
    margin: 0;
    min-height: 100vh;
    background: var(--sf-cream);
    color: var(--sf-ink);
    font: 400 15px/1.6 'Outfit', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.store-template-classic * {
    box-sizing: border-box;
}

.store-template-classic img {
    display: block;
    max-width: 100%;
}

.store-template-classic a {
    color: inherit;
}

.store-template-classic .container,
.store-template-classic .page-wrap,
.store-template-classic .commerce-page {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
}

.store-template-classic .btn,
.store-template-classic .btn-primary,
.store-template-classic .btn-outline,
.store-template-classic .btn-light,
.store-template-classic .btn-checkout,
.store-template-classic .btn-continue,
.store-template-classic .btn-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 28px;
    border: 1px solid transparent;
    border-radius: 2px;
    font: 600 12px/1 'Outfit', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.store-template-classic .btn:hover,
.store-template-classic .btn-primary:hover,
.store-template-classic .btn-outline:hover,
.store-template-classic .btn-checkout:hover,
.store-template-classic .btn-continue:hover,
.store-template-classic .btn-apply:hover {
    transform: translateY(-1px);
}

.store-template-classic .btn,
.store-template-classic .btn-primary,
.store-template-classic .btn-checkout,
.store-template-classic .btn-continue,
.store-template-classic .btn-apply {
    background: var(--sf-red);
    color: var(--brand-button-text, #fff);
}

.store-template-classic .btn-outline,
.store-template-classic .btn-light {
    background: transparent;
    color: var(--sf-ink);
    border-color: var(--sf-border-strong);
}

.store-template-classic .btn-light {
    color: rgba(247, 243, 238, 0.8);
    border-color: rgba(247, 243, 238, 0.24);
}

.store-template-classic .btn-outline:hover {
    background: rgba(14, 14, 15, 0.04);
}

.store-template-classic .btn-light:hover {
    background: rgba(247, 243, 238, 0.06);
    color: var(--sf-cream);
}

.store-template-classic .storefront-announcement-bar {
    background: var(--sf-ink-soft);
    color: rgba(247, 243, 238, 0.72);
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.store-template-classic .storefront-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 243, 238, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--sf-border);
}

.store-template-classic .storefront-site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.store-template-classic .storefront-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.store-template-classic .storefront-site-brand__logo {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--sf-ink);
    color: var(--sf-cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font: 700 15px/1 'Playfair Display', serif;
}

.store-template-classic .storefront-site-brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-template-classic .storefront-site-brand__copy strong,
.store-template-classic .storefront-site-brand__copy small {
    display: block;
}

.store-template-classic .storefront-site-brand__copy strong {
    font: 600 16px/1.2 'Playfair Display', serif;
}

.store-template-classic .storefront-site-brand__copy small {
    color: var(--sf-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .storefront-site-header__nav-wrap {
    justify-self: center;
}

.store-template-classic .storefront-site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.store-template-classic .storefront-site-nav a {
    text-decoration: none;
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .storefront-site-nav a.is-active,
.store-template-classic .storefront-site-nav a:hover {
    color: var(--sf-ink);
}

.store-template-classic .storefront-site-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.store-template-classic .storefront-site-actions__menu {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--sf-border-strong);
    background: transparent;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.store-template-classic .storefront-site-actions__menu-box {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.store-template-classic .storefront-site-actions__menu-line {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--sf-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-template-classic .storefront-site-header__nav-wrap .storefront-site-actions__mobile-contact {
    display: none;
}

.store-template-classic .storefront-site-actions__cart {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sf-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.store-template-classic .storefront-site-actions__cart svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.store-template-classic .storefront-cart-badge,
.store-template-classic .cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--sf-red);
    color: var(--brand-button-text, #fff);
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-template-classic .store-hero {
    padding: 0;
}

.store-template-classic .store-hero__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88vh;
    background: var(--sf-ink);
}

.store-template-classic .store-hero__panel {
    position: relative;
    padding: 80px 64px;
    display: flex;
    align-items: flex-end;
}

.store-template-classic .store-hero__content {
    position: relative;
    z-index: 1;
}

.store-template-classic .store-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(247, 243, 238, 0.6);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #4ade80;
}

.store-template-classic .store-hero__subtitle {
    margin-bottom: 14px;
    color: rgba(247, 243, 238, 0.5);
    font-size: 14px;
    letter-spacing: 0.04em;
}

.store-template-classic .store-hero__brand-copy h1 {
    margin: 0 0 16px;
    color: var(--sf-cream);
    font: 700 clamp(42px, 5vw, 68px)/1.08 'Playfair Display', serif;
    letter-spacing: -0.03em;
}

.store-template-classic .store-hero__intro {
    max-width: 360px;
    margin: 0 0 44px;
    color: rgba(247, 243, 238, 0.52);
    font-size: 15px;
    line-height: 1.8;
}

.store-template-classic .store-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.store-template-classic .store-hero__bg-text {
    position: absolute;
    left: -12px;
    bottom: -34px;
    color: rgba(255, 255, 255, 0.03);
    font: 700 clamp(112px, 15vw, 220px)/0.8 'Playfair Display', serif;
    letter-spacing: -0.06em;
    pointer-events: none;
}

.store-template-classic .store-hero__visual {
    position: relative;
    overflow: hidden;
}

.store-template-classic .store-hero__image-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    padding: 3px;
}

.store-template-classic .store-hero__image-cell {
    overflow: hidden;
}

.store-template-classic .store-hero__image-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-template-classic .store-hero__stat-card {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: min(220px, calc(100% - 80px));
    padding: 20px 24px;
    background: var(--sf-cream);
    border-left: 3px solid var(--sf-red);
    box-shadow: var(--sf-shadow);
}

.store-template-classic .store-hero__stat-label {
    margin-bottom: 4px;
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .store-hero__stat-value {
    font: 700 28px/1.05 'Playfair Display', serif;
}

.store-template-classic .store-hero__stat-sub {
    margin-top: 4px;
    color: var(--sf-muted);
    font-size: 12px;
}

.store-template-classic .storefront-trust-bar {
    display: flex;
    align-items: center;
    gap: 26px;
    overflow: auto hidden;
    padding: 14px 48px;
    background: var(--sf-ink-soft);
}

.store-template-classic .storefront-trust-bar__item span {
    color: rgba(247, 243, 238, 0.55);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.store-template-classic .storefront-trust-bar__divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}

.store-template-classic .store-section,
.store-template-classic section.store-section {
    padding: 80px 0;
}

.store-template-classic .store-section--about-ref,
.store-template-classic .store-section--contact-ref {
    padding: 0;
}

.store-template-classic .store-section--contact-ref {
    background: var(--sf-cream-warm);
}

.store-template-classic .store-section--dark {
    background: var(--sf-ink);
}

.store-template-classic .store-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 48px;
}

.store-template-classic .store-section__head h2,
.store-template-classic .store-story-card h1,
.store-template-classic .store-story-card h2,
.store-template-classic .store-contact-card h1,
.store-template-classic .store-contact-card h2,
.store-template-classic .store-about-visual h2,
.store-template-classic .store-side-card h2,
.store-template-classic .store-contact-form-card h1,
.store-template-classic .store-contact-cta h2,
.store-template-classic .store-listing-hero__copy h1,
.store-template-classic .store-product-summary h1,
.store-template-classic .store-related-products h2,
.store-template-classic .store-policy-card h2 {
    margin: 0;
    font: 700 clamp(28px, 3vw, 40px)/1.16 'Playfair Display', serif;
    letter-spacing: -0.02em;
}

.store-template-classic .store-section__eyebrow,
.store-template-classic .storefront-site-footer__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--sf-red);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-template-classic .store-section--dark .store-section__eyebrow {
    color: var(--sf-gold);
}

.store-template-classic .store-section__head a,
.store-template-classic .view-all {
    color: var(--sf-muted);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--sf-border-strong);
    padding-bottom: 2px;
}

.store-template-classic .store-section--dark h2,
.store-template-classic .store-section--dark p,
.store-template-classic .store-section--dark a,
.store-template-classic .store-section--dark .store-category-card strong,
.store-template-classic .store-section--dark .store-category-card span {
    color: var(--sf-cream);
}

.store-template-classic .store-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2px;
}

.store-template-classic .store-product-card {
    position: relative;
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.store-template-classic .store-product-card:hover {
    transform: translateY(-2px);
    z-index: 1;
}

.store-template-classic .store-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--sf-cream-warm);
}

.store-template-classic .store-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.store-template-classic .store-product-card:hover .store-product-card__media img {
    transform: scale(1.05);
}

.store-template-classic .store-product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    padding: 4px 10px;
    background: var(--sf-ink);
    color: var(--sf-cream);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-product-card__badge.is-sale {
    background: var(--sf-red);
}

.store-template-classic .store-product-card__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: var(--sf-ink);
    color: var(--sf-cream);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.store-template-classic .store-product-card:hover .store-product-card__overlay {
    opacity: 1;
}

.store-template-classic .store-product-card__body {
    padding: 18px 20px 20px;
    border-top: 1px solid var(--sf-border);
}

.store-template-classic .store-product-card__category {
    display: block;
    margin-bottom: 4px;
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .store-product-card__content h3 {
    margin: 0 0 12px;
    font: 600 17px/1.3 'Playfair Display', serif;
}

.store-template-classic .store-product-card__content a {
    text-decoration: none;
}

.store-template-classic .store-product-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.store-template-classic .store-product-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.store-template-classic .store-product-card__price strong {
    font-size: 18px;
    font-weight: 600;
}

.store-template-classic .store-product-card__price span {
    color: var(--sf-muted);
    font-size: 13px;
    text-decoration: line-through;
}

.store-template-classic .store-product-card__button {
    min-height: 42px;
    padding: 10px 16px;
}

.store-template-classic .store-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2px;
}

.store-template-classic .store-category-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 180px;
    padding: 28px 24px;
    background: var(--sf-ink-soft);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.store-template-classic .store-category-card:hover {
    background: rgba(255, 255, 255, 0.06);
}

.store-template-classic .store-category-card__icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-template-classic .store-category-card__icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--sf-gold);
}

.store-template-classic .store-category-card strong {
    font-size: 14px;
    font-weight: 500;
}

.store-template-classic .store-category-card span:last-child {
    color: rgba(247, 243, 238, 0.36);
    font-size: 11px;
}

.store-template-classic .store-arrivals-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    background: var(--sf-border);
}

.store-template-classic .store-arrival-hero,
.store-template-classic .store-arrival-side {
    text-decoration: none;
    background: #fff;
}

.store-template-classic .store-arrival-hero {
    position: relative;
    grid-column: span 2;
    min-height: 480px;
    overflow: hidden;
}

.store-template-classic .store-arrival-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-template-classic .store-arrival-hero__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
    background: linear-gradient(to top, rgba(14, 14, 15, 0.86), transparent);
}

.store-template-classic .store-arrival-hero__info strong,
.store-template-classic .store-arrival-side__copy strong {
    display: block;
    font-family: 'Playfair Display', serif;
}

.store-template-classic .store-arrival-hero__info strong {
    margin-bottom: 6px;
    color: var(--sf-cream);
    font-size: 28px;
}

.store-template-classic .store-arrival-hero__info span:last-child {
    color: var(--sf-gold);
    font-size: 18px;
    font-weight: 600;
}

.store-template-classic .store-arrival-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 24px;
}

.store-template-classic .store-arrival-side__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--sf-cream-warm);
}

.store-template-classic .store-arrival-side__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-template-classic .store-arrival-side__copy strong {
    margin-bottom: 6px;
    font-size: 15px;
}

.store-template-classic .store-arrival-side__copy span:last-child {
    font-size: 14px;
    font-weight: 600;
    color: var(--sf-mid);
}

.store-template-classic .store-about-split,
.store-template-classic .store-contact-split,
.store-template-classic .storefront-columns,
.store-template-classic .store-product-layout,
.store-template-classic .storefront-shop-layout,
.store-template-classic .cart-layout,
.store-template-classic .checkout-wrap,
.store-template-classic .footer-top,
.store-template-classic .store-policy-grid {
    display: grid;
    gap: 0;
}

.store-template-classic .store-about-split {
    grid-template-columns: 1fr 1fr;
    background: #fff;
    min-height: 0;
    box-shadow: none;
    width: 100%;
}

.store-template-classic .store-story-card,
.store-template-classic .store-about-aside {
    padding: 80px 64px;
    box-shadow: none;
}

.store-template-classic .store-story-card {
    border-right: 1px solid var(--sf-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-template-classic .store-story-card > .store-section__eyebrow {
    color: var(--sf-red);
    margin-bottom: 8px;
}

.store-template-classic .store-story-card h2 {
    margin-bottom: 24px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.store-template-classic .store-section--about-ref .store-story-card h2 {
    max-width: 420px;
}

.store-template-classic .store-story-card p,
.store-template-classic .store-richtext p,
.store-template-classic .store-contact-form-card p,
.store-template-classic .store-contact-cta p,
.store-template-classic .store-vendor-snippet p,
.store-template-classic .page-subtitle,
.store-template-classic .text-muted {
    color: var(--sf-mid);
    line-height: 1.8;
}

.store-template-classic .store-about-aside,
.store-template-classic .store-contact-cta {
    background: var(--sf-ink);
    color: var(--sf-cream);
}

.store-template-classic .store-section--about-ref .store-story-card > p,
.store-template-classic .store-section--about-ref .store-story-card .store-richtext {
    max-width: 780px;
}

.store-template-classic .store-section--about-ref .store-story-card .btn {
    width: 100%;
    max-width: 820px;
    justify-content: flex-start;
    padding: 18px 40px;
    margin-top: 44px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-about-aside .store-section__eyebrow,
.store-template-classic .store-contact-cta .store-section__eyebrow {
    color: var(--sf-gold);
}

.store-template-classic .store-about-stat {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.store-template-classic .store-about-stat:first-of-type {
    margin-top: 42px;
}

.store-template-classic .store-about-stat + .store-about-stat {
    margin-top: 0;
}

.store-template-classic .store-about-stat strong {
    display: block;
    margin-bottom: 4px;
    font: 700 clamp(42px, 4vw, 48px)/1 'Playfair Display', serif;
    letter-spacing: -0.04em;
}

.store-template-classic .store-about-stat span {
    color: rgba(247, 243, 238, 0.42);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-contact-split {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
}

.store-template-classic .store-contact-card__grid {
    display: grid;
}

.store-template-classic .store-contact-card__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px 0;
    border-bottom: 1px solid var(--sf-border);
}

.store-template-classic .store-contact-card__item span {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .store-contact-card__item strong,
.store-template-classic .store-contact-card__item strong a {
    font: 600 20px/1.3 'Playfair Display', serif;
    text-decoration: none;
}

.store-template-classic .store-contact-card {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.store-template-classic .storefront-columns {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 32px;
    align-items: stretch;
}

.store-template-classic .store-about-visual {
    min-height: 520px;
    overflow: hidden;
    background: var(--sf-cream-warm);
}

.store-template-classic .store-about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-template-classic .store-contact-cta {
    padding: 48px;
    box-shadow: none;
}

.store-template-classic .store-contact-cta h2 {
    margin-bottom: 18px;
    color: var(--sf-cream);
}

.store-template-classic .store-contact-cta p {
    margin-bottom: 28px;
    color: rgba(247, 243, 238, 0.52);
}

.store-template-classic .store-listing-hero {
    padding: 48px 0 0;
}

.store-template-classic .store-listing-hero__copy p,
.store-template-classic .store-shop-results__count {
    color: var(--sf-muted);
}

.store-template-classic .storefront-shop-layout {
    grid-template-columns: minmax(260px, 300px) 1fr;
    gap: 32px;
}

.store-template-classic .store-filter-card,
.store-template-classic .store-side-card,
.store-template-classic .store-contact-form-card,
.store-template-classic .store-product-summary,
.store-template-classic .store-product-gallery__main,
.store-template-classic .store-vendor-snippet,
.store-template-classic .store-policy-card,
.store-template-classic .store-story-card,
.store-template-classic .store-contact-card,
.store-template-classic .store-promo-banner,
.store-template-classic .order-summary,
.store-template-classic .checkout-card,
.store-template-classic .order-snapshot,
.store-template-classic .auth-card,
.store-template-classic .empty-state {
    background: #fff;
    box-shadow: var(--sf-shadow);
}

.store-template-classic .store-filter-card,
.store-template-classic .store-side-card,
.store-template-classic .store-contact-form-card,
.store-template-classic .store-product-summary,
.store-template-classic .store-vendor-snippet,
.store-template-classic .store-policy-card,
.store-template-classic .store-contact-card,
.store-template-classic .store-promo-banner,
.store-template-classic .order-summary,
.store-template-classic .checkout-card,
.store-template-classic .order-snapshot,
.store-template-classic .auth-card,
.store-template-classic .empty-state {
    padding: 32px;
}

.store-template-classic .store-filter-form,
.store-template-classic .store-stub-form,
.store-template-classic .form-grid,
.store-template-classic .saved-addresses,
.store-template-classic .payment-methods,
.store-template-classic .summary-lines,
.store-template-classic .checkout-snapshot-items {
    display: grid;
    gap: 16px;
}

.store-template-classic input,
.store-template-classic select,
.store-template-classic textarea,
.store-template-classic .coupon-input,
.store-template-classic .form-input,
.store-template-classic .form-select {
    width: 100%;
    min-height: 50px;
    padding: 14px 16px;
    border: 1px solid var(--sf-border-strong);
    border-radius: 0;
    background: #fff;
    color: var(--sf-ink);
    font: inherit;
}

.store-template-classic textarea {
    min-height: 140px;
    resize: vertical;
}

.store-template-classic label > span,
.store-template-classic .form-label,
.store-template-classic .checkout-coupon-label,
.store-template-classic .os-coupon-label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sf-muted);
}

.store-template-classic .store-shop-results {
    min-width: 0;
}

.store-template-classic .store-view-toggle,
.store-template-classic .step-actions,
.store-template-classic .coupon-input-wrap,
.store-template-classic .checkout-coupon-controls {
    display: flex;
    gap: 10px;
}

.store-template-classic .store-view-btn {
    padding: 10px 14px;
    border: 1px solid var(--sf-border-strong);
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-view-btn.is-active {
    background: var(--sf-ink);
    color: var(--sf-cream);
}

.store-template-classic .store-product-grid.is-list {
    grid-template-columns: 1fr;
}

.store-template-classic .store-product-grid.is-list .store-product-card {
    display: grid;
    grid-template-columns: minmax(220px, 280px) 1fr;
}

.store-template-classic .store-product-grid.is-list .store-product-card__media {
    aspect-ratio: auto;
    min-height: 100%;
}

.store-template-classic .store-product-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 32px;
}

.store-template-classic .store-product-gallery__main img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.store-template-classic .store-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.store-template-classic .store-thumb-btn {
    padding: 0;
    border: 1px solid var(--sf-border);
    background: transparent;
    cursor: pointer;
}

.store-template-classic .store-thumb-btn.active,
.store-template-classic .store-thumb-btn:hover {
    border-color: var(--sf-ink);
}

.store-template-classic .store-thumb-btn img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.store-template-classic .store-product-summary__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 16px 0 10px;
}

.store-template-classic .store-product-summary__price strong {
    font-size: 24px;
}

.store-template-classic .store-product-summary__price span {
    color: var(--sf-muted);
    text-decoration: line-through;
}

.store-template-classic .store-product-summary__stock,
.store-template-classic .store-form-note,
.store-template-classic .store-shop-results__count,
.store-template-classic .summary-line,
.store-template-classic .snap-update-note,
.store-template-classic .os-security-text,
.store-template-classic .footer-copy,
.store-template-classic .storefront-site-footer__contact span,
.store-template-classic .storefront-site-footer__social span {
    color: var(--sf-muted);
}

.store-template-classic .store-product-summary__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.store-template-classic .store-vendor-snippet a,
.store-template-classic .continue-shopping,
.store-template-classic .page-breadcrumb a {
    color: var(--sf-ink);
    text-decoration: none;
    font-weight: 600;
}

.store-template-classic .store-related-products {
    margin-top: 56px;
}

.store-template-classic .store-policy-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.store-template-classic .store-promo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.store-template-classic .storefront-site-footer {
    background: var(--sf-ink);
    color: var(--sf-cream);
    margin-top: 72px;
    padding-top: 64px;
    padding-bottom: 40px;
}

.store-template-classic .storefront-site-footer__inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.store-template-classic .storefront-site-footer__brand h3 {
    margin: 0 0 12px;
    font: 700 28px/1.1 'Playfair Display', serif;
}

.store-template-classic .storefront-site-footer__brand p {
    max-width: 320px;
    color: rgba(247, 243, 238, 0.46);
}

.store-template-classic .storefront-site-footer__contact,
.store-template-classic .storefront-site-footer__nav,
.store-template-classic .storefront-site-footer__social {
    display: grid;
    gap: 10px;
}

.store-template-classic .storefront-site-footer__nav h4,
.store-template-classic .storefront-site-footer__social h4 {
    margin: 0 0 10px;
    color: rgba(247, 243, 238, 0.26);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .storefront-site-footer__nav a,
.store-template-classic .storefront-site-footer__social a {
    color: rgba(247, 243, 238, 0.6);
    text-decoration: none;
}

.store-template-classic .storefront-site-footer__base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 28px;
    font-size: 12px;
}

.store-template-classic .storefront-site-footer__powered {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.store-template-classic .storefront-site-footer__powered strong {
    padding: 4px 8px;
    background: var(--sf-red);
    color: var(--brand-button-text, #fff);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.store-template-classic .commerce-page,
.store-template-classic .auth-container.storefront-payment-shell {
    padding-top: 48px;
    padding-bottom: 48px;
}

.store-template-classic .page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.store-template-classic .page-breadcrumb,
.store-template-classic .checkout-summary-kicker {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .page-title,
.store-template-classic .page-heading {
    margin: 10px 0 8px;
    font: 700 clamp(30px, 3vw, 42px)/1.16 'Playfair Display', serif;
}

.store-template-classic .cart-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 32px;
}

.store-template-classic .promo-bar,
.store-template-classic .trust-bar,
.store-template-classic .os-security,
.store-template-classic .trust-item,
.store-template-classic .snap-security {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-template-classic .order-summary .os-header,
.store-template-classic .order-snapshot .snap-header,
.store-template-classic .cc-header {
    margin-bottom: 24px;
}

.store-template-classic .os-title,
.store-template-classic .snap-title,
.store-template-classic .cc-title {
    font: 700 28px/1.1 'Playfair Display', serif;
}

.store-template-classic .os-eyebrow,
.store-template-classic .snap-eyebrow {
    color: var(--sf-red);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-template-classic .os-row,
.store-template-classic .os-total-row,
.store-template-classic .summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.store-template-classic .os-divider {
    height: 1px;
    margin: 18px 0;
    background: var(--sf-border);
}

.store-template-classic .progress-wrap {
    margin-bottom: 24px;
}

.store-template-classic .progress-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.store-template-classic .progress-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: #fff;
    box-shadow: var(--sf-shadow);
}

.store-template-classic .progress-step .ps-num {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--sf-cream-warm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.store-template-classic .progress-step.active .ps-num {
    background: var(--sf-red);
    color: var(--brand-button-text, #fff);
}

.store-template-classic .checkout-wrap {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 32px;
}

.store-template-classic .payment-option {
    display: block;
    border: 1px solid var(--sf-border);
    padding: 16px;
    cursor: pointer;
}

.store-template-classic .payment-option-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.store-template-classic .payment-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-template-classic .modal-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 14, 15, 0.4);
    padding: 20px;
}

.store-template-classic .modal {
    width: min(520px, 100%);
    background: #fff;
    box-shadow: var(--sf-shadow);
}

.store-template-classic .confirmation-content {
    padding: 40px;
    text-align: center;
}

.store-template-classic .empty-state,
.store-template-classic .store-form-banner,
.store-template-classic .alert {
    margin-top: 18px;
}

.store-template-classic .hidden {
    display: none !important;
}

.store-template-classic .store-about-page,
.store-template-classic .store-contact-page {
    background: var(--sf-cream);
    /* --sf-red already resolves to --brand-color; no separate accent variable needed */
}

.store-template-classic .store-about-page__hero,
.store-template-classic .store-contact-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.store-template-classic .store-about-page__hero-copy,
.store-template-classic .store-contact-page__hero {
    position: relative;
    overflow: hidden;
}

.store-template-classic .store-about-page__hero-copy,
.store-template-classic .store-contact-page__hero-copy {
    background: var(--sf-ink);
    color: var(--sf-cream);
    padding: 72px 64px;
    position: relative;
    overflow: hidden;
}

/* Dark hero backgrounds → secondary colour, matching home page dark-section eyebrow rule */
.store-template-classic .store-about-page__eyebrow,
.store-template-classic .store-contact-page .store-section__eyebrow {
    color: var(--sf-gold);
}

.store-template-classic .store-about-page__hero-title,
.store-template-classic .store-contact-page__hero-copy h1 {
    margin: 0;
    font: 700 clamp(40px, 4.8vw, 68px)/1.05 'Playfair Display', serif;
    letter-spacing: -0.03em;
}

/* Dark hero backgrounds → secondary colour for italic accent word */
.store-template-classic .store-about-page__hero-title em,
.store-template-classic .store-contact-page__hero-copy h1 em {
    color: var(--sf-gold);
    font-style: italic;
}

.store-template-classic .store-about-page__hero-subtitle,
.store-template-classic .store-contact-page__hero-copy p {
    max-width: 420px;
    margin: 20px 0 0;
    color: rgba(247, 243, 238, 0.55);
    font-size: 15px;
    line-height: 1.8;
}

.store-template-classic .store-about-page__hero-bg,
.store-template-classic .store-contact-page__hero-bg {
    position: absolute;
    inset: auto auto -48px -16px;
    font: 700 220px/1 'Playfair Display', serif;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: -0.06em;
    pointer-events: none;
}

.store-template-classic .store-contact-page__hero-bg {
    inset: auto -20px -40px auto;
    font-size: 200px;
}

.store-template-classic .store-about-page__hero-visual {
    display: grid;
    grid-template-rows: minmax(320px, 1fr) auto;
    background: var(--sf-cream-warm);
    gap: 2px;
}

.store-template-classic .store-about-page__image-wrap {
    overflow: hidden;
}

.store-template-classic .store-about-page__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-template-classic .store-about-page__hero-stat {
    background: #fff;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
}

.store-template-classic .store-about-page__hero-stat strong,
.store-template-classic .store-about-page__band-stat strong,
.store-template-classic .store-contact-page__cred-stat strong {
    font: 700 clamp(36px, 4vw, 52px)/1 'Playfair Display', serif;
    color: var(--sf-ink);
    letter-spacing: -0.03em;
}

.store-template-classic .store-about-page__hero-stat span,
.store-template-classic .store-about-page__band-stat span,
.store-template-classic .store-contact-page__cred-stat span {
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.store-template-classic .store-about-page__story,
.store-template-classic .store-contact-page__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.store-template-classic .store-about-page__story-copy,
.store-template-classic .store-contact-page__form-panel {
    background: #fff;
    padding: 72px 64px;
}

.store-template-classic .store-about-page__story-copy h2,
.store-template-classic .store-contact-page__form-panel h2,
.store-template-classic .store-about-page__categories h2,
.store-template-classic .store-contact-page__info-block h3 {
    margin: 0;
    font: 700 clamp(30px, 3.2vw, 44px)/1.12 'Playfair Display', serif;
    color: var(--sf-ink);
    letter-spacing: -0.03em;
}

.store-template-classic .store-about-page__story-text {
    margin-top: 22px;
    color: var(--sf-mid);
    font-size: 16px;
    line-height: 1.9;
}

.store-template-classic .store-about-page__story-text p {
    margin: 0 0 20px;
}

.store-template-classic .store-about-page__quote {
    margin: 36px 0;
    padding: 24px 28px;
    background: var(--sf-cream);
    border-left: 3px solid var(--sf-red);
}

.store-template-classic .store-about-page__quote p {
    margin: 0;
    font: 600 20px/1.6 'Playfair Display', serif;
    color: var(--sf-ink);
    font-style: italic;
}

.store-template-classic .store-about-page__values,
.store-template-classic .store-contact-page__info-panel {
    background: var(--sf-cream);
    padding: 72px 48px;
}

.store-template-classic .store-about-page__value {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid var(--sf-border);
}

.store-template-classic .store-about-page__value:first-of-type {
    margin-top: 20px;
}

.store-template-classic .store-about-page__value:last-child {
    border-bottom: 0;
}

.store-template-classic .store-about-page__value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--sf-border-strong);
    background: #fff;
    color: var(--sf-red);
    font-weight: 700;
}

.store-template-classic .store-about-page__value h3 {
    margin: 0 0 8px;
    font: 700 18px/1.25 'Playfair Display', serif;
    color: var(--sf-ink);
}

.store-template-classic .store-about-page__value p,
.store-template-classic .store-contact-page__info-block p,
.store-template-classic .store-contact-page__form-intro {
    margin: 0;
    color: var(--sf-muted);
    line-height: 1.8;
}

.store-template-classic .store-about-page__band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--sf-ink);
}

.store-template-classic .store-about-page__band-stat {
    padding: 48px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.store-template-classic .store-about-page__band-stat:last-child {
    border-right: 0;
}

.store-template-classic .store-about-page__band-stat strong {
    color: var(--sf-cream);
}

.store-template-classic .store-about-page__band-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(247, 243, 238, 0.35);
}

.store-template-classic .store-about-page__categories {
    padding: 72px 48px;
    background: var(--sf-cream-warm);
}

.store-template-classic .store-about-page__categories-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

.store-template-classic .store-about-page__categories-eyebrow {
    color: var(--sf-red);
}

.store-template-classic .store-about-page__categories-head a {
    color: var(--sf-muted);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    border-bottom: 1px solid var(--sf-border-strong);
    padding-bottom: 2px;
}

.store-template-classic .store-about-page__category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
}

.store-template-classic .store-about-page__category-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 24px;
    background: #fff;
    text-decoration: none;
    color: var(--sf-ink);
}

.store-template-classic .store-about-page__category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--sf-border-strong);
    color: var(--sf-red);
    font-weight: 700;
}

.store-template-classic .store-about-page__category-card strong {
    font-size: 15px;
}

.store-template-classic .store-about-page__category-card span:last-child {
    color: var(--sf-muted);
    font-size: 12px;
}

.store-template-classic .store-contact-page__hero {
    background: var(--sf-ink);
    gap: 80px;
    align-items: end;
    padding: 72px 64px 80px;
}

.store-template-classic .store-contact-page__hero-copy {
    padding: 0;
    background: transparent;
}

.store-template-classic .store-contact-page__hero-channels {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    z-index: 1;
}

.store-template-classic .store-contact-page__channel,
.store-template-classic .store-contact-page__info-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 24px;
    text-decoration: none;
}

.store-template-classic .store-contact-page__channel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.store-template-classic .store-contact-page__channel strong,
.store-template-classic .store-contact-page__channel span {
    color: var(--sf-cream);
}

.store-template-classic .store-contact-page__channel strong {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-template-classic .store-contact-page__channel span {
    font: 700 24px/1.2 'Playfair Display', serif;
}

.store-template-classic .store-contact-page__form-eyebrow,
.store-template-classic .store-contact-page__info-eyebrow {
    color: var(--sf-red);
}

.store-template-classic .store-contact-page__form-intro {
    margin-top: 20px;
    margin-bottom: 28px;
}

.store-template-classic .store-contact-page__form,
.store-template-classic .store-contact-page__info-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.store-template-classic .store-contact-page__form-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.store-template-classic .store-contact-page__form label {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.store-template-classic .store-contact-page__form label span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sf-muted);
}

.store-template-classic .store-contact-page__form input,
.store-template-classic .store-contact-page__form select,
.store-template-classic .store-contact-page__form textarea {
    width: 100%;
    border: 1px solid var(--sf-border);
    background: var(--sf-cream);
    padding: 14px 16px;
    color: var(--sf-ink);
    font: inherit;
}

.store-template-classic .store-contact-page__form textarea {
    min-height: 160px;
    resize: vertical;
}

.store-template-classic .store-contact-page__info-block {
    background: #fff;
    padding: 28px;
}

.store-template-classic .store-contact-page__info-block h3 {
    margin-top: 10px;
    font-size: 28px;
}

.store-template-classic .store-contact-page__info-row {
    background: var(--sf-cream);
    color: var(--sf-ink);
    border: 1px solid var(--sf-border);
    margin-top: 14px;
}

.store-template-classic .store-contact-page__info-row strong {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sf-muted);
}

.store-template-classic .store-contact-page__info-row span {
    font: 700 22px/1.2 'Playfair Display', serif;
    color: var(--sf-ink);
}

.store-template-classic .store-contact-page__cred-card {
    background: var(--sf-ink);
    color: var(--sf-cream);
    padding: 28px;
}

.store-template-classic .store-contact-page__cred-top {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}

.store-template-classic .store-contact-page__cred-avatar {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--sf-gold);
    color: var(--sf-ink);
    font: 700 24px/1 'Playfair Display', serif;
}

.store-template-classic .store-contact-page__cred-top strong {
    display: block;
    font: 700 24px/1.2 'Playfair Display', serif;
}

.store-template-classic .store-contact-page__cred-top span {
    color: rgba(247, 243, 238, 0.55);
    font-size: 13px;
}

.store-template-classic .store-contact-page__cred-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.store-template-classic .store-contact-page__cred-stat {
    background: rgba(255, 255, 255, 0.04);
    padding: 18px;
}

.store-template-classic .store-contact-page__cred-stat strong {
    display: block;
    color: var(--sf-cream);
    font-size: 32px;
}

.store-template-classic .store-contact-page__cred-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(247, 243, 238, 0.42);
}

@media (max-width: 1100px) {
    .store-template-classic .storefront-site-header__inner,
    .store-template-classic .page-header,
    .store-template-classic .cart-layout,
    .store-template-classic .checkout-wrap,
    .store-template-classic .storefront-site-footer__inner,
    .store-template-classic .storefront-shop-layout,
    .store-template-classic .store-product-layout,
    .store-template-classic .store-contact-split,
    .store-template-classic .store-about-split,
    .store-template-classic .store-about-page__hero,
    .store-template-classic .store-about-page__story,
    .store-template-classic .store-contact-page__hero,
    .store-template-classic .store-contact-page__body {
        grid-template-columns: 1fr;
    }

    .store-template-classic .storefront-site-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .store-template-classic .storefront-site-header__nav-wrap {
        grid-column: 1 / -1;
        justify-self: stretch;
    }
}

@media (max-width: 900px) {
    .store-template-classic .container,
    .store-template-classic .page-wrap,
    .store-template-classic .commerce-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .store-template-classic .storefront-site-actions__menu {
        display: inline-flex;
    }

    .store-template-classic .storefront-site-actions__whatsapp {
        display: none;
    }

    .store-template-classic .storefront-site-header__nav-wrap {
        display: none;
        padding: 8px 0 14px;
    }

    .store-template-classic .storefront-site-header.is-menu-open .storefront-site-header__nav-wrap {
        display: block;
    }

    .store-template-classic .storefront-site-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .store-template-classic .storefront-site-header__nav-wrap .storefront-site-actions__mobile-contact {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }

    .store-template-classic .storefront-site-header.is-menu-open .storefront-site-actions__menu-line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .store-template-classic .storefront-site-header.is-menu-open .storefront-site-actions__menu-line:nth-child(2) {
        opacity: 0;
    }

    .store-template-classic .storefront-site-header.is-menu-open .storefront-site-actions__menu-line:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .store-template-classic .store-hero__split,
    .store-template-classic .store-contact-split {
        grid-template-columns: 1fr;
    }

    .store-template-classic .store-contact-split {
        padding-left: 20px;
        padding-right: 20px;
    }

    .store-template-classic .store-hero__panel {
        padding: 48px 24px;
    }

    .store-template-classic .store-hero__visual {
        min-height: 320px;
    }

    .store-template-classic .storefront-trust-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .store-template-classic .store-section {
        padding: 56px 0;
    }

    .store-template-classic .store-arrivals-layout,
    .store-template-classic .progress-inner {
        grid-template-columns: 1fr;
    }

    .store-template-classic .store-arrival-hero {
        grid-column: auto;
        min-height: 280px;
    }

    .store-template-classic .store-story-card,
    .store-template-classic .store-about-aside,
    .store-template-classic .store-contact-cta {
        padding: 48px 24px;
    }

    .store-template-classic .store-about-page__hero-copy,
    .store-template-classic .store-about-page__story-copy,
    .store-template-classic .store-about-page__values,
    .store-template-classic .store-about-page__categories,
    .store-template-classic .store-contact-page__hero,
    .store-template-classic .store-contact-page__form-panel,
    .store-template-classic .store-contact-page__info-panel {
        padding: 48px 24px;
    }

    .store-template-classic .store-about-page__category-grid,
    .store-template-classic .store-about-page__band,
    .store-template-classic .store-contact-page__cred-stats {
        grid-template-columns: 1fr;
    }

    .store-template-classic .store-contact-page__form-split {
        grid-template-columns: 1fr;
    }

    .store-template-classic .store-about-split {
        min-height: 0;
    }

    .store-template-classic .store-story-card .btn {
        margin-top: 28px;
        width: 100%;
    }

.store-template-classic .store-product-grid.is-list .store-product-card {
        grid-template-columns: 1fr;
    }

    .store-template-classic .store-promo-banner,
    .store-template-classic .page-header,
    .store-template-classic .step-actions,
    .store-template-classic .coupon-input-wrap,
    .store-template-classic .checkout-coupon-controls,
    .store-template-classic .storefront-site-footer__base {
        flex-direction: column;
        align-items: flex-start;
    }
}
