
/* Generated from site theme (preset + YAML overrides). Mobile-first. */

:root {
    --paper: #e3e9e0;
    --paper-deep: #dde5d3;
    --ink: #2a2433;
    --moss: #7d4983;
    --moss-deep: #302050;
    --copper: #c64241;
    --copper-hot: #e14f34;
    --frost: rgba(227, 233, 224, 0.82);
    --theme-paper-rgb-82: rgba(227, 233, 224, 0.82);
    --theme-paper-rgb-72: rgba(227, 233, 224, 0.72);
    --theme-paper-deep-rgb-76: rgba(221, 229, 211, 0.76);
    --theme-ink-rgb-16: rgba(42, 36, 51, 0.16);
    --theme-moss-rgb-22: rgba(125, 73, 131, 0.22);
    --theme-moss-deep-rgb-92: rgba(48, 32, 80, 0.92);
    --theme-copper-rgb-20: rgba(198, 66, 65, 0.20);
    --theme-copper-rgb-34: rgba(198, 66, 65, 0.34);
    --theme-copper-hot-rgb-24: rgba(225, 79, 52, 0.24);
    --shadow: 0 22px 50px rgba(42, 36, 51, 0.180);
    --shadow-sm: 0 8px 24px rgba(42, 36, 51, 0.120);
    --radius: 1.2rem;
    --radius-pill: 999px;
    --font-display: "Bebas Neue", Arial, sans-serif;
    --font-body: "Open Sans", Arial, sans-serif;
    --radius-scale: 1.056;
    --heading-weight: 700;
    --eyebrow-ls: 0.143em;
    --card-hover-lift: -7px;
    --card-media-ratio: 4 / 5;
    --card-shadow: 0 8px 20px rgba(60, 79, 82, 0.05), 0 2px 6px rgba(0,0,0,0.04);
    --card-radius: 1.3rem;
    --card-border: 1px solid rgba(189, 111, 87, 0.2);
    --body-line-height: 1.68;
    --heading-tracking: -0.023em;
    --section-header-max: 42rem;
    --section-gap-scale: 1.05;
    --nav-blur: 20px;
    --nav-border-bottom: 1px;
    --bg-bloom-copper: 17%;
    --bg-bloom-moss: 10%;
    /* Precomputed muted text (avoids color-mix(..., transparent) washing copy on real surfaces). */
    --text-on-light-muted: #79757f;
    --text-on-paper-muted: #6b6970;
    --text-on-shell-muted: #716e74;
    --site-header-offset: 88px;
    --site-cookie-offset: 5.5rem;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    font-family: var(--font-body);
    font-size: clamp(0.98rem, 0.92rem + 0.35vw, 1.08rem);
    background: var(--paper);
    background-image:
        radial-gradient(ellipse 104% 64% at 90% -19%, color-mix(in srgb, var(--copper) var(--bg-bloom-copper), transparent), transparent),
        radial-gradient(ellipse 125% 84% at -5% 92%, color-mix(in srgb, var(--moss) var(--bg-bloom-moss), transparent), transparent),
        radial-gradient(circle at 70% 61%, color-mix(in srgb, var(--moss-deep) 7%, transparent), transparent 68%);
    color: var(--ink);
    line-height: var(--body-line-height);
    padding-top: var(--site-header-offset);
    padding-bottom: var(--site-cookie-offset);
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

@supports not (color: color-mix(in srgb, #000 50%, transparent)) {
    body {
        background-image: none;
    }

    .section-intro,
    .popo2c03-card-note {
        color: var(--ink);
        opacity: 0.8;
    }

    .popo2c03-topnav.popo2c03-nav {
        border-bottom: 1px solid var(--paper-deep);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .popo2c03-breadcrumb,
    .page-hero {
        background: var(--paper-deep);
        border-color: var(--paper-deep);
    }

    .nav-link:hover {
        background: var(--paper-deep);
    }

    .popo2c03-canvas,
    .feature-tile,
    .stats-band-shell,
    .split-spotlight-shell,
    .cta-band-shell,
    .category-card,
    .popo2c03-card,
    .content-panel,
    .info-panel,
    .checkout-order-panel,
    .checkout-form-panel,
    .support-visual-card,
    .support-related-card,
    .footer {
        border-color: var(--paper-deep);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .popo2c03-topnav.popo2c03-nav,
    .hero-static-caption,
    .hero-section .carousel-caption,
    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .popo2c03-topnav.popo2c03-nav {
        background: rgba(255, 255, 255, 0.96);
    }

    .hero-static-caption,
    .hero-section .carousel-caption {
        background: rgba(20, 24, 22, 0.92);
    }

    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel {
        background: rgba(255, 255, 255, 0.96);
    }

    .cookie-consent,
    .cookie-manage-link {
        background: linear-gradient(135deg, var(--theme-paper-rgb-82), var(--theme-paper-deep-rgb-76)) !important;
    }
}

main {
    overflow-x: hidden;
    overflow-x: clip;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: var(--heading-weight, 600);
    color: var(--moss-deep);
    letter-spacing: var(--heading-tracking);
    text-wrap: balance;
}

.section-header {
    max-width: var(--section-header-max);
    margin-bottom: calc(clamp(2rem, 4vw, 3rem) * var(--section-gap-scale));
}

.section-header.section-header-left {
    max-width: min(44rem, calc(var(--section-header-max) + 2.5rem));
    margin-left: 0;
    text-align: left;
}

.section-eyebrow {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: var(--eyebrow-ls, 0.18em);
    text-transform: uppercase;
    color: var(--copper);
}

.section-intro {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.12rem);
    line-height: 1.75;
    color: var(--text-on-paper-muted);
}

.skip-link {
    z-index: 2000;
    left: 0.5rem;
    top: 0.5rem;
    padding: 0.35rem 0.65rem;
    background: var(--moss-deep);
    color: #fff !important;
    border-radius: var(--radius);
    text-decoration: none;
}

.popo2c03-topnav.popo2c03-nav {
    background: var(--frost);
    backdrop-filter: blur(var(--nav-blur));
    -webkit-backdrop-filter: blur(var(--nav-blur));
    border-bottom: var(--nav-border-bottom) solid color-mix(in srgb, var(--moss) 35%, transparent);
    box-shadow: 0 4px 0 color-mix(in srgb, var(--copper) 25%, transparent);
    padding: 0.55rem 0;
    z-index: 1040;
}

.popo2c03-brand {
    font-family: var(--font-display);
    font-size: clamp(1.08rem, 0.98rem + 0.65vw, 1.55rem);
    font-weight: var(--heading-weight, 700);
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: currentColor;
    letter-spacing: -0.03em;
    text-transform: none;
    max-width: min(100%, 20rem);
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.2;
    hyphens: auto;
}

.popo2c03-brand:hover {
    color: var(--copper) !important;
}

.popo2c03-topnav .container {
    max-width: 1140px;
    display: flex;
    align-items: center;
    min-height: 3.25rem;
    max-width: 1320px;
}

.popo2c03-breadcrumb {
    border-bottom: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    background: color-mix(in srgb, var(--paper-deep) 40%, transparent);
    overflow: hidden;
}

.popo2c03-topnav .navbar-collapse,
.popo2c03-topnav .navbar-nav,
.popo2c03-topnav .container {
    min-width: 0;
}

/* Do not set min-width:0 on .nav-item — it lets flex shrink links below label width;
   nowrap + overflow:visible then paints adjacent labels on top of each other (“PLANTSCOMPOST”). */
.popo2c03-topnav .navbar-nav > .nav-item {
    flex-shrink: 0;
    min-width: min-content;
}

.popo2c03-topnav .navbar-collapse {
    align-items: center;
}

.popo2c03-topnav .navbar-nav {
    align-items: center;
    row-gap: 0.2rem;
}

.page-hero {
    padding-top: clamp(2.75rem, 6vw, 4rem);
    padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper-deep) 72%, #fff), transparent),
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--copper) 14%, transparent), transparent 46%);
}

@media (max-width: 991.98px) {
    .popo2c03-topnav .navbar-nav .nav-link {
        padding: 0.6rem 0.75rem !important;
        border-radius: 0.5rem;
    }

    .popo2c03-btn {
        width: 100%;
        justify-content: center;
        margin-top: 0.35rem;
    }
}

@media (min-width: 992px) {
    .popo2c03-topnav .nav-link {
        font-size: clamp(0.74rem, 0.7rem + 0.12vw, 0.84rem);
        text-align: center;
        white-space: nowrap;
        max-width: none;
        line-height: 1.15;
        overflow: visible;
        text-overflow: clip;
    }

    .popo2c03-topnav .navbar-nav {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.25rem 0.4rem;
    }

    .popo2c03-topnav .nav-tools,
    .popo2c03-topnav .popo2c03-btn {
        flex: 0 0 auto;
    }

    .popo2c03-brand {
        max-width: 100%;
    }
}

.navbar-nav .nav-item {
    padding: 0 0.1rem;
}

.nav-link {
    color: var(--ink) !important;
    -webkit-text-fill-color: currentColor;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.5rem 0.65rem !important;
    border-radius: var(--radius-pill);
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
    background: color-mix(in srgb, var(--moss) 14%, transparent);
    color: var(--moss-deep) !important;
}

.nav-link::after {
    display: none;
}

.breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.35rem;
}

.breadcrumb-item,
.breadcrumb-item a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.btn {
    border-radius: var(--radius-pill);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.popo2c03-btn {
    background: linear-gradient(145deg, var(--copper), var(--copper-hot));
    border: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    min-height: 2.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1;
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
}

.popo2c03-lbl {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.popo2c03-btn:hover,
.popo2c03-btn:focus-visible {
    filter: brightness(1.06);
    color: #fff;
}

.popo2c03-line-txt {
    min-width: 0;
}

.popo2c03-thumb {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: #fff;
    padding: 0.2rem;
    border-radius: var(--radius-sm, 0.35rem);
    flex-shrink: 0;
}

.popo2c03-btn .fa-shopping-cart {
    font-size: 1rem;
}

.popo2c03-bdg:not(:empty) {
    min-width: 1.25rem;
    padding: 0 0.35rem;
    min-height: 1.25rem;
    border-radius: var(--radius-pill);
    background: var(--moss-deep);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
}

.popo2c03-canvas {
    width: min(30rem, 100vw);
    border-left: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
}

.popo2c03-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--copper);
}

.popo2c03-items {
    display: grid;
    gap: 0.95rem;
}

.popo2c03-empty {
    padding: 1.2rem;
    border: 1px dashed color-mix(in srgb, var(--moss) 24%, transparent);
    border-radius: var(--radius);
    background: color-mix(in srgb, var(--paper-deep) 54%, #fff);
    text-align: center;
}

.popo2c03-line {
    padding: 1rem 0;
    border-bottom: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
}

.popo2c03-line:first-child {
    padding-top: 0;
}

.popo2c03-line:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popo2c03-line-top,
.popo2c03-line-ctrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}

.popo2c03-line-ctrl {
    margin-top: 0.85rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.popo2c03-line-tot {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--moss-deep);
    white-space: nowrap;
}

.popo2c03-qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.popo2c03-qty-wrap .btn {
    min-width: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.popo2c03-qty-in {
    width: 4.25rem;
    text-align: center;
    border-radius: var(--radius-pill);
}

.popo2c03-sum-card {
    padding: 1.2rem;
    border-radius: calc(var(--radius) + 0.05rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 16%, transparent), transparent 38%);
    border: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
    box-shadow: var(--shadow-sm);
}

.popo2c03-assurance {
    display: grid;
    gap: 0.7rem;
    font-size: 0.93rem;
}

.popo2c03-assurance div {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.popo2c03-assurance i {
    color: var(--copper);
    margin-top: 0.15rem;
}

.popo2c03-sum .btn.disabled,
.popo2c03-sum .btn[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.55;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0.5rem 0;
}

.breadcrumb-item a {
    color: var(--moss);
    -webkit-text-fill-color: currentColor;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--copper);
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-on-paper-muted);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--moss-deep);
    border-radius: 0 0 var(--radius) var(--radius);
    width: 100%;
    margin: 0;
}

.hero-section .carousel {
    max-height: 640px;
    max-height: min(72vh, 640px);
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-section .carousel-inner {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    width: 100%;
}

.hero-section .carousel-item,
.hero-section .carousel-item img {
    width: 100%;
    max-width: 100%;
}

.hero-section .carousel-item img {
    height: 560px;
    height: min(60vh, 560px);
    max-height: 560px;
    max-height: min(60vh, 560px);
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: saturate(1.02) contrast(1.02);
}

.hero-static-caption-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    pointer-events: none;
}

.hero-static-caption {
    max-width: min(640px, 92vw);
    padding: clamp(1rem, 2vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
    background: rgba(20, 24, 22, 0.82);
    background: color-mix(in srgb, var(--ink) 78%, transparent);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: auto;
    -webkit-font-smoothing: antialiased;
}

/* Dark-glass overlay captions only — split panel / framed use pale shells and need dark ink */
.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) h1,
.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) h2 {
    color: #f8f6f0;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) .section-eyebrow,
.hero-section .carousel-caption .section-eyebrow {
    color: rgba(248, 246, 240, 0.84) !important;
    opacity: 1;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) p {
    color: #e2dfd8;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) .section-intro,
.hero-section .carousel-caption .section-intro {
    color: #e2dfd8 !important;
    opacity: 1;
}

.hero-static-caption .btn-primary {
    background: linear-gradient(135deg, var(--copper), var(--copper-hot));
    border: none;
    color: #fff;
}

.hero-static-caption .btn-primary:hover {
    filter: brightness(1.08);
    color: #fff;
}

.hero-section .carousel-caption {
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    max-width: min(640px, 92vw);
    padding: clamp(1rem, 2vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
    background: rgba(20, 24, 22, 0.82);
    background: color-mix(in srgb, var(--ink) 78%, transparent);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 575.98px) {
    .hero-static-caption-wrap {
        justify-content: stretch;
        padding: 0.85rem;
        align-items: flex-end;
    }

    .hero-static-caption {
        max-width: none;
        width: 100%;
    }

    .hero-static-caption .display-4 {
        font-size: clamp(1.45rem, 6vw, 2rem);
    }

    .hero-static-caption .lead {
        font-size: 0.95rem;
    }

    .hero-section .carousel-caption {
        left: 0.85rem;
        right: 0.85rem;
        bottom: 10%;
        transform: none;
        max-width: none;
        width: auto;
    }

    .hero-section .carousel-caption .display-4 {
        font-size: clamp(1.45rem, 6vw, 2rem);
    }

    .hero-section .carousel-caption .lead {
        font-size: 0.95rem;
    }
}

.hero-section .carousel-caption h1,
.hero-section .carousel-caption h2 {
    color: #f8f6f0 !important;
}

.hero-section .carousel-caption p {
    color: #e2dfd8 !important;
}

.hero-section .carousel-caption .btn-primary {
    background: linear-gradient(135deg, var(--copper), var(--copper-hot));
    border: none;
    color: #fff;
}

.hero-section .carousel-caption .btn-primary:hover {
    filter: brightness(1.08);
    color: #fff;
}

.hero-section .carousel-indicators,
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
    z-index: 4;
}

.carousel-indicators {
    bottom: 1.25rem;
    gap: 0.35rem;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-indicators .active {
    background: var(--copper-hot);
    transform: scale(1.25);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0 0.75rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-pill);
    background: rgba(20, 24, 22, 0.75);
    background: color-mix(in srgb, var(--ink) 75%, transparent);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.65rem;
    height: 0.65rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-40%, -50%) rotate(-135deg);
}

.carousel-control-next-icon::before {
    transform: translate(-60%, -50%) rotate(45deg);
}

.home-module {
    position: relative;
}

.feature-grid-section .section-header,
.cta-band-section .section-header,
.split-spotlight-section .section-header {
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.feature-tile {
    position: relative;
    padding: 1.6rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 12%, transparent), transparent 40%);
    border: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
    border-radius: calc(var(--radius) + 0.1rem);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.feature-tile::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--moss), var(--copper));
    opacity: 0.9;
}

.feature-tile-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: color-mix(in srgb, var(--moss) 10%, #fff);
    color: var(--copper);
    font-size: 1.15rem;
}

.feature-tile h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.feature-tile p {
    color: var(--text-on-paper-muted);
}

/* Light cards — force dark copy (Cursor / contrast layers sometimes paint light ink here) */
.feature-grid-section .feature-tile h3,
.feature-grid-section .feature-tile p {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 96%, #000) !important;
}

.feature-grid-section .feature-tile p {
    color: color-mix(in srgb, var(--ink) 86%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 86%, #000) !important;
}

.feature-grid-section .feature-tile-icon {
    color: var(--copper) !important;
    -webkit-text-fill-color: var(--copper) !important;
}

.stats-band-shell {
    --stats-band-ink: #f8f6f0;
    --stats-band-muted: rgba(248, 246, 240, 0.82);
    --stats-card-bg: rgba(255, 255, 255, 0.06);
    --stats-card-border: rgba(255, 255, 255, 0.1);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border-radius: calc(var(--radius) + 0.25rem);
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--copper) 22%, transparent), transparent 36%),
        linear-gradient(135deg, color-mix(in srgb, var(--moss-deep) 94%, #0e1713), color-mix(in srgb, var(--ink) 88%, #090d0a));
    color: var(--stats-band-ink);
    box-shadow: var(--shadow);
}

.stats-band-eyebrow {
    color: var(--stats-band-ink);
}

.stat-card {
    height: 100%;
    padding: 1.15rem 1rem;
    border-radius: calc(var(--radius) - 0.05rem);
    background: var(--stats-card-bg);
    border: 1px solid var(--stats-card-border);
}

.stat-value {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 1.3rem + 2vw, 2.6rem);
    line-height: 1;
    color: var(--stats-band-ink);
    margin-bottom: 0.65rem;
}

.stat-label {
    color: var(--stats-band-ink) !important;
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.stat-detail {
    color: var(--stats-band-muted);
    font-size: 0.92rem;
}

/* Stats band: lock copy to stats variables so light/dark custom decks stay readable.
   Use p.section-eyebrow (0,2,1) so Playwright’s .stats-band-shell .section-eyebrow (0,2,0) cannot win. */
.stats-band-shell p.section-eyebrow,
.stats-band-shell p.stats-band-eyebrow,
.stats-band-shell .stat-card .stat-value,
.stats-band-shell .stat-card h3.stat-label {
    color: var(--stats-band-ink) !important;
    -webkit-text-fill-color: var(--stats-band-ink) !important;
    opacity: 1 !important;
}

.stats-band-shell .stat-card p.stat-detail {
    color: var(--stats-band-muted) !important;
    -webkit-text-fill-color: var(--stats-band-muted) !important;
    opacity: 1 !important;
}

.split-spotlight-shell {
    padding: clamp(1.2rem, 2vw, 1.6rem);
    border-radius: calc(var(--radius) + 0.2rem);
    background: color-mix(in srgb, var(--paper-deep) 64%, #fff);
    box-shadow: var(--shadow-sm);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
}

.split-spotlight-media {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius) + 0.1rem);
    min-height: 100%;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.split-spotlight-media img {
    width: 100%;
    height: clamp(280px, 40vw, 430px);
    object-fit: cover;
}

.split-spotlight-copy {
    padding: clamp(0.4rem, 1vw, 0.75rem);
}

.split-spotlight-points {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.split-spotlight-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--text-on-paper-muted);
}

.split-spotlight-points i {
    margin-top: 0.2rem;
    color: var(--copper);
}

.cta-band-shell {
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: calc(var(--radius) + 0.25rem);
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--paper) 88%, #fff), color-mix(in srgb, var(--paper-deep) 88%, #fff)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 18%, transparent), transparent 35%);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    box-shadow: var(--shadow-sm);
    color: var(--moss-deep);
}

.cta-band-shell .section-eyebrow,
.cta-band-shell h2 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 96%, #000) !important;
}

.cta-band-shell .section-intro {
    color: color-mix(in srgb, var(--ink) 88%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 88%, #000) !important;
}

.process-steps-shell {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
    gap: 1rem;
}

.process-step-card,
.service-strip-item {
    padding: 1.35rem;
    border-radius: var(--radius);
    background: color-mix(in srgb, var(--paper) 92%, #fff);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    box-shadow: var(--shadow-sm);
}

.process-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--moss);
    color: #fff;
    font-weight: 800;
}

.process-step-card h3,
.service-strip-item h3 {
    font-size: 1.05rem;
}

.process-step-card p,
.service-strip-item p,
.spec-matrix-row em,
.quote-panel-shell p {
    color: var(--text-on-paper-muted);
}

.spec-matrix-shell {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(1.2rem, 3vw, 2.4rem);
    padding: clamp(1.4rem, 3vw, 2.3rem);
    border-radius: calc(var(--radius) + .2rem);
    background: color-mix(in srgb, var(--paper-deep) 72%, #fff);
    border: 1px solid color-mix(in srgb, var(--moss) 13%, transparent);
}

.spec-matrix-list {
    display: grid;
    gap: .7rem;
}

.spec-matrix-row {
    display: grid;
    grid-template-columns: minmax(7rem, .85fr) minmax(0, 1fr);
    gap: .3rem 1rem;
    align-items: baseline;
    padding: .95rem 0;
    border-bottom: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
}

.spec-matrix-row:last-child {
    border-bottom: 0;
}

.spec-matrix-row span {
    color: var(--text-on-paper-muted);
}

.spec-matrix-row strong {
    color: var(--moss-deep);
}

.spec-matrix-row em {
    grid-column: 2;
    font-style: normal;
    font-size: .92rem;
}

.quote-panel-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.7rem, 4vw, 3rem);
    border-radius: calc(var(--radius) + .25rem);
    background:
        radial-gradient(circle at 12% 0, color-mix(in srgb, var(--copper) 16%, transparent), transparent 34%),
        linear-gradient(135deg, color-mix(in srgb, var(--moss-deep) 96%, #0b100e), color-mix(in srgb, var(--ink) 90%, #090b0a));
    color: #fff;
    box-shadow: var(--shadow);
}

.quote-panel-shell blockquote {
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 1.2rem + 2vw, 3rem);
    line-height: 1.05;
}

.quote-panel-shell figcaption {
    margin-top: 1rem;
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.quote-panel-shell p {
    margin-top: 1rem;
    color: rgba(255,255,255,.78);
}

.product-mosaic-grid > [class*="col-"] {
    display: flex;
}

.service-strip-shell {
    display: grid;
    grid-template-columns: minmax(12rem, .42fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.service-strip-heading,
.service-strip-items {
    padding: 1.1rem;
    border-radius: var(--radius);
    background: color-mix(in srgb, var(--paper-deep) 70%, #fff);
    border: 1px solid color-mix(in srgb, var(--moss) 11%, transparent);
}

.service-strip-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
    gap: .8rem;
    background: transparent;
    padding: 0;
    border: 0;
}

.service-strip-item i {
    color: var(--copper);
    margin-bottom: .75rem;
}

.categories-section,
.categories-banner,
.all-products,
.featured-products {
    padding-top: clamp(2rem, 5vw, 3.5rem);
    padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.featured-products.bg-light,
.all-products.bg-light {
    background: var(--paper-deep) !important;
    background: color-mix(in srgb, var(--paper-deep) 65%, #fff) !important;
    border-radius: var(--radius);
    margin: 1rem 0;
}

/* Stable contrast on pale product/collection shells: never rely on washed theme ink alone. */
.featured-products.bg-light .section-header h1,
.featured-products.bg-light .section-header h2,
.all-products.bg-light .section-header h1,
.all-products.bg-light .section-header h2,
.categories-banner .section-header h1,
.categories-banner .section-header h2,
.products-grid .section-header h1 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 94%, #000) !important;
}

.featured-products.bg-light .section-intro,
.all-products.bg-light .section-intro,
.categories-banner .section-intro,
.products-grid .section-intro {
    color: color-mix(in srgb, var(--ink) 88%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 88%, #000) !important;
}

.category-card,
.popo2c03-card {
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: var(--card-border);
    box-shadow: var(--card-shadow);
    transition: transform 0.22s ease, box-shadow 0.28s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-card:hover,
.popo2c03-card:hover {
    transform: translateY(var(--card-hover-lift, -5px));
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09), 0 28px 56px rgba(0, 0, 0, 0.06);
}

/* Horizontal product cards: stretch image column to content height, keep media frame flush. */
.popo2c03-card.popo2c03-card-horizontal > .row {
    align-items: stretch;
    min-height: 0;
    flex: 1 1 auto;
}

.popo2c03-card.popo2c03-card-horizontal .col-sm-5,
.popo2c03-card.popo2c03-card-horizontal .col-sm-7 {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.popo2c03-card.popo2c03-card-horizontal .popo2c03-media {
    flex: 1 1 auto;
    height: 100%;
    min-height: 12rem;
}

.popo2c03-card.popo2c03-card-horizontal .popo2c03-media-frame {
    flex: 1 1 auto;
    width: 100%;
    min-height: 12rem;
    height: 100%;
    aspect-ratio: var(--card-media-ratio, 4 / 5);
}

.category-card .img-fluid {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.popo2c03-media {
    display: block;
    padding: 0;
    background: var(--paper-deep);
    background: color-mix(in srgb, var(--paper-deep) 55%, #fff);
    text-decoration: none;
}

.popo2c03-media-frame {
    width: 100%;
    aspect-ratio: var(--card-media-ratio, 4 / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--paper-deep);
    background: color-mix(in srgb, var(--paper-deep) 55%, #fff);
    overflow: hidden;
}

@supports not (aspect-ratio: 1 / 1) {
    .popo2c03-media-frame {
        min-height: 18rem;
    }
}

.popo2c03-media .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0;
}

@media (max-width: 575.98px) {
    .popo2c03-media-frame {
        aspect-ratio: var(--card-media-ratio, 4 / 3);
    }
}

.category-content,
.popo2c03-pcontent {
    padding: 1.15rem 1.25rem 1.35rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.4rem;
    background: #fff;
    min-width: 0;
    color: var(--ink);
}

.category-content h2,
.category-content h3,
.popo2c03-pcontent h3 {
    font-size: clamp(1.05rem, 1rem + 0.3vw, 1.25rem);
    line-height: 1.24;
    min-height: calc(1.24em * 2);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.popo2c03-pcontent h3 a {
    color: var(--moss-deep);
    -webkit-text-fill-color: currentColor;
    text-decoration: none;
    font-weight: 600;
}

.popo2c03-pcontent h3 a:hover,
.popo2c03-pcontent h3 a:focus-visible {
    color: var(--copper);
    text-decoration: underline;
}

.popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note) {
    margin-bottom: 0;
    min-height: calc(1.6em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-on-light-muted);
    overflow-wrap: anywhere;
}

.popo2c03-pcontent .price {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--copper);
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0.35rem;
    min-height: 1.6em;
}

/* Align primary actions to the card foot so grid rows look even. */
.popo2c03-pcontent > .btn,
.popo2c03-pcontent > a.btn,
.category-content > .btn,
.category-content > a.btn {
    margin-top: auto;
}

.popo2c03-card-note {
    min-height: 1.35rem;
    margin-top: 0.65rem;
    line-height: 1.35;
    font-size: 0.86rem;
    color: var(--text-on-light-muted);
}

.btn-primary {
    background: linear-gradient(135deg, var(--moss), var(--moss-deep));
    border: none;
    color: #fff;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    -webkit-appearance: none;
    appearance: none;
}

.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus-visible {
    background: var(--copper);
    color: #fff;
    filter: brightness(1.03);
    text-decoration: none;
}

.footer {
    background: linear-gradient(180deg, var(--paper-deep), var(--paper));
    border-top: 2px solid color-mix(in srgb, var(--moss) 20%, transparent);
    padding: 3rem 0 2rem;
    margin-top: 2rem;
}

.footer h5 {
    font-family: var(--font-display);
    color: var(--moss-deep);
    font-size: 1.2rem;
}

.footer a {
    color: var(--moss);
    text-decoration: none;
}

.footer a:hover {
    color: var(--copper);
    text-decoration: underline;
}

.policy-document {
    max-width: 52rem;
}

.policy-document h1 {
    font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem);
}

.policy-section h2 {
    color: var(--moss);
    border-left: 4px solid var(--copper);
    padding-left: 0.85rem;
}

.policy-bullets li {
    margin-bottom: 0.4rem;
}

.product-image {
    background: #fff;
    padding: clamp(1rem, 3vw, 2rem);
    border-radius: var(--radius);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(20rem, 46vw, 38rem);
    max-height: min(78vh, 54rem);
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    max-height: min(72vh, 50rem);
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-purchase-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.popo2c03-opt-picker,
.popo2c03-sz-picker {
    flex: 1 1 100%;
}

.option-grid,
.size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.option-chip,
.size-chip {
    min-width: 3.25rem;
    padding: 0.7rem 1rem;
    border-radius: var(--radius-pill);
    border: 1px solid color-mix(in srgb, var(--moss) 20%, transparent);
    background: #fff;
    color: var(--moss-deep);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.option-chip:hover,
.size-chip:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
    border-color: color-mix(in srgb, var(--copper) 45%, transparent);
}

.popo2c03-opt-input:checked + .option-chip,
.product-size-input:checked + .size-chip {
    background: linear-gradient(145deg, var(--copper), var(--copper-hot));
    border-color: transparent;
    color: #fff;
    box-shadow: var(--shadow-sm);
}

.popo2c03-opt-picker.is-invalid .option-chip,
.popo2c03-sz-picker.is-invalid .size-chip {
    border-color: #dc3545;
}

.product-price-hint,
.product-option-note {
    line-height: 1.55;
}

.product-purchase-panel .popo2c03-add,
.product-purchase-panel [data-popo2c03-go-checkout] {
    min-height: 3.5rem;
}

.site-quantity-control {
    min-width: 8.75rem;
}

.site-quantity-control .form-control {
    border-left: 0;
    border-right: 0;
}

.popo2c03-step {
    min-width: 2.7rem;
}

.features li {
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
}

.popo2c03-line-meta,
.popo2c03-ck-var {
    margin-top: 0.35rem;
}

#Popo2c03ClientErr[hidden] {
    display: none !important;
}

.about-page-section {
    padding-top: 0.5rem;
}

/* Long company/legal copy in BS5 flex columns: without min-width:0, text can
   paint past the column edge and get clipped by html/body overflow-x. */
.about-layout .row > [class*="col-"],
.contact-layout .row > [class*="col-"],
.content-layout .row > [class*="col-"] {
    min-width: 0;
}

.about-layout .content-panel,
.about-layout .info-panel,
.about-layout .support-visual-card,
.about-layout .support-visual-copy,
.contact-layout .content-panel,
.contact-layout .info-panel,
.content-layout .content-panel,
.content-layout .info-panel {
    min-width: 0;
    max-width: 100%;
}

.about-layout .content-panel p,
.about-layout .info-panel p,
.about-layout .info-panel li,
.about-layout .support-visual-copy p,
.contact-layout .content-panel p,
.contact-layout .info-panel p,
.content-layout .content-panel p {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Keep visual cards above following bands; kill stray pull-up from ad-hoc CSS */
.about-layout .support-visual-section,
.about-layout .about-story-grid-section {
    position: relative;
    z-index: 1;
}

.about-layout .support-visual-card {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.content-panel,
.info-panel {
    background: #fff;
    border-radius: calc(var(--radius) + 0.05rem);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    box-shadow: var(--shadow-sm);
}

.content-panel {
    padding: clamp(1.4rem, 3vw, 2rem);
}

.content-panel p:last-child {
    margin-bottom: 0;
}

.info-panel {
    padding: clamp(1.35rem, 3vw, 1.9rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 16%, transparent), transparent 40%);
}

.checkout-page {
    padding-top: 1.5rem;
}

.checkout-order-panel,
.checkout-form-panel,
.checkout-support-panel {
    position: relative;
}

.checkout-order-summary {
    display: grid;
    gap: 1rem;
}

.checkout-empty-state {
    padding: 1.4rem;
    border: 1px dashed color-mix(in srgb, var(--moss) 24%, transparent);
    border-radius: var(--radius);
    background: color-mix(in srgb, var(--paper-deep) 58%, #fff);
    text-align: center;
}

.popo2c03-ck-line {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--moss) 10%, transparent);
}

.popo2c03-ck-line:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.popo2c03-ck-thumb {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.popo2c03-ck-meta {
    min-width: 0;
}

.popo2c03-ck-aside {
    text-align: right;
    white-space: nowrap;
}

.checkout-totals {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.checkout-totals span,
.checkout-totals strong {
    display: block;
}

.checkout-totals strong {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--moss-deep);
}

.checkout-help-list {
    display: grid;
    gap: 0.85rem;
}

.checkout-help-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkout-help-list i {
    color: var(--copper);
    margin-top: 0.15rem;
}

.company-facts {
    display: grid;
    gap: 1rem;
}

.company-facts li {
    display: grid;
    gap: 0.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--moss) 10%, transparent);
}

.company-facts li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.company-facts span {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-on-light-muted);
}

.company-facts strong,
.company-facts strong a {
    color: var(--moss-deep);
    text-decoration: none;
}

.company-facts strong a:hover,
.company-facts strong a:focus-visible {
    color: var(--copper);
}

.content-page-shell {
    padding-top: 0.5rem;
}

.content-page-stack {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.content-page-section {
    position: relative;
}

.content-bullets {
    display: grid;
    gap: 0.75rem;
    padding-left: 1.2rem;
}

.content-bullets li::marker {
    color: var(--copper);
}

.step-card,
.content-card {
    height: 100%;
    padding: clamp(1.2rem, 2vw, 1.5rem);
    border-radius: calc(var(--radius) + 0.05rem);
    border: 1px solid color-mix(in srgb, var(--moss) 13%, transparent);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 12%, transparent), transparent 42%);
    box-shadow: var(--shadow-sm);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.7rem;
    min-height: 2.7rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(135deg, var(--moss), var(--moss-deep));
    box-shadow: var(--shadow-sm);
}

.faq-accordion {
    display: grid;
    gap: 0.95rem;
}

.faq-item {
    border: 1px solid color-mix(in srgb, var(--moss) 13%, transparent) !important;
    border-radius: calc(var(--radius) - 0.05rem) !important;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.faq-item .accordion-button {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--moss-deep);
    background: color-mix(in srgb, var(--paper-deep) 56%, #fff);
    box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
    color: var(--moss-deep);
    background: color-mix(in srgb, var(--paper-deep) 78%, #fff);
}

.faq-item .accordion-button:focus {
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--copper) 35%, transparent);
}

.faq-item .accordion-body {
    color: var(--text-on-light-muted);
}

.content-cta-shell {
    padding: clamp(1.4rem, 3vw, 2rem);
}

.support-visual-section {
    position: relative;
}

.support-visual-section .row > [class*="col-"],
.support-related-section .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.support-visual-card {
    width: 100%;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: calc(var(--radius) + 0.05rem);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    background: #fff;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.support-visual-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper-deep) 62%, #fff), #fff),
        radial-gradient(circle at top right, color-mix(in srgb, var(--copper) 12%, transparent), transparent 42%);
}

.support-visual-media img {
    width: 100%;
    height: 100%;
    min-height: clamp(220px, 28vw, 340px);
    object-fit: cover;
    display: block;
}

.support-visual-copy {
    padding: clamp(1.15rem, 2.8vw, 1.7rem);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.support-visual-copy .section-eyebrow {
    display: inline-block;
}

.support-related-section .section-header {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.cookie-consent {
    position: fixed;
    right: auto;
    bottom: clamp(0.75rem, 2vw, 1.5rem);
    left: 50%;
    width: min(70rem, calc(100vw - clamp(1.5rem, 4vw, 3rem)));
    max-height: min(86vh, 42rem);
    transform: translateX(-50%);
    margin: 0;
    overflow-y: auto;
    color: var(--ink);
    padding: 0;
    z-index: 1100;
    border: 1px solid var(--theme-paper-deep-rgb-76);
    border-top-color: var(--theme-copper-hot-rgb-24);
    border-radius: calc(var(--radius) * 1.35);
    background-color: var(--theme-paper-rgb-82);
    background-image:
        linear-gradient(135deg,
            var(--theme-paper-rgb-82) 0%,
            var(--theme-paper-deep-rgb-76) 44%,
            var(--theme-copper-rgb-20) 126%),
        radial-gradient(circle at 9% 8%, var(--theme-copper-hot-rgb-24), transparent 38%),
        radial-gradient(circle at 94% 96%, var(--theme-moss-rgb-22), transparent 42%);
    box-shadow:
        0 24px 76px var(--theme-ink-rgb-16),
        0 0 0 1px color-mix(in srgb, var(--moss) 12%, transparent),
        inset 0 1px 0 color-mix(in srgb, #fff 58%, transparent);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.cookie-consent[hidden],
.cookie-preferences[hidden],
.cookie-manage-link[hidden],
.cookie-actions[hidden] {
    display: none !important;
}

.cookie-consent .container {
    max-width: none;
}

.cookie-content {
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.45rem);
}

.cookie-summary {
    min-width: 0;
}

.cookie-kicker,
.cookie-pref-title {
    color: var(--moss-deep);
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cookie-consent p,
.cookie-consent span,
.cookie-consent label {
    color: var(--ink);
    -webkit-text-fill-color: currentColor;
}

.cookie-consent small {
    color: var(--text-on-paper-muted);
    -webkit-text-fill-color: currentColor;
}

.cookie-consent a {
    color: color-mix(in srgb, var(--copper-hot) 82%, var(--moss-deep));
    font-weight: 800;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.18em;
    -webkit-text-fill-color: currentColor;
}

.cookie-actions {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-consent .cookie-btn-strong {
    background: linear-gradient(135deg, var(--copper-hot), color-mix(in srgb, var(--copper) 82%, var(--moss-deep)));
    border-color: color-mix(in srgb, var(--copper-hot) 72%, var(--moss-deep));
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--copper) 30%, transparent);
}

.cookie-consent .cookie-btn-strong:hover,
.cookie-consent .cookie-btn-strong:focus {
    filter: brightness(1.06) saturate(1.05);
    transform: translateY(-1px);
    color: #fff;
}

.cookie-consent .cookie-btn-secondary,
.cookie-manage-link {
    border: 1px solid color-mix(in srgb, var(--moss) 32%, transparent);
    background-color: var(--theme-paper-rgb-72);
    background-image:
        linear-gradient(135deg,
            var(--theme-paper-rgb-72),
            var(--theme-copper-rgb-20));
    color: var(--moss-deep);
    -webkit-text-fill-color: currentColor;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.cookie-consent .cookie-btn-secondary:hover,
.cookie-consent .cookie-btn-secondary:focus,
.cookie-manage-link:hover,
.cookie-manage-link:focus {
    border-color: color-mix(in srgb, var(--copper) 48%, var(--moss));
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--paper) 54%, transparent),
            color-mix(in srgb, var(--copper) 16%, transparent));
    color: var(--moss-deep);
    transform: translateY(-1px);
    -webkit-text-fill-color: currentColor;
}

.cookie-category-list {
    display: grid;
    gap: 0.75rem;
}

.cookie-category {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    align-items: start;
    padding: 0.85rem;
    border: 1px solid color-mix(in srgb, var(--moss) 22%, transparent);
    border-radius: calc(var(--radius) * 0.75);
    background: var(--theme-paper-rgb-72);
}

.cookie-category input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: var(--copper-hot);
}

.cookie-category strong,
.cookie-category small {
    display: block;
}

.cookie-category small {
    margin-top: 0.15rem;
    opacity: 0.86;
}

.cookie-manage-link {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1090;
    border-radius: var(--radius-pill);
    padding: 0.62rem 1rem;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

@media (min-width: 768px) {
    .cookie-content {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
    .cookie-preferences {
        grid-column: 1 / -1;
    }
    .cookie-pref-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    :root { --site-cookie-offset: 7.5rem; }
    .cookie-consent {
        top: auto;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        width: auto;
        max-height: calc(100dvh - 1.5rem);
        transform: none;
        border-radius: calc(var(--radius) * 1.1);
    }
    .cookie-actions,
    .cookie-content .btn,
    .cookie-manage-link {
        width: 100%;
        justify-content: center;
    }
    .cookie-manage-link {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 0.75rem;
    }
}


.contact-info .card {
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--moss) 15%, transparent);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.contact-info .card-title,
.contact-details h3 {
    font-family: var(--font-display);
    color: var(--moss-deep);
}

.newsletter-form {
    width: 100%;
}

.newsletter-inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0;
    border-radius: var(--radius-pill);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--moss) 18%, transparent);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.newsletter-inputs .form-control {
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0.95rem 1.1rem;
}

.newsletter-inputs .form-control:focus {
    box-shadow: none;
}

.newsletter-inputs .btn {
    min-width: min(10.5rem, 38%);
    border-radius: 0;
    white-space: nowrap;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-details a {
    color: var(--moss);
    font-weight: 600;
}

.contact-details a:hover {
    color: var(--copper);
}

.contact-details i {
    color: var(--copper);
}

.category-header {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.products-grid {
    padding-bottom: 3rem;
}

/* Equal-height columns: stretch each Bootstrap col that wraps a product card. */
@supports selector(:has(*)) {
    .row.g-3 > [class*="col-"]:has(.popo2c03-card),
    .row.g-3 > [class*="col-"]:has(.category-card),
    .row.g-4 > [class*="col-"]:has(.popo2c03-card),
    .row.g-4 > [class*="col-"]:has(.category-card) {
        display: flex;
    }
}

.footer-main {
    align-items: flex-start;
}

.footer-meta .row {
    row-gap: 0.5rem;
}

@media (min-width: 768px) {
    .footer-meta .row {
        align-items: center;
    }
}

.text-muted {
    color: var(--text-on-light-muted) !important;
}

.navbar-toggler {
    border: 1.5px solid var(--moss);
    border-radius: var(--radius);
}

.navbar-toggler-icon {
    width: 1.35rem;
    height: 1.35rem;
    background-image: none;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--moss-deep);
    border-radius: 2px;
}

.navbar-toggler-icon::before {
    top: 0.25rem;
}

.navbar-toggler-icon::after {
    bottom: 0.25rem;
}

.navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
    opacity: 0;
}

@media (max-width: 767.98px) {
    .feature-tile,
    .stat-card,
    .cta-band-shell,
    .content-panel,
    .info-panel {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .split-spotlight-shell {
        padding: 1rem;
    }

    .split-spotlight-media img {
        height: 260px;
    }

    .spec-matrix-shell,
    .service-strip-shell {
        grid-template-columns: 1fr;
    }

    .spec-matrix-row {
        grid-template-columns: 1fr;
    }

    .spec-matrix-row em {
        grid-column: auto;
    }

    .popo2c03-line-top,
    .popo2c03-line-ctrl,
    .checkout-totals {
        flex-direction: column;
        align-items: flex-start;
    }

    .popo2c03-ck-line {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .popo2c03-ck-aside {
        grid-column: 2;
        text-align: left;
    }

    .product-purchase-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .site-quantity-control {
        width: 100%;
    }

    .newsletter-inputs {
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: calc(var(--radius) + 0.05rem);
    }

    .newsletter-inputs .form-control,
    .newsletter-inputs .btn {
        width: 100%;
        min-width: 0;
        border-radius: 0;
    }

    .newsletter-inputs .btn {
        min-height: 3.35rem;
    }

    .support-visual-media img {
        height: 240px;
    }
}

.nav-shell {
    gap: 1rem;
    width: 100%;
    min-width: 0;
}

.nav-brand-block {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
    align-content: center;
}

.nav-brand-tagline {
    max-width: 13rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.35;
    color: var(--text-on-shell-muted);
}

body.theme-style-atelier .popo2c03-topnav.popo2c03-nav {
    background: linear-gradient(180deg, color-mix(in srgb, var(--paper) 94%, #fff), color-mix(in srgb, var(--paper-deep) 88%, #fff));
    border-bottom-width: 1px;
}

body.theme-style-atelier .nav-brand-block {
    border-left: 3px solid color-mix(in srgb, var(--copper) 72%, transparent);
    padding-left: 1rem;
}



body.theme-style-atelier .content-panel,
body.theme-style-atelier .info-panel {
    border-radius: calc(var(--radius) * 1.18);
    box-shadow: 0 26px 70px rgba(40, 26, 18, 0.08);
}

body.theme-style-editorial .popo2c03-topnav.popo2c03-nav {
    background: rgba(255, 255, 255, 0.74);
    border-bottom-width: 1px;
    box-shadow: 0 10px 30px rgba(15, 20, 18, 0.04);
}

body.theme-style-editorial .nav-link {
    letter-spacing: 0.09em;
}



body.theme-style-editorial .popo2c03-media-frame {
    border-radius: 0.55rem;
    box-shadow: none;
}

body.theme-style-editorial .btn-primary {
    border-radius: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.theme-style-gallery .popo2c03-topnav.popo2c03-nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}



body.theme-style-gallery .content-panel,
body.theme-style-gallery .info-panel {
    box-shadow: none;
    border-color: color-mix(in srgb, var(--ink) 10%, transparent);
}

body.theme-style-gallery .btn-primary {
    background: var(--moss-deep);
}

body.theme-style-gallery .popo2c03-media {
    padding: 1.2rem;
    background: #fff;
}

body.theme-style-gallery .popo2c03-media-frame {
    border-radius: 0.25rem;
    box-shadow: none;
}

body.theme-style-technical .popo2c03-topnav.popo2c03-nav {
    background: color-mix(in srgb, var(--paper-deep) 84%, #fff);
    border-bottom: 2px solid color-mix(in srgb, var(--ink) 18%, transparent);
    box-shadow: none;
}

body.theme-style-technical .nav-link,
body.theme-style-technical .section-eyebrow,
body.theme-style-technical .btn,
body.theme-style-technical .popo2c03-card-note {
    text-transform: uppercase;
    letter-spacing: 0.12em;
}



body.theme-style-technical .content-panel,
body.theme-style-technical .info-panel,
body.theme-style-technical .checkout-order-panel,
body.theme-style-technical .checkout-form-panel {
    border-radius: 0.5rem;
    box-shadow: none;
    border-width: 1.5px;
}

body.theme-style-technical .popo2c03-media,
body.theme-style-technical .hero-static-caption-panel,
body.theme-style-technical .hero-static-caption-framed {
    background: linear-gradient(180deg, color-mix(in srgb, var(--paper-deep) 92%, #fff), #fff);
}

body.theme-style-technical .popo2c03-media-frame {
    border-radius: 0.45rem;
    background: color-mix(in srgb, var(--paper-deep) 90%, #fff);
}

body.theme-style-monolith .popo2c03-topnav.popo2c03-nav {
    background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 9%, #fff), color-mix(in srgb, var(--paper) 92%, #fff));
    box-shadow: 0 12px 40px rgba(12, 12, 12, 0.08);
}



body.theme-style-monolith .content-panel,
body.theme-style-monolith .info-panel {
    border-radius: calc(var(--radius) * 0.92);
    box-shadow: 0 28px 80px rgba(12, 12, 12, 0.12);
}

body.theme-style-monolith .btn-primary {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

body.theme-style-monolith .popo2c03-media-frame {
    border-radius: calc(var(--radius) * 0.58);
}

body.theme-style-prism .popo2c03-topnav.popo2c03-nav {
    background: color-mix(in srgb, var(--frost) 88%, color-mix(in srgb, var(--moss) 8%, #fff));
    border-bottom: 1px solid color-mix(in srgb, var(--moss-deep) 22%, transparent);
    box-shadow: 0 10px 36px color-mix(in srgb, var(--ink) 8%, transparent);
}

body.theme-style-prism .section-eyebrow {
    letter-spacing: 0.14em;
}



body.theme-style-prism .btn-primary {
    background: linear-gradient(135deg, color-mix(in srgb, var(--moss) 92%, #000), var(--moss-deep));
    border: none;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--moss-deep) 28%, transparent);
}

body.theme-style-prism .popo2c03-media-frame {
    border-radius: calc(var(--radius) * 0.85);
}

body.theme-style-prism .content-panel,
body.theme-style-prism .info-panel {
    border-radius: calc(var(--radius) * 1.05);
    box-shadow: 0 18px 48px color-mix(in srgb, var(--ink) 7%, transparent);
}

/* ---- Universal nav-shell layout ------------------------------------------------
   Required rhythm: desktop has two rows (brand + cart, then centered nav); mobile
   has one closed row (brand + burger) with the cart inside the opened burger menu. */
.popo2c03-topnav .nav-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    width: 100%;
    min-width: 0;
}

.nav-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
}
.nav-header-row > .popo2c03-brand,
.nav-header-row > .nav-brand-block {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-left: auto;
    flex: 0 0 auto;
}
.popo2c03-btn-desktop {
    min-height: 2.4rem;
    white-space: nowrap;
}
.popo2c03-btn-desktop .popo2c03-lbl {
    display: none;
}
/* The collapse is always the second row: hidden behind the burger on mobile,
   shown as centered desktop navigation at lg+. */
.popo2c03-topnav .nav-shell > .navbar-collapse {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
}
.navbar-collapse .nav-shell-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    gap: 0.55rem;
}
.navbar-collapse .nav-shell-bottom .navbar-nav {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.navbar-collapse .nav-shell-bottom .nav-link {
    text-align: center;
    white-space: normal;
}
.nav-tools-mobile {
    justify-content: center;
    width: 100%;
}
.popo2c03-btn-menu {
    width: auto !important;
    justify-content: center;
    margin-top: 0 !important;
}

/* ---- Variant tweaks (desktop only) -------------------------------------------- */
@media (min-width: 992px) {
    .popo2c03-topnav .nav-shell {
        gap: 0.45rem;
    }

    .navbar-collapse .nav-shell-bottom {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .navbar-collapse .nav-shell-bottom .navbar-nav {
        flex: 0 1 auto;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 0;
        width: auto;
        max-width: 100%;
    }
    .navbar-collapse .nav-shell-bottom .nav-link {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
        white-space: nowrap;
    }
    body.theme-nav-split .nav-brand-block,
    body.theme-nav-stacked .nav-brand-block {
        align-self: center;
    }
    body.theme-nav-stacked .navbar-collapse .nav-shell-bottom {
        padding-top: 0.4rem;
        margin-top: 0.15rem;
        border-top: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
    }
}
/* Brand width: show the full site name. It may wrap, but it never ellipsizes or
   overlaps the cart/burger controls. */
.popo2c03-topnav .popo2c03-brand {
    max-width: 100%;
    line-height: 1.15;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
}
@media (max-width: 575.98px) {
    .popo2c03-topnav .popo2c03-brand {
        font-size: clamp(1rem, 0.92rem + 0.6vw, 1.25rem);
    }
}

/* Brand block (split/stacked) tagline never blows up the brand column. */
.nav-brand-block {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    max-width: 100%;
}
.nav-brand-block .popo2c03-brand {
    margin-right: 0;
}
body.theme-nav-split .nav-brand-block {
    padding-block: 0.2rem;
}
/* Mobile-collapsed nav links: centered buttons with breathing room. */
@media (max-width: 991.98px) {
    .navbar-collapse .nav-shell-bottom .navbar-nav {
        gap: 0.1rem;
    }
    .navbar-collapse .nav-shell-bottom .nav-item {
        width: 100%;
        text-align: center;
    }
    .navbar-collapse .nav-shell-bottom .nav-link {
        display: inline-flex;
        justify-content: center;
        padding: 0.6rem 0.85rem !important;
        font-size: 0.92rem;
    }
}

.hero-layout {
    position: relative;
}

.hero-layout-split {
    padding-top: clamp(2rem, 4vw, 3.25rem);
    padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hero-layout-split .hero-static-caption-panel,
.hero-layout-framed .hero-static-caption-framed {
    text-align: left;
    background: color-mix(in srgb, var(--paper) 90%, #fff);
    border: 1px solid color-mix(in srgb, var(--moss) 12%, transparent);
    box-shadow: var(--shadow);
}

.hero-layout-split .hero-static-caption-panel {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: calc(var(--radius) * 1.2);
}

.hero-layout-split .hero-static-caption-panel h1,
.hero-layout-split .hero-static-caption-panel h2,
.hero-layout-split .hero-static-caption-panel .display-4,
.hero-static-caption-framed h1,
.hero-static-caption-framed h2,
.hero-static-caption-framed .display-4 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: currentColor;
}

.hero-layout-split .hero-static-caption-panel .section-eyebrow,
.hero-static-caption-framed .section-eyebrow {
    color: var(--copper) !important;
    opacity: 1;
}

.hero-layout-split .hero-static-caption-panel p,
.hero-layout-split .hero-static-caption-panel .lead,
.hero-static-caption-framed p,
.hero-static-caption-framed .lead {
    color: var(--ink) !important;
}

.hero-layout-split .hero-static-caption-panel .section-intro,
.hero-static-caption-framed .section-intro {
    color: var(--text-on-paper-muted) !important;
}

.hero-carousel-shell {
    position: relative;
}

.hero-carousel-shell-split,
.hero-carousel-shell-framed {
    overflow: hidden;
    border-radius: calc(var(--radius) * 1.15);
    box-shadow: var(--shadow);
}

@media (min-width: 992px) {
    .hero-layout-split > .row {
        align-items: stretch;
    }

    .hero-layout-split .col-lg-5 {
        display: flex;
        flex-direction: column;
    }

    .hero-layout-split .hero-static-caption-panel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-layout-split .col-lg-7 {
        display: flex;
        flex-direction: column;
    }

    .hero-layout-split .hero-carousel-shell-split {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: min(58vh, 520px);
    }

    .hero-layout-split .hero-carousel-shell-split .carousel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hero-layout-split .hero-carousel-shell-split .carousel-inner {
        flex: 1 1 auto;
        min-height: 0;
    }

    .hero-layout-split .hero-carousel-shell-split .carousel-item {
        height: 100%;
        min-height: min(58vh, 520px);
    }

    .hero-layout-split .hero-carousel-shell-split .carousel-item img {
        height: 100%;
        min-height: min(58vh, 520px);
        max-height: none;
        object-fit: cover;
    }
}

body.theme-hero-framed .hero-section {
    padding-top: clamp(1.5rem, 4vw, 3rem);
}

.hero-static-caption-wrap-framed {
    position: absolute;
    inset: auto auto 1.25rem 1.25rem;
    z-index: 3;
    max-width: min(30rem, calc(100% - 2.5rem));
}

.hero-static-caption-framed {
    padding: clamp(1.1rem, 2vw, 2rem);
    border-radius: calc(var(--radius) * 1.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.collection-layout-editorial {
    display: grid;
    gap: 1.5rem;
}

.collection-layout-editorial .category-card-lead,
.collection-layout-editorial .category-card-secondary {
    overflow: hidden;
}

.collection-layout-editorial .category-content-lead {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.featured-layout-editorial-rail {
    display: grid;
    grid-template-columns: minmax(14rem, 0.74fr) minmax(0, 1.55fr);
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: start;
}

.featured-rail-intro {
    padding: clamp(1.15rem, 2.4vw, 2rem);
    border-radius: var(--card-radius, var(--radius));
    background:
        linear-gradient(160deg, color-mix(in srgb, var(--paper) 82%, #fff), color-mix(in srgb, var(--paper-deep) 74%, #fff));
    border: var(--card-border, 1px solid color-mix(in srgb, var(--moss) 12%, transparent));
    box-shadow: var(--shadow-sm);
}

.featured-rail-intro h3 {
    font-size: clamp(1.35rem, 1rem + 1.5vw, 2rem);
}

.featured-rail-grid,
.featured-layout-catalog-wall {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

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

.featured-layout-catalog-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-rail-item,
.featured-wall-item {
    display: flex;
    min-width: 0;
}

.featured-rail-item > .popo2c03-card,
.featured-wall-item > .popo2c03-card {
    width: 100%;
}

@media (max-width: 991.98px) {
    .featured-layout-editorial-rail,
    .featured-layout-catalog-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-rail-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .featured-layout-editorial-rail,
    .featured-rail-grid,
    .featured-layout-catalog-wall {
        grid-template-columns: 1fr;
    }
}

.featured-layout-split-rows > [class*="col-"],
.featured-rail-item,
.featured-wall-item,
.products-grid > [class*="col-"],
.support-related-section .row > [class*="col-"] {
    min-width: 0;
    display: flex;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal),
.featured-layout-editorial-rail .popo2c03-card,
.featured-layout-catalog-wall .popo2c03-card,
.all-products .popo2c03-card,
.products-grid .popo2c03-card,
.support-related-section .popo2c03-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media,
.all-products .popo2c03-card .popo2c03-media,
.products-grid .popo2c03-card .popo2c03-media,
.support-related-section .popo2c03-card .popo2c03-media {
    display: block !important;
    width: 100% !important;
    flex: 0 0 auto !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame,
.all-products .popo2c03-card .popo2c03-media-frame,
.products-grid .popo2c03-card .popo2c03-media-frame,
.support-related-section .popo2c03-card .popo2c03-media-frame {
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: var(--card-media-ratio, 4 / 3) !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-pcontent,
.all-products .popo2c03-card .popo2c03-pcontent,
.products-grid .popo2c03-card .popo2c03-pcontent,
.support-related-section .popo2c03-card .popo2c03-pcontent {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    gap: 0.35rem;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .btn,
.all-products .popo2c03-card .btn,
.products-grid .popo2c03-card .btn,
.support-related-section .popo2c03-card .btn {
    align-self: stretch;
    justify-content: center;
}

.featured-layout-split-rows .popo2c03-card-horizontal .popo2c03-media,
.featured-layout-split-rows .popo2c03-card-horizontal .popo2c03-media-frame {
    height: 100%;
}

.featured-layout-split-rows .popo2c03-card-horizontal .popo2c03-pcontent {
    padding: 1.15rem 1.15rem 1.35rem;
}

body.theme-footer-band .footer {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 86%, #fff), color-mix(in srgb, var(--paper-deep) 72%, #fff));
    border-top: 2px solid color-mix(in srgb, var(--copper) 20%, transparent);
}

body.theme-footer-stacked .footer-main {
    row-gap: 2rem;
}

/* Do not override Bootstrap col widths here — flex:100% at all breakpoints made every
   footer column full-width on desktop (three blocks stacked in one narrow column). */

body.theme-density-airy .section-header {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.theme-density-airy .popo2c03-pcontent,
body.theme-density-airy .category-content {
    padding: clamp(1.35rem, 2vw, 1.9rem);
}

body.theme-density-compact .section-header {
    margin-bottom: clamp(1.35rem, 2vw, 2rem);
}

body.theme-density-compact .popo2c03-pcontent,
body.theme-density-compact .category-content {
    padding: 1rem;
}

@media (max-width: 991.98px) {
    .hero-static-caption-wrap-framed {
        position: static;
        max-width: none;
        margin-bottom: 1rem;
    }
}

.about-layout-story-grid .about-facts-card,
.about-layout-journal .about-journal-meta,
.content-layout-rail .content-rail-aside,
.product-layout-editorial_split .product-purchase-shell,
.product-layout-spec_sheet .product-purchase-shell,
.contact-layout-editorial .contact-card,
.contact-layout-details_first .content-panel,
.contact-layout-details_first .info-panel {
    box-shadow: var(--shadow);
}

.about-layout-story-grid .about-visual-stack,
.about-layout-journal .about-journal-copy,
.content-layout-rail .content-page-stack {
    display: grid;
    gap: 1.5rem;
}

.about-layout-journal .about-journal-copy {
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.about-layout-journal .about-journal-meta {
    position: sticky;
    top: calc(88px + 1rem);
}

.contact-hero-media-shell,
.product-image-editorial,
.product-image-spec {
    overflow: hidden;
    border-radius: calc(var(--radius) * 1.15);
    box-shadow: var(--shadow);
}

.product-image-editorial,
.product-image-spec {
    min-height: clamp(18rem, 40vw, 34rem);
}

.contact-layout-editorial .contact-card-form,
.contact-layout-editorial .contact-card-details {
    border: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
}

.contact-layout-details_first .contact-form-section .card,
.contact-layout-details_first .contact-details-band .content-panel,
.contact-layout-details_first .contact-details-band .info-panel {
    border: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
}

.content-layout-rail .content-rail-aside {
    position: sticky;
    top: calc(88px + 1rem);
}

.content-rail-toc {
    padding-left: 1.25rem;
    margin: 0;
}

.content-rail-toc li + li {
    margin-top: 0.6rem;
}

.content-layout-alternating .content-page-section-alt .content-panel,
.content-layout-alternating .content-page-section-alt .content-card,
.content-layout-alternating .content-page-section-alt .step-card,
.content-layout-alternating .content-page-section-alt .faq-item,
.content-layout-alternating .content-page-section-alt .content-cta-shell {
    background: color-mix(in srgb, var(--paper-deep) 58%, #fff);
}

.product-layout-editorial_split .product-feature-ribbon .content-card,
.product-layout-spec_sheet .product-spec-grid .content-card {
    border: 1px solid color-mix(in srgb, var(--moss) 14%, transparent);
}

.product-layout-editorial_split .product-purchase-shell,
.product-layout-spec_sheet .product-purchase-shell {
    padding: clamp(1.35rem, 2vw, 2rem);
}

.product-layout-spec_sheet .product-spec-grid {
    margin-bottom: 1rem;
}

body.theme-density-compact .about-layout .content-panel,
body.theme-density-compact .content-layout .content-panel,
body.theme-density-compact .contact-layout .card,
body.theme-density-compact .product-layout .product-purchase-shell {
    padding: 1rem;
}

body.theme-density-airy .about-layout .content-panel,
body.theme-density-airy .content-layout .content-panel,
body.theme-density-airy .contact-layout .card,
body.theme-density-airy .product-layout .product-purchase-shell {
    padding: clamp(1.5rem, 2.4vw, 2.2rem);
}

/* Homepage archetypes: composition families, not colour swaps. */
body.theme-archetype-market_index .hero-section,
body.theme-archetype-trade_spec .hero-section,
body.theme-archetype-service_counter .hero-section {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 88%, #fff), color-mix(in srgb, var(--paper-deep) 82%, #fff));
    border-bottom: 2px solid color-mix(in srgb, var(--moss) 16%, transparent);
}

body.theme-archetype-market_index .section-header,
body.theme-archetype-trade_spec .section-header {
    max-width: none;
    text-align: left !important;
    margin-left: 0;
}

body.theme-archetype-market_index .featured-products .container,
body.theme-archetype-trade_spec .featured-products .container {
    max-width: min(1220px, calc(100% - 2rem));
}

body.theme-archetype-market_index .featured-products,
body.theme-archetype-trade_spec .featured-products {
    background: color-mix(in srgb, var(--paper) 92%, #fff) !important;
}

body.theme-archetype-market_index .featured-layout-catalog-wall,
body.theme-archetype-market_index .row.g-4,
body.theme-archetype-trade_spec .featured-layout-split-rows {
    border-top: 1px solid color-mix(in srgb, var(--moss) 18%, transparent);
    padding-top: 1.25rem;
}

body.theme-archetype-editorial_letter .hero-section,
body.theme-archetype-lookbook_mosaic .hero-section,
body.theme-archetype-studio_catalog .hero-section {
    background: color-mix(in srgb, var(--ink) 92%, #111);
    color: #f8f6f0;
}

body.theme-archetype-editorial_letter .hero-static-caption,
body.theme-archetype-lookbook_mosaic .hero-static-caption,
body.theme-archetype-studio_catalog .hero-static-caption {
    max-width: min(42rem, calc(100% - 2rem));
    margin-left: clamp(0rem, 5vw, 4rem);
    text-align: left !important;
}

body.theme-archetype-editorial_letter .categories-section,
body.theme-archetype-lookbook_mosaic .categories-section {
    background: var(--paper) !important;
}

body.theme-archetype-editorial_letter .featured-layout-editorial-rail,
body.theme-archetype-studio_catalog .featured-layout-editorial-rail {
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.3fr);
}

body.theme-archetype-lookbook_mosaic .collection-layout-staggered,
body.theme-archetype-studio_catalog .collection-layout-editorial {
    gap: clamp(1rem, 3vw, 2.4rem);
}

body.theme-archetype-lookbook_mosaic .category-card img,
body.theme-archetype-studio_catalog .category-card img {
    min-height: clamp(22rem, 44vw, 34rem);
    object-fit: cover;
}

body.theme-archetype-service_counter .stats-band-section {
    order: -1;
}

body.theme-archetype-service_counter .cta-band-shell,
body.theme-archetype-minimal_drop .cta-band-shell {
    text-align: left !important;
}

body.theme-archetype-minimal_drop .hero-section,
body.theme-archetype-minimal_drop .featured-products,
body.theme-archetype-minimal_drop .categories-section,
body.theme-archetype-minimal_drop .home-module {
    background: #fff !important;
}

body.theme-archetype-minimal_drop .popo2c03-card,
body.theme-archetype-minimal_drop .category-card,
body.theme-archetype-minimal_drop .feature-tile,
body.theme-archetype-minimal_drop .content-panel {
    box-shadow: none !important;
    border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent) !important;
}

@media (max-width: 991.98px) {
    body.theme-archetype-editorial_letter .featured-layout-editorial-rail,
    body.theme-archetype-studio_catalog .featured-layout-editorial-rail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .about-layout-journal .about-journal-meta,
    .content-layout-rail .content-rail-aside {
        position: static;
    }
}


/* Design agent (per-build unique tweaks) */
.popo2c03-nav { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .hero-section { background-image: linear-gradient(to bottom right, #c9e1e3, #d9e3e5); }


/*
 * Guard rails after extra_css:
 * Safari and aggressive design-agent overrides must not degrade core storefront
 * readability into default blue links / flat unstyled commerce cards.
 */
.section-header h1,
.section-header h2,
.section-header h3,
.popo2c03-pcontent h3,
.category-content h2,
.category-content h3 {
    color: var(--moss-deep) !important;
}

.section-intro,
.popo2c03-pcontent p,
.popo2c03-card-note,
.category-content p {
    color: var(--ink) !important;
    opacity: 0.88;
}

/* Content pages (how-it-works, etc.): white cards — extra_css / contrast layers sometimes force light ink */
.content-page-shell .content-card h3,
.content-page-shell .step-card h3 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 96%, #000) !important;
}

.content-page-shell .content-card p,
.content-page-shell .step-card p {
    color: color-mix(in srgb, var(--ink) 86%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 86%, #000) !important;
}

/* Page heroes are light bands — extra_css / old guard layers sometimes paint white headings */
.page-hero .section-header h1,
.page-hero .section-header h2,
.page-hero .section-header .display-5,
.page-hero .section-header .display-4 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 96%, #000) !important;
}

.page-hero .section-header .section-intro,
.page-hero .section-header p.section-intro {
    color: color-mix(in srgb, var(--ink) 88%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 88%, #000) !important;
    opacity: 1 !important;
}

.page-hero .section-header .section-eyebrow {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--moss-deep) 92%, #000) !important;
}

.page-hero .info-panel p,
.page-hero .content-hero-aside p {
    color: color-mix(in srgb, var(--ink) 88%, #000) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ink) 88%, #000) !important;
}

.all-products,
.featured-products,
.all-products.bg-light,
.featured-products.bg-light {
    background-color: var(--paper-deep) !important;
}

.popo2c03-card,
.category-card {
    background: #fff !important;
}

.popo2c03-media,
.category-card .img-fluid {
    text-decoration: none !important;
}

.popo2c03-pcontent h3 a,
.popo2c03-pcontent h3 a:visited {
    color: var(--moss-deep) !important;
    text-decoration: none !important;
}

.popo2c03-pcontent h3 a:hover,
.popo2c03-pcontent h3 a:focus-visible {
    color: var(--copper) !important;
    text-decoration: underline !important;
}

.popo2c03-pcontent .price {
    color: var(--copper) !important;
}

.featured-products .popo2c03-card .btn,
.all-products .popo2c03-card .btn,
.products-grid .popo2c03-card .btn,
.support-related-section .popo2c03-card .btn {
    background: linear-gradient(135deg, var(--moss), var(--moss-deep)) !important;
    background-color: var(--moss) !important;
    background-image: linear-gradient(135deg, var(--moss), var(--moss-deep)) !important;
    border: none !important;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 2.95rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: var(--radius-pill) !important;
    box-shadow: var(--shadow-sm) !important;
    white-space: normal !important;
    text-align: center !important;
}

.featured-products .popo2c03-card .btn:hover,
.featured-products .popo2c03-card .btn:focus-visible,
.all-products .popo2c03-card .btn:hover,
.all-products .popo2c03-card .btn:focus-visible,
.products-grid .popo2c03-card .btn:hover,
.products-grid .popo2c03-card .btn:focus-visible,
.support-related-section .popo2c03-card .btn:hover,
.support-related-section .popo2c03-card .btn:focus-visible {
    background: var(--copper) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
}

/*
 * Accessibility: deterministic footer is a light paper surface.
 * Keep readable text without broad palette-flattening !important rules.
 */
.footer {
    color: var(--ink);
}
.footer h5 {
    color: var(--moss-deep);
}
.footer a {
    color: var(--moss);
}
.footer a:hover,
.footer a:focus-visible {
    color: var(--copper);
}
.footer .company-info i,
.footer .fas,
.footer .far {
    color: var(--copper);
}
.footer .form-control {
    color: var(--ink);
    background-color: #fff;
    border-color: color-mix(in srgb, var(--moss) 22%, transparent);
}
.footer hr {
    border-color: color-mix(in srgb, var(--ink) 16%, transparent) !important;
    opacity: 1;
}

.popo2c03-topnav.popo2c03-nav,
.popo2c03-breadcrumb,
.page-hero,
.featured-products.bg-light,
.all-products.bg-light,
.category-card,
.popo2c03-card,
.content-panel,
.info-panel,
.checkout-order-panel,
.checkout-form-panel,
.support-visual-card,
.support-related-card,
.product-image,
.product-purchase-shell,
.footer {
    background-color: var(--paper-deep);
}

.category-card,
.popo2c03-card,
.content-panel,
.info-panel,
.checkout-order-panel,
.checkout-form-panel,
.support-visual-card,
.support-related-card,
.product-image,
.product-purchase-shell {
    background-color: #fff;
}

@supports not (color: color-mix(in srgb, #000 50%, transparent)) {
    .btn-primary,
    .featured-products .popo2c03-card .btn,
    .all-products .popo2c03-card .btn,
    .products-grid .popo2c03-card .btn,
    .support-related-section .popo2c03-card .btn {
        background: var(--moss) !important;
        color: #fff !important;
    }

    .popo2c03-card,
    .category-card,
    .content-panel,
    .info-panel,
    .support-visual-card {
        border-color: var(--paper-deep) !important;
    }

    .popo2c03-media,
    .popo2c03-breadcrumb,
    .featured-products.bg-light,
    .all-products.bg-light {
        background: var(--paper-deep) !important;
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .popo2c03-topnav.popo2c03-nav,
    .hero-static-caption,
    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel,
    .hero-section .carousel-caption {
        box-shadow: var(--shadow-sm) !important;
    }
}

/* Contemporary style shells — orthogonal to the classic atelier→prism axis */
body.theme-style-signal .popo2c03-topnav.popo2c03-nav {
    border-bottom: 2px solid color-mix(in srgb, var(--moss) 44%, transparent);
    border-radius: 0 0 calc(var(--radius) * 1.25) calc(var(--radius) * 1.25);
}

body.theme-style-signal .popo2c03-card,
body.theme-style-signal .category-card {
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    box-shadow: var(--card-shadow), 0 0 0 1px color-mix(in srgb, var(--moss-deep) 5%, transparent);
}

body.theme-style-signal .btn-primary {
    border-radius: var(--radius-pill);
    letter-spacing: 0.03em;
}

body.theme-style-linen .popo2c03-topnav.popo2c03-nav {
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.055);
    border-bottom: 1px solid color-mix(in srgb, var(--copper) 30%, transparent);
}

body.theme-style-linen .popo2c03-card,
body.theme-style-linen .category-card {
    border-radius: calc(var(--radius) * 1.95);
}

body.theme-style-linen .section-header {
    margin-bottom: calc(clamp(2.2rem, 4.5vw, 3.4rem) * var(--section-gap-scale));
}

body.theme-style-oxide .popo2c03-topnav.popo2c03-nav {
    border-bottom: 2px solid color-mix(in srgb, var(--copper) 35%, transparent);
}

body.theme-style-oxide .hero-section {
    border-radius: calc(var(--radius) * 1.35);
}

body.theme-style-oxide .popo2c03-media-frame {
    border-radius: calc(var(--radius) * 0.55) calc(var(--radius) * 0.55) 0 0;
}

body.theme-mesh-vivid .hero-section {
    box-shadow: 0 24px 60px color-mix(in srgb, var(--ink) 8%, transparent);
}



/* FREEFORM_COMPOSITION:fdad46073b17 */
.ff-fdad46073b17-catalogue-spread { --ff-ink:#211b18; --ff-clay:#bd5c3b; --ff-teal:#1f5559; --ff-paper:#f4efe6; --ff-card:#fffaf0; --ff-line:rgba(33,27,24,.16); background: radial-gradient(circle at 8% 8%, rgba(189,92,59,.18), transparent 28%), linear-gradient(180deg,#efe7d8,#e1ebe8 48%,#f7f0e2); padding: clamp(1rem,3vw,2.5rem); color: var(--ff-ink); }
.ff-fdad46073b17-catalogue-spread a { color: var(--ff-teal); text-decoration-thickness: .08em; text-underline-offset: .18em; }
.ff-fdad46073b17-kicker { margin:0 0 .65rem; font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:var(--ff-clay); font-weight:800; }
.ff-fdad46073b17-ledger-object { position:relative; display:grid; grid-template-columns:minmax(2.5rem,.22fr) minmax(0,1.05fr) minmax(18rem,.82fr); grid-template-areas:"spine media head" "spine nav note" "spine gauges gauges"; gap:clamp(1rem,2.4vw,2rem); min-height:calc(100svh - var(--site-header-offset)); max-width:1320px; margin:0 auto clamp(1.2rem,3vw,2.4rem); padding:clamp(1rem,2vw,1.6rem); border:1px solid var(--ff-line); border-radius:2rem; background:linear-gradient(135deg,rgba(255,250,240,.72),rgba(255,255,255,.36)); box-shadow:0 26px 70px rgba(33,27,24,.14); overflow:hidden; }
.ff-fdad46073b17-vertical-spine { grid-area:spine; writing-mode:vertical-rl; display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:.65rem; border-right:1px solid var(--ff-line); font-family:var(--font-display); font-size:clamp(1.15rem,2vw,1.85rem); color:var(--ff-teal); letter-spacing:.03em; }
.ff-fdad46073b17-lead-crop { grid-area:media; position:relative; min-height:clamp(360px,58svh,660px); border-radius:1.65rem; overflow:hidden; margin:0; background:#1a2727; }
.ff-fdad46073b17-lead-crop img { width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.04); filter:saturate(.95) contrast(1.05); }
.ff-fdad46073b17-lead-crop figcaption { position:absolute; left:1rem; right:1rem; bottom:1rem; padding:.75rem 1rem; border-radius:999px; background:rgba(255,250,240,.9); color:#211b18; font-weight:800; font-size:.82rem; box-shadow:0 10px 30px rgba(0,0,0,.18); }
.ff-fdad46073b17-receipt-head { grid-area:head; align-self:stretch; display:flex; flex-direction:column; justify-content:center; padding:clamp(1rem,2.4vw,2rem); border-radius:1.45rem; background:var(--ff-card); border:1px solid var(--ff-line); box-shadow:inset 0 0 0 1px rgba(255,255,255,.55); }
.ff-fdad46073b17-receipt-head h1 { font-size:clamp(2.4rem,6vw,6rem); line-height:.9; color:#183e40; margin:0 0 1rem; max-width:10ch; }
.ff-fdad46073b17-receipt-head p { font-size:clamp(1rem,1.2vw,1.18rem); color:#332b27; }
.ff-fdad46073b17-receipt-lines { display:grid; gap:.45rem; margin-top:auto; padding-top:1rem; border-top:1px dashed var(--ff-line); }
.ff-fdad46073b17-receipt-lines span { display:flex; justify-content:space-between; gap:1rem; padding:.45rem 0; border-bottom:1px dashed rgba(33,27,24,.12); font-size:.88rem; font-weight:700; }
.ff-fdad46073b17-desk-nav { grid-area:nav; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.65rem; }
.ff-fdad46073b17-desk-nav a { padding:.9rem 1rem; border:1px solid var(--ff-line); border-radius:999px; background:#fff9ed; color:#1f5559; text-decoration:none; font-weight:800; text-align:center; }
.ff-fdad46073b17-margin-note { grid-area:note; padding:1rem; border-radius:1.1rem; background:#213f40; color:#fff5e5; }
.ff-fdad46073b17-margin-note .ff-fdad46073b17-kicker { color:#ffd2a8; }
.ff-fdad46073b17-margin-note p { margin-bottom:.85rem; color:#fff5e5; font-size:.92rem; }
.ff-fdad46073b17-gauge-strip { grid-area:gauges; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.75rem; }
.ff-fdad46073b17-gauge { padding:1rem; border-radius:1rem; background:rgba(255,250,240,.72); border:1px solid var(--ff-line); }
.ff-fdad46073b17-gauge strong { display:block; font-family:var(--font-display); font-size:clamp(1.4rem,2.8vw,2.5rem); color:#bd5c3b; line-height:1; }
.ff-fdad46073b17-gauge span { display:block; font-weight:800; margin:.35rem 0; }
.ff-fdad46073b17-gauge p { margin:0; font-size:.86rem; color:#53483f; }
.ff-fdad46073b17-lane-map, .ff-fdad46073b17-support-board, .ff-fdad46073b17-grade-board, .ff-fdad46073b17-guide-desk, .ff-fdad46073b17-query-rack { max-width:1320px; margin:0 auto clamp(1rem,2.6vw,2rem); display:grid; gap:1rem; }
.ff-fdad46073b17-lane-map { grid-template-columns:1.1fr .95fr .95fr; align-items:stretch; }
.ff-fdad46073b17-lane-intro, .ff-fdad46073b17-shoe-ledger, .ff-fdad46073b17-board-head, .ff-fdad46073b17-grade-head, .ff-fdad46073b17-guide-intro, .ff-fdad46073b17-query-head, .ff-fdad46073b17-stock-note, .ff-fdad46073b17-plate-label, .ff-fdad46073b17-route-copy, .ff-fdad46073b17-how-card, .ff-fdad46073b17-contact-slab { padding:clamp(1.1rem,2vw,1.7rem); border:1px solid var(--ff-line); border-radius:1.35rem; background:rgba(255,250,240,.82); }
.ff-fdad46073b17-lane-intro h2, .ff-fdad46073b17-shoe-ledger h2, .ff-fdad46073b17-board-head h2, .ff-fdad46073b17-grade-head h2, .ff-fdad46073b17-guide-intro h2, .ff-fdad46073b17-query-head h2, .ff-fdad46073b17-stock-note h2, .ff-fdad46073b17-plate-label h2, .ff-fdad46073b17-route-copy h2, .ff-fdad46073b17-how-card h2, .ff-fdad46073b17-contact-slab h2 { color:#1f5559; font-size:clamp(1.8rem,3.5vw,3.5rem); line-height:.95; margin-bottom:.75rem; }
.ff-fdad46073b17-lane-card { min-height:100%; display:grid; grid-template-rows:minmax(180px,260px) 1fr; overflow:hidden; border-radius:1.35rem; border:1px solid var(--ff-line); background:#fffaf0; box-shadow:0 14px 40px rgba(33,27,24,.09); }
.ff-fdad46073b17-lane-card img { width:100%; height:100%; object-fit:cover; }
.ff-fdad46073b17-lane-card div { padding:1.1rem; }
.ff-fdad46073b17-lane-card h3 { color:#bd5c3b; font-size:2rem; }
.ff-fdad46073b17-lane-card a, .ff-fdad46073b17-shoe-ledger a, .ff-fdad46073b17-how-card a, .ff-fdad46073b17-contact-slab a { font-weight:900; }
.ff-fdad46073b17-shoe-ledger { background:#1f5559; color:#fff7e9; }
.ff-fdad46073b17-shoe-ledger h2, .ff-fdad46073b17-shoe-ledger p, .ff-fdad46073b17-shoe-ledger li, .ff-fdad46073b17-shoe-ledger a { color:#fff7e9; }
.ff-fdad46073b17-shoe-ledger ul { padding-left:1.15rem; display:grid; gap:.45rem; }
.ff-fdad46073b17-buying-plate, .ff-fdad46073b17-stock-plate, .ff-fdad46073b17-route-table { max-width:1320px; margin:0 auto clamp(1rem,2.6vw,2rem); display:grid; grid-template-columns:.36fr 1fr; gap:1rem; align-items:start; }
.ff-fdad46073b17-shortlist-grid, .ff-fdad46073b17-stock-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.ff-fdad46073b17-stock-ticket { --card-media-ratio:4 / 5; border:1px solid rgba(33,27,24,.14) !important; background:#fffdf5 !important; border-radius:1.2rem !important; overflow:hidden; box-shadow:0 13px 32px rgba(33,27,24,.09) !important; }
.ff-fdad46073b17-stock-media { background:#f0e7d8; }
.ff-fdad46073b17-stock-media .popo2c03-media-frame { aspect-ratio:var(--card-media-ratio); background:#f8f1e4; }
.ff-fdad46073b17-stock-media img { width:100%; height:100%; object-fit:cover; padding:0; }
.ff-fdad46073b17-ticket-copy { display:flex; flex-direction:column; min-height:15rem; }
.ff-fdad46073b17-ticket-copy h3 { font-size:1.22rem; line-height:1.05; }
.ff-fdad46073b17-ticket-code { font-size:.7rem !important; letter-spacing:.12em; text-transform:uppercase; color:#7d4a36 !important; font-weight:900; margin-bottom:.45rem !important; }
.ff-fdad46073b17-ticket-copy .price { margin-top:auto; font-family:var(--font-display); font-size:1.55rem; color:#bd5c3b !important; }
.ff-fdad46073b17-ticket-action { width:100%; margin-top:.45rem; }
.ff-fdad46073b17-support-board { grid-template-columns:1.25fr repeat(4,1fr); }
.ff-fdad46073b17-support-note, .ff-fdad46073b17-step-slip, .ff-fdad46073b17-grade-row, .ff-fdad46073b17-guide-card, .ff-fdad46073b17-query { padding:1rem; border:1px solid var(--ff-line); border-radius:1rem; background:rgba(255,255,255,.66); }
.ff-fdad46073b17-support-note h3, .ff-fdad46073b17-step-slip h3, .ff-fdad46073b17-grade-row b, .ff-fdad46073b17-guide-card h3, .ff-fdad46073b17-query h3 { color:#bd5c3b; font-size:1.35rem; }
.ff-fdad46073b17-route-table { grid-template-columns:.9fr 1.1fr; grid-template-areas:"crop copy" "crop steps"; }
.ff-fdad46073b17-side-crop { grid-area:crop; position:sticky; top:calc(var(--site-header-offset) + 1rem); margin:0; border-radius:1.35rem; overflow:hidden; background:#1f5559; }
.ff-fdad46073b17-side-crop img { width:100%; height:clamp(380px,58vw,720px); object-fit:cover; }
.ff-fdad46073b17-side-crop figcaption { padding:1rem; color:#fff8e8; font-weight:800; }
.ff-fdad46073b17-route-copy { grid-area:copy; }
.ff-fdad46073b17-step-grid { grid-area:steps; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.ff-fdad46073b17-step-slip span { display:inline-flex; width:2.25rem; height:2.25rem; align-items:center; justify-content:center; border-radius:50%; background:#1f5559; color:#fff8e8; font-weight:900; margin-bottom:.75rem; }
.ff-fdad46073b17-grade-board { grid-template-columns:.42fr 1fr; }
.ff-fdad46073b17-grade-rows { display:grid; gap:.75rem; }
.ff-fdad46073b17-grade-row { display:grid; grid-template-columns:.22fr .42fr 1fr; gap:1rem; align-items:start; }
.ff-fdad46073b17-grade-row strong { color:#1f5559; }
.ff-fdad46073b17-guide-desk { grid-template-columns:1.2fr repeat(2,1fr); }
.ff-fdad46073b17-guide-intro, .ff-fdad46073b17-how-card { grid-row:span 2; }
.ff-fdad46073b17-query-rack { grid-template-columns:1.1fr repeat(2,1fr); }
.ff-fdad46073b17-contact-slab { background:#bd5c3b; color:#fff7e9; }
.ff-fdad46073b17-contact-slab h2, .ff-fdad46073b17-contact-slab p, .ff-fdad46073b17-contact-slab a { color:#fff7e9; }
.ff-fdad46073b17-topbar.popo2c03-topnav { background:rgba(246,239,226,.92); border-bottom:1px solid rgba(31,85,89,.22); box-shadow:0 12px 35px rgba(33,27,24,.1); }
.ff-fdad46073b17-nav-case { border:1px solid rgba(33,27,24,.12); border-radius:1.35rem; padding:.45rem .75rem; background:rgba(255,250,240,.72); }
.ff-fdad46073b17-brand-stamp .navbar-brand { color:#1f5559 !important; letter-spacing:.04em; text-transform:uppercase; border:1px solid rgba(31,85,89,.2); border-radius:999px; padding:.3rem .75rem; background:#fffaf0; }
.ff-fdad46073b17-nav-ledger .nav-link { border:1px solid transparent; }
.ff-fdad46073b17-nav-ledger .nav-link:hover { background:#213f40; color:#fff7e9 !important; }
.ff-fdad46073b17-nav-actions .popo2c03-btn { background:#bd5c3b; box-shadow:none; }
.ff-fdad46073b17-yard-footer { background:#183e40 !important; color:#fff6e8; border-top:8px solid #bd5c3b; }
.ff-fdad46073b17-yard-footer h5, .ff-fdad46073b17-yard-footer p, .ff-fdad46073b17-yard-footer li, .ff-fdad46073b17-yard-footer a { color:#fff6e8; }
.ff-fdad46073b17-footer-crate { border:1px solid rgba(255,255,255,.16); border-radius:1.6rem; padding:clamp(1rem,2vw,1.4rem); background:rgba(255,255,255,.05); }
.ff-fdad46073b17-footer-grid > div { border-left:1px solid rgba(255,255,255,.15); padding-left:1.25rem; }
.ff-fdad46073b17-newsletter-slip .newsletter-inputs { display:grid; grid-template-columns:1fr auto; gap:.5rem; }
.ff-fdad46073b17-newsletter-slip .form-control { border-radius:999px; border:0; }
@media (max-width: 1199.98px) { .ff-fdad46073b17-shortlist-grid, .ff-fdad46073b17-stock-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .ff-fdad46073b17-support-board, .ff-fdad46073b17-guide-desk, .ff-fdad46073b17-query-rack { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 991.98px) { .ff-fdad46073b17-ledger-object, .ff-fdad46073b17-lane-map, .ff-fdad46073b17-buying-plate, .ff-fdad46073b17-stock-plate, .ff-fdad46073b17-route-table, .ff-fdad46073b17-grade-board { display:block; } .ff-fdad46073b17-ledger-object > *, .ff-fdad46073b17-lane-map > *, .ff-fdad46073b17-buying-plate > *, .ff-fdad46073b17-stock-plate > *, .ff-fdad46073b17-route-table > *, .ff-fdad46073b17-grade-board > * { margin-bottom:1rem; } .ff-fdad46073b17-vertical-spine { writing-mode:horizontal-tb; border-right:0; border-bottom:1px solid var(--ff-line); } .ff-fdad46073b17-gauge-strip { grid-template-columns:repeat(2,minmax(0,1fr)); } .ff-fdad46073b17-side-crop { position:relative; top:auto; } }
@media (max-width: 575.98px) { .ff-fdad46073b17-catalogue-spread { padding:.75rem; } .ff-fdad46073b17-shortlist-grid, .ff-fdad46073b17-stock-grid, .ff-fdad46073b17-support-board, .ff-fdad46073b17-guide-desk, .ff-fdad46073b17-query-rack, .ff-fdad46073b17-step-grid, .ff-fdad46073b17-gauge-strip { grid-template-columns:1fr; } .ff-fdad46073b17-grade-row { grid-template-columns:1fr; } .ff-fdad46073b17-lead-crop { min-height:320px; } .ff-fdad46073b17-desk-nav { grid-template-columns:1fr; } .ff-fdad46073b17-newsletter-slip .newsletter-inputs { grid-template-columns:1fr; } }

/* freeform chrome floor:fdad46073b17:start */
body.ff-fdad46073b17-chrome-body {
    --ff-fdad46073b17-chrome-paper: var(--paper, #edf0f8);
    --ff-fdad46073b17-chrome-ink: var(--ink, #25314b);
    --ff-fdad46073b17-chrome-accent: var(--copper, #b5862e);
    --ff-fdad46073b17-chrome-panel: var(--paper-deep, #f8f2e5);
    --ff-fdad46073b17-chrome-line: color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 18%, transparent);
}

.ff-fdad46073b17-nav {
    background:
        linear-gradient(90deg,
            color-mix(in srgb, var(--ff-fdad46073b17-chrome-paper) 88%, #fff),
            color-mix(in srgb, var(--ff-fdad46073b17-chrome-panel) 94%, var(--ff-fdad46073b17-chrome-accent) 6%)) !important;
    border-bottom: 1px solid var(--ff-fdad46073b17-chrome-line) !important;
    box-shadow: 0 16px 38px rgba(13, 24, 31, .08) !important;
    padding: .55rem 0 !important;
    overflow-x: clip !important;
}

.ff-fdad46073b17-nav-shell {
    box-sizing: border-box !important;
    width: min(1220px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 3.35rem !important;
    border: 1px solid color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 10%, transparent);
    border-radius: .65rem;
    padding: .42rem .58rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 0 !important;
}

.ff-fdad46073b17-brand {
    color: var(--ff-fdad46073b17-chrome-ink) !important;
    -webkit-text-fill-color: var(--ff-fdad46073b17-chrome-ink) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    position: relative;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.12 !important;
}

.ff-fdad46073b17-brand::after {
    content: "";
    display: block;
    width: 2.9rem;
    height: 2px;
    margin-top: .24rem;
    background: var(--ff-fdad46073b17-chrome-accent);
}

.ff-fdad46073b17-nav-links {
    gap: .18rem !important;
}

.ff-fdad46073b17-nav-links .nav-link {
    color: color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 84%, #fff) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 84%, #fff) !important;
    border-radius: .4rem;
    border: 1px solid transparent;
    padding: .52rem .72rem !important;
    font-size: .86rem !important;
    font-weight: 800 !important;
}

.ff-fdad46073b17-nav-links .nav-link:hover,
.ff-fdad46073b17-nav-links .nav-link:focus-visible {
    background: color-mix(in srgb, var(--ff-fdad46073b17-chrome-accent) 16%, #fff) !important;
    border-color: color-mix(in srgb, var(--ff-fdad46073b17-chrome-accent) 35%, transparent);
}

.ff-fdad46073b17-cart {
    background: var(--ff-fdad46073b17-chrome-ink) !important;
    border: 1px solid color-mix(in srgb, var(--ff-fdad46073b17-chrome-accent) 45%, transparent) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 12px 26px rgba(12, 24, 30, .16) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    max-width: min(13rem, 44vw) !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.ff-fdad46073b17-cart .popo2c03-lbl {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ff-fdad46073b17-chrome-tabline .ff-fdad46073b17-nav-shell {
    display: flex !important;
    gap: clamp(.6rem, 1.8vw, 1.4rem) !important;
    align-items: center !important;
}

.ff-fdad46073b17-nav-shell > * {
    min-width: 0 !important;
}

.ff-fdad46073b17-nav .nav-actions {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .4rem !important;
}

.ff-fdad46073b17-nav .navbar-toggler {
    flex: 0 0 auto !important;
}

body.ff-fdad46073b17-chrome-rail .ff-fdad46073b17-nav-shell,
body.ff-fdad46073b17-chrome-splitbar .ff-fdad46073b17-nav-shell {
    justify-content: space-between !important;
}

body.ff-fdad46073b17-chrome-tabline .ff-fdad46073b17-nav-shell {
    border-radius: .2rem !important;
    border-left: 0;
    border-right: 0;
}

.ff-fdad46073b17-footer {
    margin-top: clamp(3rem, 7vw, 6rem) !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 92%, #000),
            color-mix(in srgb, var(--ff-fdad46073b17-chrome-ink) 72%, var(--ff-fdad46073b17-chrome-accent))) !important;
    color: #f7f1e6 !important;
    -webkit-text-fill-color: #f7f1e6 !important;
    border-top: 5px solid var(--ff-fdad46073b17-chrome-accent);
}

.ff-fdad46073b17-footer-shell {
    width: min(1180px, calc(100% - 28px)) !important;
    max-width: none !important;
}

.ff-fdad46073b17-footer-main {
    display: grid !important;
    grid-template-columns: .9fr 1.2fr .9fr;
    gap: clamp(1.2rem, 3vw, 2.5rem) !important;
    align-items: start;
}

.ff-fdad46073b17-footer-main > * {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: initial !important;
}

.ff-fdad46073b17-footer h5 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 900;
    letter-spacing: 0 !important;
}

.ff-fdad46073b17-footer p,
.ff-fdad46073b17-footer li,
.ff-fdad46073b17-footer .company-info {
    color: rgba(247,241,230,.82) !important;
    -webkit-text-fill-color: rgba(247,241,230,.82) !important;
}

.ff-fdad46073b17-footer a {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration-color: color-mix(in srgb, var(--ff-fdad46073b17-chrome-accent) 70%, #fff) !important;
    text-decoration-thickness: 1px;
    text-underline-offset: .22em;
}

.ff-fdad46073b17-footer .newsletter-inputs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: .65rem;
    width: min(100%, 26rem) !important;
    max-width: 100% !important;
    padding: .8rem;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    border-radius: .35rem;
}

.ff-fdad46073b17-footer .form-control {
    background: rgba(255,255,255,.95) !important;
    color: var(--ff-fdad46073b17-chrome-ink) !important;
    -webkit-text-fill-color: var(--ff-fdad46073b17-chrome-ink) !important;
    border: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
}

.ff-fdad46073b17-footer .btn-primary {
    background: var(--ff-fdad46073b17-chrome-accent) !important;
    border-color: var(--ff-fdad46073b17-chrome-accent) !important;
    color: #101820 !important;
    -webkit-text-fill-color: #101820 !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
}

.ff-fdad46073b17-footer-meta {
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 1rem;
    margin-top: 1.2rem;
}

@media (max-width: 991.98px) {
    .ff-fdad46073b17-nav {
        padding: .38rem 0 !important;
    }

    body.ff-fdad46073b17-chrome-body .ff-fdad46073b17-nav-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: .35rem !important;
        row-gap: .45rem !important;
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        min-height: 3.05rem !important;
        min-width: 0 !important;
        overflow-x: clip !important;
        overflow-y: visible !important;
        padding: .32rem !important;
        border-radius: .85rem !important;
    }

    .ff-fdad46073b17-brand {
        grid-column: 1 !important;
        min-width: 0 !important;
        max-width: none !important;
        font-size: clamp(1.04rem, 3.9vw, 1.42rem) !important;
    }

    .ff-fdad46073b17-nav .nav-actions {
        grid-column: 2 !important;
        justify-self: end !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        max-width: 5.8rem !important;
        margin-left: 0 !important;
        gap: .28rem !important;
    }

    .ff-fdad46073b17-cart.popo2c03-btn-mobile {
        flex: 0 0 2.65rem !important;
        width: 2.65rem !important;
        max-width: 2.65rem !important;
        height: 2.45rem !important;
        min-height: 2.45rem !important;
        padding: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        border-radius: .75rem !important;
    }

    .ff-fdad46073b17-cart.popo2c03-btn-mobile .popo2c03-lbl {
        display: none !important;
    }

    .ff-fdad46073b17-cart.popo2c03-btn-mobile i {
        margin: 0 !important;
        font-size: .98rem !important;
    }

    .ff-fdad46073b17-nav .navbar-toggler {
        flex: 0 0 2.45rem !important;
        width: 2.45rem !important;
        height: 2.45rem !important;
        min-height: 2.45rem !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: .75rem !important;
    }

    .ff-fdad46073b17-nav .navbar-collapse {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .ff-fdad46073b17-footer-main {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575.98px) {
    .ff-fdad46073b17-nav {
        padding: .35rem 0 !important;
    }

    .ff-fdad46073b17-nav-shell {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        padding: .32rem !important;
        gap: .35rem !important;
        border-radius: .9rem !important;
    }

    .ff-fdad46073b17-brand {
        font-size: clamp(1rem, 4.7vw, 1.34rem) !important;
    }

    .ff-fdad46073b17-cart.popo2c03-btn-mobile {
        flex-basis: 2.45rem !important;
        width: 2.45rem !important;
        max-width: 2.45rem !important;
        height: 2.35rem !important;
        min-height: 2.35rem !important;
    }

    .ff-fdad46073b17-nav .navbar-toggler {
        flex-basis: 2.35rem !important;
        width: 2.35rem !important;
        height: 2.35rem !important;
        min-height: 2.35rem !important;
    }

    .ff-fdad46073b17-nav-links .nav-link {
        width: 100%;
    }
}
/* freeform chrome floor:fdad46073b17:end */

/* final-kimi-visual-stabilization:fdad46073b17
   Keep the FREEFORM_COMPOSITION custom catalogue spread; this is a targeted
   contrast/nav/media hardening layer for browser smoke and Safari stability. */
:root {
    --site-header-offset: 76px;
}

body.ff-fdad46073b17-chrome-body {
    padding-top: var(--site-header-offset) !important;
}

/* Single-row desktop nav: compact brand + links + cart, no stacked 146px header. */
@media (min-width: 992px) {
    .popo2c03-topnav.ff-fdad46073b17-nav {
        padding: .36rem 0 !important;
        overflow: visible !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-shell,
    body.ff-fdad46073b17-chrome-tabline .ff-fdad46073b17-nav-shell {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: .75rem !important;
        min-height: 3.25rem !important;
        width: min(1240px, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        padding: .34rem .55rem !important;
        border-radius: 1rem !important;
        overflow: visible !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-header-row {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: clamp(9rem, 16vw, 14rem) !important;
        gap: .45rem !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-brand-block,
    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand-stamp {
        flex: 0 1 auto !important;
        width: auto !important;
        max-width: clamp(9rem, 16vw, 14rem) !important;
        min-width: 0 !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-brand,
    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand {
        display: inline-flex !important;
        align-items: center !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: clamp(1rem, .78rem + .5vw, 1.24rem) !important;
        line-height: 1 !important;
        padding: .34rem .65rem !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand::after {
        display: none !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .navbar-collapse {
        display: flex !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .navbar-collapse .nav-shell-bottom {
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: .35rem !important;
        width: 100% !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: 0 !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .navbar-nav {
        flex: 1 1 auto !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        gap: .08rem !important;
        width: auto !important;
        min-width: 0 !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-link {
        padding: .48rem .5rem !important;
        font-size: .8rem !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-actions {
        margin-left: .35rem !important;
        flex: 0 0 auto !important;
        max-width: 3rem !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-btn-desktop {
        width: 2.7rem !important;
        height: 2.42rem !important;
        min-height: 2.42rem !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-btn-desktop .popo2c03-lbl {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    :root { --site-header-offset: 68px; }

    .popo2c03-topnav.ff-fdad46073b17-nav .nav-brand-block,
    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand-stamp {
        max-width: calc(100vw - 7.3rem) !important;
        width: auto !important;
        min-width: 0 !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-brand,
    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        line-height: 1.05 !important;
    }

    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand::after {
        display: none !important;
    }
}

/* Freeform homepage contrast: explicit paint colors avoid Safari text-fill leaks. */
.ff-fdad46073b17-catalogue-spread {
    --ff-ink: #211b18;
    --ff-strong: #153f42;
    --ff-clay-strong: #8f341d;
    color: var(--ff-ink) !important;
    -webkit-text-fill-color: var(--ff-ink) !important;
}

.ff-fdad46073b17-catalogue-spread p,
.ff-fdad46073b17-catalogue-spread li,
.ff-fdad46073b17-catalogue-spread span,
.ff-fdad46073b17-catalogue-spread b,
.ff-fdad46073b17-catalogue-spread strong {
    color: var(--ff-ink) !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.ff-fdad46073b17-catalogue-spread h1,
.ff-fdad46073b17-catalogue-spread h2,
.ff-fdad46073b17-catalogue-spread h3,
.ff-fdad46073b17-catalogue-spread h4 {
    color: var(--ff-strong) !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.ff-fdad46073b17-kicker,
.ff-fdad46073b17-ticket-code {
    color: var(--ff-clay-strong) !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.ff-fdad46073b17-margin-note,
.ff-fdad46073b17-shoe-ledger,
.ff-fdad46073b17-contact-slab {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-margin-note h2,
.ff-fdad46073b17-margin-note h3,
.ff-fdad46073b17-margin-note p,
.ff-fdad46073b17-margin-note li,
.ff-fdad46073b17-margin-note a,
.ff-fdad46073b17-margin-note .ff-fdad46073b17-kicker,
.ff-fdad46073b17-shoe-ledger h2,
.ff-fdad46073b17-shoe-ledger h3,
.ff-fdad46073b17-shoe-ledger p,
.ff-fdad46073b17-shoe-ledger li,
.ff-fdad46073b17-shoe-ledger a,
.ff-fdad46073b17-contact-slab h2,
.ff-fdad46073b17-contact-slab h3,
.ff-fdad46073b17-contact-slab p,
.ff-fdad46073b17-contact-slab a {
    color: #fff7e9 !important;
    -webkit-text-fill-color: currentColor !important;
}

.ff-fdad46073b17-catalogue-spread .btn-primary,
.ff-fdad46073b17-ticket-action {
    background: #153f42 !important;
    border: 1px solid #153f42 !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
    box-shadow: 0 10px 24px rgba(21, 63, 66, .22) !important;
}

.ff-fdad46073b17-catalogue-spread .btn-primary:hover,
.ff-fdad46073b17-catalogue-spread .btn-primary:focus-visible,
.ff-fdad46073b17-ticket-action:hover,
.ff-fdad46073b17-ticket-action:focus-visible {
    background: #8f341d !important;
    border-color: #8f341d !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

/* Product tiles: stable cover crops and even rows; do not hardcode media-frame aspect ratios. */
.ff-fdad46073b17-stock-media img,
.popo2c03-media .img-fluid {
    object-fit: cover !important;
    padding: 0 !important;
}

.ff-fdad46073b17-shortlist-grid,
.ff-fdad46073b17-stock-grid {
    align-items: stretch !important;
}

.ff-fdad46073b17-stock-ticket {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.ff-fdad46073b17-ticket-copy {
    flex: 1 1 auto !important;
}

/* Shared page/footer contrast fixes for smoke: dark footer, readable breadcrumbs. */
.popo2c03-breadcrumb,
.breadcrumb {
    color: var(--ink) !important;
    -webkit-text-fill-color: currentColor !important;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
    color: #211b18 !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.text-muted,
.small.text-muted,
p.text-muted.small {
    color: #423730 !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.ff-fdad46073b17-yard-footer,
.ff-fdad46073b17-footer,
.footer.footer-band {
    background: linear-gradient(135deg, #183e40, #112e31) !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-yard-footer h5,
.ff-fdad46073b17-yard-footer p,
.ff-fdad46073b17-yard-footer li,
.ff-fdad46073b17-yard-footer a,
.ff-fdad46073b17-yard-footer .company-info,
.ff-fdad46073b17-footer h5,
.ff-fdad46073b17-footer p,
.ff-fdad46073b17-footer li,
.ff-fdad46073b17-footer a,
.ff-fdad46073b17-footer .company-info,
.footer.footer-band h5,
.footer.footer-band p,
.footer.footer-band li,
.footer.footer-band a,
.footer.footer-band .company-info {
    color: #fff7e9 !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.footer.footer-band a:hover,
.footer.footer-band a:focus-visible,
.ff-fdad46073b17-footer a:hover,
.ff-fdad46073b17-footer a:focus-visible {
    color: #ffd2a8 !important;
    -webkit-text-fill-color: currentColor !important;
}

/* memory-guard pass: POPOQO contrast, Safari, and commerce hardening */
.ff-fdad46073b17-catalogue-spread {
    --ff-ink: #211b18;
    --ff-strong: #102e31;
    --ff-link: #153f42;
    --ff-clay-strong: #7a2a16;
    color: var(--ff-ink) !important;
    -webkit-text-fill-color: var(--ff-ink) !important;
}

.ff-fdad46073b17-lane-intro,
.ff-fdad46073b17-board-head,
.ff-fdad46073b17-grade-head,
.ff-fdad46073b17-guide-intro,
.ff-fdad46073b17-query-head,
.ff-fdad46073b17-stock-note,
.ff-fdad46073b17-plate-label,
.ff-fdad46073b17-route-copy,
.ff-fdad46073b17-how-card,
.ff-fdad46073b17-lane-card,
.ff-fdad46073b17-support-note,
.ff-fdad46073b17-step-slip,
.ff-fdad46073b17-grade-row,
.ff-fdad46073b17-guide-card,
.ff-fdad46073b17-query,
.ff-fdad46073b17-gauge,
.ff-fdad46073b17-stock-ticket,
.ff-fdad46073b17-receipt-head {
    color: var(--ff-ink) !important;
    -webkit-text-fill-color: var(--ff-ink) !important;
}

.ff-fdad46073b17-lane-intro h2,
.ff-fdad46073b17-board-head h2,
.ff-fdad46073b17-grade-head h2,
.ff-fdad46073b17-guide-intro h2,
.ff-fdad46073b17-query-head h2,
.ff-fdad46073b17-stock-note h2,
.ff-fdad46073b17-plate-label h2,
.ff-fdad46073b17-route-copy h2,
.ff-fdad46073b17-how-card h2,
.ff-fdad46073b17-lane-card h3,
.ff-fdad46073b17-support-note h3,
.ff-fdad46073b17-step-slip h3,
.ff-fdad46073b17-grade-row b,
.ff-fdad46073b17-guide-card h3,
.ff-fdad46073b17-query h3,
.ff-fdad46073b17-ticket-copy h3,
.ff-fdad46073b17-ticket-copy h3 a {
    color: var(--ff-strong) !important;
    -webkit-text-fill-color: currentColor !important;
    text-decoration: none !important;
}

.ff-fdad46073b17-kicker,
.ff-fdad46073b17-ticket-code {
    color: var(--ff-clay-strong) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ff-fdad46073b17-lane-intro p,
.ff-fdad46073b17-board-head p,
.ff-fdad46073b17-grade-head p,
.ff-fdad46073b17-guide-intro p,
.ff-fdad46073b17-query-head p,
.ff-fdad46073b17-stock-note p,
.ff-fdad46073b17-plate-label p,
.ff-fdad46073b17-route-copy p,
.ff-fdad46073b17-how-card p,
.ff-fdad46073b17-lane-card p,
.ff-fdad46073b17-support-note p,
.ff-fdad46073b17-step-slip p,
.ff-fdad46073b17-grade-row p,
.ff-fdad46073b17-guide-card p,
.ff-fdad46073b17-query p,
.ff-fdad46073b17-ticket-copy p:not(.price),
.ff-fdad46073b17-gauge p {
    color: var(--ff-ink) !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.ff-fdad46073b17-margin-note,
.ff-fdad46073b17-shoe-ledger,
.ff-fdad46073b17-contact-slab,
.ff-fdad46073b17-side-crop {
    background-color: #153f42 !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-margin-note *,
.ff-fdad46073b17-shoe-ledger *,
.ff-fdad46073b17-contact-slab *,
.ff-fdad46073b17-side-crop figcaption,
.ff-fdad46073b17-side-crop figcaption * {
    color: #fff7e9 !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.btn.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary,
.cookie-consent .btn.btn-primary,
.footer .btn.btn-primary,
.ff-fdad46073b17-ticket-action,
.popo2c03-btn {
    background: #153f42 !important;
    border-color: #153f42 !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
    box-shadow: 0 10px 24px rgba(21, 63, 66, .24) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus-visible,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus-visible,
button.btn.btn-primary:hover,
button.btn.btn-primary:focus-visible,
.cookie-consent .btn.btn-primary:hover,
.cookie-consent .btn.btn-primary:focus-visible,
.footer .btn.btn-primary:hover,
.footer .btn.btn-primary:focus-visible,
.ff-fdad46073b17-ticket-action:hover,
.ff-fdad46073b17-ticket-action:focus-visible,
.popo2c03-btn:hover,
.popo2c03-btn:focus-visible {
    background: #7a2a16 !important;
    border-color: #7a2a16 !important;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-shortlist-grid,
.ff-fdad46073b17-stock-grid,
.ff-fdad46073b17-support-board,
.ff-fdad46073b17-step-grid,
.ff-fdad46073b17-grade-rows,
.ff-fdad46073b17-guide-desk,
.ff-fdad46073b17-query-rack {
    align-items: stretch !important;
}

.ff-fdad46073b17-stock-media,
.ff-fdad46073b17-stock-media .popo2c03-media-frame,
.popo2c03-media,
.popo2c03-media-frame {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    background: #f8f1e4 !important;
}

.ff-fdad46073b17-stock-media img,
.popo2c03-media-frame img,
.category-card img,
.product-image img,
.product-image-editorial img,
.product-image-spec img {
    max-width: 100% !important;
    object-position: center center !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

.ff-fdad46073b17-stock-ticket .popo2c03-pcontent,
.ff-fdad46073b17-ticket-copy {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.ff-fdad46073b17-ticket-copy .price {
    margin-top: auto !important;
    color: #7a2a16 !important;
    -webkit-text-fill-color: currentColor !important;
}

@supports not (aspect-ratio: 1 / 1) {
    .ff-fdad46073b17-stock-media .popo2c03-media-frame,
    .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame {
        position: relative !important;
        height: 0 !important;
        padding-top: 125% !important;
    }
    .ff-fdad46073b17-stock-media .popo2c03-media-frame img,
    .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .ff-fdad46073b17-lead-crop,
    .ff-fdad46073b17-side-crop img {
        min-height: 0 !important;
        max-height: 360px !important;
    }
    .ff-fdad46073b17-stock-media .popo2c03-media-frame {
        aspect-ratio: var(--card-media-ratio, 4 / 5) !important;
    }
    .cookie-consent .cookie-content,
    .cookie-consent .cookie-actions {
        max-width: 100% !important;
    }
}

/* smoke-repair-pass-1: contrast + card geometry hardening */
.section-eyebrow,
p.section-eyebrow,
span.section-eyebrow {
    color: #6f2b1f !important;
    -webkit-text-fill-color: #6f2b1f !important;
}

.content-panel .section-eyebrow,
.info-panel .section-eyebrow,
.checkout-page .section-eyebrow,
.about-layout .section-eyebrow,
.support-visual-copy .section-eyebrow,
.contact-layout .section-eyebrow {
    color: #6f2b1f !important;
    -webkit-text-fill-color: #6f2b1f !important;
}

.hero-section .carousel-caption,
.contact-layout .hero-section .carousel-caption {
    background: rgba(24, 38, 40, 0.92) !important;
    border: 1px solid rgba(255, 247, 233, 0.28);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
}

.hero-section .carousel-caption h1,
.hero-section .carousel-caption h2,
.hero-section .carousel-caption p,
.hero-section .carousel-caption .text-dark,
.contact-layout .hero-section .carousel-caption h1,
.contact-layout .hero-section .carousel-caption p,
.contact-layout .hero-section .carousel-caption .text-dark {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
    text-shadow: none !important;
}

.ff-fdad46073b17-catalogue-spread {
    --ff-ink: #211b18;
    --ff-clay: #6f2b1f;
    --ff-teal: #183e40;
}

.ff-fdad46073b17-catalogue-spread p,
.ff-fdad46073b17-catalogue-spread li,
.ff-fdad46073b17-catalogue-spread span {
    color: #2f2722;
    -webkit-text-fill-color: currentColor;
}

.ff-fdad46073b17-kicker,
.ff-fdad46073b17-catalogue-spread .ff-fdad46073b17-kicker,
.ff-fdad46073b17-lane-card .ff-fdad46073b17-kicker,
.ff-fdad46073b17-plate-label .ff-fdad46073b17-kicker,
.ff-fdad46073b17-board-head .ff-fdad46073b17-kicker,
.ff-fdad46073b17-route-copy .ff-fdad46073b17-kicker,
.ff-fdad46073b17-stock-note .ff-fdad46073b17-kicker,
.ff-fdad46073b17-guide-intro .ff-fdad46073b17-kicker,
.ff-fdad46073b17-query-head .ff-fdad46073b17-kicker {
    color: #6f2b1f !important;
    -webkit-text-fill-color: #6f2b1f !important;
}

.ff-fdad46073b17-lane-intro,
.ff-fdad46073b17-board-head,
.ff-fdad46073b17-grade-head,
.ff-fdad46073b17-guide-intro,
.ff-fdad46073b17-query-head,
.ff-fdad46073b17-stock-note,
.ff-fdad46073b17-plate-label,
.ff-fdad46073b17-route-copy,
.ff-fdad46073b17-how-card,
.ff-fdad46073b17-lane-card,
.ff-fdad46073b17-support-note,
.ff-fdad46073b17-step-slip,
.ff-fdad46073b17-grade-row,
.ff-fdad46073b17-guide-card,
.ff-fdad46073b17-query,
.ff-fdad46073b17-gauge {
    background-color: #fffaf0;
    color: #2f2722;
}

.ff-fdad46073b17-lane-intro p,
.ff-fdad46073b17-board-head p,
.ff-fdad46073b17-grade-head p,
.ff-fdad46073b17-guide-intro p,
.ff-fdad46073b17-query-head p,
.ff-fdad46073b17-stock-note p,
.ff-fdad46073b17-plate-label p,
.ff-fdad46073b17-route-copy p,
.ff-fdad46073b17-how-card p,
.ff-fdad46073b17-lane-card p,
.ff-fdad46073b17-support-note p,
.ff-fdad46073b17-step-slip p,
.ff-fdad46073b17-grade-row p,
.ff-fdad46073b17-guide-card p,
.ff-fdad46073b17-query p,
.ff-fdad46073b17-gauge p {
    color: #2f2722 !important;
    -webkit-text-fill-color: #2f2722 !important;
}

.ff-fdad46073b17-shoe-ledger,
.ff-fdad46073b17-contact-slab,
.ff-fdad46073b17-margin-note,
.ff-fdad46073b17-side-crop {
    background: #183e40 !important;
    color: #fff7e9 !important;
}

.ff-fdad46073b17-shoe-ledger h2,
.ff-fdad46073b17-shoe-ledger p,
.ff-fdad46073b17-shoe-ledger li,
.ff-fdad46073b17-shoe-ledger a,
.ff-fdad46073b17-contact-slab h2,
.ff-fdad46073b17-contact-slab p,
.ff-fdad46073b17-contact-slab a,
.ff-fdad46073b17-margin-note p,
.ff-fdad46073b17-margin-note strong,
.ff-fdad46073b17-side-crop figcaption {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-shoe-ledger .ff-fdad46073b17-kicker,
.ff-fdad46073b17-contact-slab .ff-fdad46073b17-kicker,
.ff-fdad46073b17-margin-note .ff-fdad46073b17-kicker {
    color: #ffd2a8 !important;
    -webkit-text-fill-color: #ffd2a8 !important;
}

.ff-fdad46073b17-stock-ticket {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
}

.ff-fdad46073b17-stock-media .popo2c03-media-frame,
.ff-fdad46073b17-stock-ticket .popo2c03-media-frame,
.popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame {
    aspect-ratio: var(--card-media-ratio, 4 / 5) !important;
}

.ff-fdad46073b17-ticket-copy,
.popo2c03-card .popo2c03-pcontent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.ff-fdad46073b17-ticket-copy > p:not(.price):not(.ff-fdad46073b17-ticket-code),
.popo2c03-card .popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note):not(.ff-fdad46073b17-ticket-code) {
    color: #2f2722 !important;
    -webkit-text-fill-color: #2f2722 !important;
}

.ff-fdad46073b17-ticket-action,
.popo2c03-card .popo2c03-pcontent > .btn,
.popo2c03-card .popo2c03-pcontent > a.btn {
    margin-top: auto !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
}

/* smoke-repair-pass-1b: restore dark-surface accents after contrast lock */
.stats-band-shell .section-eyebrow,
.cta-band-shell .section-eyebrow,
.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) .section-eyebrow,
.hero-section .carousel-caption .section-eyebrow,
.footer .section-eyebrow,
.ff-fdad46073b17-yard-footer .section-eyebrow {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-step-slip span {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
    background: #183e40 !important;
}

.ff-fdad46073b17-side-crop figcaption,
.ff-fdad46073b17-side-crop figcaption * {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}

.ff-fdad46073b17-contact-slab .btn,
.ff-fdad46073b17-contact-slab a.btn,
.cta-band-shell .btn-primary,
.hero-section .carousel-caption .btn-primary {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
}

/* visual-repair-loop-1: decisive Safari/product/support checkout repair */
.ff-fdad46073b17-receipt-head {
    background: linear-gradient(180deg, #fffaf0 0%, #fff3df 100%) !important;
    border: 1px solid rgba(33, 27, 24, 0.22) !important;
    box-shadow: 0 18px 45px rgba(33, 27, 24, 0.12), inset 0 0 0 1px rgba(255,255,255,.65) !important;
}
.ff-fdad46073b17-receipt-head h1 {
    color: #0b3134 !important;
    -webkit-text-fill-color: #0b3134 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.4) !important;
}
.ff-fdad46073b17-receipt-head p,
.ff-fdad46073b17-receipt-lines span {
    color: #211b18 !important;
    -webkit-text-fill-color: #211b18 !important;
}
.ff-fdad46073b17-lead-crop,
.ff-fdad46073b17-side-crop,
.support-visual-media,
.product-image {
    background: linear-gradient(135deg, #153f42, #0f2d30) !important;
}
.ff-fdad46073b17-lead-crop img,
.ff-fdad46073b17-side-crop img,
.support-visual-media img,
.category-card img,
.product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.product-image {
    padding: 0 !important;
    border-radius: 1.45rem !important;
    min-height: clamp(24rem, 52vw, 42rem) !important;
    box-shadow: 0 20px 52px rgba(17, 46, 49, 0.24) !important;
}
.product-image img {
    max-height: none !important;
    border-radius: 1.45rem !important;
}
.product-purchase-shell,
.product-assurance-strip article,
.checkout-trust-panel,
.contact-info .card,
.about-stock-desk-panel {
    background: #fffaf0 !important;
    border: 1px solid rgba(33,27,24,.16) !important;
    border-radius: 1.35rem !important;
    box-shadow: 0 14px 36px rgba(33,27,24,.08) !important;
}
.product-purchase-shell { padding: clamp(1.2rem, 2.4vw, 2rem); }
.product-assurance-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.product-assurance-strip article {
    padding: 1.1rem 1.2rem;
    display: grid;
    gap: .35rem;
}
.product-assurance-strip strong,
.checkout-trust-grid span,
.about-stock-proof-grid strong {
    color: #153f42 !important;
    -webkit-text-fill-color: #153f42 !important;
    font-weight: 800;
}
.product-assurance-strip span,
.about-stock-proof-grid span,
.contact-form-intro {
    color: #2f2722 !important;
    -webkit-text-fill-color: #2f2722 !important;
}
.about-stock-proof-grid,
.checkout-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1.2rem;
}
.about-stock-proof-grid div,
.checkout-trust-grid span {
    border-radius: 1rem;
    padding: .9rem;
    background: #f3ead9;
    border: 1px solid rgba(33,27,24,.12);
}
.about-stock-proof-grid div { display: grid; gap: .25rem; }
.checkout-trust-grid span { display: flex; gap: .45rem; align-items: flex-start; font-size: .92rem; }
.checkout-help-list li {
    padding: .65rem 0;
    border-bottom: 1px solid rgba(33,27,24,.11);
}
.checkout-help-list li:last-child { border-bottom: 0; }
.contact-layout .hero-section img {
    min-height: clamp(360px, 48vw, 620px) !important;
    object-fit: cover !important;
    filter: saturate(.9) contrast(1.08) brightness(.72) !important;
}
.contact-hero-caption {
    max-width: min(720px, 88vw) !important;
    margin-inline: auto !important;
    background: rgba(21, 63, 66, 0.94) !important;
    border-radius: 1.35rem !important;
    padding: clamp(1.25rem, 3vw, 2.25rem) !important;
}
.contact-hero-caption h1,
.contact-hero-caption p,
.contact-hero-caption .section-eyebrow {
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}
.contact-card-form .form-control,
.contact-card-form textarea,
.checkout-form-panel .form-control,
.checkout-form-panel .form-select {
    border-radius: .9rem !important;
    border-color: rgba(21,63,66,.24) !important;
    min-height: 3rem;
}
.popo2c03-card {
    box-shadow: 0 16px 38px rgba(21, 63, 66, .10), 0 2px 0 rgba(122,42,22,.08) !important;
}
.popo2c03-media-frame img,
.popo2c03-media img,
.ff-fdad46073b17-stock-media img {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}
.popo2c03-card.popo2c03-card-horizontal .popo2c03-media-frame {
    aspect-ratio: var(--card-media-ratio, 4 / 5) !important;
}
@media (max-width: 767.98px) {
    .product-assurance-strip,
    .about-stock-proof-grid,
    .checkout-trust-grid { grid-template-columns: 1fr; }
    .product-image { min-height: 22rem !important; }
    .contact-layout .hero-section img { min-height: 420px !important; }
}

/* visual-repair-loop-2: WebKit image fallback + premium trade-surface repair
   The QA WebKit pass was showing broken raster stand-ins. Keep the bespoke
   FREEFORM_COMPOSITION alive, but paint deterministic editorial stock graphics
   from CSS so cards/hero never look empty if image decoding or preview routing fails. */
:root {
    --popoqo-teal: #123f42;
    --popoqo-teal-2: #1f5559;
    --popoqo-cream: #fff6e8;
    --popoqo-paper: #f5ecdc;
    --popoqo-clay: #8b321c;
    --popoqo-plum: #332050;
}

/* Header hierarchy: compact premium pill, one visual line on desktop. */
@media (min-width: 992px) {
    .popo2c03-topnav.ff-fdad46073b17-nav .nav-shell,
    body.ff-fdad46073b17-chrome-tabline .ff-fdad46073b17-nav-shell {
        width: min(1260px, calc(100vw - 32px)) !important;
        min-height: 3.05rem !important;
        padding: .26rem .42rem !important;
        background: rgba(255, 250, 240, .88) !important;
        border: 1px solid rgba(18,63,66,.16) !important;
        box-shadow: 0 10px 30px rgba(18,63,66,.10) !important;
    }
    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-brand,
    .popo2c03-topnav.ff-fdad46073b17-nav .ff-fdad46073b17-brand {
        background: #fffaf0 !important;
        border: 1px solid rgba(18,63,66,.22) !important;
        color: var(--popoqo-teal) !important;
        -webkit-text-fill-color: var(--popoqo-teal) !important;
        box-shadow: none !important;
    }
    .popo2c03-topnav.ff-fdad46073b17-nav .nav-link {
        font-size: .73rem !important;
        letter-spacing: .105em !important;
        color: #282434 !important;
        -webkit-text-fill-color: #282434 !important;
        padding: .44rem .42rem !important;
    }
    .popo2c03-topnav.ff-fdad46073b17-nav .popo2c03-btn-desktop {
        background: var(--popoqo-teal) !important;
        width: 2.55rem !important;
        height: 2.35rem !important;
    }
}

/* Hide broken IMG glyphs in QA/WebKit and replace them with designed stock-room artwork. */
.popo2c03-media,
.popo2c03-media-frame,
.category-card,
.support-visual-media,
.product-image,
.ff-fdad46073b17-lead-crop,
.ff-fdad46073b17-lane-card,
.ff-fdad46073b17-side-crop {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}
.popo2c03-media img,
.category-card > img,
.support-visual-media img,
.product-image img,
.ff-fdad46073b17-lead-crop img,
.ff-fdad46073b17-lane-card > img,
.ff-fdad46073b17-side-crop img {
    opacity: 0 !important;
    visibility: hidden !important;
}
.popo2c03-media::before,
.category-card::before,
.support-visual-media::before,
.product-image::before,
.ff-fdad46073b17-lead-crop::before,
.ff-fdad46073b17-lane-card::before,
.ff-fdad46073b17-side-crop::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,0) 38%),
        radial-gradient(circle at 18% 14%, rgba(255,210,168,.44), transparent 26%),
        radial-gradient(circle at 85% 72%, rgba(31,85,89,.28), transparent 30%),
        repeating-linear-gradient(90deg, rgba(18,63,66,.16) 0 10px, transparent 10px 22px),
        linear-gradient(135deg, #eadfcb, #cfded6 48%, #f5ecdc);
}
.popo2c03-media::after,
.category-card::after,
.support-visual-media::after,
.product-image::after,
.ff-fdad46073b17-lead-crop::after,
.ff-fdad46073b17-lane-card::after,
.ff-fdad46073b17-side-crop::after {
    position: absolute;
    z-index: 1;
    left: clamp(.8rem, 2vw, 1.4rem);
    right: clamp(.8rem, 2vw, 1.4rem);
    bottom: clamp(.8rem, 2vw, 1.3rem);
    padding: .65rem .85rem;
    border-radius: 999px;
    background: rgba(18,63,66,.92);
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
    font-family: var(--font-display);
    font-size: clamp(.9rem, 1.1vw, 1.25rem);
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 12px 28px rgba(18,63,66,.22);
}

/* Category / support surfaces. */
.category-card::after,
.support-visual-media::after,
.ff-fdad46073b17-lane-card::after { content: "Sorted resale lane"; }
.category-card:nth-child(odd)::after { content: "Clothing bales"; }
.contact-layout .support-visual-card:nth-child(2) .support-visual-media::after,
.about-layout .support-visual-card:nth-child(2) .support-visual-media::after { content: "Footwear & bundles"; }
.ff-fdad46073b17-lead-crop::before,
.product-image::before {
    background:
        radial-gradient(circle at 20% 16%, rgba(189,92,59,.38), transparent 27%),
        radial-gradient(circle at 80% 74%, rgba(255,210,168,.25), transparent 28%),
        linear-gradient(45deg, transparent 0 46%, rgba(255,255,255,.08) 46% 54%, transparent 54%),
        repeating-linear-gradient(0deg, rgba(255,247,233,.08) 0 4px, transparent 4px 14px),
        linear-gradient(135deg, #123f42, #0c2e31 58%, #1f5559);
}
.ff-fdad46073b17-lead-crop::after { content: "Checked bales · used shoes · UK resale stock"; }
.product-image::after { content: "POPOQO checked wholesale lot"; }
.ff-fdad46073b17-side-crop::after { content: "No payment before confirmation"; }

/* Product cards get real-looking, varied stock-ticket artwork instead of blank beige frames. */
.popo2c03-media::before,
.ff-fdad46073b17-stock-media::before {
    background:
        radial-gradient(circle at 24% 20%, rgba(255,210,168,.55), transparent 24%),
        linear-gradient(160deg, rgba(255,255,255,.24), transparent 42%),
        repeating-linear-gradient(135deg, rgba(18,63,66,.22) 0 8px, transparent 8px 18px),
        linear-gradient(135deg, #eadbc4, #d7e2d8 52%, #f8f1e4) !important;
}
.popo2c03-media::after { content: "Trade lot"; }
.popo2c03-card:has(a[href*="shoe"]) .popo2c03-media::before,
.popo2c03-card:has(a[href*="trainer"]) .popo2c03-media::before,
.popo2c03-card:has(a[href*="bundle"]) .popo2c03-media::before,
.popo2c03-card:has(a[href*="refresh"]) .popo2c03-media::before {
    background:
        radial-gradient(circle at 78% 18%, rgba(255,210,168,.46), transparent 22%),
        repeating-linear-gradient(45deg, rgba(139,50,28,.20) 0 7px, transparent 7px 18px),
        linear-gradient(135deg, #d8e3dc, #f5ead8 54%, #c8d9d5) !important;
}
.popo2c03-card:has(a[href*="shoe"]) .popo2c03-media::after,
.popo2c03-card:has(a[href*="trainer"]) .popo2c03-media::after { content: "Footwear lot"; }
.popo2c03-card:has(a[href*="bundle"]) .popo2c03-media::after,
.popo2c03-card:has(a[href*="refresh"]) .popo2c03-media::after { content: "Reseller bundle"; }
.popo2c03-card:has(a[href*="denim"]) .popo2c03-media::after { content: "Denim bale"; }
.popo2c03-card:has(a[href*="outerwear"]) .popo2c03-media::after { content: "Outerwear bale"; }
.popo2c03-card:has(a[href*="womenswear"]) .popo2c03-media::after { content: "Womenswear bale"; }
.popo2c03-card:has(a[href*="mens"]) .popo2c03-media::after { content: "Menswear bale"; }
.popo2c03-card:has(a[href*="sportswear"]) .popo2c03-media::after { content: "Sportswear bale"; }

.popo2c03-media-frame,
.ff-fdad46073b17-stock-media .popo2c03-media-frame,
.popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame {
    aspect-ratio: var(--card-media-ratio, 4 / 5) !important;
    min-height: 0 !important;
    background: transparent !important;
}
.popo2c03-media {
    min-height: 0 !important;
    background: #f5ecdc !important;
}
.category-card > img,
.support-visual-media,
.ff-fdad46073b17-lane-card > img {
    min-height: clamp(230px, 28vw, 360px) !important;
    background: #f5ecdc !important;
}
.popo2c03-media-frame img,
.popo2c03-media img { object-fit: cover !important; }

/* Homepage readability and rhythm. */
.ff-fdad46073b17-receipt-head {
    background: linear-gradient(180deg, #fffdf6, #fff1da) !important;
    border-color: rgba(18,63,66,.24) !important;
}
.ff-fdad46073b17-receipt-head h1 {
    color: #062e31 !important;
    -webkit-text-fill-color: #062e31 !important;
    letter-spacing: -.025em !important;
}
.ff-fdad46073b17-receipt-head p,
.ff-fdad46073b17-receipt-lines span {
    color: #211b18 !important;
    -webkit-text-fill-color: #211b18 !important;
    font-weight: 700 !important;
}
.ff-fdad46073b17-lane-card div,
.category-content,
.popo2c03-pcontent {
    position: relative !important;
    z-index: 2 !important;
}
.ff-fdad46073b17-lane-card a,
.ff-fdad46073b17-how-card a,
.ff-fdad46073b17-contact-slab a,
.contact-details a {
    font-weight: 900 !important;
    text-decoration-thickness: 2px !important;
}

/* Checkout: stronger trust/credibility object without changing cart wiring. */
.checkout-page .section-header {
    padding: clamp(1rem, 2vw, 1.4rem) !important;
    border-radius: 1.35rem !important;
    background: linear-gradient(135deg, #fffaf0, #eef4eb) !important;
    border: 1px solid rgba(18,63,66,.14) !important;
}
.checkout-order-panel,
.checkout-form-panel,
.checkout-trust-panel {
    background: #fffaf0 !important;
    border: 1px solid rgba(18,63,66,.18) !important;
    box-shadow: 0 18px 46px rgba(18,63,66,.11) !important;
}
.checkout-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.checkout-trust-grid span {
    background: linear-gradient(180deg, #f4ead8, #fff8ed) !important;
    border-color: rgba(18,63,66,.18) !important;
    font-weight: 800 !important;
}
.checkout-form-panel #Popo2c03Submit {
    min-height: 3.35rem !important;
    font-size: 1rem !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
.checkout-empty-state::before {
    content: "Secure request checkout · no card charged here";
    display: block;
    margin-bottom: .7rem;
    color: var(--popoqo-teal) !important;
    -webkit-text-fill-color: var(--popoqo-teal) !important;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Contact CTA: make action unmistakable. */
.contact-card-form {
    border: 2px solid rgba(18,63,66,.24) !important;
    background: linear-gradient(180deg, #fffaf0, #fff4e5) !important;
}
.contact-card-form .btn-primary,
.contact-hero-caption .btn-primary {
    min-height: 3.35rem !important;
    border-radius: 999px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 16px 34px rgba(18,63,66,.24) !important;
}
.contact-form-intro {
    padding: .9rem 1rem !important;
    background: #f3ead9 !important;
    border: 1px solid rgba(18,63,66,.14) !important;
    border-radius: 1rem !important;
    font-weight: 700 !important;
}

/* About: stronger visual breaks and less wall-of-text feel. */
.about-stock-proof-grid div,
.support-visual-card,
.support-related-section .popo2c03-card {
    box-shadow: 0 16px 38px rgba(18,63,66,.10) !important;
}
.about-stock-proof-grid div::before {
    content: "";
    width: 2rem;
    height: .22rem;
    border-radius: 99px;
    background: var(--popoqo-clay);
    display: block;
    margin-bottom: .35rem;
}
.support-visual-copy .btn-outline-secondary,
.contact-details .btn-outline-secondary {
    border-color: var(--popoqo-teal) !important;
    color: var(--popoqo-teal) !important;
    -webkit-text-fill-color: var(--popoqo-teal) !important;
    font-weight: 900 !important;
    border-radius: 999px !important;
}

@media (max-width: 991.98px) {
    .checkout-trust-grid { grid-template-columns: 1fr !important; }
    .popo2c03-media::after,
    .category-card::after,
    .support-visual-media::after,
    .product-image::after { font-size: .9rem; }
}


/* loop-2 checkout confidence strip */
.checkout-confidence-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: -1rem 0 1.5rem;
}
.checkout-confidence-strip article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .25rem .75rem;
    align-items: start;
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #fffaf0, #f3ead9);
    border: 1px solid rgba(18,63,66,.18);
    box-shadow: 0 12px 30px rgba(18,63,66,.08);
}
.checkout-confidence-strip i {
    grid-row: span 2;
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #123f42;
    color: #fff7e9 !important;
    -webkit-text-fill-color: #fff7e9 !important;
}
.checkout-confidence-strip strong {
    color: #123f42 !important;
    -webkit-text-fill-color: #123f42 !important;
    font-weight: 900;
}
.checkout-confidence-strip span {
    color: #2f2722 !important;
    -webkit-text-fill-color: #2f2722 !important;
    font-size: .92rem;
}
@media (max-width: 991.98px) {
    .checkout-confidence-strip { grid-template-columns: 1fr; margin-top: 0; }
}


/*x7b2q:s*/
/*
 * Final hardening: technical-only.
 * Color/shape decisions live in theme.card_treatment + design_agent.extra_css.
 * This block only enforces things that, if broken, ship a non-functional storefront
 * (overflow, mobile layout, Safari text-fill, grid math for product cards).
 */

/* Link reset only on storefront-critical paths so design_agent custom links survive. */
.popo2c03-brand,
.nav-link,
.breadcrumb-item a,
.popo2c03-pcontent h3 a,
.popo2c03-pcontent h3 a:visited,
.footer a,
.footer a:visited {
    -webkit-text-fill-color: currentColor !important;
    text-decoration: none !important;
}

.nav-brand-tagline,
.navbar-brand-note {
    display: block;
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .nav-brand-tagline,
    .navbar-brand-note {
        display: none !important;
    }
}

.topbar,
.site-topbar,
.header-topbar,
.utility-bar,
.header-utility,
.top-contact-bar,
.top-strip {
    display: none !important;
}

/* Nav row stability — prevents wrapping/overflow that breaks the header. */
.popo2c03-topnav,
.popo2c03-topnav .container,
.popo2c03-topnav .navbar-collapse,
.popo2c03-topnav .navbar-nav {
    min-width: 0 !important;
}

.popo2c03-topnav .container {
    display: flex !important;
    align-items: center !important;
    min-height: 3.2rem !important;
    max-width: 1320px !important;
}

.popo2c03-topnav .navbar-collapse {
    align-items: center !important;
}

.popo2c03-topnav .navbar-nav {
    flex-wrap: nowrap !important;
    row-gap: 0.25rem !important;
    justify-content: center !important;
}

.popo2c03-topnav .nav-link {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.15 !important;
    max-width: none !important;
}

.popo2c03-topnav .nav-tools,
.popo2c03-topnav .popo2c03-btn {
    flex: 0 0 auto !important;
}

.popo2c03-brand {
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    overflow-wrap: anywhere !important;
}

/*
 * NOTE (intentional removal):
 * Earlier hardening hardcoded:
 *   - background-color: var(--paper-deep) on every shell + #fff on cards
 *   - border-radius / border / box-shadow forced from --card-* (duplicate of style.css)
 *   - moss/copper gradient forced on EVERY .btn-primary and popo2c03-card .btn
 * That made every storefront look identical regardless of design_agent.extra_css.
 * Card surface + button visuals are now driven by theme.card_treatment and theme presets.
 * style.css already paints .popo2c03-card { background:#fff } and .btn-primary gradient
 * from theme variables — without !important — so design_agent overrides win.
 */

.popo2c03-media {
    padding: 0 !important;
}

/* Media frame proportions — required for product grids and Safari aspect-ratio fallback. */
.popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame {
    aspect-ratio: var(--card-media-ratio, 4 / 3) !important;
}

.popo2c03-card.popo2c03-card-horizontal > .row {
    display: flex !important;
    align-items: stretch !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

.popo2c03-card.popo2c03-card-horizontal [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

.popo2c03-card.popo2c03-card-horizontal .popo2c03-media {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 12rem !important;
}

.popo2c03-card.popo2c03-card-horizontal .popo2c03-media-frame {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 12rem !important;
    height: 100% !important;
    aspect-ratio: auto !important;
}

.popo2c03-media .img-fluid {
    object-fit: cover !important;
    object-position: center center !important;
}

/* Storefront commerce buttons: layout/size only — colours come from .btn-primary / theme. */
.featured-products .popo2c03-card .btn,
.all-products .popo2c03-card .btn,
.products-grid .popo2c03-card .btn,
.support-related-section .popo2c03-card .btn {
    width: 100% !important;
    min-height: 2.95rem !important;
    padding: 0.75rem 1rem !important;
    white-space: normal !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.featured-products .row,
.all-products .row,
.products-grid .row,
.support-related-section .row {
    align-items: stretch !important;
    align-content: start !important;
}

.featured-products .row > [class*="col-"],
.all-products .row > [class*="col-"],
.products-grid .row > [class*="col-"],
.support-related-section .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
}

.featured-layout-editorial-rail {
    display: grid !important;
    grid-template-columns: minmax(14rem, 0.74fr) minmax(0, 1.55fr) !important;
    gap: clamp(1rem, 2.5vw, 2rem) !important;
    align-items: start !important;
}

.featured-rail-grid,
.featured-layout-catalog-wall {
    display: grid !important;
    gap: 1.25rem !important;
    align-items: stretch !important;
}

.featured-rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.featured-layout-catalog-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.featured-rail-item,
.featured-wall-item,
.featured-products .row > [class*="col-"],
.all-products .row > [class*="col-"],
.products-grid > [class*="col-"],
.support-related-section .row > [class*="col-"] {
    min-width: 0 !important;
    display: flex !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal),
.all-products .popo2c03-card,
.products-grid .popo2c03-card,
.support-related-section .popo2c03-card,
.featured-layout-editorial-rail .popo2c03-card,
.featured-layout-catalog-wall .popo2c03-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .row,
.all-products .popo2c03-card:not(.popo2c03-card-horizontal) .row,
.products-grid .popo2c03-card:not(.popo2c03-card-horizontal) .row,
.support-related-section .popo2c03-card:not(.popo2c03-card-horizontal) .row {
    display: block !important;
    margin: 0 !important;
    height: auto !important;
    min-width: 0 !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) [class*="col-"],
.all-products .popo2c03-card:not(.popo2c03-card-horizontal) [class*="col-"],
.products-grid .popo2c03-card:not(.popo2c03-card-horizontal) [class*="col-"],
.support-related-section .popo2c03-card:not(.popo2c03-card-horizontal) [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media,
.all-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media,
.products-grid .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media,
.support-related-section .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media {
    display: block !important;
    width: 100% !important;
    flex: 0 0 auto !important;
}

.featured-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame,
.all-products .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame,
.products-grid .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame,
.support-related-section .popo2c03-card:not(.popo2c03-card-horizontal) .popo2c03-media-frame {
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: var(--card-media-ratio, 4 / 3) !important;
}

.featured-products .popo2c03-card .popo2c03-pcontent,
.all-products .popo2c03-card .popo2c03-pcontent,
.products-grid .popo2c03-card .popo2c03-pcontent,
.support-related-section .popo2c03-card .popo2c03-pcontent {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    gap: 0.35rem !important;
}

.featured-products .popo2c03-card .popo2c03-pcontent h3,
.all-products .popo2c03-card .popo2c03-pcontent h3,
.products-grid .popo2c03-card .popo2c03-pcontent h3,
.support-related-section .popo2c03-card .popo2c03-pcontent h3 {
    min-height: calc(1.24em * 2) !important;
    margin-bottom: 0 !important;
    line-height: 1.24 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.featured-products .popo2c03-card .popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note),
.all-products .popo2c03-card .popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note),
.products-grid .popo2c03-card .popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note),
.support-related-section .popo2c03-card .popo2c03-pcontent > p:not(.price):not(.popo2c03-card-note) {
    min-height: calc(1.6em * 3) !important;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.featured-products .popo2c03-card .price,
.all-products .popo2c03-card .price,
.products-grid .popo2c03-card .price,
.support-related-section .popo2c03-card .price {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    min-height: 1.6em !important;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .popo2c03-topnav.popo2c03-nav,
    .hero-static-caption,
    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel,
    .hero-section .carousel-caption {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: var(--shadow-sm) !important;
    }

    .popo2c03-topnav.popo2c03-nav {
        background: rgba(255, 255, 255, 0.96) !important;
    }

    .hero-static-caption,
    .hero-section .carousel-caption {
        background: rgba(20, 24, 22, 0.92) !important;
    }

    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel {
        background: rgba(255, 255, 255, 0.96) !important;
    }
}

@media (max-width: 991.98px) {
    .featured-layout-editorial-rail,
    .featured-layout-catalog-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .featured-rail-intro {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 575.98px) {
    .featured-layout-editorial-rail,
    .featured-rail-grid,
    .featured-layout-catalog-wall {
        grid-template-columns: 1fr !important;
    }
}

@supports (-webkit-touch-callout: none) {
    html,
    body {
        background: var(--paper) !important;
        color: var(--ink) !important;
    }

    .popo2c03-topnav.popo2c03-nav {
        background: rgba(255, 255, 255, 0.98) !important;
        border-bottom: 1px solid rgba(20, 34, 28, 0.10) !important;
        box-shadow: 0 10px 24px rgba(20, 34, 28, 0.06) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        padding: 0.55rem 0 !important;
    }

    .popo2c03-topnav .container,
    .popo2c03-topnav .nav-shell,
    .popo2c03-topnav .navbar-collapse {
        min-width: 0 !important;
    }

    .popo2c03-topnav .nav-shell {
        display: flex !important;
        align-items: center !important;
        gap: 0.9rem !important;
    }

    .popo2c03-topnav .popo2c03-brand {
        font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.3rem) !important;
        max-width: 100% !important;
        line-height: 1.12 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        overflow-wrap: anywhere !important;
    }

    .popo2c03-topnav .navbar-nav {
        align-items: center !important;
        row-gap: 0.2rem !important;
    }

    .popo2c03-topnav .nav-link {
        font-size: 0.82rem !important;
        line-height: 1.2 !important;
        letter-spacing: 0.02em !important;
        text-transform: none !important;
        white-space: nowrap !important;
        max-width: none !important;
        padding: 0.45rem 0.55rem !important;
    }

    .popo2c03-btn {
        min-height: 2.55rem !important;
        padding: 0.5rem 0.85rem !important;
        box-shadow: 0 8px 20px rgba(20, 34, 28, 0.10) !important;
    }

    .hero-section,
    .hero-layout,
    .hero-layout-split,
    .hero-layout-framed {
        background: transparent !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    .hero-static-caption-wrap,
    .hero-static-caption-wrap-framed {
        position: static !important;
        inset: auto !important;
        display: block !important;
        padding: 0 0 1rem !important;
        max-width: none !important;
    }

    .hero-static-caption,
    .hero-static-caption-framed,
    .hero-layout-split .hero-static-caption-panel,
    .hero-section .carousel-caption {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 1rem !important;
        padding: 1.1rem 1.1rem 1.2rem !important;
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        color: var(--ink) !important;
        border: 1px solid rgba(20, 34, 28, 0.10) !important;
        border-radius: var(--radius) !important;
        box-shadow: var(--shadow-sm) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        text-align: left !important;
    }

    .hero-static-caption h1,
    .hero-static-caption h2,
    .hero-static-caption-framed h1,
    .hero-static-caption-framed h2,
    .hero-layout-split .hero-static-caption-panel h1,
    .hero-layout-split .hero-static-caption-panel h2,
    .hero-section .carousel-caption h1,
    .hero-section .carousel-caption h2 {
        color: var(--moss-deep) !important;
    }

    .hero-static-caption .section-eyebrow,
    .hero-static-caption-framed .section-eyebrow,
    .hero-layout-split .hero-static-caption-panel .section-eyebrow,
    .hero-section .carousel-caption .section-eyebrow {
        color: color-mix(in srgb, var(--moss-deep) 74%, var(--ink)) !important;
        opacity: 1 !important;
    }

    .hero-static-caption p,
    .hero-static-caption-framed p,
    .hero-layout-split .hero-static-caption-panel p,
    .hero-section .carousel-caption p {
        color: var(--ink) !important;
        opacity: 0.92 !important;
    }

    .hero-static-caption .section-intro,
    .hero-static-caption-framed .section-intro,
    .hero-layout-split .hero-static-caption-panel .section-intro,
    .hero-section .carousel-caption .section-intro {
        color: var(--ink) !important;
        opacity: 0.92 !important;
    }

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-carousel-shell,
    .hero-carousel-shell-split,
    .hero-carousel-shell-framed {
        max-height: none !important;
        border-radius: var(--radius) !important;
        box-shadow: var(--shadow-sm) !important;
        overflow: hidden !important;
    }

    .hero-section .carousel-item img {
        height: min(60vh, 560px) !important;
        max-height: min(60vh, 560px) !important;
        aspect-ratio: 16 / 10 !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .page-hero,
    .section-header,
    .content-panel,
    .info-panel,
    .checkout-order-panel,
    .checkout-form-panel,
    .support-visual-card,
    .support-related-card,
    .category-card,
    .popo2c03-card,
    .footer {
        box-shadow: var(--shadow-sm) !important;
    }

    .section-header h1,
    .section-header h2,
    .section-header h3,
    .page-hero h1,
    .page-hero h2 {
        letter-spacing: -0.02em !important;
        line-height: 1.08 !important;
    }

    .popo2c03-media,
    .category-card .img-fluid,
    .popo2c03-media-frame {
        background: #fff !important;
    }

    .popo2c03-media-frame {
        aspect-ratio: var(--card-media-ratio, 4 / 3) !important;
        border-radius: calc(var(--radius) - 0.2rem) !important;
    }

    .product-image,
    .product-image-editorial,
    .product-image-spec {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: clamp(20rem, 46vw, 38rem) !important;
        max-height: min(78vh, 54rem) !important;
        overflow: hidden !important;
    }

    .product-image img,
    .product-image-editorial img,
    .product-image-spec img {
        width: 100% !important;
        height: 100% !important;
        max-height: min(72vh, 50rem) !important;
        object-fit: contain !important;
        object-position: center !important;
        display: block !important;
    }

    .popo2c03-pcontent,
    .category-content {
        padding: 1.1rem 1.1rem 1.25rem !important;
    }

    .popo2c03-pcontent h3,
    .category-content h3,
    .category-content h2 {
        font-size: clamp(1.02rem, 0.98rem + 0.22vw, 1.2rem) !important;
        line-height: 1.18 !important;
    }

    .popo2c03-pcontent p,
    .category-content p,
    .section-intro,
    .content-panel p,
    .info-panel p {
        color: var(--ink) !important;
        opacity: 0.88 !important;
    }

    /* Stats band text is driven by variables; custom decks can switch contrast safely. */
    .stats-band-shell,
    .stats-band-shell h1,
    .stats-band-shell h2,
    .stats-band-shell h3,
    .stats-band-shell p,
    .stats-band-shell .section-eyebrow,
    .stats-band-shell .section-intro {
        color: var(--stats-band-ink, #f7f4ef) !important;
        -webkit-text-fill-color: var(--stats-band-ink, #f7f4ef) !important;
        opacity: 1 !important;
    }

    .stats-band-shell .stat-card,
    .stats-band-shell .stat-label {
        color: var(--stats-band-ink, #f7f4ef) !important;
        -webkit-text-fill-color: var(--stats-band-ink, #f7f4ef) !important;
        opacity: 1 !important;
    }

    .stats-band-shell .stat-detail {
        color: var(--stats-band-muted, rgba(247, 244, 239, 0.82)) !important;
        -webkit-text-fill-color: var(--stats-band-muted, rgba(247, 244, 239, 0.82)) !important;
        opacity: 1 !important;
    }
    /* Footer styling intentionally left to theme/extra_css — was forcing same
       paper gradient on every storefront. */
}

/* ---- color-mix() fallback: carousel controls & hero caption ---------------
   Browsers/Safari that don't support color-mix() leave the second declaration
   as invalid and keep the first (rgba) value, which is always readable.  */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: rgba(20, 24, 22, 0.80) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
}

@supports (color: color-mix(in srgb, #000 50%, transparent)) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background: color-mix(in srgb, var(--ink) 76%, transparent) !important;
    }
}

/* ---- hero custom shells: ensure position context for absolute board -------
   Cursor often creates .hero-marquee-shell / .hero-*-shell containers that
   hold an absolutely-positioned caption board.  Without position:relative the
   board escapes to the wrong ancestor in Safari.  */
.hero-marquee-shell,
.hero-split-board-shell,
.hero-carousel-shell,
.hero-layout-shell,
[class*="hero-"][class*="-shell"] {
    position: relative !important;
}

/* ---- hero carousel height cap: GPU + static fallback ----------------------
   max-height: none overrides must not win; cover all known carousel wrappers. */
.hero-section .carousel-item img,
.hero-marquee-img,
.hero-split-board .carousel-item img,
.hero-layout-split .carousel-item img {
    max-height: 38rem !important;
    height: auto !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

/* Cursor sometimes sets max-height: none on custom carousel containers;
   override it so the image cap above can take effect.                   */
[class*="hero-"] .carousel,
[class*="hero-"] #heroCarousel {
    max-height: 42rem !important;
    overflow: hidden !important;
}

/* ---- hero board / caption: GPU layer for smooth overlay painting -------- */
.hero-marquee-board,
.hero-split-board-caption,
.hero-static-caption-wrap,
[class*="hero-"][class*="-board"],
[class*="hero-"][class*="-caption"] {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

/* ---- hero caption: ensure readable text regardless of backdrop-filter -----
   If backdrop-filter / color-mix both work, the !important styles below
   still apply — they are safe for any scenario.                             */
.hero-static-caption,
.hero-static-caption-framed,
.hero-split-board-copy .hero-static-caption,
.hero-layout-split .hero-static-caption-panel,
.hero-section .carousel-caption {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) h1,
.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) h2,
.hero-section .carousel-caption h1,
.hero-section .carousel-caption h2 {
    color: #f8f6f0 !important;
    -webkit-text-fill-color: #f8f6f0 !important;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) p,
.hero-section .carousel-caption p {
    color: #e0ddd6 !important;
    -webkit-text-fill-color: #e0ddd6 !important;
}

.hero-static-caption:not(.hero-static-caption-panel):not(.hero-static-caption-framed) .section-eyebrow,
.hero-section .carousel-caption .section-eyebrow {
    color: rgba(240, 236, 228, 0.88) !important;
    -webkit-text-fill-color: rgba(240, 236, 228, 0.88) !important;
    opacity: 1 !important;
}

.hero-layout-split .hero-static-caption-panel h1,
.hero-layout-split .hero-static-caption-panel h2,
.hero-static-caption-framed h1,
.hero-static-caption-framed h2 {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: var(--moss-deep) !important;
}

.hero-layout-split .hero-static-caption-panel p,
.hero-static-caption-framed p {
    color: var(--ink) !important;
    -webkit-text-fill-color: var(--ink) !important;
    opacity: 0.92 !important;
}

.hero-layout-split .hero-static-caption-panel .section-eyebrow,
.hero-static-caption-framed .section-eyebrow {
    color: var(--copper) !important;
    -webkit-text-fill-color: var(--copper) !important;
    opacity: 1 !important;
}

/* ---- split-board hero: light panel copy contrast fix ----------------------
   When caption is on a light surface (not dark overlay), ensure text is dark  */
.hero-split-board-copy {
    color: var(--ink) !important;
}

.hero-split-board-copy h1,
.hero-split-board-copy h2,
.hero-split-board-copy .hero-split-eyebrow {
    color: var(--moss-deep) !important;
    -webkit-text-fill-color: var(--moss-deep) !important;
}

.hero-split-board-copy p,
.hero-split-board-copy .hero-split-lead {
    color: var(--ink) !important;
    -webkit-text-fill-color: var(--ink) !important;
    opacity: 0.88 !important;
}

/* ---- nav: force GPU compositing to prevent Safari nav flicker  ----------- */
.popo2c03-topnav,
.popo2c03-nav {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

/* ---- offcanvas backdrop: Safari needs -webkit- prefix -------------------- */
.offcanvas-backdrop {
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
}

/* ---- cookie consent banner: theme-aware translucent glass ---- */
.cookie-consent,
[class*="cookie-consent"],
[id*="Popo2c03Consent"],
[id*="cookie-consent"] {
    background-color: var(--theme-paper-rgb-82, color-mix(in srgb, var(--paper, #f6f2ea) 82%, transparent)) !important;
    background-image:
        linear-gradient(135deg,
            var(--theme-paper-rgb-82, color-mix(in srgb, var(--paper, #f6f2ea) 82%, transparent)),
            var(--theme-paper-deep-rgb-76, color-mix(in srgb, var(--paper-deep, #e8e2d4) 76%, transparent)),
            var(--theme-copper-rgb-20, color-mix(in srgb, var(--copper, #b06d3c) 20%, transparent))) !important;
    border-color: color-mix(in srgb, var(--moss, #2f5d4a) 24%, transparent) !important;
    color: var(--ink, #14221c) !important;
    -webkit-text-fill-color: var(--ink, #14221c) !important;
    backdrop-filter: blur(22px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(145%) !important;
}

.cookie-consent p,
.cookie-consent span,
.cookie-consent label,
[class*="cookie-consent"] p,
[class*="cookie-consent"] span {
    color: var(--ink, #14221c) !important;
    -webkit-text-fill-color: var(--ink, #14221c) !important;
}

.cookie-consent a,
[class*="cookie-consent"] a {
    color: color-mix(in srgb, var(--copper-hot, #dd6b20) 82%, var(--moss-deep, #1c3d30)) !important;
    -webkit-text-fill-color: currentColor !important;
}
/*x7b2q:e*/

/*p4s:mc*/
@media (max-width: 991.98px) {
    .navbar-collapse:not(.show) { display: none !important; }
    .navbar-collapse.show        { display: block !important; }
}

/*p5s:hc*/
.popo2c03-card-horizontal .popo2c03-media,
[class*='-card-horizontal'] [class*='-media'] {
    width: auto !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

/*p6b:s*/
[class*='showcase-mosaic'] [class*='mosaic-lead'] .popo2c03-pcontent,
[class*='showcase-mosaic'] [class*='mosaic-lead'] [class*='pcontent'] {
    max-height: none !important;
    overflow: visible !important;
}
[class*='showcase-mosaic'] [class*='mosaic-lead'] [class*='pcontent'] > p:not(.price):not([class*='card-note']) {
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
}
[class*='showcase-mosaic'] .popo2c03-card,
[class*='showcase-mosaic'] [class*='card'] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

@media (min-width: 992px) {
    [class*='showcase'] [class*='showcase-mosaic'] {
        display: grid !important;
        grid-template-columns: minmax(240px, 1.12fr) minmax(220px, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        grid-template-areas:
            "lead a"
            "lead b"
            "board board" !important;
        gap: clamp(1rem, 2vw, 1.35rem) !important;
        align-items: stretch !important;
    }
    [class*='showcase'] [class*='mosaic-lead'] {
        grid-area: lead !important;
        grid-column: auto !important;
        grid-row: auto !important;
        min-width: 0 !important;
    }
    [class*='showcase'] [class*='mosaic-tile--a'],
    [class*='showcase'] [class*='mosaic-tile']:nth-child(2) {
        grid-area: a !important;
        min-width: 0 !important;
    }
    [class*='showcase'] [class*='mosaic-tile--b'],
    [class*='showcase'] [class*='mosaic-tile']:nth-child(3) {
        grid-area: b !important;
        min-width: 0 !important;
    }
    [class*='showcase'] [class*='mosaic-board'] {
        grid-area: board !important;
        grid-column: auto !important;
        grid-row: auto !important;
        min-width: 0 !important;
    }
}
@media (min-width: 1200px) {
    [class*='showcase'] [class*='showcase-mosaic'] {
        grid-template-columns: minmax(260px, 1.12fr) minmax(220px, 0.88fr) minmax(220px, 0.88fr) !important;
        grid-template-rows: auto auto !important;
        grid-template-areas:
            "lead a b"
            "board board board" !important;
    }
}
/*p6b:e*/


/* VALIK_PREVIEW_ASSET_AND_BOTTOM_GAP_FIX: asset query binding + no footer void */
html, body { min-height: auto !important; }
body { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.footer, footer, .site-footer, .footer-shell { margin-bottom: 0 !important; }
.cookie-settings-button, .cookie-settings, #cookie-settings, #cookieSettings, .cookie-preferences-button,
button[aria-label*="Cookie"], button[class*="cookie" i] {
    position: fixed !important;
    right: max(1rem, env(safe-area-inset-right)) !important;
    bottom: max(1rem, env(safe-area-inset-bottom)) !important;
    z-index: 1060 !important;
}


/* VALIK_REAL_IMAGES_RESTORE_20260709: do not replace generated photos with decorative stripe placeholders. */
.popo2c03-media img,
.category-card > img,
.support-visual-media img,
.product-image img,
.ff-fdad46073b17-lead-crop img,
.ff-fdad46073b17-lane-card > img,
.ff-fdad46073b17-side-crop img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}
.popo2c03-media::before,
.category-card::before,
.support-visual-media::before,
.product-image::before,
.ff-fdad46073b17-lead-crop::before,
.ff-fdad46073b17-lane-card::before,
.ff-fdad46073b17-side-crop::before {
    display: none !important;
    content: none !important;
    background: none !important;
}
.popo2c03-media,
.ff-fdad46073b17-stock-media,
.popo2c03-media-frame {
    background: #ffffff !important;
}
.popo2c03-media-frame img,
.popo2c03-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
