.promo-strip {
    padding: 0.75rem 0;
    background: linear-gradient(90deg, #181210, #3b2418 55%, #1e6a61);
    color: #fff;
    font-size: 0.92rem;
}

.promo-strip__inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.promo-strip a {
    color: #f6d78e;
    font-weight: 700;
}

.store-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 247, 241, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.store-header .navbar {
    min-height: 86px;
}

.brand-mark {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.brand-mark span {
    color: var(--accent);
}

.nav-capsules {
    gap: 0.45rem;
}

.nav-capsules .nav-link {
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    color: var(--muted);
}

.nav-capsules .nav-link.is-active,
.nav-capsules .nav-link:hover {
    background: rgba(33, 25, 21, 0.06);
    color: var(--ink);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.search-shell {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 290px;
    padding: 0.35rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
}

.search-shell input {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0.55rem 0.9rem;
}

.search-shell button {
    border-radius: 999px;
    padding: 0.7rem 1rem;
    background: rgba(33, 25, 21, 0.08);
    font-weight: 700;
}

.header-link,
.cart-link {
    font-weight: 700;
}

.header-inline-form {
    display: inline-flex;
}

.header-link--button {
    padding: 0;
    color: var(--muted);
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.cart-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-size: 0.82rem;
}

.hero-section {
    padding: 3rem 0 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 1.5rem;
}

.hero-copy,
.hero-panel,
.story-banner__inner,
.product-gallery__frame,
.product-summary,
.order-summary,
.benefit-card {
    box-shadow: var(--shadow-lg);
}

.hero-copy {
    padding: 3.4rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(240, 191, 84, 0.22), transparent 30%),
        linear-gradient(135deg, #ffffff, #fff4e9);
}

.hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 4vw, 4.7rem);
    line-height: 0.95;
}

.hero-text {
    max-width: 52ch;
    margin: 1.2rem 0 0;
    font-size: 1.05rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.7rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stats div {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(33, 25, 21, 0.05);
}

.hero-stats strong {
    display: block;
    font-size: 1.6rem;
}

.hero-panels {
    display: grid;
    gap: 1rem;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
    padding: 1.8rem;
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
}

.hero-panel p,
.hero-panel span {
    color: rgba(255, 255, 255, 0.84);
}

.hero-panel h2 {
    margin: 0.2rem 0 0.55rem;
    font-size: 2rem;
}

.hero-panel--sunrise,
.category-card--sunrise,
.category-hero--sunrise {
    background: linear-gradient(135deg, #ef5d36, #f0bf54);
}

.hero-panel--studio,
.category-card--studio,
.category-hero--studio {
    background: linear-gradient(135deg, #1f2636, #5f6db4);
}

.hero-panel--sprout,
.category-card--sprout,
.category-hero--sprout {
    background: linear-gradient(135deg, #23695f, #7fb16a);
}

.collection-section,
.benefits-section,
.product-section,
.confirmation-shell {
    padding: 2.4rem 0 3.5rem;
}

.collection-section--muted {
    background: rgba(255, 255, 255, 0.38);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-head--stacked {
    align-items: center;
}

.section-head h2,
.section-head h1 {
    font-size: clamp(2rem, 3vw, 3.1rem);
}

.category-showcase,
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.category-card {
    display: flex;
    align-items: end;
    justify-content: space-between;
    min-height: 240px;
    padding: 1.8rem;
    border-radius: 28px;
    color: #fff;
}

.category-card p,
.category-card span,
.category-card strong {
    color: rgba(255, 255, 255, 0.88);
}

.category-card h3 {
    margin: 0.25rem 0 0.55rem;
    font-size: 2rem;
}

.story-banner {
    padding: 0.5rem 0 2rem;
}

.story-banner__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 2rem 2.2rem;
    border-radius: 30px;
    background: linear-gradient(135deg, #171310, #45311e 45%, #1b675f);
}

.story-banner h2,
.story-banner p {
    color: #fff;
}

.story-banner__points {
    display: grid;
    gap: 0.85rem;
}

.story-banner__points div {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.story-banner__points strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
}

.story-banner__points span {
    color: rgba(255, 255, 255, 0.82);
}

.trust-section {
    padding: 0 0 2.5rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.trust-card {
    padding: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 240, 227, 0.92));
    box-shadow: var(--shadow-md);
}

.trust-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: rgba(239, 93, 54, 0.12);
    color: var(--accent-deep);
    font-size: 0.82rem;
    font-weight: 800;
}

.trust-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.15rem;
}

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

.product-card {
    border-radius: 26px;
    overflow: hidden;
    background: var(--panel);
    box-shadow: var(--shadow-md);
}

.product-card__visual {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.08;
    overflow: hidden;
    background: linear-gradient(180deg, #fff6ea, #f1ede5);
}

.product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(33, 25, 21, 0.82);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.35s ease;
}

.product-card__image--secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.product-card:hover .product-card__image--primary {
    opacity: 0;
}

.product-card:hover .product-card__image--secondary {
    opacity: 1;
}

.product-card:hover .product-card__image {
    transform: scale(1.03);
}

.product-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-height: 220px;
    padding: 1.4rem;
}

.product-card__meta {
    margin-bottom: 0.35rem;
    color: var(--accent-deep);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.product-card__body h3 {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
}

.product-card__desc {
    margin: 0;
}

.product-card__ship {
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.product-card__footer,
.price-stack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.price-stack {
    justify-content: start;
}

.price-stack strong {
    font-size: 1.2rem;
}

.price-stack span {
    color: rgba(102, 88, 81, 0.75);
    text-decoration: line-through;
}

.rating-chip {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(33, 25, 21, 0.06);
    font-size: 0.82rem;
    font-weight: 700;
}

.benefit-card {
    padding: 1.7rem;
    border-radius: 24px;
    background: #fff;
}

.benefit-card h3 {
    margin-bottom: 0.6rem;
}

.category-hero {
    padding: 3rem 0;
    color: #fff;
}

.category-hero p {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.88);
}

.category-hero h1 {
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.category-subcopy {
    max-width: 62ch;
    margin-top: 0.45rem;
}

.filter-summary {
    min-width: 220px;
    padding: 1rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-md);
}

.filter-summary strong,
.filter-summary span {
    display: block;
}

.filter-summary span {
    color: var(--muted);
}

.category-browser {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.filter-sidebar {
    position: relative;
}

.filter-card,
.filter-toolbar {
    padding: 1.55rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.filter-card {
    position: sticky;
    top: 112px;
}

.filter-card__head,
.filter-toolbar,
.filter-toolbar__controls,
.filter-option,
.filter-option__main {
    display: flex;
    align-items: center;
}

.filter-card__head,
.filter-toolbar {
    justify-content: space-between;
    gap: 1rem;
}

.filter-card__head {
    align-items: start;
}

.filter-card__head h3,
.filter-toolbar h3 {
    margin-top: 0.2rem;
    font-size: 1.7rem;
}

.filter-card__head a {
    color: var(--accent-deep);
    font-weight: 700;
}

.filter-group {
    margin: 0;
    padding: 0;
    border: 0;
    min-inline-size: 0;
}

.filter-group + .filter-group {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(33, 25, 21, 0.08);
}

.filter-group__title {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.filter-search input {
    background: rgba(251, 247, 241, 0.82);
}

.price-range-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.price-range-grid label span,
.filter-toolbar__sort span {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.filter-toggle,
.filter-option {
    border-radius: 18px;
    background: rgba(33, 25, 21, 0.04);
}

.filter-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    font-weight: 700;
}

.filter-options {
    display: grid;
    gap: 0.65rem;
}

.filter-option {
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.78rem 0.9rem;
}

.filter-option__main {
    gap: 0.7rem;
}

.filter-option small {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.filter-toggle input,
.filter-option input {
    width: auto;
    margin: 0;
}

.filter-actions {
    margin-top: 1.3rem;
}

.filter-actions .btn-primary-shell {
    width: 100%;
}

.category-results {
    display: grid;
    gap: 1.25rem;
}

.filter-toolbar {
    align-items: end;
}

.filter-toolbar__text {
    max-width: 56ch;
    margin: 0.35rem 0 0;
}

.filter-toolbar__controls {
    flex-wrap: wrap;
    justify-content: end;
    align-items: end;
    gap: 0.9rem;
}

.filter-toolbar__sort {
    min-width: 240px;
}

.filter-toolbar__sort select {
    min-width: 240px;
}

.btn-outline-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 25, 21, 0.14);
    border-radius: 999px;
    padding: 0.92rem 1.4rem;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn-outline-shell:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: rgba(33, 25, 21, 0.22);
}

.filter-chip-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.58rem 0.9rem;
    border-radius: 999px;
    background: rgba(239, 93, 54, 0.12);
    color: var(--accent-deep);
    font-size: 0.88rem;
    font-weight: 700;
}

.sort-form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.sort-form select {
    min-width: 220px;
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 2rem;
}

.product-gallery__frame,
.product-gallery__thumb {
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff7ea, #efe8de);
}

.product-gallery__frame {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    cursor: zoom-in;
}

.product-gallery__frame img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
}

.product-gallery__zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(23, 19, 16, 0.8);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.product-gallery__thumb {
    padding: 0;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-gallery__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-gallery__thumb.is-active {
    border-color: rgba(239, 93, 54, 0.4);
}

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

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.product-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 13, 11, 0.84);
    backdrop-filter: blur(10px);
}

.product-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
    padding: 1.4rem;
    border-radius: 30px;
    background: rgba(255, 248, 240, 0.98);
    box-shadow: var(--shadow-lg);
}

.product-lightbox__figure {
    margin: 0;
}

.product-lightbox__figure img {
    width: 100%;
    max-height: min(78vh, 920px);
    object-fit: contain;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff7ea, #efe8de);
}

.product-lightbox__figure figcaption {
    margin-top: 0.9rem;
    text-align: center;
    color: var(--muted);
    font-weight: 700;
}

.product-lightbox__close,
.product-lightbox__nav {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 19, 16, 0.86);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

.product-lightbox__close {
    top: 1rem;
    right: 1rem;
    min-width: 92px;
    padding: 0.75rem 1rem;
}

.product-lightbox__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

.product-lightbox__nav--prev {
    left: 1rem;
}

.product-lightbox__nav--next {
    right: 1rem;
}

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

.product-summary {
    padding: 2rem;
    border-radius: 30px;
    background: #fff;
}

.product-summary h1 {
    font-size: clamp(2.2rem, 3vw, 3.4rem);
}

.product-tagline {
    margin-top: 0.6rem;
    font-size: 1.02rem;
}

.product-tagline--type {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(225, 121, 63, 0.12);
    color: var(--accent-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 1.2rem 0;
}

.product-price strong {
    font-size: 2rem;
}

.product-price span {
    text-decoration: line-through;
}

.product-price em {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(239, 93, 54, 0.12);
    color: var(--accent-deep);
    font-style: normal;
    font-weight: 700;
}

.product-subnote {
    margin: -0.25rem 0 1rem;
    font-size: 0.92rem;
}

.product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 1.4rem 0;
}

.product-facts div {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(33, 25, 21, 0.05);
}

.product-facts span {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
}

.product-attribute-stack {
    display: grid;
    gap: 0.85rem;
    margin: 1.4rem 0;
}

.product-attribute-stack__item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(225, 121, 63, 0.16);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(253, 240, 227, 0.98));
}

.product-attribute-stack__item span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-attribute-stack__item strong {
    text-align: right;
}

.product-variant-picker {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.product-variant-group {
    padding: 1.1rem;
    border-radius: 22px;
    background: rgba(33, 25, 21, 0.04);
}

.product-variant-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.product-variant-group__head span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(33, 25, 21, 0.12);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.product-chip:hover:not(:disabled),
.product-chip.is-active {
    transform: translateY(-2px);
    border-color: rgba(239, 93, 54, 0.35);
    box-shadow: var(--shadow-md);
}

.product-chip.is-active {
    background: linear-gradient(135deg, rgba(239, 93, 54, 0.12), rgba(240, 191, 84, 0.18));
    color: var(--accent-deep);
}

.product-chip:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.add-to-cart-form {
    display: grid;
    grid-template-columns: 140px auto;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.add-to-cart-form--legacy {
    grid-template-columns: 1fr 140px auto;
}

.add-to-cart-form .btn-primary-shell:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

.product-assurance-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.product-assurance-strip div {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(33, 25, 21, 0.04);
}

.product-assurance-strip span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cart-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    gap: 1.5rem;
}

.cart-lines {
    display: grid;
    gap: 1rem;
}

.cart-line {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.cart-line img {
    width: 140px;
    border-radius: 18px;
}

.cart-line__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-line__actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.cart-line__actions form {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.cart-line__actions input {
    max-width: 88px;
}

.cart-line__price {
    font-size: 1.25rem;
}

.order-summary {
    align-self: start;
    padding: 1.8rem;
    border-radius: 28px;
    background: #fff;
}

.order-summary h3 {
    margin-bottom: 1rem;
}

.order-summary > div,
.order-summary__line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(33, 25, 21, 0.08);
}

.order-summary__line {
    align-items: start;
}

.order-summary__line strong,
.order-summary__line span {
    display: block;
}

.order-summary__total {
    font-size: 1.08rem;
    border-bottom: 0;
}

.order-summary .btn-primary-shell {
    width: 100%;
    margin-top: 1.1rem;
}

.checkout-form {
    padding: 1.8rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.auth-shell {
    display: flex;
    justify-content: center;
}

.auth-card,
.account-card,
.tracking-card {
    width: 100%;
    padding: 2rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.auth-card {
    max-width: 620px;
}

.auth-note {
    margin-top: 1rem;
}

.auth-note a {
    color: var(--accent-deep);
    font-weight: 700;
}

.admin-form-group label,
.account-card label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.account-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.account-tabs a {
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    background: rgba(33, 25, 21, 0.06);
    color: var(--muted);
    font-weight: 700;
}

.account-tabs a.is-active {
    background: var(--ink);
    color: #fff;
}

.account-grid,
.address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.address-card {
    padding: 1.6rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.address-card__top,
.address-card__actions,
.tracking-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.address-card__actions {
    flex-wrap: wrap;
    margin-top: 1rem;
}

.account-inline-banner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: rgba(33, 25, 21, 0.05);
}

.account-inline-banner strong,
.tracking-meta strong {
    display: block;
}

.account-inline-banner span,
.tracking-meta span {
    color: var(--muted);
}

.account-inline-banner a {
    font-weight: 700;
    color: var(--accent-deep);
}

.account-checkbox {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.account-checkbox input {
    width: auto;
    margin: 0;
}

.tracking-card p {
    margin-bottom: 1rem;
}

.progress-track {
    height: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(33, 25, 21, 0.08);
}

.progress-track__fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent), var(--accent-gold));
}

.tracking-meta {
    margin-top: 1rem;
}

.tracking-meta > div {
    flex: 1;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(33, 25, 21, 0.05);
}

.table-shell {
    overflow-x: auto;
}

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

.admin-table th,
.admin-table td {
    padding: 0.95rem 0.6rem;
    border-bottom: 1px solid rgba(33, 25, 21, 0.08);
    text-align: left;
    vertical-align: middle;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-grid__full {
    grid-column: 1 / -1;
}

.checkout-form label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.confirmation-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 34px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #fdf0e3);
    box-shadow: var(--shadow-lg);
}

.confirmation-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.confirmation-metrics div {
    padding: 1.2rem;
    border-radius: 20px;
    background: rgba(33, 25, 21, 0.05);
}

.confirmation-metrics span {
    display: block;
    color: var(--muted);
}

.store-footer {
    padding: 3.4rem 0;
    background: #191411;
}

.store-footer h3,
.store-footer p,
.store-footer a {
    color: rgba(255, 255, 255, 0.9);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}

.footer-links {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1199.98px) {
    .product-grid,
    .category-showcase,
    .benefit-grid,
    .trust-grid,
    .account-grid,
    .address-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid,
    .product-layout,
    .cart-layout,
    .checkout-layout,
    .story-banner__inner,
    .category-browser,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .filter-card {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .store-header .navbar {
        padding: 1rem 0 !important;
    }

    .header-actions {
        flex-direction: column;
        align-items: stretch;
        padding-top: 1rem;
    }

    .search-shell {
        min-width: 100%;
    }

    .hero-copy {
        padding: 2.4rem;
    }

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

    .filter-summary,
    .filter-toolbar,
    .filter-toolbar__controls,
    .filter-card__head {
        width: 100%;
    }

    .filter-toolbar,
    .filter-toolbar__controls,
    .filter-card__head {
        flex-direction: column;
        align-items: start;
    }

    .filter-toolbar__sort,
    .filter-toolbar__sort select {
        min-width: 0;
        width: 100%;
    }

    .cart-line {
        grid-template-columns: 1fr;
    }

    .cart-line__content {
        flex-direction: column;
        align-items: start;
    }

    .add-to-cart-form,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .product-lightbox {
        padding: 1rem;
    }

    .product-lightbox__dialog {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .promo-strip__inner,
    .section-head {
        flex-direction: column;
        align-items: start;
    }

    .product-grid,
    .category-showcase,
    .benefit-grid,
    .trust-grid,
    .account-grid,
    .address-grid {
        grid-template-columns: 1fr;
    }

    .price-range-grid {
        grid-template-columns: 1fr;
    }

    .confirmation-metrics,
    .product-facts,
    .product-assurance-strip {
        grid-template-columns: 1fr;
    }

    .product-attribute-stack__item {
        flex-direction: column;
    }

    .product-gallery__zoom {
        right: 0.75rem;
        bottom: 0.75rem;
        font-size: 0.74rem;
    }

    .product-lightbox__close {
        top: 0.75rem;
        right: 0.75rem;
        min-width: 78px;
        padding: 0.65rem 0.85rem;
    }

    .product-lightbox__nav {
        bottom: 1rem;
        top: auto;
        transform: none;
    }

    .product-lightbox__nav--prev {
        left: 1rem;
    }

    .product-lightbox__nav--next {
        right: 1rem;
    }

    .account-inline-banner,
    .tracking-meta,
    .address-card__top,
    .address-card__actions {
        flex-direction: column;
    }
}
