:root {
    --ink: #1c1c1c;
    --muted: #5f5f5b;
    --paper: #ffffff;
    --paper-2: #f4f3ef;
    --white: #ffffff;
    --sage: #4a5c52;
    --sage-d: #3d4d44;
    --sale: #1f9d55;
    --sale-d: #187a42;
    --sand: #e4e3b0;
    --mist: #ece6d4;
    --brass: #6d756f;
    --brass-d: #4a5c52;
    --line: rgba(28, 28, 28, .1);
    --shadow: 0 8px 24px rgba(28, 28, 28, .08);
    --shadow-sm: 0 2px 10px rgba(28, 28, 28, .05);
    --sans: "DM Sans", system-ui, sans-serif;
    --serif: "DM Sans", system-ui, sans-serif;
    /* Overskrifter kører på logoets skrift, så sidens stemme er den samme hele vejen. */
    --display: "Outfit", "DM Sans", system-ui, sans-serif;
    --pad: 6vw;
    --edge: var(--pad);
    --radius: 10px;
    --pill: 999px;
    --space-section: 2.6rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    overflow-wrap: break-word;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.15; margin: 0 0 .4em; letter-spacing: -.03em; }
h1 { font-size: clamp(2.2rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
h3 { font-size: 1.12rem; font-weight: 600; letter-spacing: -.02em; }
.hero-copy h1 { font-size: clamp(2.2rem, 5vw, 4.1rem); }
.page-hero h1,
.product-info h1 {
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.22;
    letter-spacing: -.025em;
    margin: 0 0 .5rem;
    font-weight: 700;
}
.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; background: #000; color: #fff; padding: .5rem 1rem; z-index: 80; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.btn:focus-visible, .search button:focus-visible { outline-offset: 2px; }

.site-header {
    position: sticky; top: 0; z-index: 70;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}
.site-header .nav { background: var(--white); }
.bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: .6rem 1rem;
    background: var(--sage); color: #fff;
    font-size: .84rem; letter-spacing: 0; text-transform: none; font-weight: 500;
    padding: .5rem var(--edge);
}
.bar p { margin: 0; text-align: center; }
.bar-links {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: .2rem .95rem;
}
.bar-links a {
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
}
.bar-partner { font-weight: 500; opacity: .92; }
.bar-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.nav-drawer-foot { display: none; }
.masthead {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1.05rem var(--edge);
}
.masthead-aside {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    justify-self: start;
    min-width: 0;
    padding: .28rem .9rem .28rem .28rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--paper-2);
    color: var(--ink);
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    transition: border-color .15s ease, background .15s ease;
}
.masthead-aside:hover {
    background: #fff;
    border-color: rgba(28, 28, 28, .18);
}
.masthead-promo { padding: .3rem .95rem .3rem .32rem; gap: .5rem; }
.masthead-promo-icon {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--sage);
    color: var(--sand);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.masthead-promo-icon svg { width: 1rem; height: 1rem; }
.masthead-promo-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.logo { display: flex; align-items: center; justify-self: center; color: inherit; flex-shrink: 0; }
.logo-mark {
    --logo: "Outfit", var(--sans);
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    color: inherit;
    line-height: 1;
    font-family: var(--logo);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo-thin,
.logo-heavy {
    font-family: inherit;
    font-size: 1.62rem;
    line-height: .72;
    text-transform: uppercase;
}
.logo-thin {
    display: flex;
    justify-content: space-between;
    font-weight: 200;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
}
.logo-thin span { display: block; }
.logo-heavy {
    display: block;
    font-weight: 800;
    letter-spacing: -.045em;
    margin-top: -.14em;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.masthead-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    justify-self: end;
    min-width: 0;
}
.search-wrap {
    position: relative;
    width: min(100%, 28rem);
}
.search {
    display: flex; border: 1px solid var(--line); background: var(--white);
    border-radius: 999px; overflow: hidden; width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.search:focus-within { border-color: rgba(26, 23, 20, .28); box-shadow: var(--shadow-sm); }
.search-suggest {
    position: absolute; left: auto; right: 0; top: calc(100% + .45rem);
    width: min(34rem, calc(100vw - 2.4rem));
    min-width: 100%;
    background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow);
    border-radius: 14px; z-index: 90; overflow: hidden; max-height: min(70vh, 440px); overflow-y: auto;
}
.search-suggest[hidden] { display: none !important; }
.search-suggest a, .search-suggest .search-empty {
    display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: .85rem; align-items: center;
    padding: .62rem .9rem; border-bottom: 1px solid var(--line);
}
.search-suggest a:last-child, .search-suggest .search-empty { border-bottom: 0; }
.search-suggest a:hover, .search-suggest a.is-active { background: var(--paper); }
.search-suggest img {
    width: 48px; height: 48px; object-fit: contain; background: #fff;
    border: 1px solid var(--line); border-radius: 8px;
}
.search-hit-copy { min-width: 0; display: grid; gap: .08rem; }
.search-suggest strong {
    display: block; font-size: .9rem; font-weight: 600; line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-suggest small {
    color: var(--muted); font-size: .78rem; line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-suggest .price {
    font-family: var(--sans); font-size: .88rem; font-weight: 600;
    white-space: nowrap; color: var(--ink); letter-spacing: -.01em;
}
.search-suggest .search-empty { grid-template-columns: 1fr; color: var(--muted); }
.search-suggest .search-more {
    grid-template-columns: 1fr; font-size: .84rem; font-weight: 600;
    letter-spacing: 0; color: var(--sage-d);
}
.search input { border: 0; background: transparent; padding: .6rem 1rem; width: 100%; font: inherit; outline: none; min-width: 0; }
.search button { border: 0; background: transparent; padding: 0 .95rem; cursor: pointer; color: var(--ink); display: grid; place-items: center; }
.nav-search { display: none; }
.nav .search-wrap { display: none; }
.menu-btn {
    display: none; align-items: center; gap: .55rem;
    border: 1px solid var(--ink); background: transparent;
    padding: .45rem .75rem; font: inherit; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem;
}
.menu-btn-lines { width: 16px; height: 12px; display: grid; align-content: space-between; }
.menu-btn-lines i { display: block; height: 1.5px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
body.nav-open .menu-btn-lines i:nth-child(1) { transform: translateY(5.25px) rotate(45deg); }
body.nav-open .menu-btn-lines i:nth-child(2) { opacity: 0; }
body.nav-open .menu-btn-lines i:nth-child(3) { transform: translateY(-5.25px) rotate(-45deg); }

.nav-overlay {
    position: fixed; inset: 0; background: rgba(28, 25, 22, .46); z-index: 60;
}
.nav-overlay[hidden] { display: none !important; }
.nav { border-top: 1px solid var(--line); position: relative; z-index: 50; }
.nav-drawer-head { display: none; }
.nav-groups {
    display: flex; align-items: stretch; justify-content: space-between;
    flex-wrap: nowrap; gap: 1.2rem 1.6rem; padding: 0 var(--pad);
}
.nav-group:first-child { min-width: 0; flex: 1 1 auto; }
.nav-group-end { flex: 0 0 auto; }
.nav-kicker { display: none; }
.nav-links { display: flex; flex-wrap: nowrap; align-items: stretch; }
.nav-label-short { display: none; }
.nav-links > a,
.nav-item > .nav-parent {
    position: relative; padding: 1.05rem .58rem; font-size: .8rem;
    letter-spacing: .02em; color: var(--muted); white-space: nowrap;
    transition: color .18s ease;
    border: 0; background: none; font: inherit; cursor: pointer;
}
.nav-links > a:hover,
.nav-item > .nav-parent:hover { color: var(--ink); }
.nav-links > a.is-active,
.nav-item.is-current > .nav-parent,
.nav-item > .nav-parent.is-active { color: var(--ink); }
.nav-links > a.is-active::after,
.nav-item.is-current > .nav-parent::after {
    content: ""; position: absolute; left: 1.15rem; right: 1.15rem; bottom: 0;
    height: 2px; background: var(--ink);
}
.nav-item.has-sub {
    position: relative;
    display: flex;
    align-items: stretch;
}
.nav-item.has-sub > .nav-parent { padding-right: .35rem; }
.nav-item.has-sub > span.nav-sub-toggle { pointer-events: none; }
.nav-item.is-current > .nav-parent::after { right: .2rem; }
.nav-sub-toggle {
    display: grid; place-items: center;
    border: 0; background: none; color: var(--muted);
    padding: 0 1rem 0 .15rem; cursor: pointer; font: inherit;
    transition: color .18s ease, transform .18s ease;
}
.nav-sub-toggle svg { display: block; transition: transform .18s ease; }
.nav-item:hover > .nav-sub-toggle,
.nav-item:focus-within > .nav-sub-toggle,
.nav-item.is-current > .nav-sub-toggle { color: var(--ink); }
.nav-sub {
    position: absolute; top: calc(100% - 1px); left: 0; right: auto; min-width: 15.5rem;
    padding: 0; background: var(--white);
    border: 1px solid var(--line); border-radius: 22px;
    box-shadow: 0 22px 50px rgba(28, 28, 28, .14);
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(.45rem);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 90;
    overflow: hidden;
}
.nav-sub::before {
    content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 14px;
}
.nav-item:hover > .nav-sub,
.nav-item:focus-within > .nav-sub,
.nav-item.is-open > .nav-sub {
    opacity: 1; visibility: visible; pointer-events: auto; transform: none;
}
.nav-mega {
    display: grid;
    grid-template-columns: minmax(20rem, 24rem) max-content;
    width: max-content;
    max-width: min(56rem, calc(100vw - 2.4rem));
}
.nav-mega-wide {
    grid-template-columns: minmax(18rem, 22rem) minmax(0, 1fr);
    width: min(76rem, calc(100vw - 2rem));
    max-width: min(76rem, calc(100vw - 2rem));
}
.nav-mega-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.2rem, 1fr));
    gap: 0;
    padding: 0;
}
.nav-mega-col {
    padding: 1.2rem 1.15rem 1.3rem;
    border-left: 1px solid rgba(28, 28, 28, .08);
    min-width: 0;
}
.nav-mega-col:first-child { border-left: 0; }
.nav-mega-col.is-flat {
    border-left: 0;
    padding: 0;
}
.nav-mega-col-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .35rem;
    margin: 0 0 .7rem;
}
.nav-mega-heading-link {
    margin: 0;
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink);
    padding: 0 !important;
    display: inline-block;
    white-space: normal;
}
.nav-mega-heading-link:hover,
.nav-mega-heading-link:focus-visible { background: none; }
.nav-col-toggle { display: none; }
.nav-mega-cta {
    background: var(--sage-d);
    color: #f3f1ea;
    padding: 1.35rem 1.3rem 1.45rem;
    display: grid;
    align-content: start;
    gap: .4rem;
}
.nav-mega-kicker {
    margin: 0;
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(243, 241, 234, .62);
}
.nav-mega-cta strong {
    font-size: 1.22rem;
    letter-spacing: -.03em;
    line-height: 1.2;
    overflow-wrap: break-word;
}
.nav-mega-cta p:not(.nav-mega-kicker) {
    margin: 0;
    font-size: .88rem;
    line-height: 1.5;
    color: rgba(243, 241, 234, .78);
    overflow-wrap: break-word;
}
.nav-mega-btn {
    margin-top: .55rem;
    justify-self: stretch;
    min-height: 2.35rem;
    padding: .55rem 1rem;
    font-size: .84rem;
}
.nav-sub a.nav-mega-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    max-width: 100%;
    height: auto;
    padding: .55rem 1rem;
}
.nav-sub a.nav-mega-btn:hover,
.nav-sub a.nav-mega-btn:focus-visible {
    background: #fff;
    color: var(--sage-d);
}
.nav-mega-links {
    background: #f3f1ea;
    padding: 1.2rem 1.15rem 1.3rem;
}
.nav-mega-heading {
    margin: 0 0 .7rem;
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}
.nav-mega-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    max-width: 24rem;
}
.nav-mega-chip {
    display: flex !important;
    align-items: center;
    gap: .55rem;
    flex: 0 1 auto;
    min-width: 9.6rem;
    min-height: 2.7rem;
    padding: .55rem .9rem !important;
    border-radius: var(--pill);
    background: rgba(255, 255, 255, .78);
    color: var(--ink);
    font-size: .9rem !important;
    font-weight: 550;
    letter-spacing: 0;
    white-space: nowrap;
    transition: background .16s ease, color .16s ease;
}
.nav-mega-chip .nav-ico { flex-shrink: 0; color: var(--sage); }
.nav-mega-chip:hover,
.nav-mega-chip:focus-visible { background: #fff; }
.nav-mega-chip.is-active { background: var(--ink); color: #fff; }
.nav-mega-chip.is-active .nav-ico { color: var(--sand); }
.nav-sub a {
    display: block; padding: .72rem 1.15rem; font-size: .92rem; color: var(--ink);
    letter-spacing: 0; white-space: nowrap;
}
.nav-sub a:hover,
.nav-sub a:focus-visible { background: var(--paper-2); }
.nav-sub a.is-active { font-weight: 650; }
.nav-sub .nav-mega-chip:hover,
.nav-sub .nav-mega-chip:focus-visible { background: #fff; }
.nav-sub .nav-mega-chip.is-active { background: var(--ink); color: #fff; font-weight: 550; }
@media (min-width: 1081px) {
    .nav-mega-all { display: none !important; }
}
.nav-group-end .nav-links a { font-weight: 500; padding-left: .55rem; padding-right: .55rem; font-size: .78rem; }
.subcat-nav {
    display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.15rem 0 0;
}
.subcat-nav a {
    display: inline-flex; align-items: center; min-height: 2.35rem;
    padding: .4rem 1rem; border: 1px solid var(--line); border-radius: var(--pill);
    background: var(--white); color: var(--muted); font-size: .88rem; font-weight: 550;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.subcat-nav a:hover { color: var(--ink); border-color: rgba(28, 28, 28, .22); }
.subcat-nav a.is-active {
    background: var(--ink); color: #fff; border-color: var(--ink);
}

html { overflow-x: clip; }
body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
}
main { flex: 1 0 auto; min-height: 0; }
.hero { padding: 0; display: block; }
.eyebrow { display: none; }
.card-brand, .product-brand {
    margin: 0 0 .35rem; font-size: .82rem; color: var(--muted); letter-spacing: .02em;
}
.lead { font-size: 1.08rem; color: var(--muted); max-width: 40rem; line-height: 1.55; }
.hero-actions { display: flex; gap: .7rem; margin-top: 1.6rem; flex-wrap: wrap; justify-content: center; }
.hero-visual {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.hero-visual img { width: 100%; height: 64vh; min-height: 420px; object-fit: cover; }
.hero-visual::after {
    content: "";
    position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(28, 36, 32, .28) 0%, rgba(28, 36, 32, .5) 100%);
}
.hero-copy {
    position: absolute; inset: 0; z-index: 1;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    text-align: center; padding: 4.5rem var(--edge) 4rem; color: #fff;
}
.hero-copy h1 { color: #fff; max-width: 18ch; }
.hero-copy .lead { color: rgba(255, 255, 255, .92); max-width: 36rem; }
.hero-float { display: none; }
.hero-extra { color: rgba(255, 255, 255, .82); max-width: 34rem; margin: .2rem 0 0; font-size: .98rem; }
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: .85rem 1.55rem; border-radius: var(--pill); font-size: .92rem; font-weight: 600;
    letter-spacing: 0; border: 1px solid transparent; cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-sand { background: var(--sand); color: var(--ink); }
.btn-sand:hover { background: #eeeebd; }
.btn-mist { background: var(--mist); color: var(--ink); }
.btn-mist:hover { background: #f4f0e4; }
.btn-ghost { border-color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.85); color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--sage-d); }
.btn-xl { width: 100%; max-width: 360px; padding: 1.05rem 1.5rem; font-size: 1rem; }

.section { padding: var(--space-section) var(--edge); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.5rem; }
.section-head a { font-size: .9rem; border-bottom: 1px solid var(--ink); padding-bottom: .08rem; }

.trust {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem 1.5rem;
    margin: 0 var(--edge); padding: var(--space-section) 0;
    border-bottom: 1px solid var(--line);
}
.trust div { padding: 0; border: 0; text-align: center; }
.trust-icon {
    display: grid; place-items: center; margin: 0 auto .85rem;
    width: 2.2rem; height: 2.2rem; color: var(--ink);
}
.trust-icon svg { width: 100%; height: 100%; }
.trust strong { display: block; font-family: var(--sans); font-size: 1.02rem; font-weight: 700; letter-spacing: -.02em; }
.trust span { color: var(--muted); font-size: .88rem; }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.cat-tile {
    background: var(--white); padding: 1.4rem 1.2rem; border: 1px solid var(--line);
    display: flex; flex-direction: column; min-height: 120px; justify-content: space-between;
    transition: none;
}
.cat-tile:hover { transform: none; box-shadow: none; }
.cat-grid.visual { gap: .9rem; }
.cat-tile.visual {
    padding: 0; min-height: 0; overflow: hidden; position: relative;
    border-radius: var(--radius); box-shadow: none;
}
.cat-tile.visual::after {
    content: "";
    position: absolute; inset: 0;
    background: rgba(28, 25, 22, 0);
    transition: background .45s ease;
    pointer-events: none;
}
.cat-tile.visual img {
    width: 100%; height: 230px; object-fit: cover;
    transform: scale(1.001);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.cat-label {
    position: absolute; left: 0; right: 0; bottom: 0; padding: .9rem 1rem;
    background: linear-gradient(transparent, rgba(20, 16, 12, .72)); color: #fff;
    z-index: 1;
}
.cat-label small { color: rgba(255, 255, 255, .85); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
    max-width: 100%;
}
.card {
    background: var(--white); display: flex; flex-direction: column;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: none;
}
.card:hover { box-shadow: none; transform: none; }
.card-media { position: relative; background: var(--paper-2); aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); }
.card-media img {
    width: 100%; height: 100%; max-width: none; object-fit: cover;
    transform: scale(1.001);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
/* Andet billede. Ligger ovenpå og hentes først ved hover, se shop.js. */
.card-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
}
.card-flags {
    position: absolute; top: .85rem; left: .85rem; z-index: 2;
    display: grid; gap: .35rem; justify-items: start;
}
.card-flags .badge { position: static; }
.badge { position: absolute; top: .85rem; left: .85rem; z-index: 2; background: var(--sand); color: var(--ink); font-size: .72rem; font-weight: 650; letter-spacing: .02em; text-transform: none; padding: .32rem .7rem; border-radius: var(--pill); box-shadow: 0 6px 16px rgba(20, 28, 24, .12); }
.badge-quiet { background: var(--white); color: var(--ink); }
.badge-sale,
.sale-flag {
    display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center;
    gap: .12rem;
    padding: .42rem .7rem .4rem;
    background: var(--sale);
    color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(31, 157, 85, .28);
    letter-spacing: 0;
    font-variant-numeric: lining-nums tabular-nums;
    line-height: 1;
}
.sale-flag-label {
    font-size: .58rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; color: rgba(255, 255, 255, .88); line-height: 1;
}
.sale-flag-pct,
.badge-sale {
    font-family: var(--display); font-size: 1.02rem; font-weight: 700;
    letter-spacing: -.03em; line-height: 1; color: #fff;
}
.badge-sale {
    font-size: .95rem;
    padding: .48rem .78rem;
}
.sale-flag-lg,
.badge-sale-lg {
    gap: .18rem;
    padding: .7rem .9rem .66rem;
    border-radius: 12px;
}
.sale-flag-lg .sale-flag-label { font-size: .64rem; letter-spacing: .18em; }
.sale-flag-lg .sale-flag-pct,
.badge-sale-lg { font-size: 1.65rem; font-weight: 650; }
.sale-chip {
    display: inline-flex; align-items: center;
    padding: 0; border-radius: 0;
    background: transparent; color: var(--sage-d);
    font-size: .8rem; font-weight: 500; letter-spacing: .04em;
    white-space: nowrap;
}
.price-row.is-sale strong { color: var(--ink); }
.card.is-sale .price-row strong { color: var(--ink); }
.card-body { padding: 1rem 0 1.15rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.card-body h3 { font-size: 1.05rem; font-weight: 650; }
.card-body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.price-row { display: flex; flex-wrap: wrap; gap: .25rem .65rem; align-items: baseline; margin: .2rem 0 .6rem; }
.price-row s { color: var(--muted); font-weight: 400; text-decoration-thickness: 1px; text-decoration-color: rgba(28, 28, 28, .35); }
.price-row.large {
    display: flex; flex-direction: column; align-items: flex-start;
    gap: .28rem; margin: .15rem 0 .85rem;
}
.price-row.large .price-now {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem .8rem;
}
.price-row.large strong {
    font-size: 1.7rem; font-family: var(--display); font-weight: 500;
    letter-spacing: -.04em; line-height: 1;
}
.price-row.large s { font-size: .95rem; }
.price-row.large.is-sale .price-now strong { font-size: 1.85rem; }
.price-row.large .sale-save,
.price-row.large .sale-line {
    margin: .2rem 0 0;
    font-size: .82rem; font-weight: 550;
    letter-spacing: .02em; color: var(--ink);
}
.sale-line {
    display: inline-flex; align-items: center; flex-wrap: wrap; gap: .45rem .7rem;
    padding: .48rem .85rem;
    background: #e8f7ee;
    color: var(--sale-d);
    border-radius: 8px;
}
.sale-line span {
    font-family: var(--display); font-size: .98rem; font-weight: 700;
    letter-spacing: -.03em; color: var(--sale-d);
}
.card .btn { margin-top: auto; }

.how {
    margin: 0;
    padding: 0 0 var(--space-section);
    background: transparent; color: inherit;
    border-radius: 0;
    box-shadow: none;
}
.split-promo {
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 0; margin-bottom: 2.8rem;
}
.split-promo-copy {
    background: var(--sage); color: #fff;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 3.2rem 10%; text-align: center; gap: .85rem;
}
.split-kicker { margin: 0; font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.78); }
.split-promo-copy h2 { color: #fff; max-width: 16ch; margin: 0 auto; line-height: 1.2; }
.split-promo-copy p { color: rgba(255,255,255,.88); margin: 0 auto; max-width: 34rem; line-height: 1.65; }
.split-promo-copy .btn { align-self: center; margin-top: .35rem; }
.split-promo-visual { overflow: hidden; background: var(--paper-2); min-height: 100%; }
.split-promo-visual img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; }
.how-head { display: none; }
.how-grid {
    list-style: none; margin: 0 var(--edge); padding: 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
}
.how-grid li {
    background: transparent;
    border: 0;
    padding: .4rem 0 0;
    text-align: center;
}
.how-num {
    display: grid; place-items: center; margin: 0 auto .7rem;
    width: 1.85rem; height: 1.85rem; border: 1.5px solid var(--ink);
    border-radius: 50%; font-family: var(--sans); font-size: .82rem; font-weight: 650; color: var(--ink);
}
.how-grid h3 { margin: 0 0 .4rem; }
.how-grid p { margin: 0; color: var(--muted); }
.how-bar { display: none; }
.how-cta { display: none; }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.room-grid a {
    position: relative; overflow: hidden; min-height: 240px; background: var(--paper-2);
    border-radius: var(--radius); box-shadow: none;
}
.room-grid img {
    width: 100%; height: 280px; object-fit: cover;
    transform: scale(1.001);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.room-grid span {
    position: absolute; left: 1rem; bottom: 1rem;
    background: var(--white); padding: .5rem .9rem;
    font-family: var(--sans); font-size: .95rem; font-weight: 650;
    border-radius: var(--pill); box-shadow: none;
}

.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.faq-grid article {
    background: transparent; padding: 0 0 .4rem;
    border: 0; border-radius: 0; box-shadow: none;
}
.faq-grid p { color: var(--muted); margin: 0; }

/* Bahne-style inset promo: 50/50, ~400px, text group vertically centered. */
.trades {
    padding-top: var(--space-section);
    padding-bottom: var(--space-section);
}
.trades-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    height: 25.5rem;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(28, 28, 28, .07);
    background: var(--sage);
    color: #fff;
}
.trades-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    padding: 3.75rem 4rem;
    background: var(--sage);
    text-align: left;
    min-width: 0;
}
.trades-copy-inner {
    max-width: 28rem;
}
.trades-band h2 {
    color: #fff;
    margin: 0;
    font-family: var(--display);
    font-weight: 650;
    letter-spacing: -.02em;
    font-size: clamp(1.55rem, 2.05vw, 2rem);
    line-height: 1.22;
    text-align: left;
}
.trades-intro {
    margin: .7rem 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 1.02rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}
.trades-cta {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin: 1.7rem 0 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font: inherit;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: .01em;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
}
.trades-cta:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    background: none;
}
.trades-cta-arrow {
    display: inline-block;
    transition: transform .18s ease;
}
.trades-cta:hover .trades-cta-arrow {
    transform: translateX(3px);
}
.trades-visual {
    position: relative;
    overflow: hidden;
    background: var(--paper-2);
    align-self: stretch;
    min-height: 0;
    min-width: 0;
}
.trades-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.partner-home { padding-top: var(--space-section); padding-bottom: var(--space-section); }
.partner-home-band {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--paper-2);
}
.partner-home-copy {
    padding: clamp(2rem, 3.6vw, 3.2rem) clamp(1.6rem, 3.4vw, 3rem);
    min-width: 0;
}
.partner-home-kicker {
    margin: 0 0 .7rem;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage);
}
.partner-home-band h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.2vw, 2.05rem);
    letter-spacing: -.03em;
    line-height: 1.2;
}
.partner-home-intro {
    margin: .7rem 0 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.6;
}
.partner-home-list {
    list-style: none;
    margin: 1.35rem 0 1.5rem;
    padding: 0;
    border-top: 1px solid var(--line);
}
.partner-home-list a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
}
.partner-home-list a span:first-child {
    display: grid;
    gap: .18rem;
    min-width: 0;
}
.partner-home-list strong {
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -.02em;
}
.partner-home-list a span span {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.45;
}
.partner-home-arrow {
    color: var(--sage);
    flex: 0 0 auto;
    margin-top: .15rem;
    transition: transform .18s ease;
}
.partner-home-list a:hover .partner-home-arrow {
    transform: translateX(3px);
}
.partner-home-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 600;
    letter-spacing: -.01em;
    border-bottom: 1px solid var(--ink);
    padding-bottom: .12rem;
}
.partner-home-note {
    margin: .85rem 0 0;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.45;
    max-width: 34rem;
}
.partner-home-visual {
    min-height: 0;
    background: var(--mist);
}
.partner-home-visual img {
    width: 100%;
    height: 100%;
    min-height: 22rem;
    object-fit: cover;
    display: block;
}

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.4rem; }
.post-card { background: transparent; overflow: visible; border: 0; box-shadow: none; }
.post-card > a { display: flex; flex-direction: column; height: 100%; color: inherit; }
.post-media {
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
    background: var(--paper-2);
    border: 1px solid var(--line);
}
.post-media img {
    width: 100%; height: 100%; object-fit: cover;
    transform: none;
    transition: none;
}
.post-body { padding: 1rem 0 0; display: flex; flex-direction: column; flex: 1; }
.post-kicker {
    margin: 0 0 .35rem;
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--sage);
}
.post-card time, .post-meta { font-size: .82rem; color: var(--muted); letter-spacing: .01em; }
.post-meta { display: flex; gap: .4rem; align-items: center; margin: .7rem 0 0; }
.post-card h2, .post-card h3 { font-size: 1.22rem; margin: 0 0 .4rem; letter-spacing: -.03em; line-height: 1.25; }
.post-card p {
    color: var(--muted); margin: 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
    font-size: .98rem; line-height: 1.55;
}
.post-more {
    margin-top: auto;
    padding-top: 1rem;
    font-size: .88rem; font-weight: 650;
    border-bottom: 1px solid var(--ink);
    align-self: flex-start;
}

.post-feature { margin: 0 0 2.8rem; padding-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.post-feature > a {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 0 2.2rem;
    align-items: center;
}
.post-feature .post-media { aspect-ratio: 16 / 10; }
.post-feature .post-body { padding: .2rem 0 0; }
.post-feature h2 {
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    margin: .2rem 0 .7rem;
    letter-spacing: -.035em;
}
.post-feature p {
    -webkit-line-clamp: 4;
    font-size: 1.05rem;
    line-height: 1.6;
}

.section.catalog { padding-top: 1.05rem; }
.blog-page {
    padding: var(--space-section) clamp(1.25rem, 3vw, 2.6rem) 3.2rem;
    max-width: 92rem;
    margin-inline: auto;
    width: 100%;
}
.blog-kicker {
    margin: 0 0 .55rem;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage);
}
.blog-intro { max-width: 54rem; width: 100%; margin: 0 0 2.6rem; }
.blog-intro .lead { max-width: none; }
.blog-intro h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); margin-bottom: .5rem; }
.blog-intro .lead { margin: 0 0 .55rem; }
.blog-intro .muted { margin: 0; }
.blog-page .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.page-hero { padding: var(--space-section) var(--edge) 1.25rem; }
.page-hero.wide { max-width: none; }
.catalog-hero {
    text-align: left;
    padding: 2.5rem var(--edge) 1.1rem;
}
.catalog-hero-inner {
    width: 100%;
    max-width: none;
    margin: 0;
}
.catalog-hero h1 {
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 .45rem;
    font-weight: 700;
}
.catalog-hero .lead {
    max-width: none;
    margin: 0 0 .7rem;
    font-size: clamp(.98rem, 1.2vw, 1.08rem);
    line-height: 1.5;
    color: var(--ink);
}
.catalog-hero-seo {
    display: grid;
    gap: .7rem;
    margin: 0;
    max-width: none;
    text-align: left;
}
.catalog-hero-seo p {
    margin: 0;
    color: var(--muted);
    font-size: .98rem;
    line-height: 1.5;
    max-width: none;
}
.catalog-hero .subcat-nav {
    justify-content: center;
    margin-top: 1.25rem;
}
.catalog-hero.is-search {
    text-align: left;
    padding: 1.55rem var(--edge) 1.2rem;
}
.catalog-hero.is-search .catalog-hero-inner {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .28rem;
}
.catalog-search-kicker {
    margin: 0;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
}
.catalog-hero.is-search h1 {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    letter-spacing: -.02em;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-seo { padding-top: 0; }
.blog-note {
    max-width: none;
    padding: 1.6rem 1.7rem;
    background: var(--paper-2);
    border-radius: var(--radius);
}
.blog-note h2 { font-size: 1.2rem; margin: 0 0 .55rem; }
.blog-note p { color: var(--muted); margin: 0 0 .7rem; max-width: 52rem; }
.blog-note p:last-child { margin: 0; }
.blog-note a { text-decoration: underline; text-underline-offset: 3px; }
.muted { color: var(--muted); }
.empty { padding: 3rem 0; color: var(--muted); }
.pager { display: flex; gap: .4rem; margin-top: 2rem; }
.pager a { min-width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); border-radius: var(--pill); }
.pager a.is-active { background: var(--ink); color: #fff; }
.catalog-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7rem;
    margin-top: 2.1rem;
}
.catalog-more[hidden] { display: none; }
.catalog-more-btn { min-width: 14rem; }
.js .catalog-more-btn { display: none; }
.js .catalog-more.has-error .catalog-more-btn { display: inline-flex; }
.js .catalog-pager { display: none; }
.catalog-more-status {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}
.catalog-more-status[hidden] { display: none; }
.catalog-more-status::before {
    content: '';
    width: .85rem;
    height: .85rem;
    border: 2px solid var(--line);
    border-top-color: var(--ink);
    border-radius: 50%;
    animation: catalog-spin .7s linear infinite;
}
.catalog-more-sentinel { width: 100%; height: 1px; }
.js .catalog-pager { display: none; }
@keyframes catalog-spin { to { transform: rotate(360deg); } }

.crumbs { display: flex; gap: .6rem; flex-wrap: wrap; font-size: .85rem; color: var(--muted); margin-bottom: 1.5rem; }
.crumbs a { border-bottom: 1px solid transparent; }
.crumbs a:hover { border-color: currentColor; }

.product-page { padding: 1.8rem var(--edge) 0; }
.article { padding: var(--space-section) var(--edge) var(--space-section); max-width: none; }
.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 1.6rem 2.4rem;
    align-items: start;
}
.product-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "stage";
    align-items: start;
    min-height: 0;
    min-width: 0;
}
.product-gallery.has-thumbs {
    grid-template-columns: 4.6rem minmax(0, 1fr);
    grid-template-areas: "thumbs stage";
    gap: .65rem .85rem;
}
.gallery-stage {
    grid-area: stage;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    max-height: min(34rem, 72vh);
    min-height: 0;
    height: auto;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: none;
    background: #fff;
}
.gallery-photo {
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    max-height: 100%;
    line-height: 0;
}
.gallery-photo img,
.gallery-stage > img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: min(34rem, 72vh);
    object-fit: contain;
    object-position: center;
    display: block;
    cursor: zoom-in;
    background: transparent;
}
.gallery-photo .card-flags {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 3;
}
.gallery-nav,
.gallery-zoom-btn {
    position: absolute;
    z-index: 2;
    border: 0;
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow-sm);
    transition: opacity .2s ease, background .18s ease;
}
.gallery-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    opacity: 0;
}
.gallery-nav-prev { left: .75rem; }
.gallery-nav-next { right: .75rem; }
.gallery-zoom-btn {
    right: .75rem;
    bottom: .75rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    opacity: 0;
}
.gallery-count {
    position: absolute;
    left: .75rem;
    bottom: .75rem;
    z-index: 2;
    margin: 0;
    padding: .28rem .55rem;
    border-radius: var(--pill);
    background: rgba(20, 16, 12, .62);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .02em;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}
.gallery-stage:hover .gallery-nav,
.gallery-stage:hover .gallery-zoom-btn,
.gallery-stage:hover .gallery-count,
.gallery-nav:focus-visible,
.gallery-zoom-btn:focus-visible {
    opacity: 1;
}
.gallery-nav:hover,
.gallery-zoom-btn:hover { background: #fff; }
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(18, 16, 14, .9);
    padding: 3.2rem 4.2rem;
}
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox-frame {
    position: relative;
    max-width: min(96vw, 1120px);
    max-height: 88vh;
    overflow: hidden;
    cursor: zoom-in;
}
.gallery-lightbox.is-zoomed .gallery-lightbox-frame { cursor: zoom-out; overflow: auto; }
.gallery-lightbox img {
    display: block;
    max-width: min(96vw, 1120px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    user-select: none;
}
.gallery-lightbox.is-zoomed img {
    max-width: none;
    max-height: none;
    width: min(1800px, 170vw);
    height: auto;
}
.gallery-lightbox .gallery-nav { opacity: 1; }
.gallery-lightbox .gallery-nav-prev { left: 1rem; }
.gallery-lightbox .gallery-nav-next { right: 1rem; }
.gallery-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
    cursor: pointer;
    display: grid;
    place-items: center;
}
.gallery-lightbox-hint {
    position: absolute;
    left: 50%;
    bottom: 1.1rem;
    transform: translateX(-50%);
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
}
.product-info { display: flex; flex-direction: column; min-height: 0; }
.product-info .lead { max-width: none; }
.meta-list { display: grid; gap: .5rem; margin: 1.4rem 0 1.8rem; }
.meta-list div { display: grid; grid-template-columns: 120px 1fr; gap: .5rem; border-bottom: 1px solid var(--line); padding-bottom: .5rem; }
.meta-list dt { color: var(--muted); font-size: .85rem; }
.fineprint { font-size: .82rem; color: var(--muted); max-width: none; margin-top: .9rem; }
.fineprint a { text-decoration: underline; text-underline-offset: 3px; }
.staff-note {
    font-size: .82rem;
    line-height: 1.5;
    color: var(--muted);
    margin-top: .7rem;
    padding: .6rem .75rem;
    border: 1px dashed var(--line);
    border-radius: .6rem;
}
.staff-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.gallery-thumbs {
    grid-area: thumbs;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: min(34rem, 72vh);
    scroll-snap-type: y proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.gallery-thumbs button {
    flex: 0 0 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start;
    overflow: hidden;
}
.gallery-thumbs button:hover,
.gallery-thumbs button:focus-visible { border-color: #c8bfb4; }
.gallery-thumbs button.is-active { border-color: var(--ink); }
.gallery-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
    background: #fff;
}

.product-story { margin-top: var(--space-section); width: 100%; }
.product-story-head { margin-bottom: 1rem; }
.product-story-head h2 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
@media (min-width: 721px) {
    .product-story {
        margin-top: 4.8rem;
        padding-top: .2rem;
    }
}
.prose { margin-top: 0; font-size: 1.05rem; color: #3d3d39; }
.prose.wide, .product-page .prose { max-width: none; width: 100%; }
.prose p { margin: 0 0 1rem; }
.prose h2, .prose h3 { margin: 1.6rem 0 .6rem; }
.product-seo {
    margin-top: .15rem;
    padding-top: 0;
    border-top: 0;
}
.product-seo h3 {
    font-size: clamp(1.08rem, 1.5vw, 1.22rem);
    letter-spacing: -.02em;
    margin: 0 0 .55rem;
}
.product-seo h3:not(:first-child) { margin-top: 1.35rem; }
.product-seo p {
    margin: 0 0 .9rem;
    color: #3d3d39;
    font-size: 1.02rem;
    line-height: 1.65;
}
.product-seo ul {
    margin: 0 0 1.15rem;
    padding-left: 1.15rem;
    color: #3d3d39;
}
.product-seo li { margin: 0 0 .42rem; line-height: 1.5; }
.buy-band {
    display: flex; justify-content: space-between; align-items: center; gap: 2rem;
    margin-top: 2.4rem; padding: 1.7rem 2rem; background: var(--paper-2);
    border: 0; border-radius: var(--radius); box-shadow: none;
}
.buy-band p { color: var(--muted); margin: 0; max-width: 46rem; }

.article { padding: var(--space-section) var(--edge) 3.2rem; max-width: none; }
.article-post {
    max-width: 76rem;
    margin: 0 auto;
    padding-left: clamp(1.25rem, 3vw, 2.6rem);
    padding-right: clamp(1.25rem, 3vw, 2.6rem);
    width: 100%;
}
.article-hero { margin-bottom: 1.5rem; max-width: none; width: 100%; }
.article-hero .crumbs { margin-bottom: .85rem; }
.article-kicker {
    margin: 0 0 .7rem;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage);
}
.article-hero time, .article-meta { color: var(--muted); font-size: .9rem; }
.article-meta { display: flex; gap: .45rem; align-items: center; margin: 1rem 0 0; }
.article-hero h1 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); line-height: 1.18; letter-spacing: -.035em; }
.article-hero .lead { max-width: none; font-size: 1.12rem; line-height: 1.6; }
.article-cover-wrap { margin: 0 0 2rem; }
.article-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: none;
    object-fit: cover;
    margin: 0;
    border-radius: 14px;
    border: 1px solid var(--line);
    box-shadow: none;
}
.article-body.prose,
.article-body {
    max-width: none;
    width: 100%;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #2e2e2a;
}
.article-body h2 {
    font-size: clamp(1.28rem, 1.8vw, 1.5rem);
    margin: 2.1rem 0 .7rem;
    letter-spacing: -.03em;
    line-height: 1.25;
}
.article-body h3 { font-size: 1.08rem; margin: 1.5rem 0 .45rem; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { padding-left: 1.2rem; color: #3b352f; margin: 0 0 1.2rem; }
.article-body li { margin: 0 0 .55rem; }
.article-toc {
    background: var(--paper-2);
    padding: 1.15rem 1.25rem 1.2rem;
    border-radius: 14px;
    margin: 0 0 1.8rem;
    border: 1px solid var(--line);
}
.article-toc p {
    margin: 0 0 .55rem;
    font-weight: 650;
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--sage);
}
.article-toc ol { margin: 0; padding-left: 1.15rem; }
.article-toc li { margin: 0 0 .32rem; color: var(--ink); }
.takeaway {
    background: var(--paper-2);
    border-left: 3px solid var(--sage);
    padding: 1.1rem 1.25rem;
    margin: 0 0 1.7rem;
    border-radius: 0 14px 14px 0;
}
.takeaway p { margin: 0 0 .45rem; }
.takeaway ul { margin: 0; }
.article-steps, .article-check {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1rem 1.2rem 1rem 2rem;
    margin: 0 0 1.5rem;
}
.article-steps li, .article-check li { padding-left: .15rem; }
.related-posts { padding-top: 0; max-width: 76rem; margin: 0 auto; width: 100%; padding-left: clamp(1.25rem, 3vw, 2.6rem); padding-right: clamp(1.25rem, 3vw, 2.6rem); }

.article-faq {
    display: grid;
    gap: .65rem;
    width: 100%;
    margin: .35rem 0 1.7rem;
}
.article-body .faq-item {
    width: 100%;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}
.article-body .faq-item summary {
    cursor: pointer;
    list-style: none;
    font-family: inherit;
    font-size: 1.06rem;
    font-weight: 650;
    letter-spacing: -.02em;
    padding: 1rem 2.9rem 1rem 1.15rem;
    position: relative;
}
.article-body .faq-item summary::-webkit-details-marker { display: none; }
.article-body .faq-item summary::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: .55rem;
    height: .55rem;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: translateY(-70%) rotate(45deg);
    transition: transform .18s ease;
}
.article-body .faq-item[open] summary::after {
    transform: translateY(-30%) rotate(-135deg);
}
.article-body .faq-a {
    padding: 0 1.15rem 1.05rem;
}
.article-body .faq-a p { margin: 0 0 .7rem; }
.article-body .faq-a p:last-child { margin: 0; }
.article-body .faq-item + .faq-item { margin-top: 0; }

.page-banner { position: relative; color: #fff; min-height: 58vh; overflow: hidden; }
.page-banner img { width: 100%; height: 58vh; object-fit: cover; }
.page-banner::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20, 16, 12, .15) 10%, rgba(20, 16, 12, .72) 100%);
}
.page-banner-copy { position: absolute; left: var(--edge); right: var(--edge); bottom: 12%; z-index: 1; max-width: 46rem; }
.page-banner-copy p { margin: .5rem 0 0; color: rgba(255, 255, 255, .88); max-width: 38rem; font-size: 1.08rem; }
.page-banner.compact { min-height: 38vh; }
.page-banner.compact img { height: 38vh; }

.about-intro, .contact-layout, .legal-layout {
    display: grid; grid-template-columns: 1.45fr .7fr; gap: 3.5rem;
    padding: 3.5rem var(--edge) 2rem; align-items: start;
}
.about-stats, .contact-aside, .legal-aside {
    background: var(--white); border: 1px solid var(--line); padding: 1.6rem 1.5rem;
    display: grid; gap: 1.1rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.about-stats strong, .contact-aside h2, .legal-aside h2 { font-family: var(--sans); font-size: 1.85rem; font-weight: 700; display: block; }
.about-stats span, .contact-aside p, .legal-aside p { color: var(--muted); }
.legal-aside { align-content: start; }
.legal-aside .btn { width: 100%; }

.partner-page { padding-bottom: 1.5rem; }
.partner-page .page-banner.compact { min-height: 34vh; }
.partner-page .page-banner.compact img { height: 34vh; }
.partner-points { padding-top: 2.2rem; padding-bottom: 1.6rem; }
.partner-points-title { margin: 0 0 1.25rem; font-size: 1.35rem; }
.partner-points .icon-grid { grid-template-columns: repeat(4, 1fr); }
.partner-points h3 { font-size: 1.05rem; margin: 0 0 .35rem; }
.partner-ico {
    width: 2.15rem; height: 2.15rem; margin-bottom: .85rem;
    display: grid; place-items: center; color: var(--ink);
}
.partner-ico svg { width: 100%; height: 100%; }
.partner-apply {
    background: var(--paper-2);
    scroll-margin-top: 5.5rem;
    padding-top: 2.2rem;
    padding-bottom: 2.6rem;
}
.partner-kicker {
    margin: 0 0 .35rem;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
}
.partner-apply h2 { margin: 0 0 .4rem; }
.partner-apply .lead { margin: 0 0 1.2rem; }
.partner-step-status {
    margin: 0 0 .75rem;
    font-size: .82rem;
    font-weight: 600;
    color: var(--muted);
}
.partner-progress {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .4rem;
}
.partner-progress button {
    width: 100%;
    font: inherit;
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted);
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--line);
    padding: .2rem 0 .55rem;
    cursor: pointer;
    text-align: left;
}
.partner-progress button.is-on { color: var(--ink); border-bottom-color: var(--ink); }
.partner-progress button.is-done { color: var(--ink); border-bottom-color: var(--sage); }
.partner-form {
    display: grid;
    gap: 1.1rem;
    position: relative;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1.3rem 1.35rem;
    box-shadow: var(--shadow-sm);
}
.partner-form fieldset {
    margin: 0;
    padding: 1.1rem 1.05rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
}
.partner-form.is-wizard fieldset {
    padding: 0;
    border: 0;
    background: transparent;
}
.partner-form.is-wizard .partner-step:not(.is-on) { display: none; }
.partner-form legend {
    padding: 0 .4rem;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: -.01em;
}
.partner-form.is-wizard legend { padding: 0; margin-bottom: .7rem; }
.partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem .9rem;
}
.partner-grid .span-2 { grid-column: 1 / -1; }
.partner-form label {
    display: grid;
    gap: .28rem;
    font-size: .86rem;
    font-weight: 600;
}
.partner-form .hint { font-weight: 400; color: var(--muted); font-size: .8rem; }
.partner-cat-label {
    margin: 0 0 .35rem;
    font-size: .86rem;
    font-weight: 600;
}
.partner-form input[type="text"],
.partner-form input[type="email"],
.partner-form input[type="tel"],
.partner-form input[type="url"],
.partner-form select,
.partner-form textarea {
    width: 100%;
    font: inherit;
    font-weight: 400;
    min-height: 44px;
    padding: .65rem .8rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
}
.partner-form textarea { min-height: 7.2rem; resize: vertical; line-height: 1.5; }
.partner-form input:focus-visible,
.partner-form select:focus-visible,
.partner-form textarea:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
}
.partner-checks { display: grid; gap: .7rem; margin: .15rem 0 .2rem; }
.partner-checks label {
    display: grid;
    grid-template-columns: 1.15rem 1fr;
    gap: .7rem;
    align-items: start;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.45;
}
.partner-checks input { margin-top: .2rem; }
.partner-cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem .85rem;
    margin-top: .15rem;
}
.partner-cats label {
    display: grid;
    grid-template-columns: 1.05rem 1fr;
    gap: .5rem;
    align-items: center;
    font-weight: 500;
    font-size: .9rem;
}
.partner-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: .55rem;
    border-top: 1px solid var(--line);
}
.partner-nav [data-wizard-back]:not([hidden]) { margin-right: auto; }
.partner-hp {
    position: absolute !important;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.partner-errors {
    margin: 0 0 1rem;
    padding: .9rem 1rem;
    border-radius: var(--radius);
    background: #f8ecec;
    border: 1px solid #efd0d0;
    color: #7a2424;
}
.partner-errors ul { margin: .35rem 0 0; padding-left: 1.15rem; }
.partner-ok {
    margin: 0 0 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    background: #eef5f0;
    border: 1px solid #cfe4d7;
    color: #1a4f35;
}
.partner-story-copy p { color: var(--muted); margin: 0 0 1rem; }
.partner-story-copy .btn { margin-top: .4rem; }
@media (max-width: 860px) {
    .partner-grid, .partner-cats { grid-template-columns: 1fr; }
    .partner-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partner-points .icon-grid { grid-template-columns: 1fr 1fr; }
    .partner-page .page-banner.compact { min-height: 0; }
    .partner-page .page-banner.compact img { height: 28vh; }
}

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.icon-grid article, .contact-card {
    background: var(--white); border: 1px solid var(--line); padding: 1.35rem 1.2rem 1.5rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.icon-grid p, .contact-card span { color: var(--muted); margin: 0; }
.icon-mark {
    width: 1.65rem; height: 1.65rem; border: 1.5px solid var(--ink);
    display: block; margin-bottom: .9rem; color: transparent;
    font-size: 0; border-radius: 50%;
}

.split-story {
    display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: center;
    padding: 1rem var(--edge) 4rem;
}
.split-story-visual img {
    width: 100%; height: 520px; object-fit: cover;
    border-radius: var(--radius); box-shadow: none;
}
.check-list { margin: 1.2rem 0 1.6rem; padding: 0; list-style: none; display: grid; gap: .55rem; }
.check-list li { padding-left: 1.4rem; position: relative; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55rem; width: .7rem; height: 1px; background: var(--ink); }

.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.material-grid figure {
    margin: 0; background: var(--white);
    border-radius: var(--radius); overflow: hidden;
    border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.material-grid img { width: 100%; height: 280px; object-fit: cover; }
.material-grid figcaption { padding: 1.1rem 1.15rem 1.3rem; display: grid; gap: .3rem; }
.material-grid span { color: var(--muted); font-size: .92rem; }

.cta-band {
    margin: 0 var(--edge) 4.4rem; padding: 2.8rem 3rem;
    background: var(--sage); color: #fff;
    display: flex; justify-content: space-between; align-items: center; gap: 2rem;
    border-radius: var(--radius); box-shadow: none;
}
.cta-band p { color: rgba(255,255,255,.82); margin: .4rem 0 0; }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.cta-band .btn-dark { background: var(--sand); color: var(--ink); }
.cta-band .btn-ghost { border-color: rgba(255,255,255,.8); color: #fff; }

.newsletter {
    margin: 0;
    padding: 0;
}
.newsletter-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 34rem;
}
.newsletter-visual {
    overflow: hidden;
    background: var(--paper-2);
    min-height: 100%;
}
.newsletter-visual img {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
}
.newsletter-panel {
    background: var(--mist);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2.8rem, 5vw, 4.5rem) clamp(1.8rem, 6vw, 5.5rem) clamp(3.6rem, 6vw, 5.4rem);
}
.newsletter-copy {
    width: 100%;
    max-width: 26rem;
}
.newsletter-copy h2 {
    margin: 0 0 .75rem;
    font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    letter-spacing: -.03em;
}
.newsletter-copy > p {
    margin: 0 0 1.6rem;
    color: var(--muted);
    line-height: 1.65;
}
.newsletter-form {
    display: grid;
    gap: .85rem;
}
.newsletter-form label {
    display: grid;
    gap: .35rem;
    font-size: .86rem;
    font-weight: 600;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.newsletter-form select {
    width: 100%;
    font: inherit;
    font-weight: 400;
    min-height: 48px;
    padding: .7rem .95rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
}
.newsletter-form input:focus-visible,
.newsletter-form select:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
}
.newsletter-form .is-invalid {
    border-color: #8a3a32;
}
.newsletter-submit {
    width: 100%;
    margin-top: .25rem;
    min-height: 3rem;
    justify-content: center;
}
.newsletter-submit[disabled] {
    opacity: .72;
    cursor: wait;
}
.newsletter-privacy {
    margin: 3.1rem 0 0;
    font-size: .78rem;
    line-height: 1.55;
    color: var(--muted);
}
.newsletter-privacy a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.newsletter-ok {
    margin: 0 0 1.1rem;
    padding: .85rem 1rem;
    background: rgba(74, 92, 82, .12);
    color: var(--sage-d);
    font-size: .92rem;
    line-height: 1.5;
}
.newsletter-errors {
    margin: 0 0 1.1rem;
    padding: .85rem 1rem;
    background: rgba(138, 58, 50, .08);
    color: #5c2a24;
    font-size: .92rem;
    line-height: 1.5;
}
.newsletter-errors ul {
    margin: .4rem 0 0;
    padding-left: 1.1rem;
}
.newsletter-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; margin-top: 1.6rem; }
.contact-card { display: grid; align-content: start; color: inherit; }
.contact-card strong { font-family: var(--sans); font-size: 1.15rem; font-weight: 700; }
.contact-card .is-multiline { white-space: pre-line; }

.legal-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-top: 2rem; }
.legal-blocks article {
    background: var(--white); border: 1px solid var(--line); padding: 1.2rem 1.15rem 1.3rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.legal-blocks p { margin: 0; color: var(--muted); }

.site-footer { background: var(--sage-d); color: #f3f1ea; padding: 2.8rem var(--edge) 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.15fr .95fr 1fr; gap: 2.4rem 2.6rem; align-items: start; }
.site-footer .footer-heading { font-size: .78rem; color: #fff; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer a:hover { text-decoration: none; }
.footer-brand .muted { max-width: 22rem; margin: 0 0 1.15rem; }
.footer-note { margin: -.55rem 0 1.15rem; font-size: .85rem; color: rgba(243, 241, 234, .72); }
.footer-cta {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
    background: transparent;
    min-height: 2.45rem;
    padding: .5rem 1.15rem;
}
.footer-cta:hover { background: #fff; color: var(--sage-d); }
.footer-cat-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-cat-list a {
    display: inline-block;
    color: rgba(243, 241, 234, .88);
    font-size: .95rem;
    line-height: 1.4;
}
.footer-cat-list a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-links { gap: .7rem; }
.footer-links a { color: rgba(243, 241, 234, .88); }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-contact li {
    display: grid;
    gap: .12rem;
}
.footer-contact span {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(243, 241, 234, .5);
}
.footer-contact .footer-value {
    white-space: pre-line;
    text-transform: none;
    letter-spacing: 0;
    font-size: .95rem;
    color: rgba(243, 241, 234, .88);
    line-height: 1.45;
}
.footer-bottom {
    margin-top: 2.6rem; border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1rem; color: rgba(243, 241, 234, .7); font-size: .85rem;
    display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}

@media (min-width: 1081px) and (max-width: 1440px) {
    .nav-label-full { display: none; }
    .nav-label-short { display: inline; }
    .nav-links > a,
    .nav-item > .nav-parent { padding: .95rem .55rem; font-size: .78rem; }
}

@media (max-width: 1200px) {
    .nav-links > a, .nav-item > .nav-parent { padding: .85rem .5rem; font-size: .8rem; }
    .nav-sub-toggle { padding: 0 .45rem 0 0; }
    .nav-links > a.is-active::after,
    .nav-item.is-current > .nav-parent::after { left: .4rem; right: .4rem; }
    .icon-grid, .cat-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
    .bar {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: .48rem var(--edge);
        font-size: .8rem;
    }
    .bar-side,
    .bar-links { display: none; }
    .bar p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        text-align: center;
        line-height: 1.3;
    }
    .masthead {
        grid-template-columns: auto 1fr auto;
        padding: .9rem 1.2rem;
    }
    /* Pladsen rækker ikke til teksten her, men linket skal stadig kunne rammes,
       så knappen står tilbage som en ren ikonknap med sin aria-label. */
    .masthead-promo { padding: .3rem; }
    .masthead-promo-text { display: none; }
    .masthead-tools { justify-self: end; }
    .logo { justify-self: start; }
    .logo-thin,
    .logo-heavy { font-size: 1.42rem; }
    .masthead-tools { width: auto; }
    .menu-btn { display: inline-flex; }
    .nav {
        position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100dvh;
        width: 100%; border-top: 0; background: var(--white);
        transform: translateX(110%); transition: transform .28s ease;
        z-index: 80; overflow-y: auto; overscroll-behavior: contain;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }
    body.has-live-bar .nav {
        top: 46px;
        height: calc(100dvh - 46px);
    }
    .nav.is-open { transform: translateX(0); }
    .nav-drawer {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding: 1.15rem var(--pad) 1.5rem;
        box-sizing: border-box;
    }
    .nav-drawer-head {
        display: flex; justify-content: space-between; align-items: center;
        font-family: var(--sans); font-size: 1.15rem; font-weight: 700; margin-bottom: 1.2rem;
    }
    .nav-close { border: 0; background: none; font: inherit; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; font-size: .75rem; }
    .nav-search { display: flex; max-width: none; margin-bottom: 0; }
    .nav .search-wrap { display: block; max-width: none; margin-bottom: 1rem; }
    .nav .search-suggest { left: 0; right: 0; width: auto; }
    .nav-kicker {
        display: block; margin: 1.25rem 0 .4rem;
        font-size: .82rem; color: var(--muted); font-weight: 500;
    }
    .nav-groups { display: block; padding: 0; flex: 1 1 auto; }
    .nav-drawer-foot {
        display: grid;
        gap: .55rem;
        margin-top: 1.6rem;
        padding-top: 1.15rem;
        border-top: 1px solid var(--line);
    }
    .nav-foot-link,
    .nav-foot-login {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.85rem;
        padding: .65rem 1rem;
        border-radius: 10px;
        font-size: .95rem;
        font-weight: 650;
        letter-spacing: 0;
        text-align: center;
    }
    .nav-foot-link {
        border: 1px solid var(--line);
        background: var(--paper-2);
        color: var(--ink);
    }
    .nav-foot-link.is-active,
    .nav-foot-link:hover { background: #fff; border-color: rgba(28, 28, 28, .2); }
    .nav-foot-login {
        background: var(--ink);
        color: #fff;
    }
    .nav-foot-login:hover { background: #2a2a2a; }
    .nav-links { display: grid; }
    .nav-links > a,
    .nav-item > .nav-parent {
        padding: .85rem 0; font-size: 1.12rem; font-family: var(--sans); font-weight: 650;
        letter-spacing: 0; color: var(--ink); border-bottom: 1px solid var(--line); white-space: normal;
    }
    .nav-links > a.is-active::after,
    .nav-item.is-current > .nav-parent::after { display: none; }
    .nav-item.has-sub {
        display: grid; grid-template-columns: 1fr auto; align-items: center;
        border-bottom: 1px solid var(--line);
    }
    .nav-item.has-sub > .nav-parent { border-bottom: 0; padding-right: .6rem; }
    .nav-sub-toggle {
        width: 2.7rem; height: 2.7rem; padding: 0; border-radius: 10px; color: var(--ink);
    }
    .nav-item.is-open > .nav-sub-toggle svg { transform: rotate(180deg); }
    .nav-sub {
        display: none; position: static; grid-column: 1 / -1;
        min-width: 0; width: auto; margin: 0 -.2rem .55rem; padding: 0;
        border: 0; border-radius: 16px; background: var(--paper-2);
        box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto;
        transform: none; transition: none; overflow: hidden;
        grid-template-columns: 1fr;
    }
    .nav-mega,
    .nav-mega-wide {
        width: auto;
        max-width: none;
        grid-template-columns: minmax(0, 1fr);
    }
    .nav-sub::before { display: none; }
    .nav-item.is-open > .nav-sub { display: grid; }
    .nav-mega-cta { display: none; }
    .nav-mega-links { padding: .55rem .55rem .65rem; }
    .nav-mega-heading { display: none; }
    .nav-mega-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: .35rem;
        max-width: none;
    }
    .nav-mega-chip {
        white-space: normal;
        font-size: .95rem !important;
        min-height: 2.65rem;
        min-width: 0;
        padding: .55rem .8rem !important;
    }
    .nav-sub a {
        padding: .78rem .85rem; font-size: 1.02rem; font-weight: 550; color: var(--muted);
        white-space: normal;
    }
    .nav-sub a.is-active { color: var(--ink); background: transparent; }
    .nav-sub a:hover, .nav-sub a:focus-visible { background: rgba(28, 28, 28, .04); }
    .nav-mega-chip.is-active { background: var(--ink); color: #fff; }
    .nav-links { flex-wrap: wrap; }
    .nav-label-short { display: none; }
    .nav-label-full { display: inline; }
    .nav-col-toggle {
        display: grid; place-items: center;
        width: 2.7rem; height: 2.7rem; padding: 0;
        border: 0; background: none; color: var(--ink);
        border-radius: 10px; cursor: pointer;
    }
    .nav-mega-cols > .nav-mega-col.has-sub > .nav-col-panel { display: none; }
    .nav-mega-cols > .nav-mega-col.is-open > .nav-col-panel { display: grid; }
    .nav-mega-col.is-open > .nav-mega-col-head .nav-col-toggle svg { transform: rotate(180deg); }
    .nav-mega-cols { display: block; padding: 0; }
    .nav-mega-col {
        border-left: 0;
        border-bottom: 1px solid var(--line);
        padding: .15rem 0 .35rem;
    }
    .nav-mega-col.is-flat {
        border: 0;
        padding: 0;
    }
    .nav-mega-col:first-child { border-left: 0; }
    .nav-mega-col:last-child { border-bottom: 0; }
    .nav-mega-col-head { margin: 0; min-height: 2.7rem; }
    .nav-mega-heading-link {
        font-size: 1.02rem;
        letter-spacing: 0;
        text-transform: none;
        font-weight: 650;
        padding: .7rem 0 !important;
    }
    .nav-item.has-sub > button.nav-parent { text-align: left; width: 100%; }
    .product-layout, .footer-grid, .split-story, .about-intro, .contact-layout, .legal-layout, .partner-layout,
    .room-grid, .faq-grid, .material-grid, .cta-band, .buy-band, .split-promo, .newsletter-split {
        grid-template-columns: 1fr 1fr;
    }
    .trust {
        display: flex;
        gap: .65rem;
        margin: 0;
        padding: .85rem var(--edge) 1rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--edge);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-bottom: 1px solid var(--line);
    }
    .trust::-webkit-scrollbar { display: none; }
    .trust > div {
        flex: 0 0 min(78vw, 17.5rem);
        scroll-snap-align: start;
        display: flex;
        align-items: center;
        gap: .7rem;
        text-align: left;
        padding: .7rem .85rem;
        background: var(--paper-2);
        border: 1px solid var(--line);
        border-radius: 12px;
    }
    .trust-icon {
        margin: 0;
        width: 1.65rem;
        height: 1.65rem;
        flex-shrink: 0;
    }
    .trust strong { font-size: .92rem; line-height: 1.2; }
    .trust > div > span { font-size: .78rem; line-height: 1.3; }
    .trades-band { grid-template-columns: 1fr 1fr; }
    .trades-copy { padding: 3.1rem 2.4rem; }
    .trades-copy-inner { max-width: none; }
    .cta-band, .buy-band { display: grid; }
    .hero { display: block; }
    .hero-visual img { height: 54vh; min-height: 340px; }
    .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .post-feature > a { grid-template-columns: minmax(0, 18rem) minmax(0, 1fr); gap: 0 1.4rem; }
    .post-feature h2 { font-size: 1.55rem; }
}

@media (max-width: 720px) {
    :root { --pad: 1.15rem; }
    .masthead { grid-template-columns: auto 1fr auto; }
    .masthead-tools { width: auto; }
    .logo-thin,
    .logo-heavy { font-size: 1.32rem; }
    .hero, .cat-grid, .product-grid, .post-grid, .icon-grid, .footer-grid, .product-layout,
    .room-grid, .faq-grid, .how-grid, .how-bar, .split-story, .about-intro,
    .contact-layout, .legal-layout, .partner-layout, .material-grid, .contact-cards, .legal-blocks, .cta-band, .buy-band, .split-promo, .newsletter-split, .trades-band {
        grid-template-columns: 1fr;
    }
    .hero { display: block; }
    .hero-visual img { height: 48vh; min-height: 300px; }
    .hero-copy { padding: 3rem 1.3rem 2.6rem; }
    .hero-copy h1 { font-size: clamp(2rem, 8vw, 2.7rem); }
    .how { padding: 0 0 var(--space-section); margin-bottom: 0; }
    .newsletter-panel { padding: 2.4rem 1.35rem 2.6rem; }
    .newsletter-visual img { min-height: 42vh; height: 42vh; }
    .trades-band {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
    }
    .trades-copy {
        padding: 2.6rem 1.5rem 2.4rem;
    }
    .trades-copy-inner { max-width: none; }
    .trades-band h2 {
        font-size: 1.45rem;
    }
    .trades-intro {
        font-size: .98rem;
    }
    .trades-cta { margin-top: 1.35rem; }
    .trades-visual {
        position: relative;
        height: 14.5rem;
    }
    .trades-visual img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }
    .partner-home-band {
        grid-template-columns: 1fr;
    }
    .partner-home-copy {
        padding: 1.7rem 1.35rem 1.85rem;
    }
    .partner-home-visual img {
        min-height: 0;
        height: 16rem;
    }
    .split-promo { min-height: 0; }
    .split-promo-copy { padding: 3.2rem 1.5rem; gap: 1rem; }
    .split-promo-visual img { min-height: 42vh; height: 42vh; }
    .page-banner, .page-banner.compact { min-height: 0; }
    .page-banner img { height: 42vh; }
    .page-banner.compact img { height: 32vh; }
    .split-story-visual img, .material-grid img { height: 240px; }
    .cat-tile.visual img { height: 190px; }
    .post-feature > a { grid-template-columns: 1fr; gap: .2rem; }
    .post-feature { margin-bottom: 1.8rem; }
    .post-feature .post-media,
    .post-media { aspect-ratio: 16 / 9; }
    .post-feature h2 { font-size: 1.45rem; }
    .article-cover { height: auto; aspect-ratio: 16 / 9; max-height: none; margin-bottom: 0; }
    .article-post { padding: 1.2rem var(--pad) 2rem; }
    .article-hero { margin-bottom: 1rem; max-width: none; }
    .article-hero h1 { font-size: clamp(1.5rem, 7vw, 2.05rem); line-height: 1.2; }
    .article-hero .lead { font-size: 1.02rem; line-height: 1.5; }
    .article-body.prose, .article-body { font-size: 1.04rem; line-height: 1.65; max-width: none; }
    .article-body h2 { font-size: 1.22rem; margin: 1.3rem 0 .4rem; }
    .article-body h3 { font-size: 1.05rem; }
    .post-card h2, .post-card h3 { font-size: 1.08rem; }
    .post-more { min-height: 2.4rem; display: inline-flex; align-items: center; }
    .blog-page { padding: 1.5rem var(--pad) 1.8rem; }
    .blog-intro { margin-bottom: 1.6rem; }
    .blog-note { padding: 1.25rem 1.2rem; }
    .catalog-hero { padding: 1.25rem var(--pad) 1rem; text-align: left; }
    .catalog-hero.is-search { padding: 1.15rem var(--pad) 1rem; }
    .catalog-hero h1 { font-size: clamp(1.4rem, 6vw, 1.85rem); margin-bottom: .4rem; }
    .catalog-hero.is-search h1 { font-size: 1.28rem; margin: 0; }
    .catalog-hero .lead {
        font-size: .98rem;
        margin-bottom: .6rem;
        line-height: 1.5;
        max-width: none;
    }
    .catalog-hero-seo {
        gap: .6rem;
        margin-bottom: 0;
        text-align: left;
    }
    .catalog-hero-seo p { font-size: .95rem; line-height: 1.5; }
    .catalog-hero .subcat-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: .4rem;
        margin-top: 1rem;
    }
    .catalog-hero .subcat-nav a {
        min-height: 2.2rem;
        padding: .35rem .9rem;
        font-size: .84rem;
    }
}

.seo-guide {
    padding: var(--space-section) var(--edge);
    display: grid;
    gap: 1.8rem;
}
.seo-guide-intro .lead { max-width: none; }
.seo-block h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.seo-quote {
    margin: 0;
    padding: 1.8rem 2rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 3px solid var(--ink);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    max-width: none;
}
.seo-quote p {
    font-family: var(--serif);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.35;
    margin: 0 0 .8rem;
}
.seo-quote cite { color: var(--muted); font-style: normal; font-size: .88rem; letter-spacing: .06em; }
.seo-table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.seo-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    font-size: .95rem;
}
.seo-table caption {
    text-align: left;
    font-family: var(--serif);
    font-size: 1.35rem;
    margin-bottom: .8rem;
}
.seo-table th, .seo-table td {
    border-bottom: 1px solid var(--line);
    padding: .85rem 1rem;
    text-align: left;
    vertical-align: top;
}
.seo-table th { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.seo-table td:first-child { font-weight: 500; }
.seo-faq h3 { margin-bottom: 1rem; }
.seo-faq h4 { font-family: var(--serif); font-size: 1.15rem; margin: 0 0 .4rem; }
.intent .section-head h2 { max-width: 28rem; }

.pager a { transition: background .18s ease, color .18s ease; }
.contact-card:hover { border-color: rgba(26, 23, 20, .22); }
.icon-grid article { transition: none; }
.icon-grid article:hover { box-shadow: none; transform: none; }
.buy-band { border-radius: var(--radius); }
.product-page { padding-top: 1.8rem; }
.footer-brand .logo-mark { margin: 0 0 1rem; color: #fff; }
.footer-brand .logo-thin,
.footer-brand .logo-heavy { font-size: 1.85rem; }
.footer-brand .logo-thin { font-weight: 300; }
.site-footer .muted { color: rgba(243, 241, 234, .72); }
.how-cta:hover { background: var(--paper); color: var(--ink); }

.card { position: relative; }
.site-footer .muted { color: rgba(243, 241, 234, .72); }
.how-cta:hover { background: #fff; color: var(--sage-d); }

.site-footer .footer-heading { color: #fff; }
.prose a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.live-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.live-columns[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.live-block { margin: 0 0 1.6rem; }
.live-block-image img { width: 100%; border-radius: var(--radius); display: block; }
.live-block-heading { margin: 0 0 .4rem; }
h1.live-block-heading { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.12; }
h2.live-block-heading { font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.18; }
h3.live-block-heading { font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.25; }
h4.live-block-heading { font-size: 1.12rem; font-family: inherit; font-weight: 600; }
.icon-mark svg { width: 1.15rem; height: 1.15rem; }
.live-icons { grid-template-columns: repeat(3, 1fr); }
.live-quote {
    margin: 0;
    padding: .2rem 0 .2rem 1.35rem;
    border-left: 2px solid var(--ink);
}
.live-quote p {
    font-family: var(--serif);
    font-size: 1.55rem;
    line-height: 1.25;
    margin: 0 0 .55rem;
}
.live-quote cite {
    color: var(--muted);
    font-style: normal;
    font-size: .92rem;
}
.live-divider {
    border: 0;
    border-top: 1px solid var(--line);
    margin: .4rem 0;
}
.live-btn-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.live-spacer { position: relative; }

@media (hover: hover) {
    .cat-tile.visual:hover::after,
    .cat-dir-hero:hover::after { background: rgba(28, 25, 22, .14); }
    .cat-tile.visual:hover img,
    .cat-dir-hero:hover img,
    .room-grid a:hover img { transform: scale(1.05); }
    .card:hover .card-media img { transform: scale(1.045); }
    .card-media.has-hover:hover .card-hover.is-ready { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .cat-tile.visual img,
    .cat-dir-hero img,
    .card-media img,
    .room-grid img,
    .post-media img {
        transition: none;
        transform: none;
    }
    .cat-tile.visual::after { transition: none; }
    .cat-tile.visual:hover img,
    .cat-dir-hero:hover img,
    .card:hover .card-media img,
    .room-grid a:hover img,
    .post-card:hover .post-media img { transform: none; }
    .card-hover { transition: none; }
}

@media (max-width: 720px) {
    .product-gallery,
    .product-gallery.has-thumbs {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "stage" "thumbs";
        gap: .7rem;
        max-width: none;
    }
    .gallery-stage {
        min-height: 0;
        height: auto;
        aspect-ratio: 1;
        max-height: 22rem;
    }
    .gallery-photo img,
    .gallery-stage img {
        position: static;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 22rem;
        object-fit: contain;
        object-position: center;
    }
    .gallery-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
    }
    .gallery-nav,
    .gallery-zoom-btn,
    .gallery-count { opacity: 1; }
    .gallery-lightbox { padding: 3.4rem .7rem 2.4rem; }
    .gallery-lightbox .gallery-nav-prev { left: .35rem; }
    .gallery-lightbox .gallery-nav-next { right: .35rem; }
    .product-info { min-height: 0; }
    .how-grid li:nth-child(2) { transform: none; }
    .live-columns,
    .live-columns[data-cols="3"] { grid-template-columns: 1fr; }
    .live-icons { grid-template-columns: 1fr; }
}

.cat-dir { display: grid; gap: 4.4rem; }
.cat-dir-section { display: grid; gap: 1.55rem; }
.cat-dir-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem 3rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--line);
}
.cat-dir-head h2 {
    margin: 0 0 .35rem;
    font-size: clamp(1.55rem, 2.4vw, 2.05rem);
    letter-spacing: -.03em;
}
.cat-dir-head h2 a { color: inherit; text-decoration: none; }
.cat-dir-head h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.cat-dir-meta {
    margin: 0;
    font-size: .88rem;
    color: var(--muted);
    letter-spacing: .04em;
}
.cat-dir-copy {
    margin: .55rem 0 0;
    max-width: 38rem;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.55;
}
.cat-dir-more {
    flex-shrink: 0;
    font-size: .9rem;
    border-bottom: 1px solid var(--ink);
    padding-bottom: .08rem;
    white-space: nowrap;
    margin-bottom: .2rem;
}
.cat-dir-grid { gap: 1.2rem; grid-template-columns: repeat(3, 1fr); }
.cat-dir-grid .cat-tile.visual img { height: 280px; }
.cat-tile.visual.cat-dir-wide img { height: 390px; }

@media (max-width: 1200px) {
    .cat-dir-grid,
    .cat-dir-grid.visual { grid-template-columns: repeat(3, 1fr); }
    .cat-dir-grid .cat-tile.visual img { height: 240px; }
    .cat-tile.visual.cat-dir-wide img { height: 320px; }
}

@media (max-width: 900px) {
    .cat-dir { gap: 3.4rem; }
    .cat-dir-head { flex-direction: column; align-items: flex-start; gap: .85rem; }
    .cat-dir-grid,
    .cat-dir-grid.visual { grid-template-columns: repeat(2, 1fr); }
    .cat-dir-grid .cat-tile.visual img { height: 220px; }
    .cat-tile.visual.cat-dir-wide img { height: 260px; }
    .post-feature > a { grid-template-columns: 1fr; gap: 1rem; }
    .blog-page .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .cat-dir { gap: 2.8rem; }
    .cat-dir-copy { font-size: .98rem; }
    .cat-dir-grid,
    .cat-dir-grid.visual { grid-template-columns: repeat(2, 1fr); }
    .cat-dir-grid .cat-tile.visual img { height: 170px; }
    .cat-tile.visual.cat-dir-wide img { height: 220px; }
}

@media (max-width: 420px) {
    .cat-dir-grid,
    .cat-dir-grid.visual { grid-template-columns: 1fr; }
    .cat-dir-grid .cat-tile.visual img,
    .cat-tile.visual.cat-dir-wide img { height: 230px; }
}

.site-header,
.site-footer { flex-shrink: 0; }
.product-grid,
.cat-grid,
.icon-grid,
.post-grid,
.room-grid,
.footer-grid,
.newsletter-split,
.trades-band,
.product-layout { min-width: 0; }

@media (max-width: 1200px) {
    .product-grid,
    .cat-grid,
    .icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 2.2rem; }
    .cat-tile.visual img { height: 210px; }
}

@media (max-width: 900px) {
    :root {
        --pad: 1.5rem;
        --space-section: 2.35rem;
    }
    .section-head {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
    }
    .product-grid,
    .cat-grid,
    .cat-grid.visual,
    .icon-grid,
    .post-grid,
    .room-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .9rem;
    }
    .card-actions .btn { white-space: nowrap; padding: .78rem .95rem; font-size: .86rem; }
    .product-layout,
    .about-intro,
    .contact-layout,
    .legal-layout,
    .partner-layout,
    .split-story,
    .split-promo,
    .newsletter-split,
    .cta-band,
    .buy-band,
    .trades-band {
        grid-template-columns: 1fr;
    }
    .legal-blocks,
    .contact-cards,
    .live-columns,
    .live-columns[data-cols="3"] {
        grid-template-columns: 1fr;
    }
    .live-icons { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.8rem 1.4rem; }
    .trades-band { height: auto; }
    .trades-copy { padding: 2.6rem 1.75rem 2.4rem; }
    .trades-visual { height: 16rem; }
    .newsletter-split { min-height: 0; }
    .newsletter-visual img,
    .split-promo-visual img {
        min-height: 0;
        height: 18rem;
    }
    .newsletter-panel { padding: 2.6rem 1.6rem 3rem; }
    .hero-visual img { height: 52vh; min-height: 280px; }
    .product-gallery,
    .product-gallery.has-thumbs {
        grid-template-columns: 1fr;
        grid-template-areas: "stage" "thumbs";
        gap: .7rem;
    }
    .gallery-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
    }
    .meta-list div { grid-template-columns: 1fr; gap: .15rem; }
    .product-page { padding-top: 1.35rem; }
    .page-banner img { height: 36vh; min-height: 0; }
    .page-banner,
    .page-banner.compact { min-height: 0; }
}

@media (max-width: 720px) {
    :root {
        --pad: 1.35rem;
        --space-section: 2.15rem;
    }
    .masthead { padding: .85rem var(--edge); }
    .section { padding: var(--space-section) var(--edge); }
    .product-grid,
    .cat-grid,
    .cat-grid.visual,
    .icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .75rem;
    }
    .post-grid,
    .room-grid,
    .faq-grid,
    .how-grid,
    .footer-grid,
    .live-icons {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }
    .footer-grid { gap: 1.7rem; }
    .footer-bottom {
        flex-direction: column;
        gap: .55rem;
        margin-top: 1.8rem;
    }
    .card-body { padding: .75rem 0 .95rem; gap: .22rem; }
    .card-body h3 { font-size: .95rem; line-height: 1.3; }
    .price-row { margin: .15rem 0 .45rem; }
    .hero-visual img {
        height: min(42vh, 22rem);
        min-height: 240px;
    }
    .hero-copy { padding: 2.5rem 1.35rem 2.2rem; }
    .hero-copy h1 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
    .hero-actions { margin-top: 1.25rem; gap: .55rem; }
    .newsletter-visual img,
    .split-promo-visual img {
        height: 15.5rem;
        min-height: 0;
    }
    .newsletter-panel { padding: 2.3rem 1.35rem 2.8rem; }
    .newsletter-privacy { margin-top: 2.4rem; }
    .page-banner img { height: 14.5rem; }
    .page-banner.compact img { height: 12rem; }
    .catalog-hero.is-search h1 { white-space: normal; overflow: visible; }
    .btn { min-height: 2.75rem; }
    .crumbs { margin-bottom: 1.1rem; }
    .empty { padding: 2.2rem 0; }
}

@media (max-width: 420px) {
    :root { --pad: 1.2rem; }
    .product-grid,
    .cat-grid,
    .icon-grid {
        gap: .65rem;
    }
    .card-body h3 { font-size: .9rem; }
    .badge { top: .55rem; left: .55rem; font-size: .68rem; padding: .26rem .55rem; }
    .sale-flag, .badge-sale { padding: .36rem .58rem .34rem; }
    .sale-flag-lg, .badge-sale-lg { padding: .55rem .72rem .5rem; }
    .sale-flag-lg .sale-flag-pct, .badge-sale-lg { font-size: 1.28rem; }
    .card-actions .btn { white-space: nowrap; padding: .8rem 1rem; font-size: .88rem; }
}

.badge-cb { background: var(--sage); color: #fff; }
.cb-mark {
    display: inline-flex; align-items: baseline; gap: .28rem;
    padding: .36rem .68rem .38rem;
    border-radius: 999px;
    background: rgba(22, 24, 22, .78);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 22px rgba(16, 18, 16, .22);
    font-size: .64rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase;
}
.cb-mark em { font-style: normal; font-size: .78rem; letter-spacing: 0; font-weight: 700; color: var(--sand); }
.gallery-stage .cb-mark { font-size: .7rem; padding: .42rem .78rem .44rem; }
.gallery-stage .cb-mark em { font-size: .86rem; }
.product-cb-title {
    display: inline-block; margin-left: .45rem;
    font-family: var(--sans); font-size: .72rem; font-weight: 650;
    letter-spacing: .06em; text-transform: uppercase; color: var(--sage);
    vertical-align: middle;
}
.card-actions { display: flex; align-items: center; gap: .45rem; margin-top: auto; padding-top: .45rem; }
.card-actions .btn { flex: 1 1 auto; width: 100%; white-space: nowrap; }
.product-cta-row { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-top: .4rem; }
.product-cta-row .btn-xl { width: auto; max-width: none; }
.cb-chip {
    display: inline-flex; align-items: center;
    margin: .35rem 0 0; padding: .28rem .7rem;
    border-radius: var(--pill); background: var(--paper-2);
    font-size: .82rem; font-weight: 650; color: var(--sage-d);
}

.masthead-account { display: flex; align-items: center; gap: .2rem; flex: 0 0 auto; }
.masthead-icon {
    position: relative; width: 2.5rem; height: 2.5rem;
    display: grid; place-items: center; border-radius: 50%;
}
.masthead-icon svg { width: 1.25rem; height: 1.25rem; }
.masthead-icon span {
    position: absolute; top: .15rem; right: .1rem;
    min-width: 1rem; height: 1rem; padding: 0 .22rem;
    border-radius: 999px; background: var(--sage); color: #fff;
    font-size: .62rem; font-weight: 700; display: grid; place-items: center;
}
.masthead-icon.is-on { background: var(--paper-2); }
.masthead-search-btn {
    width: auto; min-width: 2.5rem; height: auto; min-height: 2.5rem;
    padding: .28rem .45rem; border: 0; background: none; cursor: pointer;
    font: inherit; color: var(--ink); border-radius: 10px;
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
}
.masthead-search-btn span {
    position: static; min-width: 0; height: auto; padding: 0;
    background: none; color: inherit; font-size: .62rem; font-weight: 700;
    letter-spacing: .02em;
}
.masthead-search-btn:hover { background: var(--paper-2); }

.acct-auth {
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) minmax(22rem, 1fr);
    min-height: calc(100svh - 8rem);
}
.acct-auth-aside {
    background: var(--sage);
    color: #f6f4ee;
    padding: 4.2rem var(--edge) 4.6rem;
    display: grid;
    align-content: center;
    gap: 1.1rem;
}
.acct-mark {
    margin: 0;
    font-family: var(--display);
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    opacity: .72;
}
.acct-auth-aside h1 {
    color: #fff;
    max-width: 16ch;
    margin: 0;
}
.acct-auth-aside > p { margin: 0; max-width: 34rem; opacity: .88; }
.acct-steps {
    margin: .6rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .7rem;
    max-width: 28rem;
}
.acct-steps li {
    padding: .85rem 1rem;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}
.acct-steps strong { display: block; color: #fff; }
.acct-auth-main {
    padding: 3.4rem var(--edge);
    background: var(--paper-2);
    display: grid;
    align-content: center;
    justify-items: stretch;
}
.acct-card {
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.85rem 1.7rem 1.9rem;
    box-shadow: var(--shadow-sm);
}
.acct-card > h2 { margin: 0 0 1.1rem; font-size: 1.65rem; }
.acct-kicker {
    margin: 0 0 .45rem;
    font-size: .76rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage);
}
.acct-lead { color: var(--muted); max-width: 40rem; margin: .4rem 0 0; }
.acct-form { display: grid; gap: 1rem; }
.acct-form label,
.acct-fields label { display: grid; gap: .4rem; font-size: .9rem; font-weight: 600; }
.acct-form input[type="text"],
.acct-form input[type="email"],
.acct-form input[type="password"],
.acct-form input[type="tel"],
.acct-fields input[type="text"],
.acct-fields input[type="email"],
.acct-fields input[type="password"],
.acct-fields input[type="tel"] {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: .95rem 1rem;
    font: inherit;
    background: #fafaf7;
}
.acct-form input:focus,
.acct-fields input:focus {
    outline: none;
    border-color: var(--sage);
    box-shadow: 0 0 0 4px rgba(74, 92, 82, .16);
    background: #fff;
}
.acct-form input:disabled,
.acct-fields input:disabled { color: var(--muted); background: var(--paper-2); }
.acct-form small,
.acct-hint { color: var(--muted); font-size: .82rem; font-weight: 400; }
.acct-pass { position: relative; display: block; }
.acct-pass input { padding-right: 4.2rem; }
.acct-pass-toggle {
    position: absolute; right: .45rem; top: 50%; transform: translateY(-50%);
    border: 0; background: none; color: var(--sage-d);
    font: inherit; font-size: .82rem; font-weight: 650; cursor: pointer; padding: .35rem .5rem;
}
.acct-check { display: flex; gap: .7rem; align-items: flex-start; font-weight: 400; }
.acct-check input { width: 1.15rem; height: 1.15rem; margin-top: .2rem; accent-color: var(--sage); }
.acct-check a { border-bottom: 1px solid var(--ink); }
.acct-switch { margin: 1.15rem 0 0; color: var(--muted); }
.acct-switch a,
.acct-text-link {
    border-bottom: 1px solid var(--ink);
    background: none; border-top: 0; border-left: 0; border-right: 0;
    padding: 0; font: inherit; cursor: pointer; color: inherit;
}
.acct-or {
    display: grid; grid-template-columns: 1fr auto 1fr; gap: .8rem;
    align-items: center; color: var(--muted); font-size: .8rem; margin: 1.15rem 0;
}
.acct-or::before, .acct-or::after { content: ""; height: 1px; background: var(--line); }
.acct-flash { padding: .85rem 1rem; border-radius: 12px; margin: 0 0 1.1rem; }
.acct-flash.is-ok { background: #eef4ef; color: #2d4a38; }
.acct-flash.is-err { background: #f8eaea; color: #6d2a2a; }
.acct-flash.is-warn { background: #f4efe2; color: #4a4330; }
.acct-flash a { border-bottom: 1px solid currentColor; font-weight: 650; }
.mitid-btn {
    display: flex; align-items: center; justify-content: center; gap: .7rem;
    width: 100%; padding: .95rem 1rem; border-radius: 12px;
    background: #0b1f4d; color: #fff; font-weight: 650;
}
.mitid-mark {
    width: 1.7rem; height: 1.7rem; border-radius: 5px; background: #fff; color: #0b1f4d;
    display: grid; place-items: center; font-size: .62rem; font-weight: 800; letter-spacing: .04em;
}

.acct-app { padding: 2.2rem var(--edge) 4.4rem; background: var(--paper-2); }
.acct-head {
    display: flex; justify-content: space-between; gap: 1.6rem;
    align-items: end; margin-bottom: 1.6rem; flex-wrap: wrap;
}
.acct-tabs { display: flex; gap: .15rem; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.acct-tabs a {
    padding: .75rem 1.05rem .8rem; font-size: .9rem; font-weight: 600;
    color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.acct-tabs a.is-on { color: var(--ink); border-bottom-color: var(--sage); }
.acct-wallet {
    display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: .9rem; margin-bottom: 1.4rem;
}
.acct-wallet-main {
    background: var(--sage); color: #fff; border-radius: 16px; padding: 1.45rem 1.5rem 1.5rem;
}
.acct-wallet-main p,
.acct-wallet-side p { margin: 0; font-size: .82rem; opacity: .78; }
.acct-wallet-main strong,
.acct-wallet-side strong {
    display: block; font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -.04em; margin: .2rem 0 .35rem; font-weight: 650;
}
.acct-wallet-side {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.acct-wallet-side article {
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.25rem 1.2rem;
}
.acct-wallet-side span,
.acct-wallet-main span { font-size: .84rem; opacity: .82; display: block; }
.acct-panel {
    border: 1px solid var(--line); border-radius: 16px;
    padding: 1.3rem 1.35rem 1.45rem; background: #fff;
}
.acct-panel-head {
    display: flex; justify-content: space-between; gap: 1rem;
    align-items: end; margin-bottom: 1.1rem; flex-wrap: wrap;
}
.acct-panel-head p { margin: .2rem 0 0; color: var(--muted); font-size: .88rem; }
.acct-empty {
    text-align: center; padding: 2.6rem 1rem 2.2rem; color: var(--muted);
    display: grid; gap: .7rem; justify-items: center;
}
.acct-empty-mark {
    width: 3.4rem; height: 3.4rem; border-radius: 50%;
    background: var(--paper-2); color: var(--sage);
    display: grid; place-items: center; font-size: 1.4rem; font-weight: 650; margin: 0;
}
.acct-empty h3 { margin: .2rem 0 0; color: var(--ink); }
.acct-table-wrap { overflow-x: auto; }
.acct-table { width: 100%; border-collapse: collapse; }
.acct-table th, .acct-table td { text-align: left; padding: .85rem .25rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.acct-table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 650; }
.acct-table small { display: block; color: var(--muted); }
.cb-pill { display: inline-block; padding: .2rem .6rem; border-radius: 999px; font-size: .75rem; font-weight: 650; background: var(--paper-2); }
.cb-pill.is-approved { background: #e7f4ec; color: #24553a; }
.cb-pill.is-paid { background: var(--sage); color: #fff; }
.cb-pill.is-cancelled { background: #f8eaea; color: #6d2a2a; }
.acct-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .75fr); gap: 1.4rem; }
.acct-fields { display: grid; gap: 1rem; margin-bottom: .15rem; }
.acct-fields.is-2 { grid-template-columns: 1fr 1fr; }
.acct-block { display: grid; gap: .75rem; padding-bottom: 1.15rem; margin-bottom: 1.15rem; border-bottom: 1px solid var(--line); }
.acct-block:last-of-type { border-bottom: 0; margin-bottom: .35rem; padding-bottom: 0; }
.acct-block-label {
    margin: 0; font-size: .72rem; font-weight: 650;
    letter-spacing: .12em; text-transform: uppercase; color: var(--sage);
}
.acct-side {
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.4rem 1.3rem;
    display: grid; gap: .7rem; align-content: start;
}
.acct-card { box-shadow: none; }
.acct-cart { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.acct-cart-row {
    display: grid; grid-template-columns: 7.4rem minmax(0, 1fr) auto;
    gap: 1.15rem; align-items: center; padding: 1rem 1.1rem;
    border: 1px solid var(--line); border-radius: 16px; background: #fff;
}
.acct-cart-media { position: relative; display: block; }
.acct-cart-media img { width: 7.4rem; height: 7.4rem; object-fit: cover; border-radius: 12px; background: var(--paper-2); }
.acct-cart-media .cb-mark { position: absolute; left: .45rem; top: .45rem; }
.acct-cart-brand { margin: 0; font-size: .78rem; color: var(--muted); }
.acct-cart-copy h2 { font-size: 1.08rem; margin: .12rem 0; }
.acct-cart-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem 1rem; margin-top: .35rem; }
.acct-cart-price { margin: 0; font-weight: 650; }
.acct-cart-remove {
    border: 0; background: none; padding: 0; font: inherit;
    color: var(--muted); cursor: pointer;
    border-bottom: 1px solid transparent;
}
.acct-cart-remove:hover { color: var(--ink); border-bottom-color: var(--ink); }
.acct-cart-actions { display: grid; align-content: center; justify-items: end; }
.acct-cart-actions .btn { min-width: 8.5rem; text-align: center; }

@media (max-width: 980px) {
    .acct-auth { grid-template-columns: 1fr; min-height: 0; }
    .acct-auth-aside { padding: 2.6rem var(--edge) 2.4rem; }
    .acct-auth-aside h1 { max-width: none; }
    .acct-wallet, .acct-split, .acct-wallet-side, .acct-cart-row, .acct-fields.is-2 { grid-template-columns: 1fr; }
    .acct-head { align-items: start; }
    .acct-tabs { width: 100%; }
    .acct-cart-actions { justify-items: stretch; }
    .acct-cart-actions .btn { min-width: 0; width: 100%; }
}

@media (max-width: 1100px) {
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
}

html.site-gymnordic {
    --sage: #1a3c34;
    --sage-d: #122c26;
    --sand: #c8e87a;
    --mist: #e7efe8;
    --brass: #2f564c;
    --brass-d: #1a3c34;
    --paper-2: #f2f5f2;
}

body.search-open { overflow: hidden; }
.search-overlay {
    position: fixed; inset: 0; z-index: 220;
    background: rgba(28, 25, 22, .5);
    display: grid; place-items: center; padding: 32px 24px;
}
.search-overlay[hidden] { display: none; }
.search-overlay-sheet {
    position: relative; width: min(1180px, 100%);
    height: min(800px, calc(100dvh - 64px));
    max-height: calc(100dvh - 48px);
    background: #fff; border-radius: 18px; min-height: 0;
    overflow: hidden; display: flex; flex-direction: column;
    box-shadow: 0 28px 80px rgba(28, 25, 22, .28);
}
.search-overlay-brand { display: none; margin: 0; }
.search-overlay-bar {
    flex: 0 0 auto; display: flex; align-items: center; gap: 12px;
    padding: 12px 16px; background: var(--sage); color: #fff;
}
.search-overlay-form {
    flex: 1; min-width: 0; display: flex; align-items: center; gap: .7rem;
    background: #fff; color: var(--ink); border-radius: 999px; padding: 0 1rem;
    min-height: 46px;
}
.search-overlay-form svg { flex: 0 0 auto; color: var(--muted); }
.search-overlay-form input {
    flex: 1; min-width: 0; border: 0; outline: 0; background: transparent;
    font: inherit; font-size: 1rem; padding: .7rem 0;
}
.search-overlay-close {
    width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); background: none;
    color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; border-radius: 8px;
}
.search-overlay-close:hover { background: rgba(255,255,255,.12); }
.search-overlay-tabs { display: none; }
.search-overlay-body {
    flex: 1; min-height: 0; display: grid; position: relative;
    grid-template-columns: 230px minmax(0, 1fr); overflow: hidden;
}
.search-overlay-filters {
    overflow: auto; padding: .4rem 1.05rem 1.6rem;
    border-right: 1px solid var(--line); background: var(--paper-2);
}
.sx-filter-head, .sx-filter-scrim, .sx-filter-fab { display: none; }
.search-overlay-main { overflow: auto; padding: 1.05rem 1.2rem 1.6rem; }
.search-overlay-chips-wrap { margin-bottom: .85rem; }
.sx-kicker {
    margin: 0 0 .45rem; font-size: .78rem; font-weight: 750;
    letter-spacing: .04em; text-transform: uppercase; color: var(--muted);
}
.search-overlay-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.search-overlay-chips button {
    border: 1px solid var(--line); background: #fff; border-radius: 999px;
    padding: .38rem .85rem; font: inherit; font-size: .88rem; font-weight: 650;
    cursor: pointer; color: var(--ink);
}
.search-overlay-chips button:hover { border-color: var(--sage); }
.search-overlay-chips button.is-on {
    background: var(--sage); color: #fff; border-color: var(--sage);
}
.search-overlay-toolbar {
    display: flex; justify-content: space-between; align-items: center;
    gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap;
}
.search-overlay-count { margin: 0; font-weight: 650; }
.search-overlay-tools { display: flex; align-items: center; gap: .7rem; }
.search-overlay-tools select {
    border: 0; background: transparent; font: inherit; font-weight: 650; cursor: pointer;
    padding: .2rem 0;
}
.search-overlay-grid {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem;
}
.search-overlay-empty { color: var(--muted); padding: 2rem 0; }
.search-overlay-empty[hidden] { display: none; }
.sx-group { border-bottom: 1px solid var(--line); padding: .15rem 0 .7rem; }
.sx-group summary {
    list-style: none; cursor: pointer; font-weight: 750; font-size: .95rem;
    display: flex; justify-content: space-between; align-items: center;
    padding: .7rem 0 .35rem;
}
.sx-group summary::-webkit-details-marker { display: none; }
.sx-group summary::after { content: "⌃"; font-size: .7rem; color: var(--muted); transform: rotate(180deg); }
.sx-group[open] summary::after { transform: none; }
.sx-check {
    display: flex; align-items: flex-start; gap: .55rem;
    padding: .32rem 0; cursor: pointer; font-size: .9rem; line-height: 1.3;
}
.sx-check input { accent-color: var(--sage); width: 16px; height: 16px; margin-top: .12rem; flex: 0 0 auto; }
.search-overlay-grid .card { min-width: 0; }
.search-overlay-grid .card-media { aspect-ratio: 1; }
.search-overlay-grid .card-body { padding: .7rem 0 .15rem; }
.search-overlay-grid .card-brand { font-size: .72rem; }
.search-overlay-grid .card-body h3 { font-size: .88rem; line-height: 1.3; }
.search-overlay-grid .card-actions .btn { width: 100%; justify-content: center; font-size: .82rem; padding: .55rem .7rem; }

@media (max-width: 1080px) {
    .search-overlay-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .masthead-search-btn span { display: none; }
    .search-overlay { padding: 0; place-items: stretch; }
    .search-overlay-sheet { width: 100%; height: 100%; max-height: none; border-radius: 0; }
    .search-overlay-bar {
        display: grid; grid-template-columns: 1fr auto;
        grid-template-areas: "brand close" "form form";
        gap: 10px 12px; padding: 10px 16px 14px;
        padding-top: calc(10px + env(safe-area-inset-top, 0px));
    }
    .search-overlay-brand {
        display: flex; grid-area: brand; align-items: center;
        font-family: var(--display); font-size: 1.12rem; font-weight: 600; letter-spacing: -.02em;
    }
    .search-overlay-close { grid-area: close; }
    .search-overlay-form { grid-area: form; min-height: 48px; }
    .search-overlay-tabs {
        display: grid; grid-template-columns: 1fr 1fr; flex: 0 0 auto;
        background: #fff; border-bottom: 1px solid var(--line);
    }
    .search-overlay-tabs button {
        border: 0; background: none; font: inherit; font-weight: 650; cursor: pointer;
        padding: .95rem .5rem .85rem; color: var(--muted); border-bottom: 2px solid transparent;
    }
    .search-overlay-tabs button.is-on { color: var(--ink); border-bottom-color: var(--ink); }
    .search-overlay-body { display: flex; flex-direction: column; grid-template-columns: none; overflow: hidden; }
    .search-overlay-chips-wrap { display: none; }
    .search-overlay-main { flex: 1; padding: .95rem 1rem 5.6rem; }
    .search-overlay-filters { display: none; border: 0; background: #fff; }
    .sx-filter-head {
        display: flex; align-items: center; justify-content: space-between;
        padding: .35rem 0 .7rem; position: sticky; top: 0; background: #fff;
    }
    .sx-filter-head strong { font-size: 1.05rem; }
    .sx-filter-head button {
        width: 40px; height: 40px; border: 0; background: none; font-size: 1.7rem; cursor: pointer;
    }
    .sx-filter-fab {
        display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
        position: absolute; left: 50%; bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        transform: translateX(-50%); z-index: 4;
        background: var(--sage); color: #fff; border: 0; border-radius: 999px;
        padding: .78rem 1.35rem; font: inherit; font-weight: 700; cursor: pointer;
        box-shadow: 0 12px 28px rgba(28, 25, 22, .28);
    }
    .search-overlay.is-cats .search-overlay-chips-wrap {
        display: block; margin: 0; padding: 1rem 1rem 1.4rem;
    }
    .search-overlay.is-cats .sx-kicker { display: none; }
    .search-overlay.is-cats .search-overlay-chips { flex-direction: column; gap: .55rem; }
    .search-overlay.is-cats .search-overlay-chips button {
        width: 100%; text-align: left; border-radius: 12px; padding: .95rem 1rem; font-size: 1rem;
    }
    .search-overlay.is-cats .search-overlay-toolbar,
    .search-overlay.is-cats .search-overlay-grid,
    .search-overlay.is-cats .sx-filter-fab { display: none; }
    .search-overlay.is-filters .sx-filter-scrim {
        display: block; position: absolute; inset: 0; z-index: 2;
        border: 0; background: rgba(28, 25, 22, .38); cursor: pointer;
    }
    .search-overlay.is-filters .search-overlay-filters {
        display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
        max-height: 78%; overflow: auto; border-radius: 18px 18px 0 0;
        padding: .85rem 1.15rem calc(1.2rem + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -18px 50px rgba(28, 25, 22, .18);
    }
    .search-overlay-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
}




