:root {
  --pine: #173f2b;
  --leaf: #4c7b38;
  --lime: #a7c96a;
  --cream: #f7f5ed;
  --paper: #fffefa;
  --ink: #1b2520;
  --muted: #5d6961;
  --line: #dce4d8;
  --shadow: 0 22px 60px rgba(23, 63, 43, .12);
  --radius: 24px;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable Text", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}
img { display: block; max-width: 100%; }
a { color: var(--leaf); text-underline-offset: 4px; }
a:hover { color: var(--pine); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--pine); color: white; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(16,45,32,.96); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: white; font-weight: 800; text-decoration: none; letter-spacing: .02em; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.brand span { font-size: .95rem; letter-spacing: -.01em; }
.site-nav { display: flex; align-items: center; gap: .35rem; padding: .32rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); }
.site-nav a { padding: .48rem .82rem; border-radius: 999px; color: white; font-size: .9rem; font-weight: 720; line-height: 1.2; text-decoration: none; transition: background .2s ease, color .2s ease; }
.site-nav a:hover { color: white; background: rgba(255,255,255,.14); }
.site-nav a[aria-current="page"] { color: var(--pine); background: #e7efdb; }
.menu-toggle { display: none; border: 0; border-radius: 999px; padding: .65rem .9rem; color: var(--pine); background: #e7efdb; font: inherit; font-weight: 750; }

.hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(3.5rem, 5.5vw, 5rem) 0 clamp(3.2rem, 5vw, 4.5rem); color: #fff; background: #294c38; }
.hero::before { content: ""; position: absolute; inset: -8px; z-index: -1; background: linear-gradient(90deg, rgba(13,43,29,.78), rgba(25,63,41,.58)), url('/assets/images/hero-forest-v2.png') center/cover no-repeat; filter: blur(.45px); transform: scale(1.012); }
.hero .wrap { position: relative; }
.hero-watermark { position: absolute; top: 50%; left: 50%; width: clamp(200px, 20vw, 300px); transform: translate(-50%,-50%); opacity: .22; filter: grayscale(1) brightness(0) invert(1); pointer-events: none; }
.hero-watermark img { width: 100%; }
.hero-watermark img { width: 100%; }
.eyebrow { margin: 0 0 1rem; color: #d9ebb7; font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Segoe UI Variable Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif; line-height: 1.02; text-wrap: balance; }
h1 { max-width: 900px; margin: 0; font-size: clamp(3.15rem, 7vw, 6.4rem); font-weight: 820; letter-spacing: -.065em; }
.hero h2 { max-width: none; margin: 1rem 0 1.6rem; color: #e2f0ca; font-size: clamp(1.55rem, 2.7vw, 2.45rem); font-weight: 670; letter-spacing: -.035em; }
.hero-copy { position: relative; z-index: 1; max-width: 100%; padding-right: 0; font-size: clamp(1.02rem, 1.4vw, 1.16rem); }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.1rem; border: 1px solid var(--pine); border-radius: 11px; color: white; background: var(--pine); box-shadow: 0 7px 18px rgba(23,63,43,.13); font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: white; background: var(--leaf); border-color: var(--leaf); box-shadow: 0 10px 24px rgba(23,63,43,.18); transform: translateY(-2px); }
.button.secondary { color: var(--pine); border-color: rgba(23,63,43,.35); background: rgba(255,255,255,.5); box-shadow: none; }
.button.secondary:hover { color: white; border-color: var(--pine); background: var(--pine); }
.portal-button { flex-direction: column; gap: .62rem; min-width: 150px; min-height: auto; padding: 0; border: 0; background: transparent; color: inherit; box-shadow: none; }
.portal-button:hover { color: var(--leaf); border: 0; background: transparent; box-shadow: none; transform: translateY(-4px); }
.portal-icon { display: grid; place-items: center; width: 104px; height: 104px; flex: 0 0 104px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: var(--pine); color: #fff; box-shadow: 0 12px 30px rgba(23,63,43,.18); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.portal-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.portal-button:hover .portal-icon { color: var(--pine); background: #dcebbd; transform: scale(1.04); box-shadow: 0 16px 34px rgba(23,63,43,.24); }
.hero .portal-button { color: #fff; }
.hero .portal-button:hover { color: #e2f0ca; }
.hero .portal-icon { border-color: rgba(255,255,255,.55); background: rgba(16,55,36,.8); }
.portal-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.portal-row .portal-button { width: 100%; justify-content: flex-start; }

.section { padding: clamp(3rem, 5vw, 4.8rem) 0; }
.section.soft { background: var(--cream); }
.section-heading { max-width: 800px; margin-bottom: 1.4rem; }
.kicker { color: var(--leaf); font-size: .8rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section h2 { margin: .35rem 0 1rem; color: var(--pine); font-size: clamp(2.1rem, 4vw, 3.55rem); font-weight: 770; letter-spacing: -.045em; }
.section h3 { margin: 2rem 0 .8rem; color: var(--pine); font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.35; }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.28rem); color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 35px rgba(23,63,43,.06); overflow: hidden; }
.card-content { padding: 1.5rem; }
.feature-card { min-height: 205px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: var(--pine); text-decoration: none; position: relative; isolation: isolate; }
.feature-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10,45,27,.94), rgba(10,45,27,.18)); }
.feature-card:nth-child(1) { background: url('/assets/images/veraenderung.jpg') center/cover; }
.feature-card:nth-child(2) { background: url('/assets/images/nachhaltigkeit.jpg') center/cover; }
.feature-card:nth-child(3) { background: url('/assets/images/obstkorb.jpg') center/cover; }
.feature-card strong { font-size: 1.65rem; font-weight: 780; letter-spacing: -.025em; }
.feature-card span { color: #d9ecb4; font-weight: 700; }
.article-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.article-links a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 100%; padding: .9rem 1rem; border: 1px solid #cfddc2; border-radius: 14px; color: var(--ink); background: #e9f2df; font-weight: 720; line-height: 1.4; text-decoration: none; }
.article-links a::after { content: "→"; color: var(--leaf); font-size: 1.15rem; }
.article-links a:hover { border-color: var(--lime); transform: translateY(-2px); }
.blog-overview-button { margin-top: 1.35rem; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.65fr); align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.split.reverse { grid-template-columns: minmax(260px,.52fr) minmax(0,1fr); }
.split figure { margin: 0; }
.split figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.product-section { background: #eef2e8; }
.product-spotlight { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid #d7e0d0; border-radius: 32px; background: rgba(255,254,250,.88); box-shadow: 0 24px 70px rgba(23,63,43,.1); }
.product-intro { display: grid; grid-template-columns: minmax(240px, 310px) minmax(0,1fr); align-items: start; gap: clamp(2rem, 5vw, 4rem); }
.product-intro figure { width: 100%; margin: 0; padding: 1rem; border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px); background: white; box-shadow: var(--shadow); }
.product-intro figure img { width: 100%; border-radius: 14px; object-fit: contain; }
.product-intro figure { perspective: 900px; border-color: #cdddbd; background: #edf4e5; }
.product-intro figure img { transform: rotateY(-7deg); transform-origin: right center; box-shadow: 5px 2px 0 #fff, 9px 4px 0 #eef0e8, 14px 9px 0 #d7e1cf, 20px 18px 30px rgba(23,63,43,.18); transition: transform .25s ease; }
.product-intro figure img:hover { transform: rotateY(-3deg) translateY(-3px); }
.page-hero { padding: clamp(3rem, 6vw, 5.5rem) 0; color: #fff; background: linear-gradient(90deg, rgba(13,43,29,.82), rgba(25,63,41,.62)), url('/assets/images/hero-forest-v2.png') center/cover; }
.page-hero h1 { max-width: 1000px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.page-hero p { max-width: 760px; font-size: 1.15rem; }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: clamp(2rem,5vw,4rem); align-items: start; }
.page-nav { position: sticky; top: 100px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.page-nav a { display: block; padding: .5rem 0; color: var(--pine); font-weight: 700; text-decoration: none; }
.article-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.article-card { display: grid; grid-template-columns: minmax(170px,230px) minmax(0,1fr); gap: 1.4rem; align-items: center; min-height: 180px; padding: 1rem; border: 1px solid #cfddc2; border-radius: 18px; background: #e9f2df; }
.article-preview { display: block; height: 155px; overflow: hidden; border-radius: 13px; background: #dce8d2; }
.article-preview img { width: 100%; height: 100%; aspect-ratio: 4 / 3; border-radius: 13px; object-fit: cover; transition: transform .25s ease; }
.migrated-copy .article-preview img { display: block; width: 100%; height: 100%; max-width: none; margin: 0; float: none; border-radius: 13px; object-fit: cover; box-shadow: none; }
.article-preview:hover img { transform: scale(1.035); }
.section .article-card h2 { margin: .55rem 0 .7rem; font-size: clamp(1.35rem,2.3vw,2rem); line-height: 1.12; letter-spacing: -.025em; }
.article-card a { color: var(--pine); font-weight: 780; text-decoration: none; }
.article-card p { margin: 0; color: var(--muted); }
body[data-page="blog"] article .page-hero { padding: clamp(2.5rem,4vw,3.8rem) 0; }
body[data-page="blog"] article .page-hero h1 { max-width: 1100px; font-size: clamp(2.35rem,4.3vw,4.15rem); line-height: 1.04; }
body[data-page="blog"] article .page-hero .eyebrow, body[data-page="blog"] article .page-hero .eyebrow a { color: #e6ef9d; }
body[data-page="blog"] article .section h2 { margin-top: 2.8rem; font-size: clamp(1.55rem,3vw,2.45rem); line-height: 1.15; letter-spacing: -.03em; }
.compact-page-hero { padding: clamp(2.6rem,4.5vw,4.2rem) 0; }
.compact-page-hero h1 { max-width: 1100px; font-size: clamp(2.35rem,4.3vw,4.25rem); line-height: 1.05; }
.migrated-copy { max-width: var(--content); }
.migrated-copy > *:first-child { margin-top: 0; }
.migrated-copy h2 { clear: both; margin: 2.8rem 0 1rem; font-size: clamp(1.65rem,3vw,2.5rem); line-height: 1.15; }
.migrated-copy h3 { clear: both; margin: 2.2rem 0 .8rem; font-size: clamp(1.3rem,2.2vw,1.75rem); }
.migrated-copy p { margin: 0 0 1.25rem; }
.migrated-copy .j-spacing, .migrated-copy .cc-m-spacer:empty { display: none; }
.migrated-copy img { max-width: min(42%,440px); height: auto; margin: .25rem 0 1.2rem 2rem; float: right; border-radius: 18px; box-shadow: 0 12px 34px rgba(23,63,43,.13); }
.migrated-copy .j-textWithImage img, .migrated-copy .cc-m-image-align-1 img { float: left; margin: .25rem 2rem 1.2rem 0; }
.migrated-copy ul, .migrated-copy ol { margin: 1rem 0 1.5rem; padding-left: 1.4rem; }
.migrated-copy li { margin: .5rem 0; padding-left: .35rem; }
.migrated-copy li::marker { color: var(--leaf); font-weight: 800; }
.migrated-copy hr { clear: both; margin: 2.8rem 0; border: 0; border-top: 1px solid var(--line); }
.migrated-copy a { font-weight: 700; }
.migrated-copy::after { content: ""; display: block; clear: both; }
.migrated-copy .j-textWithImage { clear: both; display: grid; grid-template-columns: minmax(210px,35%) minmax(0,1fr); gap: clamp(1.3rem,3vw,2.2rem); align-items: start; margin: 1.2rem 0 1.8rem; }
.migrated-copy .j-textWithImage figure { margin: 0; }
.migrated-copy .j-textWithImage img, .migrated-copy .j-textWithImage .cc-m-image-align-1 img { display: block; width: 100%; max-width: none; height: auto; margin: 0; float: none; }
.migrated-copy .wide-figure { clear: both; width: min(100%,900px); margin: 2rem auto; }
.migrated-copy .wide-figure img { display: block; width: 100%; max-width: none; height: auto; margin: 0; float: none; object-fit: contain; }
.migrated-copy figcaption { margin-top: .65rem; color: var(--muted); font-size: .84rem; line-height: 1.45; text-align: center; }
.migrated-copy table { width: min(100%,900px); margin: 2rem auto; border-collapse: collapse; border-spacing: 0; font-size: .98rem; line-height: 1.4; }
.migrated-copy th, .migrated-copy td { min-width: 130px; padding: .8rem 1rem; border: 1px solid var(--pine); text-align: center !important; vertical-align: middle !important; }
.migrated-copy th { color: var(--pine); background: #e9f2df; font-weight: 800; }
.migrated-copy tr:nth-child(even) td { background: #f7f9f3; }
.migrated-copy .j-hgrid { clear: both; display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 1.25rem; margin: 1.5rem 0 2rem; }
.migrated-copy .cc-m-hgrid-separator, .migrated-copy .cc-m-hgrid-overlay { display: none; }
.migrated-copy .content-panel { clear: both; margin: 1.8rem 0; padding: clamp(1.25rem,3vw,2rem); border: 1px solid #d7e0d0; border-radius: 20px; background: #f2f6ec; }
.article-portals { clear: both; display: flex; justify-content: center; gap: clamp(1rem,5vw,3.2rem); margin: 3.5rem 0 .5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.article-portals .portal-button { min-width: 145px; text-align: center; }
.blog-category-intro { max-width: 760px; margin: 0 0 2rem; color: var(--muted); }
.blog-category-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 2rem; }
.blog-category-nav a { padding: .65rem 1rem; border: 1px solid #cbd9bf; border-radius: 999px; color: var(--pine); background: #edf4e5; font-weight: 750; text-decoration: none; }
.blog-category-nav a:hover, .blog-category-nav a[aria-current="page"] { color: white; background: var(--pine); }
.text-category-grid .category-card { grid-template-columns: 1fr; min-height: 150px; }
.text-category-grid .category-card span { min-height: 150px; }
.migrated-copy .j-textWithImage { display: block; margin: 1.4rem 0 2rem; }
.migrated-copy .j-textWithImage::after { content: ""; display: block; clear: both; }
.migrated-copy .j-textWithImage figure { float: left; width: min(35%,400px); margin: .2rem 2rem 1rem 0; }
.migrated-copy .j-textWithImage.image-right figure { float: right; margin: .2rem 0 1rem 2rem; }
.migrated-copy .j-imageSubtitle > figure, .migrated-copy .j-imageSubtitle figure { clear: both; width: min(100%,820px); margin: 2rem auto; float: none; }
.migrated-copy .j-imageSubtitle figure img { display: block; width: 100%; max-width: none; height: auto; margin: 0; float: none; object-fit: contain; }
body[data-page="ratgeber"] .migrated-copy .content-section, body[data-page="produkte"] .migrated-copy .content-section { clear: both; margin: 1.5rem 0; padding: clamp(1.25rem,3vw,2.1rem); border-radius: 22px; }
.content-section.tone-green { border: 1px solid #d1dfc6; background: #edf4e5; }
.content-section.tone-blue { border: 1px solid #d5e1df; background: #edf5f4; }
.content-section.tone-cream { border: 1px solid #e5ded0; background: #f7f2e8; }
.product-list-row { clear: both; display: grid; grid-template-columns: minmax(0,1fr) minmax(170px,260px); gap: 1.5rem; align-items: center; margin: 1rem 0; padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; background: #fffefa; }
.product-list-row img { grid-column: 2; grid-row: 1 / span 3; width: 100%; max-width: none; aspect-ratio: 4/3; margin: 0; float: none; object-fit: cover; border-radius: 14px; }
.product-list-row > :not(img) { grid-column: 1; }
.product-category-grid .image-right-card { grid-template-columns: minmax(0,1fr) minmax(150px,42%); }
.product-category-grid .image-right-card span { grid-column: 1; grid-row: 1; }
.product-category-grid .image-right-card img { grid-column: 2; grid-row: 1; width: 100%; height: 100%; object-fit: cover; }
.reader-tip { clear: both; margin: 1.6rem 0 2rem; padding: 1.2rem 1.35rem; border-left: 5px solid var(--leaf); border-radius: 0 16px 16px 0; background: #edf4e5; }
.reader-tip strong { display: block; margin-bottom: .35rem; color: var(--pine); }
.reader-tip p { margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 2.2rem; }
.category-card { display: grid; grid-template-columns: minmax(140px,42%) minmax(0,1fr); min-height: 190px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; color: var(--pine); background: var(--cream); text-decoration: none; box-shadow: 0 10px 30px rgba(23,63,43,.07); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { color: var(--pine); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(23,63,43,.13); }
.category-card img { width: 100%; height: 100%; object-fit: cover; }
.category-card span { display: flex; flex-direction: column; justify-content: center; padding: 1.2rem; }
.category-card strong { font-size: 1.2rem; line-height: 1.25; }
.category-card small { margin-top: .45rem; color: var(--muted); font-size: .92rem; }
.story-layout { display: grid; grid-template-columns: minmax(260px,380px) minmax(0,1fr); align-items: start; gap: clamp(2rem,5vw,4rem); }
.story-layout figure { position: sticky; top: 110px; margin: 0; }
.story-layout figure img { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }
.legal-copy h2 { margin-top: 2.5rem; font-size: 1.65rem; }
.legal-copy h3 { margin-top: 1.8rem; }
.product-details { width: 100%; padding-top: 1.4rem; }
.benefits { padding-left: 1.2rem; }
.benefits li { margin: .55rem 0; }
.affiliate { font-size: .92rem; color: var(--muted); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.comparison { margin: 0; position: relative; overflow: hidden; border-radius: 18px; background: var(--pine); }
.comparison img { width: 100%; height: auto; aspect-ratio: 358 / 238; object-fit: cover; opacity: .92; }
.comparison figcaption { position: absolute; inset: auto 0 0; padding: 2rem 1rem 1rem; color: white; background: linear-gradient(transparent, rgba(0,0,0,.8)); font-weight: 750; }
.content-flow, .prose-width, .topics-flow { max-width: var(--content); }
.content-flow p { margin: 0 0 1.35rem; }
.question-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.question-list li { padding: 1rem 1.2rem; border-left: 4px solid var(--lime); border-radius: 0 14px 14px 0; background: var(--cream); font-weight: 650; }
.topic { display: flow-root; width: 100%; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.topic img { float: right; width: min(34%, 290px); margin: .25rem 0 1rem 2rem; aspect-ratio: 1.35; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 30px rgba(23,63,43,.1); }
.topic h3 { margin-top: 0; }
.notice { padding: 1.2rem 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; color: var(--muted); background: transparent; font-size: .9rem; font-style: italic; }
.notice h3 { margin: 0 0 .55rem; font-size: 1rem; font-style: normal; }
.notice p { margin: .45rem 0; }
.site-footer { padding: 3rem 0; color: #e9f2ea; background: #102d20; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; }
.footer-links a { color: #e9f2ea; }
.amazon-disclosure { max-width: 560px; margin: .8rem 0 0; color: #cbd9cf; font-size: .82rem; }
.ai-disclosure { max-width: 700px; margin: .35rem 0 0; color: #cbd9cf; font-size: .82rem; }
.affiliate-suggestion { clear: both; margin: 2rem 0; padding: 1rem 1.15rem; border: 1px solid #d1dfc6; border-radius: 14px; background: #edf4e5; }
.affiliate-suggestion small { color: var(--muted); }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: fixed; inset: auto 1rem auto 1rem; top: 76px; z-index: 1000; width: auto; height: auto; max-height: calc(100dvh - 92px); padding: 1rem; overflow-y: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex !important; }
  .site-nav a { display: block !important; flex: 0 0 auto; width: 100%; color: var(--pine) !important; opacity: 1 !important; visibility: visible !important; }
  .site-nav a:hover { color: var(--pine); background: var(--cream); }
  .grid.three, .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse figure { order: 2; }
  .topic img { float: none; width: 100%; max-height: 280px; margin: 0 0 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-watermark { left: 50%; width: 280px; opacity: .06; }
  .hero-copy { max-width: 100%; padding-right: 0; }
  .product-intro { grid-template-columns: 1fr; }
  .product-intro figure { width: min(100%, 320px); justify-self: center; }
  .portal-row { grid-template-columns: 1fr; }
  .page-layout { grid-template-columns: 1fr; }
  .page-nav { position: static; }
  .story-layout { grid-template-columns: 1fr; }
  .story-layout figure { position: static; max-width: 420px; }
}
@media (max-width: 560px) {
  .brand span { display: none; }
  .article-links, .comparison-grid { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { grid-template-columns: 1fr; }
  .article-preview { height: auto; aspect-ratio: 4 / 3; }
  .migrated-copy img, .migrated-copy .j-textWithImage img, .migrated-copy .cc-m-image-align-1 img { float: none; max-width: 100%; margin: 1rem 0 1.4rem; }
  .migrated-copy .j-textWithImage { grid-template-columns: 1fr; }
  .migrated-copy .j-textWithImage img { margin: 0; }
  .migrated-copy .j-textWithImage figure, .migrated-copy .j-textWithImage.image-right figure { float: none; width: 100%; margin: 0 0 1rem; }
  .product-list-row { grid-template-columns: 1fr; }
  .product-list-row img, .product-list-row > :not(img) { grid-column: 1; grid-row: auto; }
  .article-portals { flex-direction: column; align-items: center; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { grid-template-columns: 1fr; }
  .product-category-grid .image-right-card { grid-template-columns: 1fr; }
  .product-category-grid .image-right-card span, .product-category-grid .image-right-card img { grid-column: 1; grid-row: auto; }
  .category-card img { height: 190px; }
  .migrated-copy table { display: table; width: 100%; font-size: .9rem; }
  .migrated-copy th, .migrated-copy td { min-width: 105px; padding: .65rem .55rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
