@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-VariableFont_wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url(../fonts/Newsreader-VariableFont_opsz\,wght.ttf);
  font-display: swap;
}

:root {
  --color-bg: #eef3ef;
  --color-surface: #ffffff;
  --color-text: #172019;
  --color-text-muted: #667168;
  --color-primary: #17362f;
  --color-accent: #d4a24b;
  --color-warm: #7ea592;
  --color-border: #d8dfd7;
  --color-ink-soft: #2d4135;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
  --space-8: 96px;
  --text-display: clamp(2.75rem, 7vw, 4.5rem);
  --text-h1: clamp(2.25rem, 5vw, 3rem);
  --text-h2: clamp(2rem, 4vw, 3.2rem);
  --text-h3: 1.5rem;
  --text-body: 1rem;
  --text-small: 0.875rem;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --shadow-soft: 0 20px 50px rgba(23, 54, 47, .08);
  --shadow-lift: 0 28px 80px rgba(12, 33, 28, .16);
}
/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MS.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; background: var(--color-bg); color: var(--color-text); font-size: var(--text-body); line-height: 1.7; }
body.modal-open { overflow: hidden; }
body.spotlight-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; background: var(--color-text); color: #fff; padding: 10px 14px; transform: translateY(-140%); border-radius: var(--radius-sm); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.shell-narrow { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.ad-strip { height: 32px; display: grid; place-items: center; background: var(--color-text); color: #fff; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--color-bg) 92%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid color-mix(in srgb, var(--color-border) 75%, transparent); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; text-decoration: none; }
.brand__mark { grid-row: 1 / 3; width: 34px; height: 34px; object-fit: contain; }
.brand__word { font-family: "Newsreader", serif; font-weight: 700; font-size: 1.45rem; line-height: 1; }
.brand__tag { font-size: .62rem; color: var(--color-text-muted); letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; gap: 22px; align-items: center; font-size: .84rem; font-weight: 700; }
.site-nav a { text-decoration: none; transition: opacity .25s ease, transform .25s ease; }
.site-nav a:hover { opacity: .62; transform: translateY(-1px); }
.nav-cta { background: var(--color-text); color: #fff; padding: 9px 14px; border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--color-border); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 18px; height: 1px; background: var(--color-text); }
.editorial { padding-top: var(--space-7); }
.inventory-label { display: flex; justify-content: space-between; align-items: center; border: 1px dashed var(--color-text-muted); border-radius: 999px; padding: 7px 12px; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: var(--space-4); position: relative; }
.inventory-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--color-warm); box-shadow: 0 0 0 5px var(--color-bg); margin-right: 8px; }
.inventory-label span:last-child { margin-left: auto; }
.hero-title { font-family: "Newsreader", serif; font-size: var(--text-display); line-height: .98; letter-spacing: -.045em; margin: 0 0 var(--space-4); }
.dek { font-family: "Newsreader", serif; font-size: clamp(1.3rem, 2.4vw, 1.65rem); line-height: 1.35; color: var(--color-ink-soft); margin: 0 0 var(--space-4); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; font-size: .78rem; color: var(--color-text-muted); padding-bottom: var(--space-4); border-bottom: 1px solid var(--color-border); }
.meta-pill { color: var(--color-text); background: var(--color-accent); border-radius: 999px; padding: 4px 10px; font-weight: 700; }
.hero-media { margin: var(--space-5) 0 var(--space-6); }
.hero-media img { aspect-ratio: 16 / 9; border-radius: var(--radius-md); background: var(--color-surface); overflow: hidden; box-shadow: var(--shadow-soft); }
.hero-media figcaption { margin-top: 10px; font-size: .75rem; color: var(--color-text-muted); }
.story p { margin: 0 0 var(--space-4); }
.story .lead { font-size: 1.18rem; color: var(--color-ink-soft); }
.story h2 { font-family: "Newsreader", serif; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.05; letter-spacing: -.035em; margin: var(--space-6) 0 var(--space-4); }
.pull-quote { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: var(--space-4); margin: var(--space-5) 0 var(--space-6); background: var(--color-primary); color: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.pull-quote .material-symbols-rounded { color: var(--color-accent); font-size: 2.1rem; }
.pull-quote p { font-family: "Newsreader", serif; font-size: 1.45rem; line-height: 1.28; margin: 0; }
.fact-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin: var(--space-6) 0 var(--space-8); border-top: 1px solid var(--color-text); border-bottom: 1px solid var(--color-text); }
.fact-ribbon div { padding: var(--space-4) var(--space-3); border-right: 1px solid var(--color-border); }
.fact-ribbon div:last-child { border-right: 0; }
.fact-ribbon strong { display: block; font-family: "Newsreader", serif; font-size: 2.4rem; line-height: 1; }
.fact-ribbon span { display: block; font-size: .75rem; margin-top: 6px; color: var(--color-text-muted); }
.box-lab { background: var(--color-text); color: #fff; padding: var(--space-8) 0; overflow: hidden; position: relative; }
.box-lab::before { content: "LB / INVENTORY"; position: absolute; right: -40px; top: 30px; font-size: clamp(3rem, 11vw, 8rem); font-weight: 700; letter-spacing: -.08em; color: rgba(255,255,255,.035); transform: rotate(90deg); transform-origin: right top; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--space-6); align-items: end; margin-bottom: var(--space-6); }
.section-heading--compact { margin-bottom: var(--space-5); }
.eyebrow { display: block; color: var(--color-warm); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px; }
.box-lab .eyebrow, .lead-section .eyebrow { color: var(--color-accent); }
.section-heading h2, .lead-copy h2 { font-family: "Newsreader", serif; font-size: var(--text-h2); line-height: 1.02; letter-spacing: -.04em; margin: 0; }
.section-heading p { color: rgba(255,255,255,.68); margin: 0; max-width: 52ch; }
.box-grid { display: grid; grid-template-columns: .86fr 1.28fr .86fr; gap: 18px; align-items: stretch; }
.mystery-card { position: relative; min-width: 0; }
.box-card__trigger { width: 100%; height: 100%; background: #f7f8f5; color: var(--color-text); border: 1px solid rgba(255,255,255,.18); padding: 0; border-radius: var(--radius-md); overflow: hidden; text-align: left; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.box-card__trigger:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: rgba(212,162,75,.4); }
.box-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: #dfe7e1; position: relative; }
.mystery-card--feature .box-card__media { aspect-ratio: 4 / 3.4; }
.box-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease, filter .5s ease; }
.mystery-card:nth-child(1) .box-card__media img { transform: scale(1.24); object-position: 50% 67%; }
.mystery-card:nth-child(3) .box-card__media img { transform: scale(1.26); object-position: 50% 66%; }
.mystery-card.is-open .box-card__media img { transform: scale(1.035); filter: saturate(1.04); }
.mystery-card:nth-child(1).is-open .box-card__media img { transform: scale(1.18); }
.mystery-card:nth-child(3).is-open .box-card__media img { transform: scale(1.20); }
.mystery-card.is-opening .box-card__media img { transform: scale(1.065); filter: saturate(1.12) brightness(1.04); }
.mystery-card:nth-child(1).is-opening .box-card__media img { transform: scale(1.22); }
.mystery-card:nth-child(3).is-opening .box-card__media img { transform: scale(1.24); }
.mystery-card.is-opening .box-card__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 55%, rgba(212,162,75,.18), transparent 58%); animation: box-open-flash .65s ease both; }
.open-cue { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; background: var(--color-accent); font-size: .72rem; font-weight: 800; box-shadow: 0 6px 22px rgba(0,0,0,.14); }
.open-cue .material-symbols-rounded { font-size: 1.05rem; }
.box-card__body { padding: var(--space-4); }
.inventory-code { display: block; font-size: .62rem; letter-spacing: .12em; color: var(--color-text-muted); margin-bottom: 6px; }
.box-card__body h3 { font-family: "Newsreader", serif; font-size: 1.8rem; margin: 0 0 8px; line-height: 1.02; }
.box-card__body p { margin: 0; color: var(--color-text-muted); font-size: .86rem; }
.box-price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--color-border); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--color-text-muted); }
.box-price strong { font-family: "Newsreader", serif; font-size: 1.55rem; color: var(--color-text); letter-spacing: -.02em; }
.box-card__trigger.is-active { box-shadow: 0 0 0 2px rgba(243, 201, 106, .45), var(--shadow-lift); }
.box-disclaimer { max-width: 920px; margin: var(--space-5) auto 0; text-align: left; font-size: .84rem; line-height: 1.72; color: rgba(255,255,255,.78); background: linear-gradient(180deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.04) 100%); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); padding: 20px 22px; }
.box-disclaimer strong { display: block; margin-bottom: 8px; color: #fff; }
.continuation { padding-bottom: var(--space-8); }
.category-board { background: var(--color-surface); border-radius: var(--radius-md); padding: var(--space-5); margin-top: var(--space-6); box-shadow: var(--shadow-soft); border: 1px solid var(--color-border); }
.category-board__title h3 { font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.05; margin: 0 0 var(--space-4); }
.category-board__items { display: flex; flex-wrap: wrap; gap: 10px; }
.category-board__items span { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--color-border); background: var(--color-bg); border-radius: 999px; padding: 9px 13px; font-size: .78rem; font-weight: 700; }
.category-board__items i { font-size: 1.1rem; font-style: normal; }
.article-library { padding: var(--space-8) 0; background: linear-gradient(180deg, #e5ece7 0%, #f6f8f5 100%); }
.article-section-head p { color: var(--color-ink-soft); }
.article-stage { display: grid; grid-template-columns: 1.02fr .98fr; gap: 22px; align-items: stretch; }
.article-feature, .article-tile { width: 100%; border: 0; text-align: left; cursor: pointer; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.article-feature:hover, .article-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.article-feature { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; padding: clamp(28px, 4vw, 42px); border-radius: calc(var(--radius-lg) + 4px); color: #fff; background: linear-gradient(180deg, rgba(23,54,47,.86) 0%, rgba(19,30,28,.98) 100%); box-shadow: var(--shadow-lift); position: relative; overflow: hidden; }
.article-feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(212,162,75,.34), transparent 42%), linear-gradient(135deg, rgba(255,255,255,.06), transparent 36%); pointer-events: none; }
.article-feature > * { position: relative; z-index: 1; }
.article-feature__meta { display: flex; justify-content: space-between; gap: 12px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); font-weight: 700; }
.article-feature h3 { font-family: "Newsreader", serif; font-size: clamp(2.4rem, 4vw, 3.7rem); line-height: .98; margin: 0; letter-spacing: -.04em; }
.article-feature p { margin: 0; color: rgba(255,255,255,.78); max-width: 48ch; }
.article-feature__action { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 700; color: var(--color-accent); }
.article-stack { display: grid; gap: 16px; }
.article-tile { padding: 22px 22px 24px; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); border: 1px solid rgba(216,223,215,.9); background: rgba(255,255,255,.92); }
.article-tile--warm { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,239,226,.98) 100%); }
.article-tile--light { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(240,246,242,.98) 100%); }
.article-tile--dark { background: linear-gradient(180deg, rgba(23,54,47,.96) 0%, rgba(35,59,51,.98) 100%); color: #fff; border-color: rgba(23,54,47,.82); }
.article-tile__top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 14px; }
.article-tile__top span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--color-warm); }
.article-tile--dark .article-tile__top span { color: var(--color-accent); }
.article-tile__top i { font-style: normal; opacity: .7; }
.article-tile h3 { font-family: "Newsreader", serif; font-size: clamp(1.55rem, 3vw, 2.05rem); line-height: 1.04; margin: 0 0 10px; letter-spacing: -.03em; }
.article-tile p { margin: 0; color: var(--color-text-muted); font-size: .88rem; line-height: 1.6; }
.article-tile--dark p { color: rgba(255,255,255,.74); }

.company-section { padding: var(--space-8) 0; background: var(--color-bg); }
.company-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--space-6); align-items: start; }
.company-copy h2 { font-family: "Newsreader", serif; font-size: var(--text-h2); line-height: 1.02; margin: 0 0 var(--space-4); letter-spacing: -.04em; }
.company-copy p { margin: 0 0 var(--space-4); color: var(--color-ink-soft); max-width: 62ch; }
.company-panel { background: linear-gradient(180deg, #fff 0%, #f2f6f2 100%); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow-soft); }
.company-panel__header h3 { font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.02; margin: 8px 0 0; }
.company-facts { display: grid; gap: 16px; margin-top: var(--space-5); }
.company-facts article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid var(--color-border); }
.company-facts article:first-child { border-top: 0; padding-top: 0; }
.company-facts .material-symbols-rounded { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(43,37,80,.08); color: var(--color-primary); }
.company-facts h4 { margin: 0 0 6px; font-size: 1rem; }
.company-facts p { margin: 0; font-size: .85rem; color: var(--color-text-muted); }
.lead-section { background: var(--color-primary); color: #fff; padding: var(--space-8) 0; }
.lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: var(--space-7); align-items: start; }
.inventory-label--light { border-color: rgba(255,255,255,.3); width: min(100%, 430px); }
.inventory-label--light::before { box-shadow: 0 0 0 5px var(--color-primary); }
.lead-copy p { color: rgba(255,255,255,.7); }
.lead-points { display: grid; gap: 12px; margin-top: var(--space-5); }
.lead-points span { display: flex; gap: 10px; align-items: center; font-size: .82rem; }
.lead-points i { color: var(--color-accent); font-style: normal; }
.lead-form { background: var(--color-surface); color: var(--color-text); padding: var(--space-5); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 7px; font-size: .75rem; font-weight: 700; margin-bottom: 14px; }
.lead-form label span { font-weight: 400; color: var(--color-text-muted); }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid var(--color-border); background: #f9fbf8; border-radius: var(--radius-sm); min-height: 48px; padding: 11px 12px; color: var(--color-text); }
.lead-form textarea { resize: vertical; min-height: 108px; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; min-height: 0; margin-top: 3px; }
.consent a { color: var(--color-primary); }
.primary-button, .icon-button { border: 0; cursor: pointer; transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease; }
.primary-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; background: var(--color-accent); color: #102017; border-radius: 999px; font-weight: 800; text-decoration: none; }
.primary-button:hover, .icon-button:hover { transform: translateY(-2px); }
.primary-button--small { min-height: 42px; padding: 9px 15px; font-size: .78rem; }
.form-note { font-size: .7rem; color: var(--color-text-muted); margin: 10px 0 0; }
.site-footer { background: #0f1714; color: #fff; padding: var(--space-7) 0 var(--space-4); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: var(--space-5); }
.brand--footer { display: inline-grid; color: #fff; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,.58); max-width: 40ch; font-size: .82rem; }
.site-footer h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: var(--color-accent); margin: 0 0 12px; }
.site-footer a, .footer-contact p { display: block; color: rgba(255,255,255,.7); font-size: .78rem; margin: 0 0 8px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: var(--space-6); padding-top: var(--space-4); display: flex; justify-content: space-between; gap: var(--space-5); color: rgba(255,255,255,.48); font-size: .68rem; }
.footer-bottom p { max-width: 78ch; margin: 0; }
dialog { border: 0; padding: 0; }
dialog::backdrop { background: rgba(10,15,20,.66); backdrop-filter: blur(7px); }
.article-dialog { width: min(900px, calc(100% - 24px)); max-height: min(88vh, 860px); border-radius: var(--radius-lg); background: var(--color-bg); color: var(--color-text); box-shadow: var(--shadow-lift); }
.modal-article { padding: clamp(24px, 5vw, 54px); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: var(--space-5); }
.dialog-head h2 { font-family: "Newsreader", serif; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; letter-spacing: -.04em; margin: 0; }
.icon-button { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--color-text); color: #fff; }
.article-dialog { background: transparent; overflow: visible; }
.modal-article { max-width: 780px; margin: 0 auto; max-height: min(88vh, 860px); height: min(88vh, 860px); display: grid; grid-template-rows: auto minmax(0, 1fr); background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,249,246,.98) 100%); border: 1px solid rgba(216,223,215,.95); border-radius: calc(var(--radius-lg) + 4px); box-shadow: var(--shadow-lift); }
.modal-article__body { overflow: auto; padding: 0 10px 0 2px; scrollbar-width: thin; scrollbar-color: rgba(23,54,47,.34) rgba(216,223,215,.55); scrollbar-gutter: stable; overscroll-behavior: contain; }
.modal-article__body::-webkit-scrollbar { width: 12px; }
.modal-article__body::-webkit-scrollbar-track { background: rgba(216,223,215,.45); border-radius: 999px; border: 3px solid transparent; background-clip: padding-box; }
.modal-article__body::-webkit-scrollbar-thumb { background: linear-gradient(180deg, rgba(23,54,47,.55), rgba(126,165,146,.72)); border-radius: 999px; border: 3px solid transparent; background-clip: padding-box; }
.modal-article .modal-lead { font-family: "Newsreader", serif; font-size: 1.38rem; line-height: 1.35; color: var(--color-ink-soft); }
.modal-article h3 { font-family: "Newsreader", serif; font-size: 1.75rem; line-height: 1.05; margin: var(--space-5) 0 12px; }
.modal-article p { margin: 0 0 var(--space-4); }
body.spotlight-open main, body.spotlight-open .site-header, body.spotlight-open .site-footer { filter: blur(15px) saturate(.82) brightness(.92); transition: filter .4s ease; }
.product-spotlight { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; overflow: auto; opacity: 0; transition: opacity .28s ease; }
.product-spotlight:not([open]) { display: none; }
.product-spotlight[open] { display: block; }
.product-spotlight::backdrop { background: rgba(11, 18, 16, .42); backdrop-filter: blur(10px); }
.product-spotlight.is-visible { opacity: 1; }
.product-spotlight__panel { position: relative; width: min(1160px, calc(100% - 32px)); margin: min(8vh, 70px) auto 48px; background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(238,243,239,.96) 100%); border: 1px solid rgba(255,255,255,.78); border-radius: calc(var(--radius-lg) + 8px); box-shadow: 0 35px 90px rgba(12, 33, 28, .22); padding: clamp(22px, 4vw, 34px); backdrop-filter: blur(18px); transform: translateY(20px) scale(.96); transition: transform .32s ease; }
.product-spotlight.is-visible .product-spotlight__panel { transform: translateY(0) scale(1); }
.product-spotlight__close { position: absolute; top: 18px; right: 18px; }
.product-spotlight__intro { max-width: 64ch; padding-right: 56px; }
.product-spotlight__intro h2 { font-family: "Newsreader", serif; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: .98; margin: 0 0 12px; letter-spacing: -.04em; }
.product-spotlight__intro p { margin: 0; color: var(--color-ink-soft); }
.product-spotlight__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: var(--space-5); align-items: stretch; }
.product-chip { --fly-x: 0px; --fly-y: 0px; --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 180px; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(247,249,247,.82) 100%); border: 1px solid rgba(255,255,255,.82); padding: 18px 18px 20px; box-shadow: 0 20px 44px rgba(23,54,47,.12); overflow: hidden; transform-style: preserve-3d; opacity: 0; filter: blur(18px); transform: perspective(1400px) translate3d(var(--fly-x), var(--fly-y), -240px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(.45); }
.product-chip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(212,162,75,.22), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.25), transparent 45%); pointer-events: none; }
.product-chip:nth-child(1) { grid-column: span 5; min-height: 224px; }
.product-chip:nth-child(2) { grid-column: span 3; }
.product-chip:nth-child(3) { grid-column: span 4; }
.product-chip:nth-child(4) { grid-column: span 4; }
.product-chip:nth-child(5) { grid-column: span 3; }
.product-chip__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: relative; z-index: 1; }
.product-chip__number { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--color-text-muted); }
.product-chip__tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(212,162,75,.18); color: var(--color-primary); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; position: relative; z-index: 1; }
.product-chip h3 { font-family: "Newsreader", serif; font-size: 1.55rem; line-height: 1.02; margin: 16px 0 10px; position: relative; z-index: 1; }
.product-chip p { margin: 0; font-size: .87rem; line-height: 1.58; color: var(--color-text-muted); position: relative; z-index: 1; }
.product-chip.is-in { animation: chip-flight .86s cubic-bezier(.16,.9,.18,1) forwards; }
.confetti-layer { position: fixed; inset: 0; z-index: 120; pointer-events: none; overflow: hidden; }
.confetti-piece { position: absolute; top: -24px; left: var(--x); width: 10px; height: 18px; background: var(--confetti); opacity: .9; transform: rotate(var(--r)); animation: confetti-fall var(--duration) linear var(--delay) forwards; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.legal-hero { padding: var(--space-7) 0 var(--space-5); border-bottom: 1px solid var(--color-border); }
.legal-hero h1 { font-family: "Newsreader", serif; font-size: var(--text-display); line-height: 1; letter-spacing: -.04em; margin: 0 0 14px; }
.legal-hero p { color: var(--color-text-muted); max-width: 70ch; }
.legal-hero .legal-updated { margin: 14px 0 0; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--color-primary); }
.legal-content { padding: var(--space-6) 0 var(--space-8); }
.legal-content h2 { font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.05; margin: var(--space-6) 0 var(--space-3); }
.legal-content h3 { font-size: 1rem; margin: var(--space-4) 0 var(--space-2); }
.legal-content p { margin: 0 0 var(--space-3); }
.legal-note { padding: var(--space-4); background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); }
.thanks-grid { display: grid; grid-template-columns: 1fr .9fr; gap: var(--space-6); padding: var(--space-7) 0 var(--space-8); align-items: start; }
.thanks-card { background: #fff; border-radius: var(--radius-lg); padding: var(--space-5); border: 1px solid var(--color-border); box-shadow: var(--shadow-soft); }
.steps { display: grid; gap: 14px; margin: var(--space-5) 0; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.step strong { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--color-accent); }
.step h3 { margin: 0 0 4px; font-size: 1rem; }
.step p { margin: 0; color: var(--color-text-muted); font-size: .85rem; }
.contact-panel { background: var(--color-primary); color: #fff; border-radius: var(--radius-lg); padding: var(--space-5); }
.contact-panel h2 { font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.05; margin: 0 0 var(--space-3); }
.contact-panel p { color: rgba(255,255,255,.72); }
.contact-data { border-top: 1px solid rgba(255,255,255,.18); padding-top: var(--space-4); margin-top: var(--space-4); }
.contact-data p { margin: 0 0 8px; color: #fff; }

@keyframes box-open-flash { 0% { opacity: 0; } 35% { opacity: 1; } 100% { opacity: 0; } }
@keyframes chip-flight { 0% { opacity: 0; filter: blur(18px); transform: perspective(1400px) translate3d(var(--fly-x), var(--fly-y), -240px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(.45); } 58% { opacity: 1; filter: blur(2px); transform: perspective(1400px) translate3d(0, -12px, 80px) rotateX(calc(var(--tilt-x) * -.2)) rotateY(calc(var(--tilt-y) * -.2)) scale(1.03); } 100% { opacity: 1; filter: blur(0); transform: perspective(1400px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) scale(1); } }
@keyframes float-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes gentle-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes confetti-fall { 0% { transform: translate3d(0,-20px,0) rotate(0); } 100% { transform: translate3d(var(--drift),110vh,0) rotate(var(--spin)); opacity: .1; } }

@media (max-width: 1024px) {
  .box-grid { grid-template-columns: 1fr 1fr; }
  .mystery-card--feature { grid-column: span 2; width: min(62%, 560px); justify-self: center; }
  .article-stage, .company-grid { grid-template-columns: 1fr; }
  .product-spotlight__grid { grid-template-columns: repeat(6, 1fr); }
  .product-chip:nth-child(1) { grid-column: span 6; }
  .product-chip:nth-child(2), .product-chip:nth-child(3), .product-chip:nth-child(4), .product-chip:nth-child(5) { grid-column: span 3; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 768px) {
  .site-header__inner { min-height: 66px; }
  .brand__tag { display: none; }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; top: 66px; left: 16px; right: 16px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 16px; display: grid; gap: 8px; box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 10px 8px; }
  .nav-cta { text-align: center; }
  .editorial { padding-top: var(--space-6); }
  .section-heading, .lead-grid, .thanks-grid, .company-grid { grid-template-columns: 1fr; gap: var(--space-4); }
  .box-grid { grid-template-columns: 1fr; }
  .mystery-card--feature { grid-column: auto; width: 100%; }
  .box-card__media, .mystery-card--feature .box-card__media { aspect-ratio: 16 / 10; }
  .article-feature h3 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .article-tile { padding: 20px; }
  .product-spotlight__panel { width: min(100% - 20px, 1120px); margin-top: 48px; }
  .product-spotlight__grid { grid-template-columns: 1fr; }
  .product-chip:nth-child(1), .product-chip:nth-child(2), .product-chip:nth-child(3), .product-chip:nth-child(4), .product-chip:nth-child(5) { grid-column: auto; min-height: 170px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
    }

@media (max-width: 520px) {
  body {
    word-break: break-word;
  }
  .shell, .shell-narrow { width: min(100% - 22px, 1160px); }
  .hero-title { font-size: clamp(2.6rem, 13vw, 3.6rem); }
  .dek { font-size: 1.2rem; }
  .fact-ribbon { grid-template-columns: 1fr; }
  .fact-ribbon div { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .fact-ribbon div:last-child { border-bottom: 0; }
  .box-lab, .article-library, .lead-section { padding: var(--space-7) 0; }
    .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .lead-form, .category-board { padding: var(--space-4); }}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================
   COOKIE BANNER
   ========================================= */

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  width: min(980px, calc(100% - 40px));
  margin-inline: auto;

  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);

  pointer-events: none;

  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

  pointer-events: auto;
}


/* Card */

.cookie-banner__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;

  padding: 22px 24px;

  background: rgba(255, 255, 255, .97);

  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);

  box-shadow: var(--shadow-lift);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}


/* =========================================
   ICON
   ========================================= */

.cookie-banner__mark {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  flex: 0 0 auto;

  border-radius: 14px;

  background: rgba(212, 162, 75, .14);
  color: var(--color-primary);
}

.cookie-banner__mark .material-symbols-rounded {
  font-size: 25px;
}


/* =========================================
   CONTENT
   ========================================= */

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

.cookie-banner__eyebrow {
  display: block;

  margin-bottom: 4px;

  color: var(--color-warm);

  font-family: "Manrope", sans-serif;
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.4;

  letter-spacing: .14em;
  text-transform: uppercase;
}

.cookie-banner__content h3 {
  margin: 0 0 6px;

  color: var(--color-text);

  font-family: "Newsreader", serif;
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1.05;

  letter-spacing: -.025em;
}

.cookie-banner__content p {
  max-width: 650px;

  margin: 0;

  color: var(--color-text-muted);

  font-size: .86rem;
  line-height: 1.55;
}


/* =========================================
   LINKS
   ========================================= */

.cookie-banner__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: 8px;

  color: var(--color-text-muted);

  font-size: .75rem;
}

.cookie-banner__links a {
  color: var(--color-primary);

  text-decoration: underline;
  text-decoration-color: rgba(23, 54, 47, .28);
  text-underline-offset: 3px;

  transition:
    color .2s ease,
    text-decoration-color .2s ease;
}

.cookie-banner__links a:hover {
  color: #7f5c1e;
  text-decoration-color: var(--color-accent);
}


/* =========================================
   ACTIONS
   ========================================= */

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 9px;

  min-width: 176px;

  flex: 0 0 auto;
}

.cookie-btn {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: "Manrope", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;

  white-space: nowrap;

  cursor: pointer;

  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}


/* Alle akzeptieren */

.cookie-btn--primary {
  background: var(--color-accent);
  color: #102017;

  box-shadow: 0 8px 24px rgba(212, 162, 75, .18);
}

.cookie-btn--primary:hover {
  transform: translateY(-2px);

  background: #c79238;

  box-shadow: 0 12px 28px rgba(212, 162, 75, .25);
}


/* Nur notwendige */

.cookie-btn--secondary {
  background: transparent;

  color: var(--color-primary);

  border-color: var(--color-border);
}

.cookie-btn--secondary:hover {
  transform: translateY(-1px);

  background: var(--color-bg);

  border-color: rgba(23, 54, 47, .32);
}


/* Focus */

.cookie-btn:focus-visible,
.cookie-banner__links a:focus-visible,
.cookie-settings-link:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}


/* =========================================
   FLOATING COOKIE SETTINGS BUTTON
   ========================================= */

.cookie-settings-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9000;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  min-height: 38px;

  padding: 8px 13px;

  background: rgba(255, 255, 255, .95);

  color: var(--color-text-muted);

  border: 1px solid var(--color-border);
  border-radius: 999px;

  box-shadow: var(--shadow-soft);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-family: "Manrope", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;
  white-space: nowrap;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.cookie-settings-link .material-symbols-rounded {
  color: var(--color-accent);
  font-size: 16px;
}

.cookie-settings-link:hover {
  color: var(--color-primary);

  background: #fff;

  border-color: rgba(23, 54, 47, .28);

  transform: translateY(-2px);

  box-shadow:
    0 14px 34px rgba(23, 54, 47, .12);
}

body:has(.cookie-banner.show) .cookie-settings-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 800px) {

  .cookie-banner__inner {
    grid-template-columns: auto 1fr;
  }

  .cookie-banner__actions {
    grid-column: 2;

    flex-direction: row;

    min-width: 0;
  }

  .cookie-btn {
    flex: 1;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 560px) {

  .cookie-banner {
    left: 11px;
    right: 11px;
    bottom: 11px;

    width: auto;
  }

  .cookie-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 14px;

    padding: 18px;

    border-radius: 16px;
  }

  .cookie-banner__mark {
    width: 42px;
    height: 42px;

    border-radius: 12px;
  }

  .cookie-banner__mark .material-symbols-rounded {
    font-size: 22px;
  }

  .cookie-banner__content h3 {
    font-size: 1.4rem;
  }

  .cookie-banner__content p {
    font-size: .82rem;
    line-height: 1.5;
  }

  .cookie-banner__links {
    font-size: .72rem;
  }

  .cookie-banner__actions {
    display: flex;
    flex-direction: column;

    width: 100%;
  }

  .cookie-btn {
    width: 100%;
    min-height: 46px;
  }

  .cookie-settings-link {
    right: 11px;
    bottom: 11px;

    min-height: 36px;

    padding: 8px 11px;

    font-size: .66rem;
  }

}


/* =========================================
   REDUCED MOTION
   ========================================= */

@media (prefers-reduced-motion: reduce) {

  .cookie-banner,
  .cookie-btn,
  .cookie-settings-link,
  .cookie-banner__links a {
    transition: none;
  }

}