.d-flex {
    display: flex
}

.d-flex-column {
    display: flex;
    flex-direction: column
}

.d-flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.d-block {
    display: block
}

.col {
    flex: 1
}

.col-4 {
    flex: 0 0 33.333%
}

.col-6 {
    flex: 0 0 50%
}

.col-12 {
    flex: 0 0 100%
}

.g-0 {
    gap: 0
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.overflow-hidden {
    overflow: hidden
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em
}

.fst-italic {
    font-style: italic
}

.page-nav__prev,
.page-nav__next {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    text-decoration: none;
    color: inherit
}

@page {
    size: 1190pt 842pt;
    margin: 0
}

* {
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', system-ui, sans-serif;
    color: var(--color-anthrazit);
    background: white;
    font-size: 11pt;
    line-height: 1.45
}

:root {
    --color-anthrazit: #1d1e1e;
    --color-anthrazit-2: #0e0e0e;
    --color-weiss: #FFFFFF;
    --color-hellgrau: #F4F4F2;
    --color-tuerkis-50: #ECF8F9;
    --color-tuerkis-100: #D1EFF0;
    --color-tuerkis-200: #50C3C5;
    --color-tuerkis-400: #50C3C5;
    --color-tuerkis-600: #339799;
    --color-tuerkis-800: #246A6B;
    --color-tuerkis-900: #174445;
    --color-text-muted: #6B6B73;
    --color-border: #E2E2DF;
    --font-display: 'Jost', system-ui, sans-serif;
    --font-body: 'Open Sans', system-ui, sans-serif;
    --pad-1: 6pt;
    --pad-2: 10pt;
    --pad-3: 12pt;
    --pad-4: 16pt;
    --pad-5: 24pt;
    --pad-6: 32pt;
    --pad-7: 48pt;
    --pad-8: 64pt;
    --pad-9: 80pt;
    --pad-10: 96pt;
    --bs-body-font-family: var(--font-body);
    --bs-body-font-size: 11pt;
    --bs-body-color: var(--color-anthrazit);
    --bs-body-bg: #FAFAF8;
    --bs-link-color: var(--color-tuerkis-600);
    --bs-link-hover-color: var(--color-tuerkis-800)
}

.page {
    width: 1190pt;
    position: relative;
    overflow: visible;
    page-break-after: always;
    break-after: page
}

.page--grid {
    height: auto;
    min-height: 842pt;
    overflow: visible
}

.page:last-child {
    page-break-after: auto
}

body.slideshow-mode {
    height: 100%;
    margin: 0;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

body.slideshow-mode .page {
    width: 1190pt;
    height: 842pt;
    transform: scale(min(calc((100vw) / 1190pt), calc((100vh) / 842pt)));
    transform-origin: center center;
    flex-shrink: 0
}

body.slideshow-mode .page {
    display: none
}

body.slideshow-mode .page.is-current {
    display: block;
    animation: pageFadeIn 0.35s ease-out
}

@keyframes pageFadeIn {
    from {
        opacity: 0;
        transform: scale(min(calc((100vw) / 1190pt), calc((100vh) / 842pt))) translateX(8pt)
    }

    to {
        opacity: 1;
        transform: scale(min(calc((100vw) / 1190pt), calc((100vh) / 842pt))) translateX(0)
    }
}

.cover {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.cover__right {
    background: var(--color-anthrazit-2);
    color: var(--color-weiss)
}

.cover__logo {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 56pt;
    letter-spacing: -0.02em;
    line-height: 1;
    align-self: flex-end
}

.cover__logo-img {
    height: 80pt;
    width: auto;
    display: block
}

.cover__logo sup {
    font-size: 0.4em;
    vertical-align: super
}

.cover__product-row {
    height: 90pt;
    margin: 24pt 0 12pt
}

.cover__product {
    flex: 1;
    background: transparent;
    border-top: none;
    border-radius: 0;
    height: 100%
}

.cover__motto {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18pt;
    line-height: 1.1;
    letter-spacing: 0.04em;
    color: var(--color-tuerkis-400);
    margin-bottom: 8pt
}

.cover__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 64pt;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: var(--color-weiss);
    margin: 0 0 14pt
}

.cover__edition {
    font-size: 11pt;
    letter-spacing: 0.2em;
    color: var(--color-tuerkis-400)
}

.about {
    width: 100%;
    height: 100%;
    background: var(--color-anthrazit-2)
}

.about__text {
    background: transparent;
    color: var(--color-weiss)
}

.about__eyebrow {
    font-family: var(--font-display);
    font-size: 11pt;
    letter-spacing: 0.22em;
    color: var(--color-tuerkis-400);
    margin-bottom: 20pt
}

.about__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 64pt;
    letter-spacing: -0.028em;
    line-height: 0.95;
    margin: 0 0 32pt
}

.about__text p {
    font-size: 13pt;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 16pt
}

.about__promise {
    margin: 32pt 0 0;
    padding: 0;
    border: none
}

.about__promise-item {
    flex: 1;
    padding: 0 0 0 20pt;
    border-left: 1pt solid rgba(255, 255, 255, 0.14)
}

.about__promise-item:first-child {
    padding-left: 0;
    border-left: none
}

.about__promise-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 26pt;
    letter-spacing: -0.015em;
    color: var(--color-tuerkis-200);
    line-height: 1;
    margin-bottom: 8pt
}

.about__promise-label {
    font-size: 10pt;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7)
}

.about__quote {
    margin: 32pt 0 0;
    padding: 0 0 0 20pt;
    border: none;
    border-left: 2pt solid var(--color-tuerkis-400);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 16pt;
    line-height: 1.55;
    color: var(--color-tuerkis-100)
}

.about__quote-cite {
    display: block;
    margin-top: 10pt;
    font-size: 10pt;
    font-style: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6)
}

.about__signature {
    margin-top: 24pt;
    font-family: var(--font-display);
    font-size: 14pt;
    color: var(--color-tuerkis-200)
}

.about__visual {
    position: relative;
    border-left: 1pt solid rgba(255, 255, 255, 0.1)
}

.about__visual-inner {
    padding: var(--pad-10) var(--pad-9);
    position: relative;
    z-index: 2
}

.about__visual-eyebrow {
    font-family: var(--font-display);
    font-size: 11pt;
    letter-spacing: 0.22em;
    color: var(--color-tuerkis-400);
    margin-bottom: 18pt
}

.about__visual-headline {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 44pt;
    line-height: 1;
    letter-spacing: -0.025em;
    color: var(--color-weiss)
}

.about__stats {
    margin: 32pt 0;
    padding: 24pt 0;
    border-top: 1pt solid rgba(255, 255, 255, 0.18);
    border-bottom: 1pt solid rgba(255, 255, 255, 0.18)
}

.about__stat {
    padding: 4pt 0 4pt 20pt;
    border-left: 1pt solid rgba(255, 255, 255, 0.12)
}

.about__stat:first-child,
.about__stat:nth-child(3) {
    padding-left: 0;
    border-left: none
}

.about__stat-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 34pt;
    letter-spacing: -0.022em;
    line-height: 1;
    color: var(--color-tuerkis-200);
    margin-bottom: 8pt
}

.about__stat-label {
    font-size: 10pt;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7)
}

.about__visual-tagline {
    border-top: 1pt solid rgba(255, 255, 255, 0.18);
    padding-top: 24pt
}

.about__tagline-eyebrow {
    font-family: var(--font-display);
    font-size: 11pt;
    letter-spacing: 0.22em;
    color: var(--color-tuerkis-400);
    margin-bottom: 10pt
}

.about__tagline-main {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 24pt;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--color-weiss)
}

.toc {
    width: 100%;
    height: 100%;
    background: white
}

.toc__header {
    margin-bottom: 50pt
}

.toc__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 64pt;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0
}

.toc__subtitle {
    font-family: var(--font-display);
    font-size: 13pt;
    letter-spacing: 0.15em;
    color: var(--color-tuerkis-800);
    margin-top: 16pt
}

.toc__strip {
    border-top: 1.5pt solid var(--color-anthrazit);
    padding-top: 24pt
}

.toc__strip-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32pt;
    row-gap: 6pt;
    align-items: baseline
}

.toc__strip-link {
    display: inline-flex;
    align-items: center;
    gap: 8pt;
    flex: 0 0 auto;
    font-family: var(--font-display);
    font-size: 16pt;
    letter-spacing: 0.02em;
    color: var(--color-anthrazit);
    transition: color 180ms ease-out
}

.toc__strip-link:hover,
.toc__strip-link:focus-visible {
    color: var(--color-tuerkis-600);
    outline: none
}

.toc__strip-name {
    font-weight: 500
}

.toc__strip-count {
    font-weight: 600;
    font-size: 8pt;
    color: white;
    background: var(--color-tuerkis-200);
    border-radius: 999pt;
    padding: 1pt 6pt;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    flex: 0 0 auto
}

html {
    scroll-behavior: smooth
}

.cat-intro {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 320pt 1fr
}

.cat-intro__visual {
    background: #3f3f3f;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 56pt;
    color: white;
    overflow: hidden
}

.cat-intro__visual-eyebrow {
    font-family: var(--font-display);
    font-size: 11pt;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
    position: relative
}

.cat-intro__visual-num {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 180pt;
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: white;
    margin-top: 10pt;
    position: relative
}

.cat-intro__visual-label {
    font-family: var(--font-display);
    font-size: 14pt;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6pt;
    position: relative
}

.cat-intro__content {
    background: white
}

.cat-intro__eyebrow {
    font-family: var(--font-display);
    font-size: 10pt;
    letter-spacing: 0.2em;
    color: var(--color-tuerkis-600);
    margin-bottom: 14pt
}

.cat-intro__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 78pt;
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin: 0 0 28pt;
    color: var(--color-anthrazit);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto
}

.cat-intro__lead {
    font-size: 13pt;
    line-height: 1.55;
    color: var(--color-text-muted);
    max-width: 80ch;
    margin-bottom: 36pt
}

.cat-intro__bullets {
    max-width: 100%
}

.cat-intro__bullet-mark {
    flex: 0 0 8pt;
    width: 8pt;
    height: 8pt;
    border-radius: 50%;
    background: var(--color-tuerkis-400);
    margin-top: 6pt
}

.cat-intro__bullet-text {
    flex: 1 1 auto
}

.cat-intro__bullet-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12pt;
    color: var(--color-anthrazit);
    margin-bottom: 2pt
}

.cat-intro__bullet-body {
    font-size: 9.5pt;
    color: var(--color-text-muted);
    line-height: 1.45
}

.hero {
    width: 100%;
    height: 100%
}

.hero__left,
.hero__right {
    background: var(--color-hellgrau)
}

.hero__main {
    flex: 1;
    background: white;
    border-radius: 6pt;
    overflow: hidden;
    align-items: flex-start;
    padding: 0 40pt;
    align-items: stretch;
    flex-direction: column
}

.hero__main-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.hero__main-img--empty {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f4f2, #e8e8e8)
}

.hero__right {
    padding: var(--pad-7);
    border-radius: 4pt
}

.hero__right-inner {
    background: white;
    border-radius: 4pt;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0
}

.hero__header {
    margin-top: 36pt;
    margin-bottom: 14pt
}

.hero__name {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22pt;
    line-height: 1.05;
    letter-spacing: -0.015em;
    margin: 0 0 4pt;
    color: var(--color-anthrazit)
}

.hero__sku {
    font-size: 8pt;
    letter-spacing: 0.12em;
    color: var(--color-tuerkis-600)
}

.hero__feats {
    display: flex;
    flex-direction: column;
    gap: 6pt;
    margin-bottom: 10pt
}

.hero__specs {
    display: flex;
    flex-direction: column;
    gap: 5pt;
    margin-bottom: 10pt;
    max-height: 100%;
    overflow: hidden;
    width: 100%
}

.hero__spec-row {
    display: grid;
    grid-template-columns: 32% 68%;
    gap: 6pt;
    padding: 5pt 8pt;
    background: var(--color-hellgrau);
    border-radius: 4pt;
    align-items: center
}

.hero__spec-label {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 7.5pt;
    letter-spacing: 0.05em;
    color: var(--color-tuerkis-800);
    line-height: 1.25
}

.hero__spec-value {
    font-weight: 500;
    font-size: 9pt;
    line-height: 1.3;
    color: var(--color-anthrazit);
    word-break: break-word
}

.hero__bullets {
    margin-top: 10pt;
    padding: 4pt 0 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto
}

.hero__bullets-title {
    font-family: var(--font-display);
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-tuerkis-800);
    margin: 0 0 8pt;
    padding-bottom: 4pt;
    border-bottom: 1pt solid var(--color-border)
}

.hero__bullets-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10.5pt;
    line-height: 1.5;
    color: var(--color-anthrazit)
}

.hero__bullets-list li {
    position: relative;
    padding-left: 16pt;
    margin-bottom: 6pt
}

.hero__bullets-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6pt;
    height: 6pt;
    border-radius: 50%;
    background: var(--color-tuerkis-400)
}

.hero__back {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 10pt 0pt 10pt 7pt;
    background: var(--color-tuerkis-800);
    color: white;
    font-family: var(--font-display);
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6pt 0 0 6pt;
    box-shadow: -2pt 0 6pt rgba(0, 0, 0, 0.15);
    z-index: 100;
    white-space: nowrap;
    writing-mode: vertical-rl
}

.hero__back--visible {
    display: inline-flex
}

.hero__back:hover {
    background: var(--color-tuerkis-600)
}

.hero__back-arrow {
    font-size: 14pt;
    line-height: 1;
    display: inline-block;
    will-change: transform
}

@keyframes hero-back-arrow-nudge {
    0%, 100% { transform: translateX(0) }
    30%      { transform: translateX(-3pt) }
    60%      { transform: translateX(0) }
}

.hero__back:hover .hero__back-arrow {
    animation: hero-back-arrow-nudge 0.6s ease-in-out
}

a.grid-cell,
a.grid-cell:hover,
a.grid-cell:visited {
    color: inherit;
    text-decoration: none
}

.hero__feat {
    min-width: 0;
    background: var(--color-hellgrau);
    padding: 5pt 8pt;
    border-radius: 4pt
}

.hero__feat-title {
    font-family: var(--font-display);
    font-size: 7pt;
    letter-spacing: 0.12em;
    color: var(--color-tuerkis-800);
    margin-bottom: 1pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hero__feat-value {
    font-size: 9pt;
    color: var(--color-anthrazit);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hero__feat-empty {
    font-size: 11pt;
    color: var(--color-text-muted)
}

.hero__bottom {
    margin-bottom: 0
}

/* When the product has no variant pills, give .hero__bottom a fixed
   top margin so the separator line (.hero__avail-row border-top)
   sits ~mid-card instead of crammed right under the specs. */
.hero__main:not(:has(.variant-pills)) .hero__bottom {
    margin-top: 45pt
}

.hero__avail-row {
    display: flex;
    align-items: baseline;
    gap: 14pt;
    padding: 10pt 0;
    border-top: 2pt solid var(--color-anthrazit)
}

.hero__avail {
    font-family: var(--font-display);
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 4pt 10pt;
    border-radius: 999pt
}

.hero__avail--InStock {
    background: var(--color-tuerkis-50);
    color: var(--color-tuerkis-800)
}

.hero__avail--OutOfStock {
    background: #f4f4f2;
    color: var(--color-text-muted)
}

.variant-pills {
    display: flex;
    flex-direction: column;
    gap: 6pt;
    margin: 0 0 12pt 0;
    padding: 5pt 8pt;
    background: var(--color-tuerkis-50);
    border-radius: 8pt;
    max-width: 100%;
    min-width: 0
}

.variant-pills__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4pt;
    max-width: 100%;
    min-width: 0
}

.variant-pills__subrow {
    display: flex;
    align-items: center;
    gap: 8pt;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0
}

.variant-pills__label-spacer {
    min-width: 40pt;
    flex: 0 0 auto
}

.variant-pills__label {
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-tuerkis-800);
    min-width: 40pt
}

.variant-pills__group {
    display: flex;
    flex-wrap: wrap;
    gap: 4pt
}

.variant-pill {
    font-family: var(--font-body);
    font-size: 10pt;
    font-weight: 500;
    padding: 4pt 10pt;
    border-radius: 999pt;
    border: 1pt solid var(--color-border);
    background: white;
    color: var(--color-anthrazit);
    cursor: pointer;
    transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
    line-height: 1.2
}

.variant-pill:hover {
    border-color: var(--color-tuerkis-400)
}

.variant-pill--active {
    background: var(--color-tuerkis-800);
    color: white;
    border-color: var(--color-tuerkis-800)
}

.hero__thumbs {
    align-items: stretch;
    margin-bottom: 10pt
}

.hero__thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background: white;
    border: 1pt solid var(--color-border);
    border-radius: 4pt;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

/* When the hero has more than 7 variants (= 9+ thumbs counting the
   vater), shrink the thumbs to 60x60 so the row still fits in the
   right card without wrapping into two rows. */
.hero__thumbs:has(> :nth-child(9)) .hero__thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px
}

.hero__thumb.hero__thumb--active {
    border-color: var(--color-tuerkis-600);
    border-width: 2pt
}

.hero__thumb.hero__thumb--vater {
    border-color: var(--color-tuerkis-400)
}

.hero__thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block
}

.grid-spread {
    width: 100%;
    background: white;
    padding: 40pt 50pt 40pt 50pt;
    display: block
}

.grid-spread__cells {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 80pt;
    row-gap: 80pt
}

.grid-cell {
    flex: 0 0 calc((100% - 80pt * (var(--cols, 4) - 1)) / var(--cols, 4));
    max-width: 320.36px;
    aspect-ratio: 1.15 / 1;
    overflow: hidden
}

.grid-cell--empty {
    background: transparent;
    border: none;
    pointer-events: none
}

.grid-cell__img {
    width: 65%;
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4pt;
    margin-bottom: 8pt;
    margin-left: auto;
    margin-right: auto
}

.grid-cell__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block
}

.grid-cell__img-empty {
    width: 100%;
    height: 100%;
    background: var(--color-hellgrau)
}

.grid-cell__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.55) 55%, transparent 70%);
    transform: translateX(-100%);
    pointer-events: none
}

.grid-cell:hover .grid-cell__img::after {
    animation: glanz-sweep 0.85s ease-in-out
}

@keyframes glanz-sweep {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.grid-cell__sku {
    font-family: var(--font-display);
    font-size: 9pt;
    letter-spacing: 0.12em;
    color: var(--color-tuerkis-600);
    margin-bottom: 3pt;
    font-weight: 700;
}

.grid-cell__name {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 10pt;
    line-height: 1.25;
    color: var(--color-anthrazit);
    margin-bottom: 3pt
}

.grid-cell__variants-count {
    font-family: var(--font-body);
    font-size: 9pt;
    line-height: 1.3;
    color: var(--color-tuerkis-800);
    margin-top: 2pt;
    font-style: italic
}

.back {
    width: 100%;
    height: 100%;
    background: white
}

.back__brand {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 56pt;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0
}

.back__brand sup {
    font-size: 0.4em;
    vertical-align: super
}

.back__private-label {
    font-family: var(--font-display);
    font-size: 13pt;
    letter-spacing: 0.15em;
    color: var(--color-tuerkis-600);
    margin-top: 8pt;
    margin-bottom: 60pt
}

.back__contact {
    margin-bottom: 60pt;
    border-top: 2pt solid var(--color-anthrazit);
    padding-top: 30pt
}

.back__contact-label {
    font-family: var(--font-display);
    font-size: 11pt;
    letter-spacing: 0.15em;
    color: var(--color-tuerkis-600);
    margin-bottom: 12pt
}

.back__contact-value {
    font-size: 12pt;
    line-height: 1.65;
    color: var(--color-anthrazit)
}

.back__contact-value a {
    color: var(--color-tuerkis-600)
}

.back__legal {
    margin-top: auto;
    font-size: 9pt;
    color: var(--color-text-muted);
    line-height: 1.55;
    padding-top: 20pt;
    border-top: 1pt solid var(--color-border)
}

@media screen {
    @container gridspread (max-height:1100px) {
        .grid-cell__sku {
            font-size: 1.05vmin
        }

        .grid-cell__name {
            font-size: 1.25vmin
        }

        .grid-cell__variants-count {
            font-size: 0.9vmin
        }
    }

    @container gridspread (max-height:800px) {
        .grid-cell__sku {
            font-size: 0.9vmin
        }

        .grid-cell__name {
            font-size: 1.1vmin
        }

        .grid-cell__variants-count {
            font-size: 0.8vmin
        }
    }

    @container gridspread (max-height:600px) {
        .grid-cell__sku {
            font-size: 0.85vmin
        }

        .grid-cell__name {
            font-size: 1vmin
        }

        .grid-cell__variants-count {
            font-size: 0.7vmin
        }
    }

    body:not(.slideshow-mode) {
        margin: 0;
        padding: 0;
        overflow-x: hidden
    }

    html:not(.slideshow-mode) {
        overflow-x: hidden
    }

    body:not(.slideshow-mode) .page {
        width: 100vw;
        height: auto;
        min-height: 0;
        max-height: none;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        overflow: visible;
        display: block
    }

    body:not(.slideshow-mode) .page--grid {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible
    }

    body:not(.slideshow-mode) .page--cat-intro {
        height: auto;
        min-height: 0;
        max-height: none
    }

    body:not(.slideshow-mode) .page>* {
        width: 100%;
        height: 100%
    }

    html {
        scroll-behavior: auto
    }

    .slideshow-bar {
        position: fixed;
        bottom: 20pt;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        display: flex;
        gap: 14pt;
        align-items: center;
        background: rgba(28, 29, 44, 0.92);
        color: white;
        padding: 10pt 18pt;
        border-radius: 999pt;
        font-family: var(--font-display);
        font-size: 12pt;
        backdrop-filter: blur(8px)
    }

    .slideshow-bar button {
        background: transparent;
        border: none;
        color: var(--color-tuerkis-400);
        font-family: var(--font-display);
        font-size: 14pt;
        cursor: pointer;
        padding: 4pt 8pt
    }

    .slideshow-bar button:hover {
        color: white
    }

    .slideshow-bar .counter {
        font-variant-numeric: tabular-nums;
        min-width: 80pt;
        text-align: center
    }

    .slideshow-hint {
        position: fixed;
        top: 20pt;
        right: 20pt;
        z-index: 1000;
        color: rgba(255, 255, 255, 0.6);
        font-family: var(--font-display);
        font-size: 10pt;
        letter-spacing: 0.1em
    }
}

@media print {

    .slideshow-bar,
    .slideshow-hint {
        display: none !important
    }

    html {
        scroll-snap-type: none
    }
}

.tex-dark {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    display: block !important
}

.tex-dark {
    background-image: url("../textures/camo-dark.jpg");
    opacity: 0.85
}

.tex-dark--cover {
    background-image: url("../textures/camo-dark-wide.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.85
}

.tex-dark--about {
    background-image: url("../textures/camo-dark-wide.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.85;
    transform: rotate(180deg)
}

.cover__right .tex-dark--cover {
    background-position: center
}

.cover__right {
    position: relative;
    overflow: hidden
}

.cover__right>*:not(.tex-dark) {
    position: relative;
    z-index: 2
}

.about__text {
    position: relative;
    overflow: hidden
}

.about__text>*:not(.tex-dark) {
    position: relative;
    z-index: 2
}

.about__visual {
    position: relative;
    overflow: hidden
}

.about__visual>*:not(.tex-dark) {
    position: relative;
    z-index: 2
}

.cat-intro__visual {
    position: relative;
    overflow: hidden
}

.cat-intro__visual>*:not(.tex-dark) {
    position: relative;
    z-index: 2
}

.toc {
    position: relative;
    overflow: hidden
}

.page--toc .toc {
    overflow: visible
}

.toc>* {
    position: relative;
    z-index: 2
}

.back {
    position: relative;
    overflow: hidden
}

.back>* {
    position: relative;
    z-index: 2
}

.hero__left {
    position: relative;
    overflow: hidden
}

.hero__left>* {
    position: relative;
    z-index: 2
}

.grid-spread {
    position: relative
}

.grid-spread>* {
    position: relative;
    z-index: 2
}




/* === Mobile responsive ==================================================== */

@media (max-width: 576px) {
    /* Grid: 1 product per row */
    .grid-spread__cells {
        --cols: 1 !important;
        grid-template-columns: 1fr !important;
        column-gap: 16pt;
        row-gap: 24pt;
    }
    .grid-cell {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    /* Cover page */
    .page--cover {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
    .page--cover .cover {
        height: auto;
    }
    .page--cover .cover__right {
        padding: var(--pad-4) var(--pad-3) !important;
    }
    .page--cover .cover__logo,
    .page--cover .cover__logo-img {
        font-size: 28pt;
        height: auto;
    }
    .page--cover .cover__title {
        font-size: 32pt;
    }
    .page--cover .cover__motto {
        font-size: 14pt;
    }

    /* About page */
    .page--about,
    .about {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
    .about__inner {
        flex-direction: column !important;
        height: auto !important;
    }
    .about__text,
    .about__visual {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        height: auto !important;
        justify-content: flex-start !important;
        padding: var(--pad-5) var(--pad-4) !important;
    }
    .about__eyebrow,
    .about__visual-eyebrow {
        font-size: 9pt;
        letter-spacing: 0.16em;
        margin-bottom: 10pt;
    }
    .about__title {
        font-size: 24pt;
        letter-spacing: -0.015em;
        margin: 0 0 18pt;
    }
    .about__text p {
        font-size: 11pt;
        line-height: 1.6;
        margin-bottom: 12pt;
    }
    .about__promise {
        flex-wrap: wrap !important;
        gap: 14pt 14pt !important;
        margin: 16pt 0;
        padding: 14pt 0;
    }
    .about__promise-item {
        flex: 0 0 calc(50% - 7pt) !important;
    }
    .about__promise-item:nth-child(3) {
        flex: 0 0 100% !important;
    }
    .about__promise-num {
        font-size: 17pt;
        margin-bottom: 2pt;
    }
    .about__promise-label {
        font-size: 9pt;
    }
    .about__quote {
        font-size: 12pt;
        line-height: 1.5;
        margin: 14pt 0 0;
    }
    .about__quote-cite {
        font-size: 10pt;
    }
    .about__visual-headline {
        font-size: 22pt;
        letter-spacing: -0.015em;
    }
    .about__stats {
        margin: 18pt 0;
        padding: 10pt 0;
    }
    .about__stat {
        padding: 6pt 0;
    }
    .about__stat-num {
        font-size: 22pt;
    }
    .about__stat-label {
        font-size: 9pt;
    }
    .about__visual-tagline {
        padding-top: 14pt;
    }
    .about__tagline-main {
        font-size: 16pt;
    }

    /* TOC: all items stacked vertically */
    .toc__strip-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8pt !important;
    }
    .toc__strip-link {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Cat-intro pages: single column */
    .cat-intro {
        grid-template-columns: 1fr !important;
    }
    .cat-intro__visual {
        padding: var(--pad-5) var(--pad-4) !important;
        min-height: 180pt;
        justify-content: flex-start !important;
    }
    .cat-intro__visual-eyebrow,
    .cat-intro__visual-label {
        font-size: 10pt !important;
    }
    .cat-intro__visual-num {
        font-size: 44pt !important;
        margin: 6pt 0 !important;
    }
    .cat-intro__content {
        justify-content: flex-start !important;
        padding: var(--pad-5) var(--pad-4) !important;
    }
    .cat-intro__title {
        font-size: 26pt !important;
        letter-spacing: -0.015em;
    }
    .cat-intro__lead {
        font-size: 11pt !important;
        line-height: 1.6;
    }

    /* Hero pages: single column */
    .hero {
        flex-direction: column !important;
    }
    .hero__left {
        flex: 0 0 auto !important;
        width: 100%;
        padding: var(--pad-3) !important;
        min-height: 220pt;
    }
    .hero__main {
        padding: 0 !important;
        min-height: 200pt;
    }
    .hero__right {
        flex: 0 0 auto !important;
        width: 100%;
        padding: var(--pad-4) !important;
    }
}