:root {
  --ink: #182422;
  --muted: #536764;
  --forest: #103d3b;
  --forest-2: #18524f;
  --sage: #dfeae4;
  --mist: #f3f6f3;
  --sand: #f1e6d4;
  --gold: #c5944f;
  --white: #fff;
  --line: rgba(16, 61, 59, .16);
  --shadow: 0 24px 70px rgba(16, 47, 45, .16);
  --radius: 26px;
  --max: 1200px;
  --base-size: 19px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 160px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfa;
  font: var(--base-size)/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 4px solid #e6b263; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -90px; padding: 13px 18px; color: var(--white); background: var(--forest); border-radius: 10px; }
.skip-link:focus { top: 14px; }

h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; overflow-wrap: break-word; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(3.15rem, 6.8vw, 6.3rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.15rem); }
h3 { font-size: 1.2rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.7; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--forest-2); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #e8f1ed; }
.section { padding: 112px 0; }
.section-head { max-width: 800px; margin-bottom: 52px; }
.section-head .lead { margin-top: 22px; }

.topline { color: #e8f1ed; background: #0d2f2e; font-size: .82rem; }
.topline-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topline a { font-weight: 760; }
.site-header { position: sticky; z-index: 60; top: 0; background: rgba(251,252,250,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font: 500 1.45rem Georgia, serif; }
.brand strong { display: block; color: var(--forest); font-size: 1.02rem; letter-spacing: .12em; }
.site-version { display: inline-block; margin-left: 5px; padding: 3px 6px; color: var(--white); background: #9a4e25; border-radius: 6px; font: 900 .58rem/1 ui-sans-serif,system-ui,sans-serif; letter-spacing: .04em; vertical-align: 2px; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 2vw, 29px); }
.main-nav a { font-size: .9rem; font-weight: 730; white-space: nowrap; }
.main-nav a:hover { color: var(--forest-2); }
.main-nav .nav-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--white); background: var(--forest); border-radius: 999px; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.language-control select { min-height: 46px; max-width: 132px; padding: 0 34px 0 12px; color: var(--forest); border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-weight: 780; }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; border: 0; border-radius: 12px; color: var(--forest); background: var(--sage); }
.menu-toggle svg { width: 25px; }
.quick-access { position: relative; z-index: 20; color: var(--forest); background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 8px 22px rgba(16,47,45,.06); }
.quick-access-inner { min-height: 72px; display: flex; align-items: center; gap: 10px; }
.quick-access-inner > strong { margin-right: 4px; font-size: .82rem; }
.quick-access a { min-height: 48px; padding: 8px 15px 8px 9px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; background: var(--mist); font-size: .78rem; }
.quick-access a span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-weight: 900; }
.quick-access a b { line-height: 1.25; }
.quick-access .quick-order { color: var(--white); background: var(--forest); border-color: var(--forest); }
.quick-access .quick-order span { color: var(--forest); background: var(--gold); }
.quick-access .quick-withdrawal { margin-left: auto; color: #6d361b; background: #fff3e7; border-color: #d29b73; }
.quick-access .quick-withdrawal span { background: #8b431f; }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: url("camping-europa-am-see.jpg") 50% 52%/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,35,33,.96) 0%, rgba(8,35,33,.84) 37%, rgba(8,35,33,.30) 66%, rgba(8,35,33,.08) 100%); }
.hero-layout { position: relative; z-index: 2; min-height: 790px; display: flex; align-items: center; }
.hero-copy { width: min(750px, 66%); padding: 82px 0 92px; }
.hero-copy h1 { max-width: 760px; font-size: clamp(3.2rem,5vw,4.8rem); line-height: 1.02; }
.hero-lead { max-width: 680px; margin-top: 25px; color: #e4eeea; font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.7; }
.hero-origin { width: fit-content; margin-top: 20px; padding: 11px 16px; display: flex; align-items: center; gap: 10px; color: #173331; background: #f3d59f; border-radius: 12px; box-shadow: 0 8px 26px rgba(5,24,23,.18); }
.hero-origin span { width: 27px; height: 27px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-weight: 900; }
.hero-origin strong { font-size: .86rem; line-height: 1.35; }
.hero-actions { margin-top: 33px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-weight: 820; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #173331; background: #e9c27f; }
.button-gold:hover { background: #f6d99f; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-primary { color: var(--white); background: var(--forest); }
.hero-proof { margin: 34px 0 0; padding: 25px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.hero-proof li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; }
.hero-proof span { color: #f0cb91; font: 500 2rem Georgia, serif; }
.hero-proof b { font-size: .72rem; line-height: 1.35; letter-spacing: .02em; }
.button-northamerica { width: min(100%, 740px); margin-top: 28px; justify-content: center; padding: 23px 32px; color: #1d1206; background: linear-gradient(135deg,#ff9a20,#ff5b00); border: 2px solid #ffb04a; box-shadow: 0 16px 34px rgba(255,94,0,.38); font-size: 1.28rem; font-weight: 900; letter-spacing: .01em; }
.button-northamerica:hover { color: #1d1206; background: linear-gradient(135deg,#ffc05d,#ff6500); transform: translateY(-4px) scale(1.015); box-shadow: 0 22px 42px rgba(255,94,0,.52); }
.hero-footnote { margin-top: 18px; color: #bed0ca; font-size: .72rem; }
.product-inset { position: absolute; z-index: 4; right: 0; bottom: 46px; width: 280px; overflow: hidden; color: var(--forest); background: var(--white); border: 5px solid rgba(255,255,255,.75); border-radius: 20px; box-shadow: 0 20px 65px rgba(5,24,23,.36); }
.product-inset img { height: 190px; object-fit: cover; }
.product-inset div { padding: 17px 19px; }
.product-inset strong, .product-inset span { display: block; }
.product-inset strong { font-size: .93rem; line-height: 1.35; }
.product-inset span { margin-top: 4px; color: var(--muted); font-size: .74rem; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 26px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong { color: var(--forest); font-size: 1.12rem; font-weight: 900; line-height: 1.15; letter-spacing: -.015em; }
.trust-grid span { margin-top: 6px; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 260px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.feature-number { display: inline-grid; width: 51px; height: 51px; margin-bottom: 23px; place-items: center; color: var(--forest); background: var(--sage); border-radius: 14px; font-weight: 850; }
.feature-card p { margin-top: 12px; color: var(--muted); font-size: .88rem; }

.seo-explainer { padding-top: 20px; background: linear-gradient(180deg,var(--white),#f3f6f2); }
.seo-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.seo-topic-card { padding: clamp(26px,4vw,40px); background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 34px rgba(16,47,45,.06); }
.seo-topic-card h3 { color: var(--forest); font: 500 1.45rem/1.2 Georgia,serif; }
.seo-topic-card p { margin-top: 13px; color: var(--muted); font-size: .86rem; }

.comparison { background: var(--sand); }
.comparison-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px,7vw,90px); align-items: center; }
.comparison-copy .lead { margin-top: 22px; }
.comparison-list { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.comparison-list li { position: relative; padding-left: 34px; color: var(--forest); font-weight: 750; }
.comparison-list li::before { content: "✓"; position: absolute; left: 0; width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-size: .72rem; }
.comparison-note { margin-top: 25px; color: var(--muted); font-size: .76rem; }
.compare-widget { position: relative; overflow: hidden; aspect-ratio: 1/1; border-radius: 28px; background: #ddd; box-shadow: var(--shadow); user-select: none; }
.compare-widget img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.compare-before { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 52%; overflow: hidden; border-right: 3px solid var(--white); }
.compare-before img { width: min(100vw,720px); max-width: none; }
.compare-handle { position: absolute; z-index: 4; left: 52%; top: 50%; width: 58px; height: 58px; transform: translate(-50%,-50%); display: grid; place-items: center; color: var(--forest); background: var(--white); border: 3px solid var(--forest); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.24); pointer-events: none; }
.compare-label { position: absolute; z-index: 5; top: 18px; padding: 8px 13px; color: var(--white); background: rgba(8,35,33,.82); border-radius: 999px; font-size: .75rem; font-weight: 850; }
.before-label { left: 18px; }
.after-label { right: 18px; }
.compare-range { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }

.installation { background: var(--mist); }
.install-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 7vw, 90px); }
.install-photo { position: relative; min-height: 680px; }
.install-photo > img { position: absolute; inset: 0; height: 100%; object-fit: cover; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.time-badge { position: absolute; right: -20px; bottom: 44px; width: 134px; height: 134px; display: grid; place-content: center; text-align: center; color: var(--forest); background: var(--sand); border-radius: 50%; box-shadow: 0 18px 42px rgba(56,52,40,.2); }
.time-badge b { font: 500 2rem Georgia, serif; }
.time-badge span { font-size: .72rem; font-weight: 830; text-transform: uppercase; }
.steps { margin: 35px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-weight: 850; }
.steps p { margin-top: 7px; color: var(--muted); font-size: .9rem; }

.story { color: var(--white); background: var(--forest); }
.story-card { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: clamp(45px, 7vw, 90px); align-items: start; }
.story-copy h2 { max-width: 720px; }
.story-role { margin: 9px 0 38px; color: #f0cb91; font-size: clamp(1rem,2vw,1.3rem); font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.story-narrative { max-width: 780px; }
.story-narrative h3 { margin: 38px 0 13px; color: #fff; font-size: clamp(1.45rem,2.6vw,2rem); letter-spacing: -.02em; }
.story-narrative h3:first-child { margin-top: 0; }
.story-narrative p { margin: 0 0 18px; color: #d3e1dd; font-size: 1.03rem; line-height: 1.78; }
.story-signature { margin-top: 35px; padding-top: 25px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.2); }
.story-signature b { color: #f0cb91; }
.story-signature span { margin-top: 4px; color: #b7cbc5; font-size: .82rem; }
.story-images { position: sticky; top: 120px; min-height: 620px; }
.story-main { position: absolute; inset: 0 70px 0 0; height: 100%; object-fit: cover; border-radius: 150px 150px 22px 22px; background: #e9eeeb; }
.story-small { position: absolute; right: 0; bottom: 35px; width: 210px; height: 270px; object-fit: cover; border: 7px solid var(--forest); border-radius: 20px; background: #e9eeeb; }

.product-gallery { background: var(--white); }
.detail-gallery { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: repeat(2,260px); gap: 16px; }
.detail-gallery button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #e7ece9; text-align: left; }
.detail-gallery button:first-child { grid-row: 1/3; }
.detail-gallery img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.detail-gallery button:hover img { transform: scale(1.035); }
.detail-gallery span { position: absolute; left: 15px; bottom: 15px; padding: 9px 13px; color: var(--forest); background: rgba(255,255,255,.93); border-radius: 999px; font-size: .76rem; font-weight: 850; }

.finder { background: var(--sand); }
.finder-shell { overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; border-radius: var(--radius); box-shadow: var(--shadow); }
.finder-copy { padding: clamp(38px, 6vw, 70px); color: var(--white); background: var(--forest); }
.finder-copy p:not(.eyebrow) { margin-top: 23px; color: #d0dfda; }
.finder-copy a { margin-top: 28px; display: inline-block; color: #f0cb91; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.finder-panel { padding: clamp(34px, 5vw, 60px); background: var(--white); }
.order-step { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.order-step span, .order-action-label i { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-style: normal; font-weight: 900; }
.model-buttons { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.model-buttons button { min-height: 56px; color: var(--forest); background: #f7f9f7; border: 1px solid var(--line); border-radius: 12px; font-weight: 850; }
.model-buttons button:hover { background: var(--sage); }
.model-buttons button.active { color: var(--white); background: var(--forest); }
.selection { margin-top: 24px; padding: 26px; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; background: var(--mist); border-radius: 18px; }
.selection small { color: var(--muted); font-size: .72rem; font-weight: 840; letter-spacing: .08em; text-transform: uppercase; }
.selection h3 { margin-top: 4px; color: var(--forest); font: 500 1.55rem Georgia, serif; }
.selection p { margin-top: 5px; color: var(--muted); font-size: .82rem; }
.shop-status { display: block; margin-top: 10px; color: var(--forest); font-size: .72rem; font-weight: 760; }
.selection-actions { min-width: 210px; display: grid; gap: 9px; }
.selection-actions .button { width: 100%; min-height: 50px; }
.selection-actions #selection-link { color: #173331; background: #e9c27f; box-shadow: 0 8px 20px rgba(197,148,79,.28); }
.selection-actions #selection-link::after { content: "\2192"; margin-left: 9px; font-size: 1.1rem; }
.order-action-label { display: flex; align-items: center; gap: 9px; color: var(--forest); font-size: .78rem; }
.button-outline { color: var(--forest); background: var(--white); border-color: var(--forest); }
.shop-note { margin: 17px 3px 0; color: var(--muted); font-size: .72rem; }
.model-overview { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.model-overview > h3 { color: var(--forest); font: 500 1.45rem/1.2 Georgia,serif; }
.model-overview > p { margin-top: 9px; color: var(--muted); font-size: .78rem; }
.model-link-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.model-link-grid a { min-height: 60px; padding: 13px 15px; display: flex; flex-direction: column; justify-content: center; color: var(--forest); background: #f7f9f7; border: 1px solid var(--line); border-radius: 12px; transition: border-color .2s ease,transform .2s ease,background .2s ease; }
.model-link-grid a:hover { transform: translateY(-2px); background: var(--sage); border-color: #9db9ae; }
.model-link-grid b { font-size: .84rem; }
.model-link-grid span { margin-top: 2px; color: var(--muted); font-size: .72rem; }

.split-head { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; }
.split-head > div { max-width: 790px; }
.text-link { color: var(--forest); font-weight: 850; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; white-space: nowrap; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(16,47,45,.1); }
.blog-card img { height: 235px; object-fit: cover; }
.blog-card-body { padding: 25px; display: flex; flex: 1; flex-direction: column; }
.blog-card-tag { margin-bottom: 9px; color: var(--forest-2); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-length { width: fit-content; margin-bottom: 12px; padding: 6px 10px; color: #4c2c0e; background: #f8dfb9; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.blog-card h3 { font: 500 1.55rem/1.17 Georgia, serif; }
.blog-card p { margin-top: 12px; color: var(--muted); font-size: .84rem; }
.blog-card .read-more { margin-top: auto; padding-top: 20px; color: var(--forest); font-weight: 850; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; }
.faq-layout .lead { margin-top: 20px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 50px 25px 0; color: var(--forest); font-weight: 820; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 14px; color: var(--gold); font: 500 2rem Georgia, serif; }
details[open] summary::after { content: "–"; }
details p { padding: 0 50px 26px 0; color: var(--muted); }

.contact { padding: 0 0 110px; }
.contact-card { padding: clamp(38px, 6vw, 70px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; color: var(--white); background: var(--forest); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { max-width: 780px; }
.contact-card p:not(.eyebrow) { max-width: 760px; margin-top: 20px; color: #cfddd9; }
.contact-actions { display: grid; gap: 12px; }

.legal-service { padding: 0 0 110px; }
.legal-service-card { padding: clamp(34px,5vw,58px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-service-card h2 { max-width: 760px; font-size: clamp(2rem,3.6vw,3.3rem); }
.legal-service-card p:not(.eyebrow) { max-width: 760px; margin-top: 18px; color: var(--muted); }
.legal-service-actions { min-width: 260px; display: grid; gap: 10px; }

footer { padding: 72px 0 30px; color: #c5d4d0; background: #0b2927; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .7fr .8fr; gap: 48px; }
.footer-brand .brand strong { color: var(--white); }
.footer-brand .brand small { color: #adc0bb; }
.footer-brand > p { max-width: 470px; margin-top: 22px; color: #adc0bb; }
.footer-grid h3 { margin-bottom: 15px; color: var(--white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p { font-size: .84rem; }
.footer-grid a:hover { color: var(--white); }
.footer-legal { margin-top: 50px; padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; color: #8da59f; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }
.legal-note { margin-top: 18px; color: #718c86; font-size: .68rem; }

/* V4.1 modernised visual layer: keeps the original information architecture,
   product imagery, finder, blog and multilingual behaviour intact. */
:root { --radius: 30px; --shadow: 0 28px 80px rgba(12,47,44,.14); }
body { background: linear-gradient(180deg,#fff 0%,#f7faf7 42%,#fff 100%); }
.topline { background: linear-gradient(90deg,#082d2b,#134d49); }
.site-header { border-bottom-color:rgba(16,61,59,.10); box-shadow:0 8px 28px rgba(9,40,37,.04); }
.brand-mark { background:linear-gradient(145deg,#0c3532,#1c625d); box-shadow:0 7px 18px rgba(12,54,50,.18); }
.main-nav .nav-cta { background:linear-gradient(135deg,#103d3b,#1b5d57); box-shadow:0 9px 22px rgba(16,61,59,.20); }
.quick-access { background:rgba(255,255,255,.92); backdrop-filter:blur(18px); }
.quick-access a { transition:transform .2s ease,box-shadow .2s ease; }
.quick-access a:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(16,61,59,.10); }
.hero { min-height:clamp(680px,82vh,820px); background-position:55% 50%; }
.hero-shade { background:linear-gradient(95deg,rgba(7,31,29,.98) 0%,rgba(8,38,35,.90) 39%,rgba(8,38,35,.43) 67%,rgba(8,38,35,.10) 100%); }
.hero-layout { min-height:clamp(680px,82vh,820px); }
.hero-copy { padding:86px 0 96px; }
.hero-copy h1 { text-wrap:balance; text-shadow:0 3px 26px rgba(0,0,0,.17); }
.hero-lead { max-width:630px; }
.hero-origin { border:1px solid rgba(255,255,255,.35); }
.button { box-shadow:0 8px 20px rgba(8,39,36,.13); }
.button-gold { background:linear-gradient(135deg,#f1d195,#dcae60); }
.button-gold:hover { background:linear-gradient(135deg,#f8e0b2,#e6ba70); }
.product-inset { right:calc((var(--max) - 100vw) / 2 + 76px); bottom:0; width:280px; transform:none; transition:transform .25s ease; }
.product-inset img { height:388px; object-fit:cover; object-position:center center; }
.product-inset:hover { transform:translateY(-4px); }
.newsletter-button { display:flex; align-items:center; justify-content:center; width:100%; min-height:64px; padding:14px 16px; color:#fff; background:linear-gradient(135deg,#ed1c24,#b80710); border:0; border-top:3px solid #fff; cursor:pointer; font:800 1rem/1.15 Inter,Arial,sans-serif; letter-spacing:.01em; text-align:center; box-shadow:inset 0 1px rgba(255,255,255,.3); transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.newsletter-button:hover,.newsletter-button:focus-visible { background:linear-gradient(135deg,#ff3540,#c50b14); transform:scale(1.025); box-shadow:0 10px 22px rgba(161,5,12,.45); outline:3px solid #ffbd68; outline-offset:3px; }
.story-newsletter { min-height:104px; margin:22px 8px 0; width:calc(100% - 16px); flex-direction:column; gap:7px; border:3px solid #ff6a70; border-radius:14px; font-size:1.4rem; box-shadow:0 16px 32px rgba(161,5,12,.4); }
.story-newsletter small { font-size:.92rem; font-weight:650; letter-spacing:0; }
.trust-strip { box-shadow:0 12px 38px rgba(16,61,59,.05); }
.trust-grid > div { transition:background .2s ease; }
.trust-grid > div:hover { background:#f7faf7; }
.feature-card,.seo-topic-card,.blog-card { border-color:rgba(16,61,59,.11); box-shadow:0 12px 30px rgba(16,61,59,.045); }
.feature-card { transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.feature-card:hover { transform:translateY(-7px); border-color:rgba(16,61,59,.25); box-shadow:0 24px 50px rgba(16,61,59,.12); }
.feature-number { border-radius:16px; }
.comparison,.finder { background:linear-gradient(135deg,#f4e9d8,#eddfc8); }
.compare-widget { border:8px solid rgba(255,255,255,.72); box-shadow:0 28px 70px rgba(61,51,33,.18); }
.install-photo > img { border-radius:160px 160px 30px 30px; }
.story { background:radial-gradient(circle at 85% 10%,#21615c 0%,#103d3b 42%,#0b302e 100%); }
.story-main { box-shadow:0 30px 70px rgba(0,0,0,.24); }
.finder-shell,.contact-card { box-shadow:0 30px 80px rgba(16,47,45,.16); }
.model-buttons button,.model-link-grid a { transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.model-buttons button:hover { transform:translateY(-2px); box-shadow:0 10px 22px rgba(16,61,59,.10); }
.faq-list details { transition:background .2s ease; }
.faq-list details[open] { background:#f6f9f6; }
.faq-list details[open] summary,.faq-list details[open] p { padding-left:20px; }
@media (max-width: 760px) { .hero { min-height:auto; background-position:60% 50%; } .hero-layout { min-height:auto; } .hero-copy { width:100%; padding:100px 0 220px; } .product-inset { right:20px; bottom:28px; width:235px; } .trust-grid > div:hover { background:transparent; } }

/* Clear orange interaction states: the element under the cursor is unmistakable. */
.feature-card { position:relative; overflow:hidden; cursor:default; }
.feature-card::after { content:""; position:absolute; inset:auto 0 0; height:4px; background:#e58a32; transform:scaleX(0); transform-origin:left; transition:transform .22s ease; }
.feature-card:is(:hover,:focus-within) { color:#4b260d; background:#fff8f0; border-color:#e58a32; box-shadow:0 20px 48px rgba(205,105,22,.22); }
.feature-card:is(:hover,:focus-within) .feature-number { color:#fff; background:#d86f19; box-shadow:0 7px 18px rgba(216,111,25,.28); }
.feature-card:is(:hover,:focus-within)::after { transform:scaleX(1); }
.model-buttons button:is(:hover,:focus-visible),.model-link-grid a:is(:hover,:focus-visible) { color:#4b260d; background:#fff1df; border-color:#e58a32; box-shadow:0 12px 24px rgba(205,105,22,.18); outline:0; }
.model-buttons button.active { background:linear-gradient(135deg,#bc5416,#e48831); box-shadow:0 10px 23px rgba(188,84,22,.25); }
.model-link-grid a:is(:hover,:focus-visible) span { color:#8d470d; }
.selection { border:1px solid rgba(229,138,50,.32); }
.selection-actions #selection-link,.selection-actions #selection-link:is(:hover,:focus-visible) { color:#fff; background:linear-gradient(135deg,#b74c12,#e88932); box-shadow:0 12px 26px rgba(188,84,22,.35); }
.quick-access .quick-withdrawal { color:#fff; background:linear-gradient(135deg,#b84316,#e16e28); border-color:#f2a15e; box-shadow:0 9px 21px rgba(180,67,22,.22); }
.quick-access .quick-withdrawal span { color:#9b3f12; background:#ffe4bd; }
.quick-access .quick-withdrawal:is(:hover,:focus-visible) { background:linear-gradient(135deg,#94350f,#d45e1c); box-shadow:0 14px 29px rgba(144,48,13,.35); }
.legal-service-card { border:2px solid #df7a2c; background:linear-gradient(135deg,#fff4e4,#f4d5ae); box-shadow:0 21px 50px rgba(190,91,18,.18); }
.legal-service-card .button,.legal-service-actions a { color:#fff; background:linear-gradient(135deg,#ae4210,#e47626); border-color:#f4a45b; box-shadow:0 10px 23px rgba(174,66,16,.28); }
.legal-service-card .button:is(:hover,:focus-visible),.legal-service-actions a:is(:hover,:focus-visible) { background:linear-gradient(135deg,#8f320d,#c95614); transform:translateY(-3px); box-shadow:0 16px 31px rgba(143,50,13,.35); }
.footer-grid a:is(:hover,:focus-visible) { color:#ffd7a5; text-decoration:underline; text-decoration-color:#e9812e; text-decoration-thickness:2px; text-underline-offset:5px; }

/* Prominent founder signal in the hero. */
.hero-origin { margin-top:25px; padding:15px 22px; color:#4a2109; background:linear-gradient(135deg,#ffdca5,#ee9b46); border:2px solid #ffc36d; border-radius:16px; box-shadow:0 15px 32px rgba(232,132,34,.32); }
.hero-origin span { width:34px; height:34px; color:#fff; background:#c45213; font-size:1rem; box-shadow:0 5px 12px rgba(128,47,9,.24); }
.hero-origin strong { font-size:1.05rem; letter-spacing:.012em; line-height:1.35; }

/* Two equal purchase choices with intentionally different visual weight. */
.selection-actions { grid-auto-rows:64px; }
.selection-actions .button { min-height:64px; height:64px; padding:10px 14px; text-align:center; line-height:1.2; }
.selection-actions #selection-link { color:#fff; background:linear-gradient(135deg,#b74c12,#e88932); }
.selection-actions #selection-set-link { color:#fff; background:linear-gradient(135deg,#123f3b,#2c7068); border-color:#4d9389; box-shadow:0 10px 23px rgba(16,61,59,.24); }
.selection-actions #selection-set-link:is(:hover,:focus-visible) { color:#fff; background:linear-gradient(135deg,#0a302d,#185a53); border-color:#e58a32; box-shadow:0 15px 29px rgba(16,61,59,.30); }

.gallery-dialog { width: min(92vw,900px); padding: 0; overflow: visible; background: transparent; border: 0; }
.gallery-dialog::backdrop { background: rgba(5,24,23,.83); backdrop-filter: blur(5px); }
.gallery-dialog img { max-height: 82vh; object-fit: contain; border-radius: 20px; box-shadow: var(--shadow); }
.gallery-dialog button { position: absolute; z-index: 2; right: -12px; top: -12px; width: 50px; height: 50px; color: var(--white); background: var(--forest); border: 3px solid var(--white); border-radius: 50%; font-size: 1.6rem; }
.privacy-notice { position: fixed; z-index: 80; left: 20px; bottom: 20px; width: min(520px,calc(100% - 40px)); padding: 19px 21px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.privacy-notice p { font-size: .76rem; }
.privacy-notice > div { margin-top: 13px; display: flex; align-items: center; gap: 14px; }
.privacy-notice a { color: var(--forest); font-weight: 820; text-decoration: underline; }
.privacy-notice button { min-height: 42px; margin-left: auto; padding: 0 16px; color: var(--white); background: var(--forest); border: 0; border-radius: 9px; font-weight: 820; }
.privacy-notice[hidden] { display: none; }
.sticky-shop { position: fixed; z-index: 55; right: 20px; bottom: 20px; min-height: 58px; padding: 8px 8px 8px 18px; display: flex; align-items: center; gap: 9px; color: var(--forest); background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 14px 36px rgba(8,35,33,.22); font-size: .76rem; }
.sticky-shop b { font-size: .9rem; }
.sticky-shop a { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; color: var(--white); background: var(--forest); border-radius: 999px; font-weight: 850; }

/* Blog */
.subpage-hero { padding: 96px 0 86px; color: var(--white); background: linear-gradient(90deg,rgba(8,35,33,.92),rgba(8,35,33,.43)), url("campertreffen-europa.jpg") center 52%/cover no-repeat; }
.subpage-hero h1 { max-width: 850px; font-size: clamp(3rem,6vw,5.7rem); }
.subpage-hero .lead { max-width: 780px; margin-top: 24px; color: #e1ebe8; }
.blog-proof { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.blog-proof span { min-width: 180px; padding: 14px 17px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.27); border-radius: 14px; backdrop-filter: blur(8px); }
.blog-proof strong { color: #f0cb91; font: 500 1.55rem Georgia,serif; }
.blog-proof b { font-size: .74rem; line-height: 1.3; }
.breadcrumb { margin-bottom: 18px; color: #d3e1dd; font-size: .8rem; font-weight: 750; }
.filter-bar { padding: 25px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; }
.filters button { min-height: 48px; padding: 0 18px; color: var(--forest); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.filters button.active { color: var(--white); background: var(--forest); }
.blog-list-section { padding: 75px 0 115px; }
.blog-list-section .blog-grid { grid-template-columns: repeat(3, 1fr); }
.article-hero { padding: 75px 0; background: var(--sand); }
.article-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.article-hero h1 { font-size: clamp(2.8rem,5vw,5.1rem); }
.article-hero .lead { margin-top: 22px; }
.article-cover { overflow: hidden; height: 440px; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-cover img { height: 100%; object-fit: cover; }
.article-body { padding: 90px 0 115px; }
.article-content { width: min(100%, 820px); margin-inline: auto; }
.reading-progress { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 5px; background: rgba(255,255,255,.55); }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.article-meta { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.article-meta span { padding: 8px 12px; color: var(--forest); background: var(--sage); border-radius: 999px; font-size: .72rem; font-weight: 830; }
.article-content h2 { margin-top: 42px; font-size: 2.4rem; }
.article-content p { margin-top: 20px; }
.article-content ul { margin: 25px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.article-content li { padding: 16px 18px 16px 50px; position: relative; background: var(--mist); border-radius: 13px; }
.article-content li::before { content: "✓"; position: absolute; left: 19px; color: var(--forest); font-weight: 900; }
.article-callout { margin-top: 42px; padding: 30px; color: var(--white); background: var(--forest); border-radius: 18px; }
.article-callout h3 { font: 500 1.7rem Georgia, serif; }
.article-callout p { color: #d3e1dd; }
.article-back { display: inline-flex; margin-top: 38px; color: var(--forest); font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }
.longform-section { margin-top: 62px; padding-top: 12px; border-top: 1px solid var(--line); }
.longform-section h2 { color: var(--forest); }
.longform-section h3 { margin-top: 34px; color: var(--forest-2); font-size: 1.2rem; letter-spacing: -.01em; }
.longform-section p, .longform-extra { color: #344542; line-height: 1.82; }
.longform-tip { padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 32px rgba(16,47,45,.06); }
.longform-extra { margin-top: 26px; padding: 24px; background: var(--mist); border-left: 5px solid var(--gold); border-radius: 0 14px 14px 0; }
.editorial-byline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem; margin: 1.25rem 0 2rem; padding: 1rem 1.2rem; border-left: 5px solid var(--gold); background: var(--mist); color: var(--muted); font-weight: 800; }
.editorial-faq details { border-top: 1px solid var(--line); padding: 1rem 0; }
.editorial-faq summary { cursor: pointer; color: var(--forest); font-size: 1.08rem; font-weight: 900; }
.editorial-faq details p { margin: .8rem 0 0; }
.editorial-sources { padding: 1.4rem; border-radius: 16px; background: #f7f4ec; }
.editorial-sources a { overflow-wrap: anywhere; }
.source-note { color: var(--muted); font-size: .95rem; }
.translation-review { margin: 2rem 0; padding: clamp(1.4rem, 4vw, 2.4rem); border: 2px solid #b26a21; border-radius: 18px; background: #fff9ef; }
.translation-review .button { margin-top: .75rem; }
.topic-specific { padding: 34px; background: #fff8ea; border: 1px solid #e4cda7; border-radius: 20px; }

/* Statically generated long-form articles */
.static-article-header { position: sticky; z-index: 70; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.static-article-nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.static-header-actions { display: flex; align-items: center; gap: 9px; }
.static-header-actions .button { min-height: 48px; padding-inline: 18px; font-size: .78rem; }
.withdrawal-button { color: #713719; background: #fff0e4; border-color: #b96d42; }
.static-header-actions select { min-height: 48px; padding: 0 34px 0 12px; color: var(--forest); background: var(--white); border: 1px solid var(--line); border-radius: 11px; font-weight: 850; }
.static-proof { width: fit-content; margin: 0 0 22px; padding: 10px 14px; display: flex; align-items: center; gap: 9px; color: var(--forest); background: #f8dfb9; border-radius: 12px; }
.static-proof strong { font: 500 1.5rem Georgia,serif; }
.static-proof span { font-size: .75rem; font-weight: 850; }
.static-article-page .article-content > .article-back:last-child { margin-left: 20px; }

@media (max-width: 1320px) {
  .main-nav { display: none; position: fixed; inset: 178px 20px auto; padding: 28px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  body.menu-open .main-nav { display: flex; }
  .main-nav .nav-cta { justify-content: center; }
  .menu-toggle { display: grid; }
}

@media (max-width: 1120px) {
  .main-nav { display: none; position: fixed; inset: 178px 20px auto; padding: 28px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  body.menu-open .main-nav { display: flex; }
  .main-nav .nav-cta { justify-content: center; }
  .menu-toggle { display: grid; }
  .hero-copy { width: min(760px,75%); }
  .product-inset { width: 235px; }
  .product-inset img { height: 160px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .comparison-layout { grid-template-columns: 1fr; }
  .seo-topic-grid { grid-template-columns: 1fr; }
  .compare-widget { width: min(100%,720px); margin-inline: auto; }
  .blog-grid, .blog-list-section .blog-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  .topline-inner span { display: none; }
  .topline-inner { justify-content: center; }
  .quick-access-inner { padding-block: 10px; flex-wrap: wrap; }
  .quick-access-inner > strong { width: 100%; }
  .quick-access a { flex: 1 1 210px; }
  .quick-access .quick-withdrawal { margin-left: 0; }
  .hero, .hero-layout { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,35,33,.95),rgba(8,35,33,.78)); }
  .hero-copy { width: 100%; padding: 65px 0 185px; }
  .product-inset { right: 20px; bottom: 22px; width: 300px; display: grid; grid-template-columns: 120px 1fr; }
  .product-inset img { height: 100%; min-height: 120px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .install-layout, .story-card, .finder-shell, .faq-layout, .contact-card, .legal-service-card, .article-hero-grid { grid-template-columns: 1fr; }
  .detail-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 240px 240px; }
  .detail-gallery button:first-child { grid-column: 1/-1; grid-row: auto; }
  .install-photo { min-height: 540px; }
  .story-images { min-height: 580px; }
  .story-images { position: relative; top: auto; }
  .finder-shell { overflow: visible; }
  .split-head { display: block; }
  .split-head .text-link { display: inline-flex; margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .article-cover { height: 390px; }
  .static-article-nav { padding-block: 12px; align-items: flex-start; }
  .static-header-actions { justify-content: flex-end; flex-wrap: wrap; }
  .static-header-actions .button { width: auto; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .nav-shell { min-height: 76px; gap: 8px; }
  .nav-shell .brand { gap: 7px; }
  .nav-shell .brand strong { font-size: .77rem; letter-spacing: .045em; }
  .nav-shell .site-version { margin-left: 2px; padding: 3px 4px; font-size: .5rem; }
  .brand small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .language-control select { width: 82px; max-width: 82px; min-height: 44px; padding-left: 8px; }
  .header-tools { gap: 6px; }
  .menu-toggle { width: 44px; height: 44px; }
  .main-nav { inset: 170px 14px auto; }
  .quick-access-inner > strong { display: none; }
  .quick-access a { flex-basis: 100%; }
  .hero, .hero-layout { min-height: 770px; }
  .hero-copy { padding-top: 52px; }
  .hero-copy h1 { font-size: clamp(2.4rem,11vw,3.2rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof li { grid-template-columns: 58px 1fr; }
  .product-inset { left: 14px; right: 14px; width: auto; }
  .trust-grid, .benefit-grid, .blog-grid, .blog-list-section .blog-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .install-photo { min-height: 420px; }
  .time-badge { right: -4px; width: 112px; height: 112px; }
  .story-images { min-height: 455px; }
  .story-main { inset-right: 35px; }
  .story-small { width: 145px; height: 190px; }
  .finder-copy, .finder-panel { padding: 32px 24px; }
  .model-buttons { grid-template-columns: repeat(2,1fr); }
  .selection { grid-template-columns: 1fr; }
  .model-link-grid { grid-template-columns: 1fr; }
  .selection-actions { min-width: 0; }
  .detail-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4,280px); }
  .detail-gallery button:first-child { grid-column: auto; }
  .contact { padding-bottom: 78px; }
  .contact-card { border-radius: 0; width: 100%; }
  .footer-brand { grid-column: auto; }
  .footer-legal { flex-direction: column; }
  .article-cover { height: 300px; }
  .article-body { padding: 65px 0 85px; }
  .static-article-nav { display: grid; }
  .static-header-actions { justify-content: stretch; display: grid; grid-template-columns: 1fr; }
  .static-header-actions .button { width: 100%; }
  .static-header-actions select { width: 100%; }
  .static-article-page .article-content > .article-back:last-child { margin-left: 0; }
  .sticky-shop { left: 10px; right: 10px; bottom: 10px; justify-content: center; }
  .sticky-shop span { display: none; }
  .privacy-notice { left: 10px; bottom: 78px; width: calc(100% - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  .topline, .site-header, .hero-actions, .contact, footer { display: none; }
  body { color: #000; background: #fff; }
}

/* Clear visual accent in the main question. */
.hero-question-mark {
  display: inline-block;
  margin-left: .18em;
  color: #ff6a00;
  font: inherit;
  font-size: 1.12em;
  text-shadow: 0 0 12px rgba(255, 106, 0, .34);
}

.hero-title-subline {
  display: block;
  margin-top: .28em;
  color: #fff;
  font-size: .92em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1.15;
}

/* Personal story: portrait beside the opening chapter, product images retained below. */
.story-images { min-height: 430px; margin-top: 145px; }
.story-card { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(35px, 5vw, 64px); }
.story-life-portrait { position: absolute; inset: 0 0 auto 0; z-index: 3; width: calc(100% + 34px); margin: 0 0 0 34px; }
.story-life-portrait img { display: block; width: 100%; height: auto; border-radius: 30px; box-shadow: 0 30px 68px rgba(0,0,0,.3); }
.story-life-portrait figcaption { margin: 16px 8px 0; color: #d3e1dd; font-size: .96rem; line-height: 1.55; }

.seo-topic-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.seo-topic-card:hover, .seo-topic-card:focus-within { transform: translateY(-5px); border-color: #f07b22; background: #fff9f3; box-shadow: 0 20px 42px rgba(240,123,34,.23); }
.seo-topic-card:hover h3, .seo-topic-card:focus-within h3 { color: #d95b08; }

@media (max-width: 760px) {
  .story-images { min-height: 0; margin-top: 0; display: grid; gap: 16px; }
  .story-life-portrait { position: static; width: 100%; height: auto; margin: 0; }
  .story-life-portrait img { height: auto; aspect-ratio: 1.3 / 1; }
  .story-newsletter { min-height:90px; font-size:1.18rem; }
}
