/* ==========================================================================
   Hadith Shop – Markenauftritt
   ========================================================================== */

@font-face { font-family: "Work Sans"; src: url("../fonts/work-sans-variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans"; src: url("../fonts/work-sans-italic-variable.woff2") format("woff2"); font-weight: 100 900; font-style: italic; font-display: swap; }

:root {
	--paper: #F7FAFD;
	--paper-2: #EAF3F9;
	--surface: #FFFFFF;
	--ink: #102B45;
	--ink-2: #40566B;
	--ink-3: #687E92;
	--line: #D6E4EF;
	--accent: #137DAA;
	--accent-ink: #FFFFFF;
	--accent-hover: #0C638B;
	--brass: #1888B5;
	--navy: #0B365F;
	--navy-deep: #092C50;
	--danger: #9B2C2C;

	--serif: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--sans: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--radius: 10px;
	--container: 1320px;
	--gutter: clamp(16px, 4vw, 32px);
	--space: clamp(56px, 8vw, 104px);
	--shadow-book: 0 8px 20px rgba(8,45,78,.14);
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0; background: var(--paper); color: var(--ink);
	font: 400 17px/1.65 var(--sans); letter-spacing: -.01em; -webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
button, input, select, textarea { font-family: var(--sans); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-hover); }
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 600; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hs-skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; }
.hs-skip:focus { left: 8px; }

.hs-container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.hs-main { padding: 40px 0 var(--space); min-height: 60vh; }
.hs-prose { max-width: 760px; }
.hs-legal { min-height: 65vh; padding-bottom: var(--space); background: var(--surface); }
.hs-legal__hero { padding: clamp(56px, 8vw, 110px) 0 clamp(48px, 6vw, 80px); background: var(--paper); border-bottom: 1px solid var(--line); }
.hs-legal__hero .hs-eyebrow { margin-bottom: 16px; }
.hs-legal__hero h1 { max-width: 22ch; margin-bottom: 14px; font-size: clamp(2.6rem, 5.5vw, 5.2rem); font-weight: 500; letter-spacing: -.055em; }
.hs-legal__hero p:last-child { max-width: 55ch; margin: 0; color: var(--ink-2); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hs-legal__frame { padding-top: clamp(38px, 5vw, 76px); }
.hs-legal__draft { max-width: 100%; padding: 16px 20px; margin-bottom: 36px; border-left: 3px solid var(--accent); background: var(--paper-2); color: var(--navy); font-size: .9rem; }
.hs-legal__layout { display: grid; grid-template-columns: minmax(0, 210px) minmax(0, 760px); gap: clamp(42px, 6vw, 100px); align-items: start; }
.hs-legal__layout:not(:has(.hs-legal__toc)) { grid-template-columns: minmax(0, 760px); }
.hs-legal__toc { position: sticky; top: 100px; max-height: calc(100vh - 120px); overflow: auto; padding: 6px 0 0; font-size: .84rem; }
.hs-legal__toc p { margin: 0 0 16px; color: var(--ink-3); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hs-legal__toc ol { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.hs-legal__toc li { margin: 0; }
.hs-legal__toc a { display: block; padding: 8px 14px; color: var(--ink-2); text-decoration: none; line-height: 1.35; }
.hs-legal__toc a:hover, .hs-legal__toc a:focus-visible { color: var(--accent); border-left: 2px solid var(--accent); margin-left: -1px; }
.hs-legal__content { min-width: 0; color: var(--ink-2); font-size: 1rem; line-height: 1.8; }
.hs-legal__content h2 { scroll-margin-top: 110px; margin: 52px 0 16px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 600; letter-spacing: -.025em; }
.hs-legal__content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.hs-legal__content p { margin-bottom: 1.1em; }
.hs-legal__content strong { color: var(--ink); font-weight: 600; }
.hs-legal__content a { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.hs-legal__content ul, .hs-legal__content ol { padding-left: 1.4em; margin: 0 0 1.5em; }
.hs-legal__content li { padding-left: .3em; margin-bottom: .6em; }
.hs-legal__content code { overflow-wrap: anywhere; font-size: .85em; background: var(--paper-2); padding: .1em .3em; border-radius: 3px; }
.hs-legal__table-wrap { max-width: 100%; overflow-x: auto; margin: 26px 0; }
.hs-legal__content table { border-collapse: collapse; min-width: 690px; width: 100%; font-size: .78rem; line-height: 1.5; }
.hs-legal__content th, .hs-legal__content td { border-bottom: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.hs-legal__content th { background: var(--paper); color: var(--ink); font-weight: 600; }
.hs-withdrawal { max-width: 620px; }
.hs-withdrawal__form { display: grid; gap: 9px; margin: 28px 0; }
.hs-withdrawal__form label { color: var(--ink); font-size: .88rem; font-weight: 600; }
.hs-withdrawal__form input { margin-bottom: 12px; }
.hs-withdrawal__form .hs-btn { justify-self: start; margin-top: 10px; }
.hs-withdrawal__help { margin: -12px 0 10px !important; color: var(--ink-3); font-size: .8rem; }
.hs-withdrawal__trap { position: absolute; left: -9999px; }
.hs-withdrawal__message { padding: 16px 20px; border-left: 3px solid var(--accent); background: var(--paper-2); color: var(--navy); }
.hs-withdrawal__message--error { border-left-color: var(--danger); background: #fff1f1; color: var(--danger); }
.hs-withdrawal__back { margin-top: 10px; justify-self: start; }
.hs-footer__withdrawal-link { font-weight: 700; text-decoration: underline !important; text-underline-offset: 4px; }
@media (max-width: 800px) {
	.hs-legal__layout { display: block; }
	.hs-legal__toc { position: static; max-height: none; margin: 0 0 38px; padding: 18px 0 0; border-top: 1px solid var(--line); }
	.hs-legal__toc ol { columns: 2; }
}
@media (max-width: 540px) {
	.hs-legal__hero { padding: 46px 0; }
	.hs-legal__hero h1 { font-size: clamp(1.6rem, 7.8vw, 2rem); overflow-wrap: anywhere; }
	.hs-legal__toc ol { columns: 1; }
	.hs-legal__content { font-size: .94rem; line-height: 1.72; }
}
.hs-center { text-align: center; margin-inline: auto; }
.hs-eyebrow { font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); margin-bottom: 1rem; }
.hs-link { font-weight: 500; text-decoration: none; }

/* ---------- Buttons ---------- */
.hs-btn, .button, button.button, input.button, .wp-element-button,
.woocommerce #respond input#submit, .checkout-button, #place_order {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	min-height: 44px; padding: 0 1.35em; border: 1px solid var(--accent); border-radius: 8px;
	background: var(--accent); color: var(--accent-ink); font: 500 .95rem/1 var(--sans);
	text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, color .15s;
}
.hs-btn:hover, .button:hover, #place_order:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff; }
.hs-btn--ghost { background: transparent; color: var(--accent); }
.hs-btn--ghost:hover { background: var(--accent); color: #fff; }
.button:disabled, .button.disabled { opacity: .5; cursor: not-allowed; }

/* ---------- Header ---------- */
.hs-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(8,45,78,.04); }
.hs-header__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; min-height: 68px; }
.hs-brand { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); line-height: 1.1; }
.hs-brand__name { font: 500 1.3rem/1.1 var(--serif); }
.hs-brand__sub { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-top: 3px; }
.hs-brand__logo { display: block; width: 140px; height: auto; max-height: 52px; }
.hs-nav__eyebrow { display: none; }
.hs-nav__list { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.hs-nav__link, .hs-nav__topics > summary { display: flex; align-items: center; gap: 7px; min-height: 68px; padding: 2px 0 0; border-bottom: 2px solid transparent; color: var(--ink-2); text-decoration: none; font-size: .91rem; font-weight: 500; white-space: nowrap; cursor: pointer; transition: color .15s, border-color .15s; }
.hs-nav__link:hover, .hs-nav__topics > summary:hover, .hs-nav__link[aria-current], .hs-nav__topics[open] > summary { color: var(--navy); border-bottom-color: var(--accent); }
.hs-nav__dropdown { position: relative; }
.hs-nav__topics > summary { list-style: none; }
.hs-nav__topics > summary::-webkit-details-marker { display: none; }
.hs-nav__topics > summary svg { transition: transform .15s; }
.hs-nav__topics[open] > summary svg { transform: rotate(180deg); }
.hs-nav__submenu { position: absolute; top: calc(100% + 8px); left: -18px; z-index: 60; min-width: 260px; padding: 10px; margin: 0; list-style: none; background: #fff; border-radius: 8px; box-shadow: 0 18px 42px rgba(8,45,78,.14); }
.hs-nav__submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -9px; height: 9px; }
.hs-nav__submenu a { display: block; padding: 10px 12px; border-radius: 7px; color: var(--ink-2); text-decoration: none; font-size: .88rem; font-weight: 500; white-space: nowrap; }
.hs-nav__submenu a:hover, .hs-nav__submenu a[aria-current] { color: var(--navy); background: var(--paper-2); }
.hs-header__tools { display: flex; align-items: center; justify-self: end; gap: 14px; }
.hs-header .hs-search { display: flex; align-items: center; width: 205px; height: 38px; border: 1px solid transparent; border-radius: 6px; background: #F2F7FA; transition: border-color .15s, box-shadow .15s; }
.hs-header .hs-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(19,125,170,.12); }
.hs-header .hs-search input[type=search] { flex: 1; min-width: 0; width: 100%; height: 100%; padding: 0 4px 0 13px; border: 0; outline: 0; box-shadow: none; background: transparent; font: inherit; font-size: .85rem; color: var(--ink); }
.hs-header .hs-search button { display: grid; place-items: center; flex: none; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; color: var(--ink-3); cursor: pointer; }
.hs-header .hs-search button:hover { color: var(--accent); }
.hs-search--block { display: flex; gap: 8px; margin: 24px 0; }
.hs-search--block input[type=search] { flex: 1; width: auto; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); font: inherit; }
.hs-account { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 4px; color: var(--ink-2); text-decoration: none; font-size: .86rem; font-weight: 500; white-space: nowrap; }
.hs-account:hover { color: var(--accent); }
.hs-account svg { display: block; }
.hs-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--navy); border-radius: 6px; background: var(--navy); color: #fff; }
.hs-cart:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.hs-cart__count { position: absolute; top: -6px; right: -9px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--accent); color: #fff; font-size: .7rem; font-weight: 600; line-height: 18px; text-align: center; }
.hs-cart__count[data-count="0"] { display: none; }
.hs-nav-toggle { display: none; }

@media (max-width: 1250px) and (min-width: 1101px) {
	.hs-header__inner { gap: 16px; }
	.hs-brand__logo { width: 136px; }
	.hs-header .hs-search { width: 175px; }
	.hs-nav__list { gap: 18px; }
	.hs-header__tools { gap: 9px; }
}

@media (max-width: 1100px) {
	.hs-header__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; gap: 6px 4px; padding-block: 8px; min-height: 0; }
	.hs-header__tools { display: contents; }
	.hs-brand__name { font-size: 1.15rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.hs-brand__logo { width: 120px; }
	.hs-account, .hs-cart { width: 40px; height: 40px; justify-content: center; align-items: center; padding: 0; border: 0; }
	.hs-cart { background: #F2F7FA; color: var(--navy); }
	.hs-account { grid-column: 2; grid-row: 1; }
	.hs-account__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.hs-cart { grid-column: 3; grid-row: 1; }
	.hs-cart__count { top: 2px; right: 0; }
	.hs-nav-toggle { display: inline-flex; grid-column: 4; grid-row: 1; justify-self: end; width: 40px; height: 40px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; padding: 0; }
	.hs-nav-toggle__bar, .hs-nav-toggle__bar::before, .hs-nav-toggle__bar::after { display: block; width: 20px; height: 1.5px; background: var(--ink); position: relative; content: ""; transition: transform .2s; }
	.hs-nav-toggle__bar::before { position: absolute; top: -6px; } .hs-nav-toggle__bar::after { position: absolute; top: 6px; }
	.hs-nav-open .hs-nav-toggle__bar { background: transparent; }
	.hs-nav-open .hs-nav-toggle__bar::before { transform: translateY(6px) rotate(45deg); }
	.hs-nav-open .hs-nav-toggle__bar::after { transform: translateY(-6px) rotate(-45deg); }
	.hs-header .hs-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
	.hs-nav { grid-column: 1 / -1; grid-row: 3; display: none; width: auto; margin: 3px calc(-1 * var(--gutter)) -8px; padding: 18px var(--gutter) 12px; background: #F2F7FA; box-shadow: 0 14px 24px rgba(8,45,78,.1); }
	.hs-nav-open .hs-nav { display: block; }
	.hs-nav__eyebrow { display: block; margin: 0 0 8px; color: var(--ink-3); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
	.hs-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.hs-nav__list > li + li { margin-top: 2px; }
	.hs-nav__link, .hs-nav__topics > summary { min-height: 52px; padding: 0 4px; border-bottom: 0; font-size: 1rem; }
	.hs-nav__link:hover, .hs-nav__topics > summary:hover, .hs-nav__link[aria-current], .hs-nav__topics[open] > summary { border-bottom-color: transparent; }
	.hs-nav__topics > summary { justify-content: space-between; }
	.hs-nav__submenu { position: static; min-width: 0; padding: 0 0 12px 10px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
	.hs-nav__submenu::before { display: none; }
	.hs-nav__submenu a { white-space: normal; }
	.hs-brand__sub { display: none; }
}

/* ---------- Ornament ---------- */
.hs-ornament { display: flex; align-items: center; gap: 16px; color: var(--brass); margin: 0 auto 32px; max-width: 280px; }
.hs-ornament span { flex: 1; height: 1px; background: currentColor; opacity: .45; }
.hs-ornament svg { flex: none; }

/* ---------- Hero ---------- */
.hs-home { padding-top: 0; padding-bottom: 0; }
.hs-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 500px; overflow: hidden; padding: 44px 0; background: linear-gradient(115deg, #0B365F 0%, #104F7D 52%, #176B96 100%); }
.hs-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .32; background: radial-gradient(circle at 76% 34%, rgba(127,207,238,.35), transparent 31%), radial-gradient(circle at 19% 100%, rgba(46,143,191,.32), transparent 39%); }
.hs-hero::after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; width: 100%; aspect-ratio: 137 / 164; transform: translate(-50%, -50%); background: url("../img/logo-mark-white.svg") center / contain no-repeat; opacity: .0225; pointer-events: none; }
.hs-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: center; gap: clamp(32px, 4vw, 64px); width: 100%; }
.hs-hero__grid--solo { grid-template-columns: 1fr; }
.hs-hero__text { max-width: 640px; }
.hs-hero__visual { width: 100%; max-width: 560px; min-width: 0; justify-self: end; }
.hs-hero-books__stage { position: relative; height: 455px; overflow: visible; cursor: grab; touch-action: pan-y; user-select: none; }
.hs-hero-books__stage:active { cursor: grabbing; }
.hs-hero-books__book { position: absolute; top: 48%; left: var(--book-left, 50%); display: block; width: 52%; aspect-ratio: 989 / 1400; overflow: hidden; border-radius: 3px; box-shadow: 0 18px 38px rgba(2,21,39,.28); opacity: 1; transform: translate3d(-50%, -50%, 0) scale(var(--book-scale, 1)); backface-visibility: hidden; will-change: left, transform; transition: left .7s cubic-bezier(.22,.65,.18,1), transform .7s cubic-bezier(.22,.65,.18,1), opacity .4s ease; }
.hs-hero-books__book img { position: absolute; inset: -1px; display: block; width: calc(100% + 2px); height: calc(100% + 2px); max-width: none; object-fit: cover; pointer-events: none; }
.hs-hero-books__book[data-position="0"] { --book-left: 50%; --book-scale: 1; z-index: 5; }
.hs-hero-books__book[data-position="-1"] { --book-left: 32%; --book-scale: .8; z-index: 4; }
.hs-hero-books__book[data-position="1"] { --book-left: 68%; --book-scale: .8; z-index: 4; }
.hs-hero-books__book[data-position="-2"] { --book-left: 22%; --book-scale: .6; z-index: 3; }
.hs-hero-books__book[data-position="2"] { --book-left: 78%; --book-scale: .6; z-index: 3; }
.hs-hero-books__book[data-position="hidden"] { --book-left: 50%; --book-scale: .45; z-index: 0; opacity: 0; pointer-events: none; }
.hs-hero-books__book:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.hs-hero-books__dots { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 24px; margin-top: 10px; }
.hs-hero-books__dot { width: 22px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hs-hero-books__dot::before { content: ""; display: block; width: 100%; height: 3px; border-radius: 3px; background: rgba(255,255,255,.42); transition: background .2s, transform .2s; }
.hs-hero-books__dot:hover::before, .hs-hero-books__dot[aria-pressed="true"]::before { background: #fff; transform: scaleY(1.25); }
.hs-hero-books__dot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.hs-hero .hs-eyebrow { color: #9EDBF2; }
.hs-hero__title { max-width: 14em; margin-bottom: 22px; color: #fff; font-size: clamp(2.35rem, 4.3vw, 3.85rem); font-weight: 500; line-height: 1.13; letter-spacing: -.04em; }
.hs-hero__lead { max-width: 38ch; margin-bottom: 30px; color: #D8E9F5; font-size: 1.03rem; line-height: 1.65; }
.hs-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hs-hero__cta .hs-btn { min-height: 40px; padding-inline: 1.17em; }
.hs-hero__cta .hs-btn { background: #fff; border-color: #fff; color: var(--navy); }
.hs-hero__cta .hs-btn:hover { background: #E6F5FC; border-color: #E6F5FC; color: var(--navy); }
.hs-hero__cta .hs-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.hs-hero__cta .hs-btn--ghost:hover, .hs-hero__cta .hs-btn--ghost:focus-visible { background: #fff; border-color: #fff; color: var(--navy); box-shadow: 0 8px 22px rgba(2,24,44,.14); }
@media (max-width: 800px) {
	.hs-hero { min-height: 0; padding: 64px 0 70px; }
	.hs-hero::after { opacity: .0175; }
	.hs-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(220px, .7fr); gap: 24px; }
	.hs-hero__grid--solo { grid-template-columns: 1fr; }
	.hs-hero__visual { max-width: 360px; }
	.hs-hero-books__stage { height: 340px; }
}
@media (max-width: 600px) {
	.hs-hero__grid { grid-template-columns: 1fr; gap: 28px; }
	.hs-hero__text { margin-inline: auto; text-align: center; }
	.hs-hero__title, .hs-hero__lead { margin-inline: auto; }
	.hs-hero__title { font-size: clamp(2.7rem, 12vw, 2.82rem); }
	.hs-hero__cta { justify-content: center; }
	.hs-hero__visual { width: min(100%, 420px); max-width: none; justify-self: center; }
	.hs-hero-books__stage { height: 325px; }
	.hs-hero-books__book { width: 46.8%; }
}
@media (prefers-reduced-motion: reduce) {
	.hs-hero-books__book, .hs-hero-books__dot::before { transition: none; }
}

/* ---------- Sektionen ---------- */
.hs-section { padding: var(--space) 0 0; }
.hs-section__head h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.hs-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.hs-section__head h2 { margin: 0; }
.hs-section__head .hs-link { flex: none; white-space: nowrap; }
@media (max-width: 600px) {
	.hs-section__head { align-items: center; gap: 8px; }
	.hs-section__head h2 { font-size: clamp(1.35rem, 6vw, 1.65rem); }
	.hs-section__head .hs-link { font-size: .85rem; }
}

.hs-reading { margin-top: var(--space); padding: clamp(48px, 5vw, 70px) 0; background: #EAF2F7; }
.hs-reading__head { margin-bottom: 25px; }
.hs-reading__head .hs-eyebrow { margin-bottom: 10px; }
.hs-reading__head h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2rem, 3vw, 2.9rem); font-weight: 500; line-height: 1.12; letter-spacing: -.045em; }
.hs-reading__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hs-reading__item { min-width: 0; min-height: 202px; padding: clamp(22px, 2.1vw, 30px); background: #fff; box-shadow: 0 8px 28px rgba(8,45,78,.045); }
.hs-reading__item-top { display: flex; align-items: flex-start; justify-content: space-between; min-height: 55px; }
.hs-reading__icon { display: block; width: 32px; height: 32px; color: var(--accent); }
.hs-reading__icon svg { display: block; width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hs-reading__number { color: #91AABD; font-size: .72rem; font-weight: 600; letter-spacing: .08em; }
.hs-reading__item h3 { margin: 0 0 7px; color: var(--navy-deep); font-size: 1.12rem; font-weight: 600; letter-spacing: -.025em; }
.hs-reading__item p { max-width: 35ch; margin: 0; color: var(--ink-2); font-size: .89rem; line-height: 1.5; }
.hs-reading__item a { color: var(--navy); font-weight: 600; text-underline-offset: 3px; }
@media (max-width: 900px) { .hs-reading__grid { gap: 12px; } .hs-reading__item { padding: 22px; } }
@media (max-width: 700px) { .hs-reading { padding: 46px 0; } .hs-reading__head { margin-bottom: 22px; } .hs-reading__head h2 { font-size: clamp(2rem, 8vw, 2.7rem); } .hs-reading__grid { grid-template-columns: 1fr; } .hs-reading__item { min-height: 0; padding: 22px; } .hs-reading__item-top { min-height: 50px; } }

/* ---------- Buchcover ---------- */
.hs-cover { position: relative; aspect-ratio: 2 / 3; background: var(--paper-2); border-radius: 2px 4px 4px 2px; overflow: hidden; box-shadow: var(--shadow-book); }
.hs-cover img, .hs-cover__img { width: 100%; height: 100%; object-fit: cover; }
.hs-cover::after, .hs-product__cover::after, .hs-library-card__cover::after, .hs-order-item__cover::after, .woocommerce-cart .product-thumbnail a::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,29,45,.19) 0%, rgba(255,255,255,.16) 2.4%, rgba(8,29,45,.14) 4.4%, transparent 7%), linear-gradient(90deg, transparent 97%, rgba(8,29,45,.07) 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }

/* ---------- Katalog ---------- */
.hs-breadcrumb { font-size: .85rem; color: var(--ink-3); margin-bottom: 24px; }
.hs-breadcrumb a { color: var(--ink-3); text-decoration: none; }
.hs-breadcrumb a:hover { color: var(--accent); }
.hs-breadcrumb .sep { margin: 0 8px; opacity: .6; }
.hs-page-head { margin-bottom: 32px; }
.hs-page-head__title { margin-bottom: 8px; }
.term-description, .page-description { color: var(--ink-2); max-width: 44em; }

.hs-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-bottom: 24px; scrollbar-width: none; }
.hs-chips a { flex: none; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink-2); font-size: .88rem; text-decoration: none; white-space: nowrap; }
.hs-chips a:hover { border-color: var(--accent); color: var(--accent); }
.hs-chips a[aria-current] { background: var(--ink); border-color: var(--ink); color: #fff; }

.woocommerce-result-count { float: left; margin: 10px 0 24px; font-size: .88rem; color: var(--ink-3); }
.woocommerce-ordering { float: right; margin: 0 0 24px; }
.woocommerce-ordering select, select, .select2-container .select2-selection--single {
	height: 40px; padding: 0 32px 0 12px; border: 1px solid var(--line); border-radius: var(--radius);
	background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%234A4F57' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat right 12px center;
	font: inherit; font-size: .9rem; color: var(--ink); -webkit-appearance: none; appearance: none;
}

ul.products, .hs-grid { clear: both; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(48px, 5vw, 72px) clamp(30px, 3.5vw, 50px); }
ul.products::before, ul.products::after { display: none; }
ul.products li.product { margin: 0; width: min(88%, 235px); height: 100%; float: none; justify-self: center; }
@media (max-width: 1024px) { ul.products, .hs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { ul.products, .hs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 20px; } ul.products li.product { width: 100%; } }

.hs-card__link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: var(--ink); }
.hs-card__link .hs-cover { transition: box-shadow .25s; }
.hs-card__link:hover .hs-cover { box-shadow: 0 10px 24px rgba(8,45,78,.2); }
.hs-card__body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding-top: 17px; }
.hs-card__author { min-height: 2.8em; margin: 0 0 8px; color: var(--ink-3); font-size: .7rem; font-weight: 500; line-height: 1.4; letter-spacing: .075em; text-transform: uppercase; overflow-wrap: anywhere; }
.hs-card__title { flex: 1; margin: 0 0 18px; color: var(--navy-deep); font-size: 1.02rem; font-weight: 600; line-height: 1.34; letter-spacing: -.018em; overflow-wrap: anywhere; }
.hs-card__link:hover .hs-card__title { color: var(--accent); }
.hs-card__price { margin: auto 0 0; padding-top: 10px; border-top: 1px solid var(--line); color: var(--navy); font-size: .88rem; font-weight: 600; line-height: 1.35; }
@media (max-width: 640px) { .hs-card__body { padding-top: 13px; } .hs-card__author { font-size: .65rem; } .hs-card__title { font-size: .94rem; margin-bottom: 14px; } .hs-card__price { font-size: .82rem; } }
.price del { color: var(--ink-3); font-weight: 400; margin-right: 6px; }
.price ins { text-decoration: none; }

.woocommerce-pagination { margin-top: 56px; text-align: center; }
.woocommerce-pagination ul { display: inline-flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); }
.woocommerce-pagination .current { background: var(--ink); color: #fff; border-color: var(--ink); }
.woocommerce-info, .woocommerce-message, .woocommerce-error, .woocommerce-no-products-found {
	list-style: none; margin: 0 0 24px; padding: 16px 20px; border-left: 3px solid var(--accent); background: var(--surface); border-radius: var(--radius); font-size: .95rem;
}
.woocommerce-error { border-color: var(--danger); }
.woocommerce-error li { margin: 0; }
.woocommerce-info .button, .woocommerce-message .button { float: right; min-height: 36px; margin-left: 12px; }

/* ---------- Produktseite ---------- */
.hs-main--product { padding-top: 24px; }
.hs-main--product .hs-breadcrumb { margin-bottom: 20px; }
.hs-product__hero { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 1fr); background: #fff; border: 1px solid var(--line); }
.hs-product__visual { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 610px; margin: 0; padding: 48px 36px; background: #E6F0F5; overflow: hidden; }
.hs-product__cover { width: min(100%, 315px); aspect-ratio: 2 / 3; position: relative; box-shadow: 0 12px 28px rgba(11,54,95,.18); }
.hs-product__cover img { width: 100%; height: 100%; object-fit: cover; }
.hs-product__intro { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(36px, 5vw, 76px) clamp(30px, 5vw, 76px); }
.hs-product__category { color: var(--accent); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.hs-product__category:hover { text-decoration: underline; }
.hs-product__title { max-width: 13em; margin: 24px 0 12px; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.9rem); font-weight: 500; line-height: 1.06; letter-spacing: -.045em; hyphens: auto; overflow-wrap: break-word; }
.hs-product__byline { display: flex; flex-wrap: wrap; gap: 0 18px; margin: 0; color: var(--ink-2); font-size: .98rem; }
.hs-product__byline strong { color: var(--ink); font-weight: 600; }
.hs-product__lede { max-width: 45ch; margin: 30px 0 28px; color: var(--ink-2); font-size: 1.04rem; line-height: 1.65; }
.hs-product__lede > *:last-child { margin-bottom: 0; }
.hs-product__purchase { width: 100%; max-width: 480px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.hs-product__purchase-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.hs-product__purchase-head > span { color: var(--ink-2); font-size: .85rem; font-weight: 600; }
.hs-product__purchase .price { margin: 0; color: var(--navy-deep); font-size: 1.45rem; font-weight: 700; line-height: 1.25; white-space: nowrap; }
.hs-product__purchase .woocommerce-price-suffix { display: block; margin: 4px 0 0; text-align: right; }
.hs-product__purchase form.cart { margin: 0; }
.hs-product__purchase form.cart .quantity { display: none; }
.hs-product__purchase .single_add_to_cart_button { width: 100%; min-height: 54px; font-size: .95rem; }
.hs-product__purchase .single_add_to_cart_button::after { content: "→"; margin-left: auto; font-size: 1.2rem; font-weight: 400; }
.hs-product__sample { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--navy); font-size: .9rem; font-weight: 600; text-decoration: none; }
.hs-product__sample:hover { text-decoration: underline; }
.hs-product__delivery { max-width: 43ch; margin: 16px 0 0; color: var(--ink-3); font-size: .78rem; line-height: 1.5; }
.hs-product__editorial { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr); gap: 20px; align-items: start; padding: clamp(52px, 7vw, 84px) 0; }
.hs-product__editorial--single { grid-template-columns: 1fr; }
.hs-product__story, .hs-product__facts { min-width: 0; padding: clamp(28px, 3.5vw, 48px); border-radius: 12px; }
.hs-product__story { min-height: 320px; background: linear-gradient(135deg, #0B365F, #145780); color: #E4F0F7; }
.hs-product__facts { background: #fff; box-shadow: 0 12px 30px rgba(8,45,78,.045); }
.hs-product__editorial-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 28px; }
.hs-product__editorial-number { flex: none; color: #80BCD8; font-size: .73rem; font-weight: 700; letter-spacing: .12em; }
.hs-product__facts .hs-product__editorial-number { color: var(--accent); }
.hs-product__editorial h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.4rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.hs-product__story h2, .hs-product__story h3 { color: #fff; }
.hs-product__prose { max-width: 62ch; color: #E4F0F7; font-size: 1rem; line-height: 1.8; }
.hs-product__prose > *:last-child { margin-bottom: 0; }
.hs-product__prose h3 { margin-top: 1.7em; font-size: 1.1rem; }
.hs-product__prose li { padding-left: .25em; margin-bottom: .3em; }
.hs-product__prose a { color: #fff; text-decoration: underline; }
.hs-product__facts dl { margin: 0; }
.hs-product__facts dl > div { display: grid; grid-template-columns: minmax(105px, .8fr) minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .87rem; line-height: 1.45; }
.hs-product__facts dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.hs-product__facts dt { color: var(--ink-3); }
.hs-product__facts dd { margin: 0; color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
.woocommerce-tax-info, .wc-gzd-additional-info, .summary .tax-info { font-size: .8rem; color: var(--ink-3); }
.hs-main--product .related { padding-top: 48px; border-top: 1px solid var(--line); }
.hs-main--product .related > h2 { margin-bottom: 32px; font-family: var(--serif); font-weight: 500; }
@media (max-width: 960px) {
	.hs-product__hero { grid-template-columns: minmax(0, 42%) minmax(0, 1fr); }
	.hs-product__visual { min-height: 540px; padding: 42px 28px; }
	.hs-product__cover { width: min(100%, 260px); }
	.hs-product__intro { padding: 42px 32px; }
	.hs-product__title { font-size: clamp(2.2rem, 4.5vw, 3rem); }
	.hs-product__editorial { gap: 16px; }
}
@media (max-width: 700px) {
	.hs-product__hero, .hs-product__editorial { grid-template-columns: 1fr; }
	.hs-product__visual { min-height: 0; padding: 36px 24px; }
	.hs-product__cover { width: min(58%, 245px); }
	.hs-product__intro { padding: 34px 26px 40px; }
	.hs-product__title { margin-top: 14px; font-size: clamp(2.35rem, 9vw, 3rem); }
	.hs-product__lede { margin: 22px 0; }
	.hs-product__purchase { margin-top: 12px; }
	.hs-product__editorial { gap: 16px; padding: 46px 0 56px; }
	.hs-product__story, .hs-product__facts { padding: 28px 25px; }
	.hs-product__story { min-height: 0; }
	.hs-product__editorial-head { margin-bottom: 20px; }
}

/* ---------- Formulare ---------- */
.woocommerce form .form-row { margin: 0 0 16px; padding: 0; }
.woocommerce form .form-row label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 500; color: var(--ink-2); }
.woocommerce form .form-row .required { color: var(--danger); text-decoration: none; }
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=url], textarea {
	width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius);
	background: var(--surface); font: inherit; font-size: 1rem; color: var(--ink);
}
input:focus, textarea:focus, select:focus { border-color: var(--accent); outline: none; box-shadow: 0 0 0 3px rgba(19,125,170,.16); }
.woocommerce-invalid input { border-color: var(--danger); }
.select2-container .select2-selection--single { height: 48px; display: flex; align-items: center; }
.select2-container .select2-selection__arrow { display: none; }
.form-row-first, .form-row-last { width: 100%; }
@media (min-width: 640px) { .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: calc(50% - 8px); float: left; } .woocommerce form .form-row-last { float: right; } }
.clear { clear: both; }
input[type=checkbox] { width: 18px; height: 18px; accent-color: var(--accent); vertical-align: -3px; margin-right: 8px; }

/* ---------- Warenkorb & Kasse ---------- */
.woocommerce-cart .hs-prose, .woocommerce-checkout .hs-prose, .woocommerce-account .hs-prose { max-width: var(--container); }
.hs-cart-heading { margin: 8px 0 36px; }
.hs-cart-heading .hs-eyebrow { margin-bottom: 8px; }
.hs-cart-heading h1 { margin-bottom: 8px; font-size: clamp(2.1rem, 4vw, 3.25rem); }
.hs-cart-heading > p:last-child { color: var(--ink-2); margin: 0; }
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .9fr); gap: 28px 32px; align-items: start; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper:not(:empty), .woocommerce-cart .woocommerce > .woocommerce-message, .woocommerce-cart .woocommerce > .woocommerce-error, .woocommerce-cart .woocommerce > .woocommerce-info { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals { min-width: 0; }
.woocommerce-cart .cart-collaterals { display: block; margin: 0; }
.woocommerce-cart .cart_totals { width: 100%; max-width: none; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 40px rgba(8,45,78,.06); }
.woocommerce-cart .cart_totals h2 { font-size: 1.35rem; margin: 0 0 20px; }
table.shop_table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); font-size: .95rem; }
table.shop_table th, table.shop_table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.shop_table th { font-weight: 500; color: var(--ink-3); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
table.shop_table tr:last-child td { border-bottom: 0; }
table.shop_table .product-thumbnail img { width: 56px; aspect-ratio: 2/3; object-fit: cover; box-shadow: var(--shadow-book); }
table.shop_table .product-remove a { color: var(--ink-3); text-decoration: none; font-size: 1.3rem; }
table.shop_table .product-quantity, table.shop_table .product-quantity + th { display: none; }
.woocommerce-cart .woocommerce-cart-form__contents { display: block; border: 0; background: transparent; }
.woocommerce-cart .woocommerce-cart-form__contents thead { display: none; }
.woocommerce-cart .woocommerce-cart-form__contents tbody { display: block; }
.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; gap: 4px 20px; align-items: center; position: relative; padding: 20px 58px 20px 22px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 10px 30px rgba(8,45,78,.045); }
.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td { display: block; padding: 0; border: 0; }
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail { grid-column: 1; grid-row: 1 / span 2; }
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail a { position: relative; display: block; width: 84px; }
.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img { width: 84px; height: 126px; border-radius: 3px; }
.woocommerce-cart .woocommerce-cart-form__contents .product-name { grid-column: 2; grid-row: 1 / span 2; }
.woocommerce-cart .woocommerce-cart-form__contents .product-name > a { display: block; width: fit-content; color: var(--ink); font-size: 1.05rem; line-height: 1.35; font-weight: 700; text-decoration: none; }
.woocommerce-cart .woocommerce-cart-form__contents .product-name > a:hover { color: var(--accent); }
.hs-cart-item__meta { display: block; margin-top: 9px; color: var(--ink-3); font-size: .82rem; line-height: 1.45; font-weight: 500; }
.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item .product-price, .woocommerce-cart .woocommerce-cart-form__contents tr.cart_item .product-quantity { display: none; }
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal { grid-column: 3; grid-row: 1 / span 2; white-space: nowrap; font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.woocommerce-cart .woocommerce-cart-form__contents .product-remove { position: absolute; right: 19px; top: 18px; }
.woocommerce-cart .woocommerce-cart-form__contents .product-remove a { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink-3); font-size: 1.4rem; line-height: 1; }
.woocommerce-cart .woocommerce-cart-form__contents .product-remove a:hover { color: var(--danger); background: #FBEDEE; }
.woocommerce-cart .woocommerce-cart-form__contents tr:not(.cart_item) { display: block; margin-top: 20px; background: transparent; }
.woocommerce-cart .woocommerce-cart-form__contents td.actions { display: flex; align-items: center; padding: 0; border: 0; background: transparent; }
.woocommerce-cart .woocommerce-cart-form__contents button[name="update_cart"] { display: none; }
.woocommerce-cart .coupon { display: flex; gap: 8px; width: 100%; }
.woocommerce-cart .coupon input { flex: 1; min-width: 0; max-width: 240px; min-height: 46px; }
.woocommerce-cart .coupon button { min-height: 46px; white-space: nowrap; }
.woocommerce-cart .cart_totals .shop_table { border: 0; border-radius: 0; background: transparent; }
.woocommerce-cart .cart_totals .shop_table tr { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.woocommerce-cart .cart_totals .shop_table tr:first-child { padding-top: 0; }
.woocommerce-cart .cart_totals .shop_table tr:last-child { border-bottom: 0; }
.woocommerce-cart .cart_totals .shop_table th, .woocommerce-cart .cart_totals .shop_table td { display: block; width: auto; padding: 0; border: 0; color: var(--ink-2); font-size: .93rem; letter-spacing: 0; text-transform: none; }
.woocommerce-cart .cart_totals .shop_table td { text-align: right; color: var(--ink); font-weight: 600; }
.woocommerce-cart .cart_totals .order-total { align-items: baseline; }
.woocommerce-cart .cart_totals .order-total th { color: var(--ink); font-weight: 700; }
.woocommerce-cart .cart_totals .order-total td { font-size: 1.35rem; color: var(--navy); font-weight: 700; }
.woocommerce-cart .cart_totals .includes_tax { display: block; color: var(--ink-3); font-size: .75rem; font-weight: 400; white-space: nowrap; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { display: flex; width: 100%; min-height: 56px; margin-top: 20px; font-size: 1rem; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after { content: "→"; margin-left: auto; font-size: 1.25rem; }
.hs-cart-benefits { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.hs-cart-benefits p { margin: 0 0 10px; color: var(--ink); font-size: .88rem; font-weight: 700; }
.hs-cart-benefits ul { margin: 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .84rem; }
.hs-cart-benefits li { position: relative; padding-left: 19px; margin-top: 7px; }
.hs-cart-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.woocommerce-cart .cart-empty { grid-column: 1 / -1; padding: 52px 28px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.woocommerce-cart .return-to-shop { grid-column: 1 / -1; text-align: center; margin: -10px 0 0; }
@media (max-width: 1000px) { .woocommerce-cart .woocommerce { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
	.hs-cart-heading { margin-bottom: 28px; }
	.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item { grid-template-columns: 66px minmax(0, 1fr); gap: 8px 16px; padding: 18px 48px 18px 16px; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail { grid-column: 1; grid-row: 1 / span 2; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail a { width: 66px; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img { width: 66px; height: 99px; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-name { grid-column: 2; grid-row: 1; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-name > a { font-size: .96rem; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal { grid-column: 2; grid-row: 2; font-size: 1rem; }
	.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td::before, .woocommerce-cart .cart_totals .shop_table td::before { content: none; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-remove { top: 12px; right: 10px; }
	.woocommerce-cart .woocommerce-cart-form__contents .product-name, .woocommerce-cart .woocommerce-cart-form__contents .product-subtotal { justify-content: flex-start; }
	.woocommerce-cart .coupon { flex-direction: column; }
	.woocommerce-cart .coupon input { max-width: none; }
	.woocommerce-cart .coupon button { width: 100%; }
	.woocommerce-cart .cart_totals { padding: 22px; }
}

.hs-main--checkout { padding-top: clamp(34px, 4.5vw, 64px); background: #F5F8FB; }
.hs-checkout-heading { margin: 0 0 24px; }
.hs-checkout-heading .hs-eyebrow { margin-bottom: 7px; }
.hs-checkout-heading h1 { margin: 0 0 5px; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 500; }
.hs-checkout-heading > p:last-child { margin: 0; color: var(--ink-2); font-size: .96rem; }
.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-checkout .woocommerce-form-login-toggle, .woocommerce-checkout .woocommerce-form-coupon-toggle { display: inline-block; margin: 0 26px 25px 0; vertical-align: top; }
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { margin: 0; padding: 0; border: 0; border-radius: 0; background: none; color: var(--ink-2); font-size: .82rem; }
.woocommerce-checkout .woocommerce-form-login-toggle a, .woocommerce-checkout .woocommerce-form-coupon-toggle a { color: var(--navy); font-weight: 600; text-decoration: none; }
.woocommerce-checkout .woocommerce-form-login-toggle a:hover, .woocommerce-checkout .woocommerce-form-coupon-toggle a:hover { text-decoration: underline; }
.woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon { max-width: 620px; margin: 0 0 24px; padding: 24px; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 12px 36px rgba(8,45,78,.045); }
.woocommerce-checkout .woocommerce-form-coupon .form-row { margin-bottom: 0; }
form.checkout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(22px, 3vw, 44px); align-items: start; }
form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
form.checkout #customer_details { min-width: 0; padding: clamp(25px, 3.6vw, 48px); border-radius: 18px; background: #fff; box-shadow: 0 16px 50px rgba(8,45,78,.045); }
form.checkout #customer_details .col-1 { width: 100%; float: none; }
form.checkout #customer_details .col-2 { display: none; }
form.checkout #order_review_heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
form.checkout #order_review { grid-column: 2; grid-row: 1 / span 2; position: sticky; top: 92px; min-width: 0; padding: clamp(25px, 3vw, 40px); border-radius: 18px; background: #fff; box-shadow: 0 16px 50px rgba(8,45,78,.055); }
form.checkout #order_review::before { content: "Ihre Bestellung"; display: block; margin-bottom: 20px; color: var(--navy-deep); font-size: 1.35rem; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
form.checkout #order_review table.shop_table { border: 0; border-radius: 0; background: none; font-size: .87rem; }
form.checkout #order_review table.shop_table thead { display: none; }
form.checkout #order_review table.shop_table th, form.checkout #order_review table.shop_table td { padding: 8px 0; border: 0; vertical-align: top; }
form.checkout #order_review table.shop_table .product-name { width: 72%; padding-right: 16px; color: var(--ink); font-weight: 500; line-height: 1.4; }
form.checkout #order_review table.shop_table .product-total, form.checkout #order_review table.shop_table tfoot td { text-align: right; white-space: nowrap; }
form.checkout #order_review table.shop_table tbody tr + tr td { padding-top: 17px; }
form.checkout #order_review table.shop_table tfoot tr:not(.order-total) th, form.checkout #order_review table.shop_table tfoot tr:not(.order-total) td { padding-top: 16px; color: var(--ink-3); font-size: .78rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
form.checkout #order_review table.shop_table tfoot tr:first-child th, form.checkout #order_review table.shop_table tfoot tr:first-child td { padding-top: 22px; }
form.checkout #order_review table.shop_table tfoot .order-total th, form.checkout #order_review table.shop_table tfoot .order-total td { padding-top: 16px; color: var(--navy-deep); font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: -.01em; }
form.checkout #order_review table.shop_table .product-quantity { color: var(--ink-3); font-size: .75rem; font-weight: 400; }
.hs-checkout-item-meta { display: block; margin-top: 6px; color: var(--ink-3); font-size: .73rem; font-weight: 400; line-height: 1.4; }
.hs-checkout-delivery { margin: 20px 0 22px; padding: 13px 15px; border-radius: 9px; background: #EEF5F9; color: var(--ink-2); font-size: .77rem; line-height: 1.5; }
.woocommerce-billing-fields h3, .woocommerce-account-fields h3 { margin: 0 0 6px; font-size: 1.35rem; }
.hs-checkout-form-intro { max-width: 44ch; margin: 0 0 27px; color: var(--ink-3); font-size: .84rem; line-height: 1.5; }
.woocommerce-checkout form.checkout .form-row { margin-bottom: 19px; }
.woocommerce-checkout form.checkout .form-row label { margin-bottom: 7px; color: var(--ink-2); font-size: .8rem; font-weight: 600; }
.woocommerce-checkout form.checkout input.input-text, .woocommerce-checkout form.checkout .select2-selection--single { border-color: #DFE8F0; background: #FBFCFE; }
.woocommerce-checkout form.checkout input.input-text:focus { background: #fff; }
#payment ul.payment_methods { display: grid; gap: 9px; list-style: none; margin: 22px 0; padding: 0; }
#payment ul.payment_methods li { padding: 13px 15px; border: 0; border-radius: 9px; background: #F5F8FB; }
#payment .payment_box { padding: 8px 0 0 26px; color: var(--ink-2); font-size: .83rem; }
#payment .payment_box p { margin: 0; }
.woocommerce-terms-and-conditions-wrapper, .hs-consent { color: var(--ink-2); font-size: .8rem; line-height: 1.5; }
.hs-consent { padding: 14px; border-radius: 9px; background: #F5F8FB; }
.hs-consent label { color: var(--ink-2) !important; font-size: .8rem !important; font-weight: 400 !important; }
.hs-checkout-legal { margin: 22px 0 16px; color: var(--ink-2); font-size: .78rem; line-height: 1.55; }
.hs-checkout-legal a { color: var(--accent-hover); text-decoration: underline; }
.woocommerce-privacy-policy-text { color: var(--ink-3); font-size: .76rem; line-height: 1.5; }
.woocommerce-privacy-policy-text p { margin-bottom: 15px; }
.woocommerce-checkout #payment .place-order .form-row { margin-bottom: 0; }
#place_order { width: 100%; min-height: 52px; margin-top: 13px; font-size: .94rem; }
@media (max-width: 880px) {
	form.checkout { grid-template-columns: 1fr; }
	form.checkout #order_review { grid-column: 1; grid-row: auto; position: static; }
}
@media (max-width: 600px) {
	.hs-main--checkout { padding-top: 30px; }
	.hs-checkout-heading { margin-bottom: 22px; }
	.hs-checkout-heading > p:last-child { font-size: .87rem; }
	.woocommerce-checkout .woocommerce-form-login-toggle, .woocommerce-checkout .woocommerce-form-coupon-toggle { display: block; margin: 0 0 8px; }
	.woocommerce-checkout .woocommerce-form-coupon-toggle { margin-bottom: 22px; }
	.woocommerce-checkout .woocommerce-form-coupon .form-row-last { margin-top: 9px; }
	.woocommerce-checkout .woocommerce-form-coupon .button { width: 100%; }
	form.checkout { gap: 18px; }
	form.checkout #customer_details, form.checkout #order_review { padding: 24px 20px; border-radius: 14px; }
}

/* ---------- Mein Konto ---------- */
.hs-main--received { padding: 0 0 var(--space); }
.hs-container--received { max-width: none; padding: 0; }
.hs-container--received > article { margin: 0; }
.hs-receipt { background: var(--paper); }
.hs-receipt-hero { background: #0b365f; color: #fff; }
.hs-receipt-hero__inner { padding-block: clamp(54px, 6vw, 76px) clamp(60px, 6vw, 78px); }
.hs-receipt-hero__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: clamp(32px, 4vw, 46px); }
.hs-receipt-hero__eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: #b9dce9; font-size: .73rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.hs-receipt-hero__signal { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #8dcce1; }
.hs-receipt-hero__reference { color: #b9dce9; font-size: .76rem; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.hs-receipt-hero h1 { max-width: 1000px; margin: 0 0 20px; color: #fff; font-size: clamp(2.9rem, 4.6vw, 4.25rem); font-weight: 500; line-height: 1.06; letter-spacing: -.055em; }
.hs-receipt-hero__intro { max-width: 59ch; margin: 0; color: #d6e5ef; font-size: clamp(.98rem, 1.2vw, 1.1rem); line-height: 1.65; }
.hs-receipt-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 30px; }
.hs-receipt__primary { min-height: 52px; padding-inline: 22px; border-color: #fff; background: #fff; color: var(--navy); font-size: .9rem; font-weight: 650; }
.hs-receipt__primary:hover { border-color: #dceef5; background: #dceef5; color: var(--navy); }
.hs-receipt__primary span { margin-left: 10px; font-size: 1.1em; }
.hs-receipt-hero__quiet-link { color: #e2f0f5; font-size: .89rem; font-weight: 550; text-decoration: none; }
.hs-receipt-hero__quiet-link:hover { color: #fff; text-decoration: underline; }
.hs-receipt-hero__quiet-link span { margin-left: 6px; }
.hs-receipt--failed .hs-receipt-hero__signal { background: #ffb7a9; }
.hs-receipt__body { padding-top: clamp(42px, 5vw, 70px); }
.hs-receipt-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: clamp(54px, 6vw, 84px); border-bottom: 1px solid var(--line); }
.hs-receipt-meta > div { display: grid; align-content: start; gap: 5px; min-width: 0; padding: 0 20px 23px; border-left: 1px solid var(--line); }
.hs-receipt-meta > div:first-child { padding-left: 0; border-left: 0; }
.hs-receipt-meta span, .hs-receipt-next__email span { color: var(--ink-3); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hs-receipt-meta strong { overflow-wrap: anywhere; font-size: 1.04rem; font-weight: 600; line-height: 1.35; }
.hs-receipt-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.hs-receipt-section-head .hs-eyebrow { margin: 0 0 7px; }
.hs-receipt-section-head h2 { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2.25rem); font-weight: 550; letter-spacing: -.04em; }
.hs-receipt-section-head > p { margin: 0; color: var(--ink-2); font-size: .83rem; }
.hs-receipt-downloads { margin-bottom: clamp(60px, 7vw, 98px); scroll-margin-top: 110px; }
.hs-receipt-downloads__list { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hs-receipt-download { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 21px 25px; border-top: 1px solid var(--line); }
.hs-receipt-download:first-child { border-top: 0; }
.hs-receipt-download__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--paper-2); color: var(--accent); font-size: 1.2rem; }
.hs-receipt-download strong, .hs-receipt-download span:not(.hs-receipt-download__icon) { display: block; }
.hs-receipt-download strong { font-size: .99rem; font-weight: 600; line-height: 1.35; }
.hs-receipt-download div > span { margin-top: 3px; color: var(--ink-3); font-size: .76rem; }
.hs-receipt-download__link { padding: 10px 0 10px 12px; color: var(--navy); font-size: .84rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.hs-receipt-download__link:hover { text-decoration: underline; }
.hs-receipt-download__link span { display: inline !important; margin-left: 5px; }
.hs-receipt-lower { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .85fr); gap: clamp(28px, 5vw, 75px); align-items: start; }
.hs-receipt-summary__items { border-top: 1px solid var(--line); }
.hs-receipt-summary__item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 19px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.hs-receipt-summary__cover img { width: 64px; aspect-ratio: 2/3; object-fit: cover; border-radius: 3px; }
.hs-receipt-summary__name strong, .hs-receipt-summary__name span { display: block; }
.hs-receipt-summary__name strong { font-size: .95rem; font-weight: 600; line-height: 1.4; }
.hs-receipt-summary__name span { margin-top: 5px; color: var(--ink-3); font-size: .76rem; }
.hs-receipt-summary__price { font-size: .9rem; font-weight: 600; white-space: nowrap; }
.hs-receipt-summary__totals { padding-top: 13px; }
.hs-receipt-summary__totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; color: var(--ink-2); font-size: .88rem; }
.hs-receipt-summary__totals strong { color: var(--ink); font-weight: 600; text-align: right; }
.hs-receipt-summary__totals .hs-receipt-summary__grand-total { align-items: baseline; margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 650; }
.hs-receipt-summary__grand-total strong { color: var(--navy); font-size: 1.3rem; }
.hs-receipt-next { position: relative; overflow: hidden; padding: 30px; border-radius: 16px; background: #e9f2f8; }
.hs-receipt-next::after { content: "↗"; position: absolute; right: -4px; bottom: 2px; color: rgba(11,54,95,.055); font-size: 11rem; line-height: 1; pointer-events: none; }
.hs-receipt-next .hs-eyebrow { margin-bottom: 17px; }
.hs-receipt-next h2 { max-width: 11ch; margin-bottom: 14px; font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 550; letter-spacing: -.04em; }
.hs-receipt-next > p:not(.hs-eyebrow) { max-width: 34ch; margin-bottom: 22px; color: var(--ink-2); font-size: .9rem; }
.hs-receipt-next > a { position: relative; z-index: 1; color: var(--navy); font-size: .88rem; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.hs-receipt-next__email { position: relative; z-index: 1; display: grid; gap: 3px; margin-top: 36px; padding-top: 17px; border-top: 1px solid rgba(11,54,95,.16); }
.hs-receipt-next__email strong { overflow-wrap: anywhere; font-size: .84rem; font-weight: 600; }
.hs-receipt__extensions { max-width: 780px; margin-top: 48px; color: var(--ink-2); }
.hs-receipt__extensions:empty { display: none; }
@media (max-width: 900px) {
	.hs-receipt-lower { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	.hs-receipt-hero__inner { padding-block: 50px 62px; }
	.hs-receipt-hero__top { margin-bottom: 40px; }
	.hs-receipt-hero__reference { display: none; }
	.hs-receipt-hero h1 { max-width: 13ch; font-size: clamp(2.7rem, 10vw, 4.4rem); }
	.hs-receipt-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
	.hs-receipt-meta > div { padding: 0 14px 18px; }
	.hs-receipt-meta > div:nth-child(odd) { padding-left: 0; border-left: 0; }
	.hs-receipt-section-head { display: block; }
	.hs-receipt-section-head > p { margin-top: 8px; }
	.hs-receipt-download { grid-template-columns: 38px minmax(0, 1fr); gap: 10px 13px; padding: 18px; }
	.hs-receipt-download__icon { width: 38px; height: 38px; }
	.hs-receipt-download__link { grid-column: 2; justify-self: start; padding: 0; }
}
@media (max-width: 400px) {
	.hs-receipt-hero__actions { align-items: stretch; flex-direction: column; }
	.hs-receipt__primary { justify-content: space-between; }
	.hs-receipt-summary__item { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
	.hs-receipt-summary__cover img { width: 54px; }
	.hs-receipt-summary__price { grid-column: 2; }
}
.hs-main--account { padding-top: 0; }
.hs-container--account { max-width: 1320px; }
.hs-account-heading { margin-bottom: 34px; padding: 40px 0; background: linear-gradient(112deg, #0B365F, #14577E); color: #fff; overflow: hidden; position: relative; }
.hs-account-heading__inner { display: flex; align-items: center; justify-content: space-between; min-height: 145px; position: relative; z-index: 1; }
.hs-account-heading .hs-eyebrow { margin: 0 0 14px; color: #A9D8EA; }
.hs-account-heading h1 { margin: 0 0 12px; color: #fff; font: 500 clamp(2.5rem, 4vw, 3.8rem)/1.05 var(--serif); letter-spacing: -.04em; }
.hs-account-heading p:last-child { max-width: 48ch; margin: 0; color: #D8E9F3; font-size: .98rem; }
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper:not(:empty) { margin-bottom: 22px; }
.hs-account-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; align-items: start; }
.hs-account-sidebar { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.hs-account-profile { display: flex; gap: 12px; align-items: center; padding: 24px 20px; border-bottom: 1px solid var(--line); }
.hs-account-profile__avatar { display: grid; flex: none; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; font: 500 1.35rem/1 var(--serif); }
.hs-account-profile strong, .hs-account-profile span:last-child { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-account-profile strong { font-size: .88rem; line-height: 1.3; }
.hs-account-profile span:last-child { color: var(--ink-3); font-size: .72rem; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 10px; }
.woocommerce-MyAccount-navigation li:last-child { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.woocommerce-MyAccount-navigation a { display: flex; align-items: center; gap: 13px; min-height: 46px; padding: 0 12px; border-radius: 9px; color: var(--ink-2); text-decoration: none; font-size: .88rem; font-weight: 600; }
.woocommerce-MyAccount-navigation a:hover { background: var(--paper-2); color: var(--navy); }
.woocommerce-MyAccount-navigation .is-active a { background: var(--navy); color: #fff; }
.hs-account-nav__index { width: 25px; color: var(--ink-3); font-size: .69rem; letter-spacing: .06em; }
.is-active .hs-account-nav__index { color: #B7D6E9; }
.hs-account-nav__arrow { margin-left: auto; opacity: 0; }
.is-active .hs-account-nav__arrow, .woocommerce-MyAccount-navigation a:hover .hs-account-nav__arrow { opacity: 1; }
.hs-account-sidebar__note { margin: 0; padding: 14px 21px 22px; color: var(--ink-3); font-size: .72rem; line-height: 1.5; }
.hs-account-content { min-width: 0; min-height: 420px; padding: clamp(26px, 4vw, 52px); background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.hs-account-kicker { margin: 0 0 8px; color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hs-account-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.hs-account-section-head h2 { margin: 0; font: 500 clamp(2rem, 3vw, 2.8rem)/1.08 var(--serif); letter-spacing: -.035em; }
.hs-account-section-head > span { color: var(--ink-3); font-size: .82rem; }
.hs-account-empty { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 275px; padding: 26px 0; border-top: 1px solid var(--line); }
.hs-account-empty__icon { display: flex; align-items: end; gap: 5px; height: 48px; margin-bottom: 22px; }
.hs-account-empty__icon span { width: 18px; height: 39px; border: 2px solid #7DA7BE; border-radius: 2px; transform: rotate(-8deg); }
.hs-account-empty__icon span:nth-child(2) { height: 46px; background: #D7EAF4; transform: none; }
.hs-account-empty__icon span:nth-child(3) { height: 34px; transform: rotate(9deg); }
.hs-account-empty h3 { margin: 0 0 8px; font: 500 1.55rem/1.2 var(--serif); }
.hs-account-empty p { color: var(--ink-2); font-size: .9rem; }
.hs-account-empty .hs-btn { margin-top: 10px; }
.hs-library-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.hs-library-card { display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-width: 0; padding: 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: #FCFDFE; }
.hs-library-card__cover { position: relative; width: 90px; aspect-ratio: 2/3; overflow: hidden; background: var(--paper-2); box-shadow: 0 8px 18px rgba(8,45,78,.13); }
.hs-library-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.hs-library-card__body { display: flex; flex-direction: column; min-width: 0; align-items: flex-start; }
.hs-library-card h3 { margin: 0 0 4px; font: 500 1.25rem/1.15 var(--serif); overflow-wrap: anywhere; }
.hs-library-card__author { margin: 0; color: var(--ink-3); font-size: .78rem; }
.hs-library-card__actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.hs-library-card__download { min-height: 42px; padding-inline: 15px; font-size: .78rem; white-space: nowrap; }
.hs-library-card__download span { margin-left: 4px; }
.hs-order-list { display: grid; gap: 12px; }
.hs-order-card { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #FCFDFE; }
.hs-order-card__top, .hs-order-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hs-order-card__top > span:first-child { color: var(--ink-3); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.hs-order-card h3 { margin: 16px 0 18px; font: 500 1.4rem/1.25 var(--serif); }
.hs-order-card__bottom { color: var(--ink-3); font-size: .84rem; }
.hs-order-card__bottom a, .hs-account-back, .hs-account-pagination a { color: var(--navy); font-weight: 700; text-decoration: none; }
.hs-order-card__bottom a:hover, .hs-account-back:hover, .hs-account-pagination a:hover { text-decoration: underline; }
.hs-order-status { display: inline-block; padding: 5px 10px; border-radius: 999px; background: #E4F4EE; color: #276B50; font-size: .72rem; font-weight: 700; }
.hs-order-status--pending, .hs-order-status--on-hold { background: #FFF2DC; color: #8C621C; }
.hs-order-status--cancelled, .hs-order-status--failed { background: #FCE8E8; color: #9B2C2C; }
.hs-account-pagination { display: flex; justify-content: space-between; margin-top: 24px; }
.hs-account-back { display: inline-block; margin-bottom: 26px; font-size: .82rem; }
.hs-order-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 20px 0; margin-bottom: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hs-order-overview > div > span, .hs-order-overview > div > strong { display: block; }
.hs-order-overview > div > span { color: var(--ink-3); font-size: .78rem; }
.hs-order-overview > div > strong { font-size: .95rem; }
.hs-order-detail-block { margin-top: 38px; }
.hs-order-detail-block h3 { margin: 0 0 16px; font: 500 1.65rem/1.2 var(--serif); }
.hs-order-downloads, .hs-order-items { border-top: 1px solid var(--line); }
.hs-order-downloads > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.hs-order-downloads .hs-btn { flex: none; min-height: 40px; font-size: .8rem; }
.hs-order-item { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hs-order-item__cover { position: relative; aspect-ratio: 2/3; overflow: hidden; background: var(--paper-2); }
.hs-order-item__cover img { width: 100%; height: 100%; object-fit: cover; }
.hs-order-item strong, .hs-order-item small { display: block; }
.hs-order-item strong { font-size: .9rem; line-height: 1.3; }
.hs-order-item small { margin-top: 3px; color: var(--ink-3); font-size: .72rem; }
.hs-order-item > span { font-size: .9rem; font-weight: 600; }
.hs-order-item-total { display: flex; justify-content: space-between; gap: 16px; padding-top: 17px; }
.hs-order-item-total strong { font-size: 1.18rem; }
.hs-order-billing p { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #FCFDFE; font-size: .9rem; }
.hs-account-content .woocommerce-order-details, .hs-account-content .woocommerce-customer-details, .hs-order-updates { margin-top: 34px; }
.hs-account-content .woocommerce-order-details > h2, .hs-account-content .woocommerce-customer-details > h2, .hs-order-updates h3 { font: 500 1.65rem/1.2 var(--serif); }
.hs-account-content table.shop_table { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
.hs-account-content table.shop_table th, .hs-account-content table.shop_table td { padding: 13px 16px; border-bottom: 1px solid var(--line); }
.hs-account-content table.shop_table a { color: var(--navy); font-weight: 600; }
.hs-account-content .woocommerce-customer-details address { padding: 18px; border: 1px solid var(--line); border-radius: 10px; font-style: normal; line-height: 1.7; }
.hs-order-updates ol { padding-left: 20px; }
.hs-order-updates li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.hs-order-updates time { display: block; color: var(--ink-3); font-size: .75rem; }
.hs-account-form__section { display: grid; grid-template-columns: minmax(140px, .65fr) minmax(0, 1fr); gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.hs-account-form__section-head h3 { margin: 0 0 7px; font-size: 1rem; }
.hs-account-form__section-head p, .hs-account-form small { color: var(--ink-3); font-size: .78rem; line-height: 1.5; }
.hs-account-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; min-width: 0; margin: 0; padding: 0; border: 0; }
.hs-account-form .hs-account-form__fields .form-row { float: none; width: 100%; min-width: 0; }
.hs-account-form .hs-account-form__fields .input-text { display: block; width: 100%; }
.hs-account-form__fields .form-row-wide { grid-column: 1 / -1; }
.hs-account-form__fields small { display: block; margin-top: 5px; }
.hs-account-form__actions { display: flex; justify-content: flex-end; padding-top: 24px; border-top: 1px solid var(--line); }
.hs-account-form__actions button { min-width: 205px; }
.hs-auth-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 0; max-width: 1120px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.hs-auth-layout--single { grid-template-columns: 1fr; max-width: 620px; }
.hs-auth-login, .hs-auth-register { min-width: 0; padding: clamp(30px, 5vw, 64px); }
.hs-auth-login h2, .hs-auth-register h2, .hs-account-auth-panel h2 { margin: 0 0 12px; font: 500 clamp(2.1rem, 3vw, 2.8rem)/1.1 var(--serif); letter-spacing: -.035em; }
.hs-auth-intro { max-width: 38ch; margin: 0 0 30px; color: var(--ink-2); font-size: .92rem; }
.hs-auth-layout form { display: flex; flex-direction: column; }
.hs-auth-layout .hs-auth-card__intro { display: none; }
.hs-auth-layout .form-row { float: none; width: 100%; margin-bottom: 16px; }
.hs-auth-layout .woocommerce-Input, .hs-account-form .woocommerce-Input, .hs-account-auth-panel .woocommerce-Input { width: 100%; min-height: 50px; background: #fff; }
.hs-auth-options { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 2px 0 24px; font-size: .78rem; }
.hs-auth-options label { color: var(--ink-2); white-space: nowrap; }
.hs-auth-options input { vertical-align: -2px; }
.hs-auth-options a { font-weight: 600; text-decoration: none; }
.hs-auth-layout .button { width: 100%; justify-content: space-between; min-height: 52px; }
.hs-auth-register { display: flex; flex-direction: column; background: #EAF3F8; border-left: 1px solid var(--line); }
.hs-auth-register__illustration { display: flex; align-items: end; justify-content: center; gap: 7px; height: 88px; margin: 0 0 24px; }
.hs-auth-register__illustration span { width: 39px; height: 62px; border: 2px solid #7AAAC1; transform: rotate(-11deg); }
.hs-auth-register__illustration span:nth-child(2) { height: 80px; background: #D1E6F0; transform: none; }
.hs-auth-register__illustration span:nth-child(3) { height: 55px; transform: rotate(9deg); }
.hs-auth-register form { margin-top: auto; }
.hs-auth-register__hint { margin: 0 0 18px; color: var(--ink-2); font-size: .8rem; }
.hs-auth-register .woocommerce-privacy-policy-text { margin: 0 0 20px; color: var(--ink-2); font-size: .75rem; line-height: 1.5; }
.hs-auth-register .woocommerce-privacy-policy-text p { margin: 0; }
.hs-auth-layout .password-input { display: block; position: relative; }
.hs-auth-layout .password-input input { padding-right: 54px; }
.hs-auth-layout button.show-password-input { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; padding: 0; border: 0; background: none; cursor: pointer; }
.hs-account-form .password-input { display: block; position: relative; }
.hs-account-form .password-input input { padding-right: 50px; }
.hs-account-form button.show-password-input { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; padding: 0; border: 0; background: none; cursor: pointer; }
.hs-account-auth-panel { max-width: 600px; margin: 0 auto; padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hs-account-auth-panel > p:not(.hs-account-kicker) { color: var(--ink-2); }
.hs-account-auth-panel .button { width: 100%; justify-content: space-between; }
.hs-account-auth-panel .hs-account-back { margin: 24px 0 0; }
@media (max-width: 900px) {
	.hs-account-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.hs-account-sidebar { overflow: hidden; }
	.woocommerce-MyAccount-navigation { max-width: 100%; overflow-x: auto; }
	.hs-auth-layout { grid-template-columns: 1fr; }
	.hs-auth-register { border: 0; border-top: 1px solid var(--line); }
	.hs-account-sidebar__note { display: none; }
	.hs-account-profile { padding: 16px; }
	.woocommerce-MyAccount-navigation ul { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
	.woocommerce-MyAccount-navigation li { flex: none; }
	.woocommerce-MyAccount-navigation li:last-child { margin: 0; padding: 0; border: 0; }
	.woocommerce-MyAccount-navigation a { min-height: 40px; padding: 0 11px; white-space: nowrap; }
	.hs-account-nav__index, .hs-account-nav__arrow { display: none; }
}
@media (max-width: 700px) {
	.hs-account-heading { margin-bottom: 20px; padding: 36px 0; }
	.hs-account-heading__inner { min-height: 0; }
	.hs-account-heading h1 { font-size: 2.6rem; }
	.hs-account-content { padding: 24px 20px; }
	.hs-account-section-head { flex-wrap: wrap; align-items: flex-start; margin-bottom: 24px; }
	.hs-auth-layout, .hs-account-form__section { grid-template-columns: 1fr; }
	.hs-library-card { grid-template-columns: 80px minmax(0, 1fr); align-items: start; gap: 8px 18px; }
	.hs-library-card__cover { grid-row: 1 / span 2; width: 80px; }
	.hs-library-card__actions { grid-column: 2; align-items: flex-start; }
	.hs-auth-register { border: 0; border-top: 1px solid var(--line); }
	.hs-auth-login, .hs-auth-register { padding: 30px 24px; }
	.hs-account-form__section { gap: 16px; }
	.hs-account-form__fields { grid-template-columns: 1fr; }
	.hs-order-card__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
	.hs-order-downloads > div { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 440px) {
	.hs-library-card { gap: 8px 14px; padding: 14px; }
	.hs-order-card { padding: 18px; }
	.hs-library-card__download { font-size: .7rem; padding-inline: 10px; }
	.hs-order-overview { grid-template-columns: 1fr; }
}

/* Responsive Tabellen */
@media (max-width: 640px) {
	table.shop_table_responsive thead { display: none; }
	table.shop_table_responsive tr { display: block; border-bottom: 1px solid var(--line); }
	table.shop_table_responsive td { display: flex; justify-content: space-between; gap: 16px; border: 0; padding: 10px 16px; }
	table.shop_table_responsive td::before { content: attr(data-title); font-weight: 500; color: var(--ink-3); }
	table.shop_table_responsive td.product-thumbnail::before, table.shop_table_responsive td.product-remove::before, table.shop_table_responsive td.actions::before { content: none; }
}

/* ---------- Footer ---------- */
.hs-footer { position: relative; isolation: isolate; overflow: hidden; z-index: 1; color: #D6E7F2; background: linear-gradient(115deg, #0B365F 0%, #104F7D 52%, #176B96 100%); font-size: .88rem; }
.hs-footer::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; width: 100%; aspect-ratio: 137 / 164; transform: translate(-50%, -50%); background: url("../img/logo-mark-white.svg") center / contain no-repeat; opacity: .0225; pointer-events: none; }
.hs-footer__main { position: relative; z-index: 1; padding-top: 46px; padding-bottom: 42px; }
.hs-footer__grid { display: grid; grid-template-columns: minmax(220px, 1.45fr) minmax(110px, .65fr) minmax(170px, 1fr) minmax(270px, 1.5fr); gap: clamp(22px, 3.2vw, 54px); align-items: start; }
.hs-footer__logo { width: 148px; height: auto; max-width: 100%; margin: -8px 0 13px; }
.hs-footer__text { max-width: 27ch; margin: 0; line-height: 1.55; }
.hs-footer__head { margin: 0 0 15px; color: #fff; font: 600 .8rem/1.3 var(--sans); letter-spacing: .035em; }
.hs-footer ul { list-style: none; margin: 0; padding: 0; }
.hs-footer li { margin: 0 0 7px; }
.hs-footer a { color: #E1EEF6; text-decoration: none; }
.hs-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.hs-footer a:focus-visible { outline-color: #fff; }
.hs-footer__portal p { max-width: 22ch; margin: 0 0 12px; line-height: 1.55; }
.hs-footer .hs-footer__portal-link { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.58); border-radius: 7px; color: #fff; font-size: .78rem; font-weight: 600; line-height: 1.2; text-decoration: none; transition: background .2s, border-color .2s; }
.hs-footer .hs-footer__portal-link:hover, .hs-footer .hs-footer__portal-link:focus-visible { background: rgba(255,255,255,.12); border-color: #fff; text-decoration: none; }
.hs-footer .hs-footer__legal-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 16px; }
.hs-footer__legal-list li { min-width: 0; margin: 0; }
.hs-footer__legal-list a { line-height: 1.45; }
.hs-footer__bottom { position: relative; z-index: 1; background: rgba(3, 29, 53, .3); color: #C8DDEB; font-size: .78rem; }
.hs-footer__bottom-inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hs-footer__bottom p { margin: 0; }
.hs-footer__legal-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
@media (max-width: 1050px) {
	.hs-footer__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .65fr) minmax(0, 1fr); gap: 28px; }
	.hs-footer__legal { grid-column: 1 / -1; }
	.hs-footer .hs-footer__legal-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
	.hs-footer__main { padding-top: 36px; padding-bottom: 34px; }
	.hs-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 20px; }
	.hs-footer__about, .hs-footer__legal { grid-column: 1 / -1; }
	.hs-footer__logo { width: 136px; margin-bottom: 7px; }
	.hs-footer__text { max-width: 42ch; }
	.hs-footer__head { margin-bottom: 11px; }
	.hs-footer .hs-footer__legal-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 16px; }
	.hs-footer__bottom-inner { min-height: 0; padding-top: 15px; padding-bottom: 17px; align-items: flex-start; flex-direction: column; gap: 5px; }
}
@media (max-width: 380px) {
	.hs-footer__grid { column-gap: 12px; }
	.hs-footer__legal-list a { font-size: .82rem; }
}

/* ---------- Cookie-Einwilligung ---------- */
.hs-cookie[hidden], .hs-cookie-modal[hidden] { display: none !important; }
.hs-cookie { position: fixed; inset: auto 0 0; z-index: 150; max-height: min(80dvh, 620px); overflow-y: auto; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -18px 55px rgba(8,45,78,.16); }
.hs-cookie__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 390px); align-items: center; gap: clamp(24px, 4vw, 64px); padding-top: 25px; padding-bottom: 25px; }
.hs-cookie__eyebrow { margin: 0 0 6px; color: var(--accent); font-size: .69rem; font-weight: 700; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.hs-cookie h2, .hs-cookie-modal h2 { margin: 0 0 8px; color: var(--navy-deep); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }
.hs-cookie h2:focus, .hs-cookie-modal h2:focus { outline: none; }
.hs-cookie__copy > p:not(.hs-cookie__eyebrow) { max-width: 72ch; margin: 0; color: var(--ink-2); font-size: .86rem; line-height: 1.55; }
.hs-cookie__links { display: flex; flex-wrap: wrap; gap: 2px 18px; margin-top: 13px; }
.hs-cookie__links a, .hs-cookie-modal__legal a { color: var(--navy); font-size: .76rem; font-weight: 500; text-underline-offset: 3px; }
.hs-cookie__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hs-cookie__choice, .hs-cookie__settings-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 9px 13px; border: 1px solid var(--navy); border-radius: 8px; background: var(--navy); color: #fff; font: 600 .82rem/1.2 var(--sans); text-align: center; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.hs-cookie__choice:hover { background: var(--accent); border-color: var(--accent); }
.hs-cookie__settings-button { grid-column: 1 / -1; background: #fff; color: var(--navy); }
.hs-cookie__settings-button:hover { background: var(--paper-2); }
.hs-cookie-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 16px; }
.hs-cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(5,28,48,.62); }
.hs-cookie-modal__panel { position: relative; width: min(100%, 690px); max-height: calc(100dvh - 32px); overflow-y: auto; padding: clamp(22px, 4vw, 36px); border-radius: 16px; background: #fff; box-shadow: 0 24px 80px rgba(3,24,44,.24); }
.hs-cookie-modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.hs-cookie-modal__close { display: grid; flex: none; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font: 400 1.6rem/1 var(--sans); cursor: pointer; }
.hs-cookie-modal__close:hover { background: var(--paper-2); }
.hs-cookie-modal__intro { max-width: 60ch; margin: 10px 0 20px; color: var(--ink-2); font-size: .87rem; line-height: 1.55; }
.hs-cookie-modal__categories { border-top: 1px solid var(--line); }
.hs-cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.hs-cookie-category h3 { margin: 0 0 3px; color: var(--navy-deep); font-size: .95rem; }
.hs-cookie-category p { margin: 0; color: var(--ink-2); font-size: .8rem; line-height: 1.5; }
.hs-cookie-category__required { flex: none; color: var(--ink-2); font-size: .76rem; font-weight: 600; }
.hs-cookie-category__control { display: inline-flex; flex: none; align-items: center; gap: 9px; color: var(--navy); font-size: .8rem; font-weight: 600; cursor: pointer; }
.hs-cookie-category__control input { width: 20px; height: 20px; margin: 0; accent-color: var(--navy); cursor: pointer; }
.hs-cookie-category__control input:disabled { cursor: not-allowed; }
.hs-cookie-category--inactive .hs-cookie-category__control { color: var(--ink-2); cursor: not-allowed; }
.hs-cookie-modal__actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
.hs-cookie-modal__legal { margin: 18px 0 0; color: var(--ink-2); font-size: .76rem; text-align: center; }
.hs-cookie-modal-open { overflow: hidden; }
.hs-cookie-policy__open { padding: 0; border: 0; background: none; color: var(--accent); font: inherit; text-decoration: underline; cursor: pointer; }
.hs-cookie-policy code { padding: 2px 5px; border-radius: 4px; background: var(--paper-2); font-size: .85em; overflow-wrap: anywhere; }
@media (max-width: 760px) { .hs-cookie__inner { grid-template-columns: 1fr; gap: 18px; } .hs-cookie__actions { max-width: 460px; } }
@media (max-width: 480px) { .hs-cookie__inner { padding-top: 20px; padding-bottom: 20px; } .hs-cookie__links { gap: 4px 13px; } .hs-cookie__choice, .hs-cookie__settings-button { font-size: .78rem; } .hs-cookie-modal__actions { grid-template-columns: 1fr; } .hs-cookie-category { align-items: flex-start; flex-direction: column; gap: 10px; } .hs-cookie-modal__panel { padding: 22px; } }

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

.woocommerce-price-suffix { font: 400 .8rem/1 var(--sans); color: var(--ink-3); margin-left: 4px; }
