:root {
  --born-navy: #102f50;
  --born-blue: #1f537b;
  --paper: #f7f3ec;
  --paper-light: #fffdf9;
  --ink: #20262b;
  --muted: #5f666b;
  --gold: #bb8d3a;
  --line: #ddd4c7;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1440px;
  --pad: clamp(24px, 5vw, 80px);
  --section: clamp(72px, 8vw, 128px);
  --shadow: 0 24px 70px rgba(16, 47, 80, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font: 18px/1.62 var(--sans);
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #e3aa44; outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 12px 18px;
  background: var(--paper-light); color: var(--born-navy); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.site-header {
  position: sticky; z-index: 50; top: 0; min-height: 96px; padding: 12px var(--pad);
  display: flex; align-items: center; gap: 36px; background: rgba(255,253,249,.96);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.wordmark { display: grid; margin-right: auto; color: var(--born-navy); text-decoration: none; line-height: .9; }
.wordmark-logo { width: clamp(150px, 13vw, 190px); height: auto; }
.wordmark span { font: 18px/1 var(--serif); }
.wordmark strong { font: 38px/.86 var(--serif); font-weight: 500; letter-spacing: .01em; }
.wordmark small { margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: .23em; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); }
.primary-nav a { font-size: 15px; font-weight: 600; color: var(--born-navy); text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 0; background: transparent; }

.button {
  min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center;
  gap: 12px; border: 1px solid var(--born-navy); border-radius: 3px; background: var(--born-navy);
  color: #fff; font-size: 14px; font-weight: 600; line-height: 1.2; letter-spacing: .025em;
  text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { background: var(--born-blue); transform: translateY(-1px); }
.button--small { min-height: 44px; padding: 11px 18px; font-size: 12px; }
.button--outline-light { border-color: rgba(255,255,255,.8); background: transparent; }
.button--outline-light:hover { background: #fff; color: var(--born-navy); }
.link-button { padding: 0; border: 0; background: none; color: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: .22em; cursor: pointer; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--born-navy); font-family: var(--serif); font-weight: 500; line-height: 1.06; }
h1, h2, h3, .section-subtitle { text-wrap: balance; }
p, li, address, blockquote { text-wrap: pretty; }
.button { text-wrap: balance; }
h2 { margin-bottom: 22px; font-size: clamp(42px, 4vw, 68px); letter-spacing: -.025em; }
h3 { font-size: 25px; }
.section-subtitle { margin: -14px 0 24px; color: var(--gold); font: 24px/1.25 var(--serif); }

.hero {
  position: relative; min-height: clamp(620px, 49vw, 720px); overflow: hidden; display: grid;
  grid-template-columns: minmax(400px, .75fr) minmax(520px, 1.25fr); background: #11140f;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(7,10,8,.76) 0%, rgba(7,10,8,.46) 41%, rgba(7,10,8,.05) 72%);
}
.hero__copy { z-index: 2; align-self: center; padding: 62px 0 62px var(--pad); }
.hero__copy .eyebrow { color: #e3b86d; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(58px, 6vw, 96px); line-height: .92; letter-spacing: -.035em; }
.hero__teaser { margin: 28px 0 0; color: #fff; font-size: 20px; line-height: 1.5; }
.hero__image {
  position: absolute; inset: 0 0 0 27%; background-image: url("assets/hero-beratung-landscape-web.jpg");
  background-size: cover; background-position: center 38%; background-repeat: no-repeat;
}

.quote-section {
  position: relative; padding: clamp(65px, 7vw, 110px) max(var(--pad), calc((100vw - 1220px)/2));
  background: var(--paper); text-align: center;
}
.quote-section blockquote { margin: 0 auto; max-width: 1200px; }
.quote-section blockquote p { margin: 0; color: var(--born-navy); font: clamp(30px, 3vw, 46px)/1.35 var(--serif); letter-spacing: -.015em; }
.quote-section blockquote footer { margin-top: 26px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.section-shell { max-width: var(--content); margin: 0 auto; }
.shop {
  display: grid; grid-template-columns: 320px 1fr; gap: 48px 64px; margin-top: var(--section);
  margin-bottom: var(--section); padding: 56px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: var(--shadow);
}
.shop h2 { font-size: clamp(40px, 3.3vw, 58px); }
.shop__intro p:not(.eyebrow):not(.section-subtitle) { color: var(--muted); font-size: 16px; }
.shop__intro .button { margin-top: 12px; }
.shop-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.shop-search input { min-width: 0; height: 50px; padding: 0 16px; border: 1px solid #bdb5aa; border-radius: 3px; background: #fff; color: var(--ink); }
.shop-search input::placeholder { color: #777d80; opacity: 1; }
.form-message { min-height: 26px; margin: 7px 0 10px; color: var(--born-blue); font-size: 14px; font-weight: 700; }
.book-preview, .recommendations__grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: clamp(12px, 1.5vw, 24px); }
.book-card { min-width: 0; }
.book-cover {
  aspect-ratio: .68; padding: 18px 12px; display: flex; flex-direction: column; justify-content: space-between;
  color: var(--paper-light); background: var(--born-navy); box-shadow: 0 12px 28px rgba(16,47,80,.15);
}
.book-card:nth-child(2n) .book-cover { color: var(--born-navy); background: #ded4c3; }
.book-card:nth-child(3n) .book-cover { background: var(--born-blue); }
.book-cover span { font: 11px/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.book-cover strong { font: clamp(19px, 1.7vw, 28px)/1.05 var(--serif); font-weight: 500; }
.book-card__meta { margin-top: 14px; font-size: 13px; line-height: 1.48; }
.book-card__meta strong { display: block; overflow-wrap: anywhere; color: var(--born-navy); font-size: 15px; }
.book-card__meta span { display: block; color: var(--muted); }
.book-card__meta a { display: inline-block; margin-top: 8px; color: var(--born-navy); font-weight: 600; text-decoration: none; }
.services { grid-column: 1 / -1; padding-top: 28px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.services > div { padding: 0 22px; display: flex; gap: 14px; border-right: 1px solid var(--line); }
.services > div:first-child { padding-left: 0; }
.services > div:last-child { padding-right: 0; border: 0; }
.services span { color: var(--gold); font: 28px/1 var(--serif); }
.services p { margin: 0; font-size: 14px; line-height: 1.4; }
.services strong, .services small { display: block; }
.services small { margin-top: 4px; color: var(--muted); }

.recommendations {
  padding: var(--section) var(--pad); display: grid; grid-template-columns: minmax(300px,.72fr) minmax(680px,1.6fr);
  gap: clamp(48px, 6vw, 100px); background: var(--paper);
}
.recommendations__intro { max-width: 500px; }
.recommendations__intro p:not(.eyebrow):not(.section-subtitle) { color: var(--muted); }
.recommendations__intro .button { margin-top: 18px; }
.recommendations__grid { align-content: start; }

.availability {
  padding: 30px var(--pad); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px;
  color: #fff; background: linear-gradient(110deg, #a97826, #c69a4a 55%, #ae7b25);
}
.availability__icon {
  width: 54px;
  height: 54px;
  display: block;
  background-color: #fff;
  -webkit-mask: url("assets/icon-book-cta.svg") center / contain no-repeat;
  mask: url("assets/icon-book-cta.svg") center / contain no-repeat;
}
.availability p { margin: 0; font-size: 17px; line-height: 1.5; }
.availability__actions { display: flex; flex-direction: column; align-items: stretch; }

.portrait { display: grid; grid-template-columns: 1.25fr 1fr; min-height: 650px; background: var(--paper-light); }
.collage { display: grid; grid-template: 1.2fr .9fr / 1.15fr .8fr .65fr; min-height: 650px; background: var(--born-navy); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage__outside { grid-area: 1 / 1 / 3 / 2; }
.collage__inside { grid-area: 1 / 2 / 2 / 4; }
.collage__shelf { grid-area: 2 / 2 / 3 / 3; }
.collage__poster { grid-area: 2 / 3 / 3 / 4; }
.portrait__copy { align-self: center; max-width: 700px; padding: clamp(60px, 7vw, 110px); }
.portrait__copy p:not(.eyebrow):not(.signature) { color: var(--muted); }
.signature { margin-top: 34px; color: var(--born-navy); font: 32px/1.1 var(--serif); }
.signature small { display: block; margin-top: 8px; color: var(--ink); font: 13px/1.3 var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.closing { display: grid; grid-template-columns: 1.1fr 1fr; }
.history { padding: var(--section) var(--pad); color: #fff; background: var(--born-navy); }
.history h2, .history .eyebrow { color: #fff; }
.history > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.82); }
.values { margin: 45px 0 0; padding: 30px 0 0; display: flex; flex-wrap: wrap; gap: 18px 35px; border-top: 1px solid rgba(255,255,255,.23); list-style: none; }
.values li { font-size: 14px; font-weight: 800; }
.contact { padding: var(--section) var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 52px; background: var(--paper); }
.contact h2 { font-size: clamp(40px, 3vw, 58px); }
.contact h3 { margin: 30px 0 10px; font-size: 22px; }
.contact p, .contact address { color: var(--muted); font-size: 15px; font-style: normal; }
.contact strong { color: var(--ink); }

.site-footer { padding: 26px var(--pad); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; color: #fff; background: #071f38; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer p { margin: 0; }

/* Footer: klare Orientierung, Kontakt und rechtlicher Abschluss */
.site-footer {
  padding: 0;
  display: block;
  color: rgba(255,255,255,.82);
  background: #071f38;
  font-size: 13px;
}
.footer-main {
  padding: clamp(54px, 5vw, 78px) max(var(--pad), calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}
.footer-brand { grid-column: 1 / span 4; }
.footer-brand > a { width: fit-content; display: block; }
.footer-logo {
  width: clamp(210px, 20vw, 290px);
  height: auto;
  filter: brightness(0) invert(1);
}
.footer-brand > span { margin-top: 20px; display: block; color: rgba(255,255,255,.65); line-height: 1.65; }
.footer-group:nth-child(2) { grid-column: 5 / span 2; }
.footer-group:nth-child(3) { grid-column: 7 / span 2; }
.footer-contact { grid-column: 10 / span 3; }
.footer-group h2 {
  margin: 0 0 18px;
  color: #e6bd72;
  font: 11px/1.2 var(--sans);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-footer .footer-group nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}
.site-footer .footer-group a,
.site-footer .footer-group .link-button {
  padding: 0;
  color: rgba(255,255,255,.82);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.site-footer .footer-group a:hover,
.site-footer .footer-group .link-button:hover { color: #fff; text-decoration: underline; text-decoration-color: #e6bd72; text-underline-offset: 4px; }
.footer-contact address { margin: 0 0 13px; color: rgba(255,255,255,.72); font-style: normal; line-height: 1.6; }
.footer-contact > a { margin-top: 8px; display: block; overflow-wrap: anywhere; }
.footer-bottom {
  padding: 20px max(var(--pad), calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.55);
  font-size: 11px;
}
.site-footer .footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 900px) {
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 36px; }
  .footer-brand,
  .footer-group:nth-child(2),
  .footer-group:nth-child(3),
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-logo { width: min(100%, 260px); }
  .site-footer .footer-bottom nav { gap: 12px 18px; }
}

.editorial-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(410px, 40vw, 620px);
  padding: clamp(42px, 5vw, 64px) max(var(--pad), calc((100vw - 1540px) / 2));
  display: grid;
  align-content: center;
  overflow: hidden;
  color: #fff;
  background-color: #0d120f;
  background-image: url("assets/btr-hero-strip-v2-web.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.editorial-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,7,6,.78) 0%, rgba(3,7,6,.54) 33%, rgba(3,7,6,.1) 64%, transparent 82%);
}
.editorial-hero__content {
  position: relative;
  z-index: 2;
  max-width: 590px;
}
.editorial-hero__content::before {
  content: none;
}
.editorial-hero__content > * { position: relative; z-index: 1; }
.editorial-hero h1 { margin: 0; color: #fff; font-size: clamp(66px, 7.5vw, 112px); line-height: .82; letter-spacing: .025em; text-shadow: none; }
.editorial-hero__content > p:not(.eyebrow) { max-width: 560px; margin: 20px 0 18px; color: rgba(255,255,255,.94); font-size: 16px; }
.editorial-hero .eyebrow { color: #f0c97d; }
.editorial-hero .text-link {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.58);
}
.editorial-hero .text-link:hover { border-bottom-color: #fff; }
.editorial-hero__content > p,
.editorial-hero .text-link { text-shadow: none; }
.text-link { width: fit-content; color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.recommendation-list { padding: var(--section) var(--pad); background: var(--paper); }
.recommendation-list__head { max-width: 860px; margin: 0 0 80px; }
.recommendation-list__head code { padding: 2px 6px; background: #ebe4d8; font-size: .9em; }
.recommendation-entry {
  max-width: 1300px; margin: 0 auto; padding: 70px 0; display: grid; grid-template-columns: 240px 1fr; gap: clamp(45px,7vw,110px);
  border-top: 1px solid var(--line);
}
.recommendation-entry:first-child { border-top: 0; padding-top: 0; }
.recommendation-entry .book-cover { width: 100%; }
.recommendation-entry__copy > h3 { margin-bottom: 12px; font-size: clamp(36px,4vw,60px); }
.recommendation-entry__byline { color: var(--gold); font-weight: 800; }
.recommendation-entry__notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; margin: 38px 0; }
.recommendation-entry__notes h4 { margin: 0 0 9px; color: var(--born-navy); font: 22px/1.2 var(--serif); }
.recommendation-entry__notes p { margin: 0; color: var(--muted); font-size: 15px; }
.availability--detail { margin-top: 0; }
.availability--detail .availability__icon { width: 60px; height: 60px; }
@media (min-width: 1200px) {
  .availability--detail p { white-space: nowrap; }
}
.status-toast {
  position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 430px; padding: 18px 22px;
  color: #fff; background: var(--born-navy); border-left: 5px solid var(--gold); box-shadow: var(--shadow);
}

@media (max-width: 1180px) {
  body { font-size: 17px; }
  .site-header { min-height: 84px; }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: 13px; }
  .hero { grid-template-columns: 420px 1fr; }
  .hero__image { left: 18%; }
  .shop { margin-left: var(--pad); margin-right: var(--pad); }
  .recommendations { grid-template-columns: 1fr; }
  .recommendations__intro { max-width: 760px; }
  .portrait { grid-template-columns: 1fr 1fr; }
  .collage { grid-template: 1fr 1fr / 1fr 1fr; }
  .collage__outside { grid-area: 1 / 1 / 3 / 2; }
  .collage__inside { grid-area: 1 / 2 / 2 / 3; }
  .collage__shelf { display: none; }
  .collage__poster { grid-area: 2 / 2 / 3 / 3; }
  .closing { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-header { min-height: 76px; padding-block: 8px; }
  .wordmark strong { font-size: 33px; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { width: 23px; height: 2px; display: block; background: var(--born-navy); }
  .menu-icon { position: relative; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -7px; } .menu-icon::after { top: 7px; }
  .primary-nav {
    position: absolute; left: 0; right: 0; top: 100%; padding: 28px var(--pad); display: none; align-items: stretch;
    flex-direction: column; gap: 4px; background: var(--paper-light); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; font-size: 16px; }
  .primary-nav .button { margin-top: 12px; }
  .hero { min-height: auto; padding-top: 0; display: flex; flex-direction: column; background: #0b1718; }
  .hero::after { background: linear-gradient(0deg, rgba(7,10,8,.72), transparent 52%); }
  .hero__image { position: relative; inset: auto; order: 0; width: 100%; aspect-ratio: 1.75; background-size: cover; background-position: center 34%; }
  .hero__copy { order: 1; padding: 48px var(--pad) 64px; }
  .hero h1 { font-size: clamp(58px, 12vw, 88px); }
  .hero__teaser { font-size: 18px; }
  .shop { grid-template-columns: 1fr; padding: 42px; }
  .services { grid-template-columns: 1fr 1fr; gap: 26px 0; }
  .services > div:nth-child(2) { border-right: 0; }
  .recommendations__grid, .book-preview { grid-template-columns: repeat(3,1fr); }
  .recommendations__grid .book-card:nth-child(n+4), .book-preview .book-card:nth-child(n+4) { display: none; }
  .availability { grid-template-columns: auto 1fr; }
  .availability .button { grid-column: 2; justify-self: start; }
  .availability__actions { grid-column: 2; justify-self: start; }
  .portrait { grid-template-columns: 1fr; }
  .collage { min-height: 540px; }
  .portrait__copy { max-width: none; }
  .recommendation-entry__notes { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; }
  body { font-size: 16px; }
  .wordmark span { font-size: 15px; }.wordmark strong { font-size: 29px; }.wordmark small { font-size: 7px; }
  .menu-toggle span:last-child { display: none; }
  .hero__image { aspect-ratio: 1.24; background-position: 42% 35%; }
  .hero::after { background: none; }
  .hero__copy { padding-top: 42px; }
  .hero h1 { font-size: clamp(55px, 17vw, 74px); }
  .button-row { flex-direction: column; align-items: stretch; }
  .quote-section { padding-block: 72px; }
  .quote-section blockquote p { font-size: 28px; }
  .quote-section blockquote p br { display: none; }
  .shop { margin: 56px 14px; padding: 32px 20px; gap: 35px; }
  .shop-search { grid-template-columns: 1fr; }
  .book-preview, .recommendations__grid { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
  .book-preview .book-card:nth-child(3), .recommendations__grid .book-card:nth-child(3) { display: none; }
  .services { grid-template-columns: 1fr; }
  .services > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .services > div:last-child { border-bottom: 0; }
  .recommendations { padding-block: 72px; }
  .availability { grid-template-columns: 1fr; padding-block: 38px; }
  .availability .button { grid-column: 1; width: 100%; }
  .availability__actions { grid-column: 1; width: 100%; }
  .collage { min-height: 560px; grid-template: 1.25fr .75fr / 1fr 1fr; }
  .collage__outside { grid-area: 1 / 1 / 2 / 3; }
  .collage__inside { grid-area: 2 / 1 / 3 / 2; }
  .collage__poster { grid-area: 2 / 2 / 3 / 3; }
  .portrait__copy, .history, .contact { padding: 72px var(--pad); }
  .contact { grid-template-columns: 1fr; gap: 22px; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-direction: column; gap: 12px; }
  .editorial-hero { min-height: 560px; }
  .editorial-hero h1 { font-size: clamp(78px, 24vw, 120px); }
  .recommendation-list__head { margin-bottom: 50px; }
  .recommendation-entry { grid-template-columns: 1fr; gap: 35px; padding: 55px 0; }
  .recommendation-entry .book-cover { width: min(70vw, 260px); }
  .status-toast { left: 16px; right: 16px; bottom: 16px; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 52px; }
  .book-preview, .recommendations__grid { grid-template-columns: 1fr; }
  .book-preview .book-card:nth-child(2), .recommendations__grid .book-card:nth-child(2) { display: none; }
}

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

/* Entwurfsnahe Proportionen: ChatGPT Image 17. Juli 2026, 12_56_43.png */
:root {
  --content: 1440px;
  --pad: clamp(28px, 4.5vw, 72px);
  --section: clamp(64px, 7vw, 110px);
}

body { font-size: 16px; line-height: 1.55; background: var(--paper-light); }

.site-header {
  min-height: 84px;
  padding: 9px max(var(--pad), calc((100vw - 1540px) / 2));
  gap: 28px;
  background: rgba(255,253,249,.97);
}
.wordmark span { font-size: 17px; }
.wordmark strong { font-size: 37px; }
.wordmark small { font-size: 8px; }
.primary-nav { gap: clamp(20px, 3vw, 44px); }
.primary-nav a { font-size: 14px; }
.primary-nav .button { min-height: 44px; padding-inline: 18px; }

.button { min-height: 44px; padding: 11px 18px; font-size: 12px; border-radius: 2px; }
.button:hover { transform: none; }
.eyebrow { font-size: 11px; }
h2 { font-size: clamp(34px, 3vw, 50px); }
.section-subtitle { font-size: 20px; }

.hero {
  min-height: clamp(410px, 40vw, 620px);
  grid-template-columns: minmax(410px, .8fr) minmax(0, 1.2fr);
  background: #0d120f;
}
.hero::after {
  background: linear-gradient(90deg, rgba(3,7,6,.76) 0%, rgba(3,7,6,.5) 32%, rgba(3,7,6,.08) 61%, transparent 82%);
}
.hero__copy { padding: 38px 0 38px var(--pad); }
.hero__copy .eyebrow { display: none; }
.hero h1 { font-size: clamp(58px, 6.1vw, 88px); line-height: .94; }
.hero__teaser { margin-top: 21px; font-size: 16px; line-height: 1.45; }
.hero__image {
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.button-row { margin-top: 22px; gap: 12px; flex-wrap: nowrap; }
.hero .button-row .button { white-space: nowrap; }

.quote-section {
  padding: clamp(38px, 4.5vw, 68px) max(var(--pad), calc((100vw - 1440px)/2));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.quote-section blockquote {
  grid-column: 3 / span 8;
  justify-self: center;
  width: 100%;
  max-width: none;
}
.quote-section blockquote p { font-size: clamp(24px, 2.25vw, 34px); line-height: 1.35; }
.quote-section blockquote footer { margin-top: 15px; font-size: 10px; }
.quote-inline {
  display: inline;
  color: var(--gold);
  font: 1.7em/.5 var(--serif);
  vertical-align: -.17em;
}
.quote-inline--open { margin-right: .16em; }
.quote-inline--close { margin-left: .16em; }

.shop {
  max-width: 1370px;
  margin-top: 32px;
  margin-bottom: 34px;
  padding: 28px 30px 0;
  grid-template-columns: 250px 1fr;
  gap: 26px 34px;
  border: 0;
  box-shadow: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.shop > :not(.shop-watermarks) { position: relative; z-index: 1; }
.shop-watermarks {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.shop-watermark {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background-color: var(--gold);
  opacity: .07;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.shop-watermark--commerce {
  width: clamp(90px, 8vw, 142px);
  left: clamp(18px, 2.2vw, 42px);
  top: 32px;
  transform: rotate(-7deg);
  -webkit-mask-image: url("assets/watermark-e-commerce.svg");
  mask-image: url("assets/watermark-e-commerce.svg");
}
.shop-watermark--online {
  width: clamp(78px, 7vw, 122px);
  right: clamp(18px, 2.2vw, 42px);
  top: 46px;
  transform: rotate(6deg);
  -webkit-mask-image: url("assets/watermark-online-shopping.svg");
  mask-image: url("assets/watermark-online-shopping.svg");
}
.shop-watermark--trolley {
  width: clamp(105px, 9vw, 158px);
  right: clamp(28px, 3vw, 56px);
  bottom: 26px;
  transform: rotate(-4deg);
  -webkit-mask-image: url("assets/watermark-books-trolley.svg");
  mask-image: url("assets/watermark-books-trolley.svg");
}
.shop h2 { margin-bottom: 13px; font-size: clamp(31px, 2.6vw, 42px); }
.shop .section-subtitle { margin-top: -9px; margin-bottom: 17px; }
.shop__intro p:not(.eyebrow):not(.section-subtitle) { font-size: 13px; line-height: 1.5; }
.shop__intro .eyebrow { display: none; }
.shop__intro .button { margin-top: 7px; }
.shop-search { max-width: 540px; margin-left: 5px; }
.shop-search input { height: 44px; font-size: 13px; }
.form-message { min-height: 18px; margin: 3px 0 6px; font-size: 12px; }
.book-preview, .recommendations__grid { gap: clamp(14px, 1.9vw, 27px); }
.book-strip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
}
.shop .book-preview {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.shop .book-preview::-webkit-scrollbar { display: none; }
.shop .book-preview .book-card {
  flex: 0 0 calc((100% - 32px) / 3);
  display: block !important;
  scroll-snap-align: start;
}
.book-strip__control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--born-navy);
  background: var(--paper-light);
  cursor: pointer;
}
.book-strip__control:hover:not(:disabled) { color: #fff; background: var(--born-navy); }
.book-strip__control:disabled { opacity: .3; cursor: default; }
.book-card__shop {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.book-card__shop:hover .book-card__meta strong { text-decoration: underline; text-underline-offset: .18em; }
.book-cover { min-height: 0; padding: 13px 9px; }
.book-cover span { font-size: 8px; }
.book-cover strong { font-size: clamp(16px, 1.5vw, 23px); }
.book-card__meta { margin-top: 9px; display: block; font-size: 11px; }
.book-card__meta strong { font-size: 12px; }
.book-card__title-link { color: inherit; text-decoration: none; }
.book-card__title-link:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.book-card__cover-link { display: block; text-decoration: none; }
.book-card__cover-link .book-cover { transition: transform .2s ease, box-shadow .2s ease; }
.book-card__cover-link:hover .book-cover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(16, 47, 80, .2);
}
.book-card__teaser {
  margin: 7px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.book-card__external { margin-top: 7px; color: var(--born-navy); font-weight: 600; }
.book-cover--image { padding: 0; background: var(--paper); }
.book-cover--image img { width: 100%; height: 100%; object-fit: contain; }
.services { margin-inline: -30px; padding: 17px 30px; }
.services > div { padding-inline: 20px; }
.services span { font-size: 22px; }
.services .service-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: var(--gold);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 92%;
  mask-size: 92%;
}
.service-icon--book {
  -webkit-mask-image: url("assets/icon-literature-review.svg");
  mask-image: url("assets/icon-literature-review.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.service-icon--shopping {
  -webkit-mask-image: url("assets/icon-online-shopping.svg");
  mask-image: url("assets/icon-online-shopping.svg");
  -webkit-mask-size: 86%;
  mask-size: 86%;
}
.service-icon--delivery {
  -webkit-mask-image: url("assets/icon-delivery-truck.svg");
  mask-image: url("assets/icon-delivery-truck.svg");
  -webkit-mask-size: 94%;
  mask-size: 94%;
}
.service-icon--assistance {
  -webkit-mask-image: url("assets/icon-direct-assistance.svg");
  mask-image: url("assets/icon-direct-assistance.svg");
  -webkit-mask-size: 86%;
  mask-size: 86%;
  opacity: .78;
}
.services p { font-size: 11px; }
.services small { font-size: 10px; }

@media (min-width: 1200px) {
  .shop {
    max-width: none;
    margin-inline: 0;
    padding-inline: max(var(--pad), calc((100vw - 1440px) / 2));
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 0;
  }
  .shop__intro { grid-column: 3 / span 2; padding-right: 32px; }
  .shop__catalogue { grid-column: 5 / span 6; }
  .shop .services { grid-column: 3 / span 8; margin-inline: 0; }
}

.recommendations {
  padding: 34px var(--pad) 28px;
  grid-template-columns: minmax(270px,.68fr) minmax(650px,1.55fr);
  gap: clamp(38px, 5vw, 78px);
  background: var(--paper);
}
.recommendations__intro { max-width: 390px; }
.recommendations__intro .eyebrow { display: none; }
.btr-heading { margin-bottom: 12px; display: flex; align-items: center; gap: 20px; }
.recommendations__intro .btr-heading h2 { margin: 0; text-align: left; }
.btr-icon {
  flex: 0 0 clamp(82px, 6.5vw, 100px);
  width: clamp(82px, 6.5vw, 100px);
  height: clamp(82px, 6.5vw, 100px);
  margin: 0;
  display: block;
  background-color: var(--gold);
  -webkit-mask: url("assets/icon-reading-book.svg") center / contain no-repeat;
  mask: url("assets/icon-reading-book.svg") center / contain no-repeat;
}
.recommendations__intro h2 { margin-bottom: 12px; font-size: clamp(39px, 4vw, 58px); }
.recommendations__intro .section-subtitle { margin: -4px 0 16px; font-size: 18px; }
.recommendations__intro p:not(.section-subtitle) { font-size: 13px; line-height: 1.5; }
.recommendations__intro .button { margin-top: 7px; }

.availability { min-height: 66px; padding: 14px max(var(--pad), calc((100vw - 1370px)/2)); gap: 22px; }
.availability__icon { width: 60px; height: 60px; }
.availability p { font-size: 14px; line-height: 1.3; }
.availability .button { min-width: 310px; }

.story-contact {
  display: grid;
  grid-template-columns: minmax(290px, .95fr) minmax(390px, 1.28fr) minmax(270px, .77fr);
  min-height: 280px;
  background: var(--paper-light);
}
.story-contact__image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--born-navy);
}
.story-contact__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.story-contact .history,
.story-contact .contact { padding: 34px clamp(28px, 3.2vw, 52px); }
.story-contact .history { color: var(--ink); background: var(--paper-light); border-right: 1px solid var(--line); }
.story-contact .history h2 { color: var(--born-navy); margin-bottom: 16px; font-size: clamp(29px, 2.5vw, 39px); }
.story-contact .history > p:not(.eyebrow) { max-width: 650px; margin-bottom: 11px; color: var(--muted); font-size: 12px; }
.story-contact .history .eyebrow { display: none; }
.story-contact .values { margin-top: 24px; padding-top: 20px; gap: 13px 24px; border-top-color: var(--line); }
.story-contact .values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.story-contact .values li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--born-navy);
  font-size: 11px;
  line-height: 1.35;
}
.value-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: block;
  background-color: var(--gold);
}
.value-icon--since {
  opacity: .82;
  -webkit-mask: url("assets/icon-award.svg") center / 92% no-repeat;
  mask: url("assets/icon-award.svg") center / 92% no-repeat;
  filter: drop-shadow(0 0 .25px var(--gold));
}
.value-icon--personal,
.value-icon--location { background-color: var(--gold); }
.value-icon--personal {
  opacity: .82;
  -webkit-mask: url("assets/icon-direct-assistance-thin.svg") center / 74% no-repeat;
  mask: url("assets/icon-direct-assistance-thin.svg") center / 74% no-repeat;
}
.value-icon--location {
  opacity: .82;
  -webkit-mask: url("assets/icon-book-cta.svg") center / 94% no-repeat;
  mask: url("assets/icon-book-cta.svg") center / 94% no-repeat;
  filter: drop-shadow(0 0 .9px var(--gold));
}
.story-contact .values li > span:last-child > small {
  margin-top: 3px;
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.3;
}
.story-contact .values li > span:last-child > strong { display: block; }
.story-contact .contact { display: grid; grid-template-columns: 1fr; gap: 4px; color: #fff; background: var(--born-navy); }
.story-contact .contact .eyebrow { display: none; }
.story-contact .contact h2 { margin-bottom: 13px; color: #fff; font-size: 27px; }
.story-contact .contact h3 { margin: 12px 0 5px; color: #e6bd72; font-size: 17px; }
.story-contact .contact p,
.story-contact .contact address { margin-bottom: 8px; color: rgba(255,255,255,.88); font-size: 11px; line-height: 1.45; }
.story-contact .contact strong,
.story-contact .contact a { color: #fff; }
.story-contact .contact a { text-decoration-color: rgba(255,255,255,.45); }
.story-contact .contact a:hover { text-decoration-color: #fff; }
#opening-hours dl { margin: 0; }
#opening-hours dl div { display: grid; grid-template-columns: 52px 1fr; gap: 8px; }
#opening-hours dt, #opening-hours dd { margin: 0; font-size: 11px; }

.site-footer { min-height: 36px; padding: 8px var(--pad); font-size: 10px; }
.btr-icon--hero { width: 50px; height: 50px; margin: 0 0 14px; background-color: var(--gold); }
.editorial-hero .btr-icon--hero { background-color: #fff; }
.editorial-hero .eyebrow { color: #fff; }

@media (min-width: 1500px) {
  .hero__copy { padding-left: max(var(--pad), calc((100vw - 1540px) / 2)); }
}

@media (max-width: 1100px) {
  .primary-nav { gap: 20px; }
  .hero { grid-template-columns: 410px 1fr; }
  .shop { margin-inline: 28px; }
  .shop-watermark { opacity: .055; }
  .shop-watermark--commerce { left: -24px; }
  .shop-watermark--online { right: -18px; }
  .shop-watermark--trolley { right: -26px; }
  .recommendations { grid-template-columns: 270px 1fr; }
  .story-contact { grid-template-columns: .9fr 1.2fr .9fr; }
}

@media (max-width: 900px) {
  .site-header { min-height: 76px; }
  .hero { display: flex; min-height: 0; }
  .hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2.4;
    background-size: cover;
    background-position: center;
    background-color: #0d120f;
  }
  .hero__copy { padding: 42px var(--pad) 52px; }
  .shop { grid-template-columns: 1fr; padding-top: 38px; }
  .shop__intro { max-width: 560px; }
  .shop-search { margin-left: 0; }
  .recommendations { grid-template-columns: 1fr; padding-block: 58px; }
  .recommendations__intro { max-width: 620px; }
  .story-contact { grid-template-columns: 1fr 1fr; }
  .story-contact__image { min-height: 330px; grid-row: span 2; }
  .story-contact .history, .story-contact .contact { border-right: 0; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; }
  body { font-size: 16px; }
  .wordmark strong { font-size: 30px; }
  .hero__image {
    aspect-ratio: 2 / 3;
    background-image: url("assets/hero-beratung-portrait-web.jpg");
    background-position: center top;
  }
  .hero h1 { font-size: clamp(54px, 17vw, 73px); }
  .hero__teaser { font-size: 16px; }
  .button-row { flex-wrap: wrap; }
  .hero .button-row .button { width: 100%; white-space: normal; }
  .quote-section { padding-block: 64px; }
  .quote-section blockquote { grid-column: 1 / -1; max-width: calc(100% - 46px); }
  .quote-section blockquote p { font-size: 27px; }
  .shop { margin: 32px 12px; padding: 34px 20px 0; }
  .shop-watermark { opacity: .05; }
  .shop-watermark--commerce,
  .shop-watermark--online { display: none; }
  .shop-watermark--trolley {
    display: block;
    width: 112px;
    right: -25px;
    top: 18px;
    bottom: auto;
  }
  .book-strip { grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 6px; }
  .book-strip__control { width: 40px; height: 40px; }
  .shop .book-preview .book-card { flex-basis: calc((100% - 16px) / 2); }
  .services { margin-inline: -20px; padding-inline: 20px; }
  .recommendations { padding-block: 64px; }
  .btr-heading { gap: 15px; }
  .btr-heading .btr-icon { flex-basis: 68px; width: 68px; height: 68px; }
  .availability { padding-block: 28px; }
  .availability__icon { width: 54px; height: 54px; }
  .availability .button { min-width: 0; }
  .story-contact { grid-template-columns: 1fr; }
  .story-contact__image { min-height: 270px; grid-row: auto; }
  .story-contact .history, .story-contact .contact { padding: 48px var(--pad); }
  .story-contact .values { grid-template-columns: 1fr; gap: 16px; }
  .story-contact .values li { font-size: 12px; }
  .site-footer { padding-block: 20px; }
}

/* BORN TO READ Detailseite: 4/8-Aufteilung im 12-Spalten-Raster */
.recommendation-entry {
  max-width: 1440px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}
.recommendation-entry > div:first-child {
  grid-column: 1 / span 4;
  width: min(100%, 400px);
  padding-right: clamp(16px, 2vw, 30px);
  justify-self: center;
}
.recommendation-entry__copy {
  grid-column: 5 / span 8;
}
.recommendation-entry__cover-link {
  width: 100%;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.recommendation-entry__cover-link .book-cover { transition: transform .2s ease, box-shadow .2s ease; }
.recommendation-entry__cover-link:hover .book-cover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(16, 47, 80, .2);
}
.recommendation-entry__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}
.recommendation-entry__shop-link {
  padding: 0 0 3px;
  color: var(--born-navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16, 47, 80, .28);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.recommendation-entry__shop-link:hover { border-bottom-color: var(--born-navy); }
.recommendation-entry__shop-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.recommendation-entry__notes {
  grid-template-columns: 1fr;
  gap: 0;
  margin-block: 34px;
}
.recommendation-entry__notes section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.recommendation-entry__notes section:last-child { border-bottom: 1px solid var(--line); }
.recommendation-entry__notes p { max-width: 820px; }

@media (max-width: 900px) {
  .recommendation-entry { grid-template-columns: 1fr; gap: 36px; }
  .recommendation-entry > div:first-child,
  .recommendation-entry__copy { grid-column: 1 / -1; }
  .recommendation-entry > div:first-child {
    width: min(64vw, 360px);
    padding-right: 0;
    justify-self: center;
  }
  .recommendation-entry .book-cover { width: 100%; }
}

@media (max-width: 620px) {
  .recommendation-entry__actions { align-items: stretch; flex-direction: column; }
  .recommendation-entry__actions .button { width: 100%; justify-content: space-between; }
  .recommendation-entry__shop-link { align-self: flex-start; }
}

@media (max-width: 620px) {
  .recommendation-entry > div:first-child { width: min(78vw, 300px); }
  .recommendation-entry .book-cover { width: 100%; }
}

/* Onlineshop: großzügige 12-Spalten-Nutzung und responsive Inhaltsführung */
.shop__catalogue { min-width: 0; }

@media (min-width: 1200px) {
  .shop {
    --shop-edge: max(var(--pad), calc((100vw - 1540px) / 2));
    max-width: none;
    margin-inline: 0;
    padding: 48px var(--shop-edge) 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(24px, 2vw, 40px);
    row-gap: 42px;
  }
  .shop__intro {
    grid-column: 1 / span 3;
    padding-right: clamp(12px, 1.4vw, 24px);
  }
  .shop__catalogue { grid-column: 4 / span 9; }
  .shop .services {
    grid-column: 1 / -1;
    margin-inline: 0;
    padding: 25px 0 28px;
  }
  .shop-search {
    width: min(760px, calc(100% - 260px));
    min-width: 420px;
    max-width: none;
    margin-left: 54px;
  }
  .shop .form-message { margin-left: 54px; }
  .shop h2 { font-size: clamp(38px, 2.8vw, 48px); }
  .shop__intro p:not(.eyebrow):not(.section-subtitle) { font-size: 14px; line-height: 1.62; }
  .shop .book-preview { gap: clamp(20px, 2vw, 34px); }
  .shop .book-preview .book-card { flex-basis: calc((100% - clamp(40px, 4vw, 68px)) / 3); }
  .services > div { padding-inline: clamp(24px, 2.4vw, 42px); }
  .services p { font-size: 12px; }
  .services small { font-size: 11px; }

  /* Freie Zone rechts neben der Suche: dekorativ, ohne Inhaltsüberlagerung */
  .shop-watermark {
    top: 31px;
    bottom: auto;
    left: auto;
    width: clamp(50px, 4vw, 66px);
    opacity: .065;
  }
  .shop-watermark--online {
    right: var(--shop-edge);
    transform: rotate(5deg);
  }
  .shop-watermark--commerce {
    right: calc(var(--shop-edge) + 78px);
    transform: rotate(-6deg);
  }
  .shop-watermark--trolley {
    right: calc(var(--shop-edge) + 156px);
    transform: rotate(3deg);
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .shop {
    max-width: none;
    margin: 42px 24px;
    padding: 44px 34px 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 40px;
  }
  .shop__intro { grid-column: 1 / span 4; padding-right: 8px; }
  .shop__catalogue { grid-column: 5 / span 8; }
  .shop .services {
    grid-column: 1 / -1;
    margin-inline: -34px;
    padding: 24px 34px 27px;
  }
  .shop-search { width: 100%; max-width: none; margin-left: 0; }
  .shop .book-preview { gap: 18px; }
  .shop .book-preview .book-card { flex-basis: calc((100% - 36px) / 3); }
  .services > div { padding-inline: 18px; }
  .shop-watermarks { display: none; }
}

@media (max-width: 900px) {
  .shop {
    margin: 40px 24px;
    padding: 44px 36px 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
  .shop__intro { max-width: 680px; }
  .shop__catalogue,
  .shop-search { width: 100%; max-width: none; }
  .shop .services {
    margin-inline: -36px;
    padding: 26px 36px 28px;
    gap: 26px 0;
  }
  .shop .book-preview .book-card { flex-basis: calc((100% - 32px) / 3); }
  .shop-watermarks { display: none; }
}

@media (max-width: 620px) {
  .shop {
    margin: 32px 0;
    padding: 40px 20px 0;
    gap: 34px;
  }
  .shop h2 { font-size: clamp(34px, 10vw, 42px); }
  .shop__intro p:not(.eyebrow):not(.section-subtitle) { font-size: 14px; line-height: 1.62; }
  .shop__intro .button { width: 100%; justify-content: space-between; }
  .shop-search { grid-template-columns: 1fr; gap: 8px; }
  .shop-search .button { width: 100%; }
  .book-strip { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 8px; }
  .book-strip__control { width: 38px; height: 38px; }
  .shop .book-preview { gap: 0; }
  .shop .book-preview .book-card { flex-basis: 100%; }
  .shop .services {
    margin-inline: -20px;
    padding: 20px 20px 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .shop .services > div { padding: 18px 0; }
}

/* Servicevorteile: einheitliche Proportionen und optische Grundlinie */
.shop .services { align-items: stretch; }
.shop .services > div {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.shop .services .service-icon {
  width: 42px;
  height: 42px;
  justify-self: center;
}
.shop .services p { min-width: 0; line-height: 1.3; }
.shop .services strong { color: var(--born-navy); line-height: 1.25; text-wrap: balance; }
.shop .services small { margin-top: 5px; line-height: 1.35; text-wrap: balance; }

@media (max-width: 900px) {
  .shop .services > div { min-height: 82px; padding-block: 14px; }
}

@media (max-width: 620px) {
  .shop .services > div { min-height: 76px; grid-template-columns: 42px minmax(0, 1fr); gap: 15px; }
  .shop .services .service-icon { width: 40px; height: 40px; }
}

/* BORN TO READ Hero: responsive Lesbarkeit auf dem Originalfoto */
@media (max-width: 900px) {
  .editorial-hero {
    min-height: 480px;
    padding-block: 54px;
    background-image: url("assets/btr-hero-strip-v2-web.jpg");
    background-position: center;
    background-size: cover;
  }
  .editorial-hero__content { max-width: 560px; }
  .editorial-hero__content > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.94); }
  .editorial-hero::after { background: linear-gradient(90deg, rgba(3,7,6,.8) 0%, rgba(3,7,6,.58) 48%, rgba(3,7,6,.18) 78%, transparent 100%); }
}

@media (max-width: 620px) {
  .editorial-hero {
    min-height: 520px;
    padding-block: 52px;
    background-position: 50% center;
    background-size: cover;
  }
  .editorial-hero::after { background: linear-gradient(0deg, rgba(3,7,6,.82) 0%, rgba(3,7,6,.58) 58%, rgba(3,7,6,.2) 100%); }
  .editorial-hero h1 { font-size: clamp(64px, 20vw, 96px); }
  .editorial-hero__content > p:not(.eyebrow) { margin-top: 24px; font-size: 17px; }
  .availability--detail .availability__icon { width: 52px; height: 52px; }
}

/* Veranstaltungen: Teaser auf der Startseite, später auf veranstaltungen.html umstellbar */
.events-teaser {
  position: relative;
  padding: clamp(48px, 4.5vw, 68px) max(var(--pad), calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 56px);
  background: var(--paper);
  scroll-margin-top: 100px;
}
.events-teaser__poster {
  grid-column: 2 / span 4;
  margin: 0;
  height: clamp(320px, 31vw, 390px);
  overflow: hidden;
  background: transparent;
}
.events-teaser__poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.events-teaser__intro { grid-column: 7 / span 5; align-self: center; }
.events-teaser__intro h2 { font-size: clamp(38px, 3.4vw, 54px); }
.events-teaser__intro > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 15px; }
.events-teaser__signup { margin-top: 22px; width: fit-content; justify-content: space-between; text-align: left; }
.events-teaser__date {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(58px, 5vw, 78px);
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: var(--born-navy);
  text-align: center;
}
.events-teaser__date span { color: #e6bd72; font-size: 11px; letter-spacing: .2em; }
.events-teaser__date strong { font: 24px/1 var(--serif); font-weight: 500; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .08em; }
.text-link--dark { color: var(--born-navy); border-bottom-color: rgba(16,47,80,.38); }
.text-link--dark:hover { border-bottom-color: var(--born-navy); }

/* Fünf Navigationspunkte plus Shop-CTA ohne Überfüllung */
@media (min-width: 1101px) {
  .primary-nav { gap: clamp(14px, 1.45vw, 25px); }
  .primary-nav a { font-size: 13px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header { gap: 18px; padding-inline: 28px; }
  .wordmark-logo { width: 142px; }
  .primary-nav { gap: 8px; }
  .primary-nav a { font-size: 10.5px; }
  .primary-nav .button { padding-inline: 11px; font-size: 9.5px; }
}

@media (max-width: 1100px) {
  .events-teaser__poster { grid-column: 3 / span 4; }
  .events-teaser__intro { grid-column: 7 / span 6; }
}

@media (max-width: 900px) {
  .events-teaser { grid-template-columns: 1fr; }
  .events-teaser__poster,
  .events-teaser__intro { grid-column: 1; }
  .events-teaser { padding-left: calc(var(--pad) + 64px); }
  .events-teaser__poster { grid-row: auto; width: min(100%, 420px); height: 340px; }
  .events-teaser__intro { max-width: 680px; }
}

@media (max-width: 620px) {
  .events-teaser { padding-block: 44px; padding-left: calc(var(--pad) + 54px); }
  .events-teaser__date { width: 48px; padding-inline: 10px; }
  .events-teaser__date strong { font-size: 20px; }
  .events-teaser__poster { height: 290px; }
  .events-teaser__signup { width: 100%; }
  .wordmark-logo { width: 148px; }
}

/* Schwebende Seitennavigation: kompakter Pfeil, Text beim Hover */
.back-to-top {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  color: #fff;
  background: var(--born-navy);
  border: 1px solid rgba(230,189,114,.75);
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(7,31,56,.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: width .28s ease, opacity .2s ease, transform .2s ease, background .2s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top__label {
  position: absolute;
  left: 18px;
  top: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: opacity .18s ease .04s, transform .24s ease;
}
.back-to-top__arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 22px;
  line-height: 1;
  transition: transform .28s ease;
}
.back-to-top:hover,
.back-to-top:focus-visible { width: 142px; background: var(--born-blue); }
.back-to-top:hover .back-to-top__label,
.back-to-top:focus-visible .back-to-top__label { opacity: 1; transform: translateY(-50%) translateX(0); }
.back-to-top:hover .back-to-top__arrow,
.back-to-top:focus-visible .back-to-top__arrow { transform: translate(3px, -52%); }

@media (max-width: 620px) {
  .back-to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
  .back-to-top:hover,
  .back-to-top:focus-visible { width: 128px; }
  .back-to-top__arrow { right: 15px; }
  .back-to-top__label { left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .back-to-top__label,
  .back-to-top__arrow { transition: none; }
}

/* Impressum */
.legal-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(330px, 30vw, 460px);
  padding: clamp(72px, 8vw, 122px) max(var(--pad), calc((100vw - var(--content)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(187,141,58,.32), transparent 26%),
    linear-gradient(118deg, #071f38 0%, var(--born-navy) 58%, #1f537b 100%);
}
.legal-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(-80px, -3vw, -20px);
  bottom: clamp(-180px, -11vw, -90px);
  width: clamp(310px, 34vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.025);
}
.legal-hero .eyebrow { color: #e6bd72; }
.legal-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(64px, 7.5vw, 112px);
  letter-spacing: -.035em;
}
.legal-hero > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.5vw, 21px);
}
.legal-layout {
  padding: clamp(68px, 8vw, 124px) max(var(--pad), calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
  background: var(--paper-light);
}
.legal-toc {
  position: sticky;
  top: 126px;
  align-self: start;
  grid-column: 1 / span 3;
  padding: 28px 30px 30px;
  background: var(--paper);
  border-top: 3px solid var(--gold);
}
.legal-toc nav { display: flex; flex-direction: column; }
.legal-toc nav a {
  padding: 12px 0;
  color: var(--born-navy);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.35;
  text-decoration: none;
}
.legal-toc nav a:first-child { border-top: 0; }
.legal-toc nav a::after { content: " ↓"; color: var(--gold); }
.legal-toc nav a:hover { color: var(--born-blue); text-decoration: underline; }
.legal-content { min-width: 0; grid-column: 5 / span 7; }
.legal-notice {
  margin-bottom: 38px;
  padding: 24px 28px;
  color: var(--born-navy);
  background: #f3e7cf;
  border-left: 4px solid var(--gold);
}
.legal-notice strong { font-family: var(--serif); font-size: 23px; font-weight: 600; }
.legal-notice p { margin: 7px 0 0; color: #675632; font-size: 14px; line-height: 1.55; }
.legal-section {
  padding: clamp(34px, 4vw, 54px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 130px;
}
.legal-section h2 { margin-bottom: 25px; font-size: clamp(36px, 3.5vw, 54px); }
.legal-section p,
.legal-section address {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.legal-section address { font-style: normal; }
.legal-section strong { color: var(--born-navy); }
.legal-section mark {
  padding: .08em .32em;
  color: #664815;
  background: #f3e3c1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.legal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--born-navy);
  font-weight: 600;
  text-decoration-color: rgba(16,47,80,.35);
}
.legal-link:hover { text-decoration-color: currentColor; }

@media (max-width: 900px) {
  .legal-layout { gap: 50px 0; }
  .legal-toc {
    position: static;
    grid-column: 1 / -1;
    padding: 24px var(--pad);
  }
  .legal-toc nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
  .legal-content { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .legal-hero { min-height: 290px; }
  .legal-hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .legal-layout { padding-top: 48px; }
  .legal-toc { padding-inline: 22px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-notice { padding: 21px 22px; }
  .legal-section p,
  .legal-section address { font-size: 15px; }
}
