/* Weitlicht Verlag – Website CSS Example v1 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&display=swap');

:root {
  --wl-night: #14262E;
  --wl-ivory: #F4F0E8;
  --wl-gold: #D1A44A;
  --wl-graphite: #2F3538;
  --wl-mist: #DDE3E1;
  --wl-distance-blue: #6E8790;
  --wl-cosmos-blue: #596D86;
  --wl-sage: #71857B;
  --wl-oxide: #8B6254;
  --wl-violet-gray: #746A7A;
  --wl-font-editorial: "Source Serif 4", Georgia, serif;
  --wl-font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wl-content: 1200px;
  --wl-text: 740px;
  --wl-radius: 8px;
  --wl-rule: 1px solid var(--wl-mist);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--wl-ivory); color: var(--wl-graphite); font-family: var(--wl-font-ui); line-height: 1.65; }
a { color: var(--wl-night); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--wl-gold); }
img { max-width: 100%; height: auto; }

.wl-shell { width: min(calc(100% - 40px), var(--wl-content)); margin-inline: auto; }
.wl-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--wl-ivory) 94%, transparent); border-bottom: var(--wl-rule); backdrop-filter: blur(12px); }
.wl-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wl-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--wl-night); text-decoration: none; }
.wl-brand__mark { width: 42px; height: 42px; }
.wl-brand__name { font-family: var(--wl-font-editorial); font-weight: 600; font-size: 1.45rem; letter-spacing: .04em; }
.wl-nav__links { display: flex; align-items: center; gap: 24px; font-size: .9rem; }
.wl-nav__links a { text-decoration: none; }

.wl-hero { padding: clamp(76px, 10vw, 150px) 0 90px; border-bottom: var(--wl-rule); overflow: hidden; }
.wl-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.wl-eyebrow { margin: 0 0 18px; color: var(--wl-distance-blue); font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3 { color: var(--wl-night); font-family: var(--wl-font-editorial); font-weight: 600; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.025em; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.3rem); margin: 0 0 24px; }
h3 { font-size: 1.75rem; margin: 0 0 12px; }
.wl-lead { max-width: 690px; margin: 30px 0 0; font-family: var(--wl-font-editorial); font-size: clamp(1.25rem, 2vw, 1.7rem); color: var(--wl-graphite); }
.wl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.wl-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--wl-night); border-radius: 4px; background: transparent; color: var(--wl-night); font-weight: 600; text-decoration: none; transition: transform .15s ease, background .15s ease, color .15s ease; }
.wl-btn:hover { transform: translateY(-1px); }
.wl-btn--primary { background: var(--wl-night); color: var(--wl-ivory); }
.wl-btn--accent { background: var(--wl-gold); border-color: var(--wl-gold); color: var(--wl-night); }
.wl-hero__art { position: relative; min-height: 420px; }
.wl-axis { position: absolute; left: 50%; top: 3%; bottom: 3%; width: 6px; background: var(--wl-gold); transform: translateX(-50%); }
.wl-orbit { position: absolute; inset: 16% 3%; border: 1px solid var(--wl-distance-blue); border-radius: 50%; transform: rotate(-17deg); opacity: .8; }
.wl-orbit::after { content: ""; position: absolute; width: 18px; height: 18px; right: 10%; top: 22%; border-radius: 50%; background: var(--wl-gold); }

.wl-section { padding: clamp(72px, 8vw, 120px) 0; border-bottom: var(--wl-rule); }
.wl-section__intro { max-width: var(--wl-text); margin-bottom: 50px; }
.wl-section__intro p { font-size: 1.08rem; }
.wl-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.wl-card { grid-column: span 4; min-height: 260px; padding: 28px; border: var(--wl-rule); border-radius: var(--wl-radius); background: rgba(255,255,255,.26); }
.wl-card__kicker { color: var(--wl-distance-blue); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.wl-card__rule { width: 64px; height: 3px; margin: 24px 0; background: var(--wl-gold); }

.wl-books { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(24px,4vw,48px); }
.wl-book { display: grid; gap: 18px; align-content: start; }
.wl-book__cover { aspect-ratio: 17/24; border: 1px solid rgba(20,38,46,.12); background: #fff; box-shadow: 0 16px 40px rgba(20,38,46,.08); }
.wl-book__meta { color: var(--wl-distance-blue); font-size: .82rem; }
.wl-book__title { margin: 0; font-size: 1.65rem; }

.wl-quote { max-width: 900px; margin: 0 auto; text-align: center; }
.wl-quote blockquote { margin: 0; color: var(--wl-night); font-family: var(--wl-font-editorial); font-size: clamp(2rem,5vw,4.8rem); line-height: 1.07; }
.wl-quote__line { width: 110px; height: 4px; background: var(--wl-gold); margin: 34px auto 0; }

.wl-dark { background: var(--wl-night); color: var(--wl-ivory); }
.wl-dark h2,.wl-dark h3,.wl-dark a { color: var(--wl-ivory); }
.wl-dark .wl-eyebrow { color: var(--wl-gold); }
.wl-footer { padding: 55px 0; background: var(--wl-night); color: var(--wl-mist); }
.wl-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
.wl-footer a { color: var(--wl-ivory); }

@media (max-width: 860px) {
  .wl-nav__links { display: none; }
  .wl-hero__grid { grid-template-columns: 1fr; }
  .wl-hero__art { min-height: 260px; }
  .wl-card { grid-column: span 6; }
  .wl-books { grid-template-columns: 1fr 1fr; }
  .wl-footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wl-shell { width: min(calc(100% - 28px), var(--wl-content)); }
  .wl-card { grid-column: 1 / -1; }
  .wl-books { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.5rem); }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
