.consent-banner { position: fixed; z-index: 120; right: 22px; bottom: 22px; display: grid; width: min(660px, calc(100vw - 44px)); padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; color: #fff; background: linear-gradient(135deg, #0b2d21, #071d16); box-shadow: 0 28px 90px rgba(1,18,11,.38); grid-template-columns: 42px minmax(0,1fr) auto; gap: 17px; }
.consent-banner__mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #102f22; background: #eaa642; font: 800 1rem/1 ui-sans-serif,system-ui; }
.consent-banner__copy > span { color: #eaa642; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.consent-banner__copy > strong { display: block; margin-top: 5px; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.25rem; line-height: 1.2; }
.consent-banner__copy p { margin: 8px 0 0; color: #b9cbc0; font-size: 13px; line-height: 1.55; }
.consent-banner__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; color: #d7e4dc; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner__actions { display: flex; min-width: 145px; flex-direction: column; justify-content: center; gap: 8px; }
.consent-banner__actions button, .consent-inline-actions button { min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; color: #fff; background: transparent; font: 750 13px/1 ui-sans-serif,system-ui; cursor: pointer; }
.consent-banner__actions .consent-banner__accept { border-color: #e65100; color: var(--cta-ink,#241208); background: linear-gradient(135deg,var(--cta-orange-hot,#ff9a32),var(--cta-orange,#ff7a1a) 48%,var(--cta-orange-deep,#e65100)); box-shadow: 0 12px 28px rgba(230,81,0,.3); transition: transform 220ms cubic-bezier(.2,.8,.2,1),box-shadow 220ms ease,filter 220ms ease; }
.consent-banner__actions .consent-banner__accept:hover,
.consent-banner__actions .consent-banner__accept:focus-visible { box-shadow: 0 19px 38px rgba(230,81,0,.4),0 0 0 4px rgba(255,122,26,.15); filter: saturate(1.08); transform: translateY(-3px) scale(1.02); outline: 3px solid rgba(255,122,26,.28); outline-offset: 3px; }
.consent-banner__actions button:hover, .consent-inline-actions button:hover { transform: translateY(-1px); }

.legal-page { min-height: 70vh; background: #fbfaf5; }
.legal-hero { padding: 84px 0 72px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(234,166,66,.16), transparent 24%), linear-gradient(135deg, #0b2d21, #123d2d); }
.legal-hero__grid { display: grid; align-items: end; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: clamp(40px,8vw,110px); }
.legal-eyebrow, .legal-kicker { margin: 0; color: #c9872e; font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.legal-hero h1 { max-width: 850px; margin: 14px 0 20px; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(2.15rem,3.4vw,3.35rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; text-wrap: balance; }
.legal-hero__copy > p[data-hero-lead] { max-width: 760px; margin: 0; color: #c8d8ce; font-size: 1rem; line-height: 1.7; }
.legal-hero-signals { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.legal-hero-signals span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #c8d8ce; background: rgba(255,255,255,.05); font-size: 13px; line-height: 1.35; }
.legal-hero-signals span::before { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #eaa642; content: ""; }
.legal-summary { padding: 25px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.legal-summary span { color: #eaa642; font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-summary strong { display: block; margin: 9px 0; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.4rem; line-height: 1.25; }
.legal-summary p { margin: 0; color: #bbcec2; font-size: 13px; line-height: 1.6; }
.legal-summary-visual { position: relative; margin: 20px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: #123d2d; box-shadow: 0 16px 36px rgba(1,18,11,.2); }
.legal-summary-visual img { width: 100%; height: auto; aspect-ratio: 30 / 19; object-fit: cover; }
.legal-summary-visual figcaption { position: absolute; right: 9px; bottom: 9px; left: 9px; padding: 9px 11px; border-radius: 8px; color: #fff; background: rgba(5,29,19,.82); font-family: "Iowan Old Style",Georgia,serif; font-size: 13px; line-height: 1.4; backdrop-filter: blur(8px); }
.legal-noindex { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; padding: 6px 9px; border-radius: 99px; color: #d9e7de; background: rgba(255,255,255,.08); font-size: 13px; }
.legal-noindex::before { width: 6px; height: 6px; border-radius: 50%; background: #eaa642; content: ""; }
.legal-shell { display: grid; align-items: start; padding-block: 70px 110px; grid-template-columns: 240px minmax(0,830px); justify-content: space-between; gap: 70px; }
.legal-toc { position: sticky; top: 100px; padding: 22px; border: 1px solid rgba(18,55,38,.14); border-radius: 12px; background: #f5f2e8; }
.legal-toc > strong { display: block; margin-bottom: 13px; color: #102f22; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 6px 0; color: #637068; font-size: 13px; line-height: 1.35; }
.legal-toc a:hover { color: #1f563d; }
.legal-sections { display: grid; gap: 15px; }
.legal-section { display: grid; padding: 32px; border: 1px solid rgba(18,55,38,.14); border-radius: 15px; background: #fff; grid-template-columns: 42px minmax(0,1fr); gap: 18px; scroll-margin-top: 105px; }
.legal-section--featured { border-color: #c9dacb; background: linear-gradient(145deg,#f1f7e9,#fff 68%); box-shadow: 0 20px 50px rgba(18,55,38,.06); }
.legal-section--wide { border-left: 4px solid #2e6a4c; }
.legal-section--warning { border-color: #e6c789; background: #fff9ec; }
.legal-section--dark { border-color: #102f22; color: #d5e2da; background: #0d2f23; }
.legal-section__number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #1f563d; background: #e8efe5; font-size: 13px; font-weight: 850; }
.legal-section--dark .legal-section__number { color: #102f22; background: #eaa642; }
.legal-section h2 { margin: 7px 0 15px; color: #102f22; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(1.65rem,3vw,2.35rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
.legal-section--dark h2 { color: #fff; }
.legal-section p, .legal-section li, .legal-section dd, .legal-section address { color: #526159; font-size: .84rem; line-height: 1.75; }
.legal-section--dark p, .legal-section--dark li { color: #bed0c5; }
.legal-section a { color: #1f563d; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-section--dark a { color: #f0b95b; }
.legal-address { margin: 20px 0; padding: 20px; border-left: 3px solid #eaa642; border-radius: 0 9px 9px 0; background: rgba(245,242,232,.74); font-style: normal; }
.legal-address--compact { max-width: 520px; }
.legal-facts { display: grid; margin: 22px 0; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(18,55,38,.14); border-radius: 10px; background: rgba(18,55,38,.14); }
.legal-facts div { padding: 15px; background: #fff; }
.legal-facts dt { color: #748078; font-size: 13px; text-transform: uppercase; }
.legal-facts dd { margin: 5px 0 0; color: #24352b; font-weight: 700; }
.legal-list { display: grid; padding-left: 20px; gap: 8px; }
.legal-small { font-size: 13px !important; }
.legal-section code { padding: 2px 5px; border-radius: 4px; color: #1c5138; background: #edf4ea; font-size: 13px; overflow-wrap: anywhere; }
.affiliate-example { display: inline-flex; padding: 6px 9px; border-radius: 5px; color: #6d4a13; background: #f7e2b8; font-weight: 800; }
.consent-current { margin: 18px 0 !important; padding: 14px 16px; border-left: 3px solid #2d714f; border-radius: 0 8px 8px 0; background: #edf6ec; }
.consent-choice-grid { display: grid; margin: 20px 0; grid-template-columns: 1fr 1fr; gap: 10px; }
.consent-choice { display: block; min-height: 110px; padding: 18px; border: 1px solid rgba(18,55,38,.18); border-radius: 10px; color: #173526; background: #fff; text-align: left; cursor: pointer; }
.consent-choice--primary { border-color: #c8872c; background: #fff8e8; }
.consent-choice strong, .consent-choice span { display: block; }
.consent-choice strong { font-size: .86rem; }
.consent-choice span { margin-top: 7px; color: #637068; font-size: 13px; line-height: 1.5; }
.legal-table { display: grid; margin: 20px 0; gap: 1px; overflow: hidden; border: 1px solid rgba(18,55,38,.14); border-radius: 10px; background: rgba(18,55,38,.14); }
.legal-table > div { display: grid; padding: 14px; background: #fff; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); gap: 18px; }
.legal-table > div:first-child { color: #fff; background: #153b2b; }
.legal-table span { color: #526159; font-size: 13px; line-height: 1.6; }
.consent-inline-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0; }
.consent-inline-actions button:first-child { color: var(--cta-ink,#241208); background: linear-gradient(135deg,var(--cta-orange-hot,#ff9a32),var(--cta-orange,#ff7a1a) 48%,var(--cta-orange-deep,#e65100)); box-shadow: 0 12px 28px rgba(230,81,0,.28); transition: transform 220ms cubic-bezier(.2,.8,.2,1),box-shadow 220ms ease,filter 220ms ease; }
.consent-inline-actions button:first-child:hover,
.consent-inline-actions button:first-child:focus-visible { box-shadow: 0 19px 38px rgba(230,81,0,.38),0 0 0 4px rgba(255,122,26,.14); filter: saturate(1.08); transform: translateY(-3px) scale(1.02); outline: 3px solid rgba(255,122,26,.28); outline-offset: 3px; }
.legal-survey-actions { margin-top: 22px; }
.legal-summary .garden-survey-trigger { width: 100%; margin-top: 18px; }
.legal-survey-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 36px; margin-bottom: 52px; padding: 26px 28px; border: 1px solid rgba(8,115,91,.18); border-radius: 18px; background: linear-gradient(145deg,#edf8f3,#fff); }
.legal-survey-closing strong { display: block; color: #153b2b; font-family: "Iowan Old Style", Georgia, serif; font-size: 21px; }
.legal-survey-closing p { margin: 5px 0 0; color: #5f756d; font-size: 13px; line-height: 1.55; }

/* Premium legal-page section treatment, aligned with the editorial site. */
.legal-page { background: radial-gradient(circle at 100% 12%,rgba(58,111,73,.055),transparent 19%),#fbfaf5; }
.legal-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 18%,rgba(234,166,66,.19),transparent 23%),radial-gradient(circle at 8% 86%,rgba(80,137,95,.15),transparent 25%),linear-gradient(135deg,#08271c,#164634); }
.legal-hero::after { position: absolute; top: -210px; right: -120px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 68px rgba(255,255,255,.022),0 0 0 136px rgba(255,255,255,.014); content: ""; pointer-events: none; }
.legal-hero__grid { position: relative; z-index: 1; }
.legal-summary { position: relative; overflow: hidden; padding: 29px; border-radius: 20px; background: rgba(255,255,255,.085); box-shadow: 0 24px 58px rgba(2,20,12,.18); }
.legal-summary::after { position: absolute; right: -50px; bottom: -60px; width: 145px; height: 145px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; }
.legal-summary > * { position: relative; z-index: 1; }
.legal-toc { overflow: hidden; border-radius: 16px; background: linear-gradient(145deg,#f7f3e8,#edf3e9); box-shadow: 0 14px 36px rgba(18,55,38,.055); }
.legal-toc::before { display: block; width: 54px; height: 3px; margin: -22px -22px 19px; background: #eaa642; content: ""; }
.legal-sections { gap: 18px; }
.legal-section { position: relative; padding: 35px; overflow: hidden; border-color: rgba(18,55,38,.11); border-radius: 19px; box-shadow: 0 16px 40px rgba(18,55,38,.055); transition: border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease; }
.legal-section::after { position: absolute; top: -55px; right: -52px; width: 130px; height: 130px; border: 1px solid rgba(31,86,61,.065); border-radius: 50%; content: ""; pointer-events: none; }
.legal-section:hover { border-color: rgba(31,86,61,.22); box-shadow: 0 23px 52px rgba(18,55,38,.09); transform: translateY(-3px); }
.legal-section--featured { background: radial-gradient(circle at 94% 8%,rgba(234,166,66,.11),transparent 22%),linear-gradient(145deg,#eef6e9,#fff 68%); }
.legal-section--warning { background: radial-gradient(circle at 94% 8%,rgba(234,166,66,.12),transparent 22%),#fff9ec; }
.legal-section--dark { background: radial-gradient(circle at 92% 12%,rgba(234,166,66,.12),transparent 23%),linear-gradient(135deg,#0b2b20,#123e2e); }
.legal-section__number { width: 40px; height: 40px; border: 1px solid rgba(31,86,61,.09); box-shadow: inset 0 0 0 5px rgba(255,255,255,.42); }
.legal-facts,
.legal-table { border-radius: 13px; box-shadow: 0 12px 28px rgba(18,55,38,.045); }
.consent-choice { border-radius: 13px; box-shadow: 0 11px 26px rgba(18,55,38,.045); transition: border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease; }
.consent-choice:hover { border-color: rgba(31,86,61,.28); box-shadow: 0 17px 36px rgba(18,55,38,.08); transform: translateY(-2px); }
.legal-survey-closing { position: relative; padding: 31px 33px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 92% 15%,rgba(234,166,66,.13),transparent 22%),linear-gradient(145deg,#eaf5ef,#fff); box-shadow: 0 20px 48px rgba(18,55,38,.08); }
.legal-survey-closing::after { position: absolute; right: -55px; bottom: -75px; width: 160px; height: 160px; border: 1px solid rgba(31,86,61,.08); border-radius: 50%; content: ""; }
.legal-survey-closing > * { position: relative; z-index: 1; }

/* Garden Bloom 2026: hochwertige, farbige Rechtstext- und Transparenzflächen. */
.legal-hero { border-bottom: 6px solid transparent; border-image: linear-gradient(90deg,#efb84b,#c95f7b,#8068a8,#5d92a8,#347452) 1; background: radial-gradient(circle at 86% 18%,rgba(239,184,75,.22),transparent 23%),radial-gradient(circle at 8% 86%,rgba(201,95,123,.18),transparent 25%),linear-gradient(135deg,#08271c,#164634 58%,#1a3541); }
.legal-summary { border-top: 5px solid #efb84b; }
.legal-section:nth-child(4n+1) { border-top: 5px solid #efb84b; }
.legal-section:nth-child(4n+2) { border-top: 5px solid #c95f7b; }
.legal-section:nth-child(4n+3) { border-top: 5px solid #8068a8; }
.legal-section:nth-child(4n) { border-top: 5px solid #5d92a8; }
.legal-section:nth-child(4n+1) .legal-section__number { color: #704b08; background: #fff0c7; }
.legal-section:nth-child(4n+2) .legal-section__number { color: #79364b; background: #f9e9ee; }
.legal-section:nth-child(4n+3) .legal-section__number { color: #514176; background: #eee8f6; }
.legal-section:nth-child(4n) .legal-section__number { color: #28677e; background: #e5f1f4; }
.legal-section--dark { background: radial-gradient(circle at 92% 12%,rgba(239,184,75,.14),transparent 23%),radial-gradient(circle at 8% 88%,rgba(201,95,123,.16),transparent 24%),linear-gradient(135deg,#0b2b20,#163d31 62%,#20323d); }
.legal-visual-gallery { display: grid; margin-top: -45px; margin-bottom: 62px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.legal-visual-gallery figure { position: relative; margin: 0; overflow: hidden; border: 8px solid #fff; border-bottom-width: 12px; border-radius: 24px; outline: 1px solid rgba(18,55,38,.1); background: #153b2b; box-shadow: 0 28px 68px rgba(14,48,31,.14); }
.legal-visual-gallery figure:first-child { border-bottom-color: #e9c3cf; }
.legal-visual-gallery figure:last-child { border-bottom-color: #d8cce8; transform: translateY(28px); }
.legal-visual-gallery img { width: 100%; aspect-ratio: 30 / 19; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.legal-visual-gallery figure:hover img { transform: scale(1.025); }
.legal-visual-gallery figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; border-left: 4px solid #efb84b; border-radius: 10px; color: #fff; background: rgba(7,31,23,.82); box-shadow: 0 14px 32px rgba(0,0,0,.2); backdrop-filter: blur(10px); font-family: "Iowan Old Style",Georgia,serif; font-size: 13px; line-height: 1.5; }
.legal-survey-closing { border-top: 5px solid #5d92a8; background: radial-gradient(circle at 92% 15%,rgba(239,184,75,.15),transparent 22%),radial-gradient(circle at 8% 85%,rgba(128,104,168,.11),transparent 23%),linear-gradient(145deg,#eaf5ef,#f5eff9 55%,#fff); }

/* Rechtliche Seiten erhalten denselben bildstarken Hero, bleiben aber bewusst
   noindex. Das priorisierte Foto liegt als echtes Bild vollflächig im Hintergrund. */
.legal-hero.legal-hero--imageback { min-height: 620px; padding: 0; color: #0b2d21; background: #f8f4e9; isolation: isolate; }
.legal-hero--imageback::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,#fbf8ef 0%,rgba(251,248,239,.985) 34%,rgba(251,248,239,.88) 53%,rgba(251,248,239,.35) 72%,rgba(251,248,239,.05) 90%); content: ""; pointer-events: none; }
.legal-hero.legal-hero--imageback::after { z-index: 1; inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(180deg,rgba(255,255,255,.08),rgba(11,38,28,.09)); box-shadow: none; }
.legal-hero--imageback .legal-hero-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; margin: 0; overflow: hidden; border: 0; border-radius: 0; outline: 0; background: #dfe8da; box-shadow: none; }
.legal-hero--imageback .legal-hero-background img { width: 100%; height: 100%; min-height: 100%; aspect-ratio: auto; object-fit: cover; transform: scale(1.02); }
.legal-hero--imageback .legal-hero-background figcaption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
.legal-hero--imageback .legal-hero__grid { z-index: 2; min-height: 620px; align-items: center; grid-template-columns: minmax(0,1.15fr) minmax(280px,.55fr); gap: clamp(38px,7vw,95px); }
.legal-hero--imageback .legal-hero__copy { max-width: 720px; }
.legal-hero--imageback .legal-eyebrow { color: #bb603d; }
.legal-hero--imageback h1 { color: #0b2d21; font-size: clamp(2.45rem,4.4vw,4.55rem); line-height: .99; }
.legal-hero--imageback .legal-hero__copy > p[data-hero-lead] { color: #344b3f; font-size: 1.05rem; }
.legal-hero--imageback .legal-hero-signals span { border-color: rgba(18,55,38,.1); color: #385047; background: rgba(255,255,255,.73); box-shadow: 0 7px 20px rgba(18,55,38,.06); backdrop-filter: blur(10px); }
.legal-hero--imageback .legal-summary { border: 1px solid rgba(18,55,38,.1); border-top: 5px solid #efb84b; color: #0b2d21; background: rgba(255,253,248,.93); box-shadow: 0 24px 58px rgba(2,20,12,.18); }
.legal-hero--imageback .legal-summary span { color: #bb603d; }
.legal-hero--imageback .legal-summary p { color: #526159; }
.legal-hero--imageback .legal-noindex { color: #385047; background: rgba(18,55,38,.07); }

@media (max-width: 900px) {
  .legal-hero__grid, .legal-shell { grid-template-columns: 1fr; }
  .legal-shell { gap: 30px; }
  .legal-toc { position: static; columns: 2; }
  .legal-toc > strong { column-span: all; }
  .legal-visual-gallery { margin-top: -25px; grid-template-columns: 1fr; }
  .legal-visual-gallery figure:last-child { transform: none; }
  .legal-hero--imageback .legal-hero__grid { min-height: 820px; align-content: center; grid-template-columns: 1fr; gap: 28px; }
  .legal-hero--imageback .legal-summary { max-width: 580px; }
  .legal-hero--imageback::before { background: linear-gradient(180deg,#fbf8ef 0%,rgba(251,248,239,.98) 42%,rgba(251,248,239,.76) 74%,rgba(251,248,239,.16) 100%); }
}

@media (max-width: 650px) {
  .consent-banner { right: 10px; bottom: 10px; width: calc(100vw - 20px); max-height: calc(100vh - 20px); padding: 18px; overflow-y: auto; grid-template-columns: 34px 1fr; gap: 13px; }
  .consent-banner__mark { width: 32px; height: 32px; }
  .consent-banner__actions { min-width: 0; grid-column: 1 / -1; }
  .legal-hero { padding-block: 62px 55px; }
  .legal-hero h1 { font-size: clamp(1.95rem,8vw,2.45rem); }
  .legal-summary-visual figcaption { position: static; border-radius: 0; background: #0b2d21; }
  .legal-visual-gallery { margin-top: -35px; margin-bottom: 48px; gap: 16px; }
  .legal-visual-gallery figure { border-width: 5px 5px 8px; border-radius: 17px; }
  .legal-visual-gallery figcaption { position: static; border: 0; border-radius: 0; background: #0b2d21; }
  .legal-shell { padding-block: 45px 80px; }
  .legal-toc { columns: 1; }
  .legal-section { padding: 23px 19px; grid-template-columns: 1fr; }
  .legal-section:hover { transform: none; }
  .legal-section__number { width: 30px; height: 30px; }
  .legal-facts, .consent-choice-grid { grid-template-columns: 1fr; }
  .legal-table > div { grid-template-columns: 1fr; gap: 7px; }
  .legal-survey-closing { align-items: stretch; flex-direction: column; }
  .legal-survey-closing .garden-survey-trigger { width: 100%; }
  .legal-hero.legal-hero--imageback { min-height: 840px; padding: 0; }
  .legal-hero--imageback::before { background: linear-gradient(180deg,#fbf8ef 0%,rgba(251,248,239,.98) 34%,rgba(251,248,239,.84) 58%,rgba(251,248,239,.28) 100%); }
  .legal-hero--imageback .legal-hero__grid { min-height: 840px; align-content: start; grid-template-columns: 1fr; gap: 24px; padding-block: 43px 32px; }
  .legal-hero--imageback h1 { overflow-wrap: anywhere; font-size: clamp(2rem,8.7vw,2.7rem); hyphens: auto; }
  .legal-hero--imageback .legal-summary { align-self: end; padding: 22px; }
  .legal-hero--imageback .legal-hero-background img { transform: scale(1.04); }
}

@media print {
  .consent-banner, .legal-toc { display: none !important; }
  .legal-hero { padding: 30px 0; color: #000; background: #fff; }
  .legal-hero__copy > p[data-hero-lead], .legal-summary p { color: #333; }
  .legal-summary { border-color: #aaa; }
  .legal-shell { display: block; padding: 25px 0; }
  .legal-section { break-inside: avoid; margin-bottom: 12px; }
}
