/*
Theme Name: noworq Landing v4
Theme URI: https://example.com/noworq
Author: noworq
Description: Minimal bilingual landing page for noworq gaming and music room decor.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: noworq
*/

:root {
  --bg: #050505;
  --surface: #0c0c0f;
  --surface-2: #121218;
  --line: rgba(255,255,255,.11);
  --text: #f7f7f4;
  --muted: #a8a8b2;
  --cyan: #5cf4ff;
  --violet: #9a6cff;
  --pink: #ff4fd8;
  --lime: #c8ff4f;
  --max: 1180px;
  --mono: "Courier New", "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 5%, rgba(154,108,255,.12), transparent 27rem),
    radial-gradient(circle at 18% 42%, rgba(92,244,255,.06), transparent 25rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  z-index: 1000;
  padding: .7rem 1rem;
  background: #fff;
  color: #000;
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 6.8rem 0; position: relative; }
.section--tight { padding: 2.2rem 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--mono);
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--cyan);
}
.eyebrow::before { content: "//"; color: var(--pink); }
.display {
  margin: .6rem 0 1.15rem;
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 760;
}
.display span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.82);
  text-shadow: 0 0 34px rgba(92,244,255,.18);
}
.section-title {
  margin: .6rem 0 1rem;
  max-width: 14ch;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.lede { max-width: 61ch; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.muted { color: var(--muted); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(5,5,5,.94), rgba(5,5,5,.72), transparent);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; gap: .65rem; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand-word { font-family: var(--mono); font-size: 1.25rem; letter-spacing: .02em; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav a {
  color: #d9d9df;
  text-decoration: none;
  font-size: .87rem;
  transition: color .2s ease;
}
.nav a:hover, .nav a:focus-visible { color: #fff; }
.header-actions { display: flex; align-items: center; gap: .65rem; }
.lang-toggle {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.lang-toggle button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: .38rem .58rem;
  cursor: pointer;
  font-family: var(--mono);
  font-size: .72rem;
  color: var(--muted);
}
.lang-toggle button.is-active { background: #fff; color: #000; }
.menu-button { display: none; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .75rem; }

.hero { min-height: 100svh; display: grid; align-items: center; padding: 8.5rem 0 4.5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lede { max-width: 55ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 48px;
  padding: .78rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: #fff; color: #000; box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 16px 50px rgba(255,255,255,.09); }
.button--primary::after { content: "↗"; font-size: 1.1rem; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.035); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 2.2rem; color: var(--muted); font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }

.hero-stage { position: relative; min-height: 590px; isolation: isolate; }
.hero-stage::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(92,244,255,.16);
  border-radius: 50%;
  left: 50%; top: 48%; transform: translate(-50%,-50%);
  box-shadow: 0 0 90px rgba(92,244,255,.12), inset 0 0 70px rgba(154,108,255,.08);
}
.hero-stage::after {
  content: "";
  position: absolute;
  width: 31rem;
  height: 1px;
  left: 50%; top: 82%; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(92,244,255,.75), transparent);
  box-shadow: 0 0 30px var(--cyan);
}
.product-hero-frame {
  position: absolute;
  width: min(83%, 500px);
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 42px 90px rgba(0,0,0,.7), 0 0 60px rgba(154,108,255,.18);
  z-index: 2;
}
.product-hero {
  width: 100%;
  height: 100% !important;
  max-width: none;
  aspect-ratio: auto !important;
  object-fit: contain;
  object-position: center;
}
.floating-tile {
  position: absolute;
  width: 135px;
  aspect-ratio: 1;
  height: auto;
  clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%);
  object-fit: cover;
  z-index: 3;
  filter: saturate(1.08);
  box-shadow: 0 0 35px rgba(92,244,255,.3);
}
.tile-a { right: -1%; top: 12%; transform: rotate(5deg); }
.tile-b { left: -4%; bottom: 13%; transform: rotate(-8deg); }
.stage-label {
  position: absolute;
  right: 1%; bottom: 5%; z-index: 4;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--cyan);
  writing-mode: vertical-rl;
}

.signal-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); overflow: hidden; }
.signal-track { min-width: max-content; display: flex; gap: 2.8rem; padding: 1rem 0; animation: marquee 28s linear infinite; }
.signal-track span { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #d5d5dc; }
.signal-track span::before { content: "✦"; margin-right: 2.8rem; color: var(--pink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.benefit { min-height: 205px; padding: 1.6rem; background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit-index { font-family: var(--mono); font-size: .67rem; color: var(--cyan); letter-spacing: .12em; }
.benefit h3 { margin: 2.4rem 0 .5rem; font-size: 1.15rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .9rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-head .lede { max-width: 42ch; }
.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; }
.collection-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  text-decoration: none;
  isolation: isolate;
}
.collection-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.collection-card:hover > img { transform: scale(1.045); filter: brightness(.75) saturate(1.08); }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.94), transparent 55%); z-index: 1; }
.collection-content { position: absolute; inset: auto 1.35rem 1.35rem; z-index: 2; }
.collection-code { font-family: var(--mono); color: var(--cyan); font-size: .7rem; letter-spacing: .12em; }
.collection-card h3 { margin: .35rem 0 .2rem; font-size: 1.5rem; }
.collection-card p { margin: 0; color: #b8b8c0; font-size: .9rem; }
.collection-card--neon::before { content: ""; position: absolute; inset: 18% 14%; border-radius: 50%; border: 8px solid var(--violet); box-shadow: 0 0 18px var(--violet), inset 0 0 18px var(--violet), 0 0 70px rgba(154,108,255,.7); z-index: 2; opacity: .75; pointer-events: none; }
.collection-card--neon > img { filter: brightness(.55) saturate(1.15); }

.spotlight-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,7rem); align-items: center; }
.spotlight-art { position: relative; }
.spotlight-art::before { content: ""; position: absolute; inset: 8%; border-radius: 30%; background: rgba(92,244,255,.22); filter: blur(70px); }
.spotlight-art img { position: relative; width: 100%; height: auto !important; aspect-ratio: auto !important; object-fit: contain; border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.7); }
.spec-list { display: grid; gap: .7rem; margin: 1.7rem 0 2rem; }
.spec-row { display: grid; grid-template-columns: 1.1rem 1fr; gap: .75rem; align-items: start; color: #d9d9df; }
.spec-row::before { content: "✦"; color: var(--cyan); }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.7rem; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: .42rem .72rem; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: #cacad2; }

.builder { border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.builder-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; }
.builder-copy { padding: clamp(2rem,5vw,4.5rem); display: flex; flex-direction: column; justify-content: center; }
.builder-board { position: relative; min-height: 620px; background: radial-gradient(circle at 50% 50%, rgba(154,108,255,.16), transparent 45%), #08080b; overflow: hidden; }
.builder-board::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to left, black, transparent); }
.hex-board { position: absolute; width: 510px; height: 470px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; }
.hex { position: absolute; width: 164px; aspect-ratio: 1; clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%); height: auto; object-fit: cover; object-position: center; filter: brightness(.78) saturate(1.12); transition: transform .35s ease, filter .35s ease; }
.hex:hover { transform: scale(1.055); filter: brightness(1) saturate(1.15); z-index: 5; }
.hex-1 { left: 0; top: 80px; }
.hex-2 { left: 126px; top: 6px; }
.hex-3 { left: 252px; top: 80px; }
.hex-4 { left: 126px; top: 154px; }
.hex-5 { left: 0; top: 228px; }
.hex-6 { left: 252px; top: 228px; }
.hex-7 { left: 126px; top: 302px; }
.hex-glow { position: absolute; inset: 9%; border: 1px solid rgba(92,244,255,.35); filter: drop-shadow(0 0 22px rgba(92,244,255,.45)); clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%); pointer-events: none; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 3; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-tag { position: absolute; left: .8rem; bottom: .8rem; z-index: 2; padding: .38rem .62rem; background: rgba(5,5,5,.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

.room-kit { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.kit-card { position: relative; overflow: hidden; min-height: 360px; padding: 1.45rem; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.kit-card h3 { margin: 0; font-size: 1.25rem; position: relative; z-index: 2; }
.kit-card p { color: var(--muted); font-size: .9rem; max-width: 30ch; position: relative; z-index: 2; }
.kit-visual { position: absolute; inset: 42% 10% 10%; }
.led-bars { display: flex; gap: 1rem; align-items: end; justify-content: center; }
.led-bars i { display: block; width: 22px; height: 150px; border-radius: 999px; background: linear-gradient(to top, var(--violet), var(--cyan)); box-shadow: 0 0 22px var(--violet), 0 0 50px rgba(92,244,255,.35); transform: rotate(var(--r)); }
.led-bars i:nth-child(1){--r:-8deg;height:120px}.led-bars i:nth-child(2){--r:4deg;height:170px}.led-bars i:nth-child(3){--r:-2deg;height:140px}
.desk-dock { border: 1px solid rgba(255,255,255,.14); border-radius: 20px; height: 130px; background: linear-gradient(145deg,#1b1b24,#0b0b10); box-shadow: 0 30px 50px rgba(0,0,0,.45); transform: perspective(500px) rotateX(55deg); }
.desk-dock::before { content:""; position:absolute; width: 45%; height: 12px; left: 27.5%; top: 25%; border-radius: 999px; background: linear-gradient(90deg,var(--pink),var(--cyan)); box-shadow:0 0 24px var(--cyan); }
.rug { inset: 48% 5% 5%; border-radius: 52% 48% 45% 55%; background: repeating-radial-gradient(circle at 50% 50%, rgba(92,244,255,.9) 0 4px, transparent 5px 26px), radial-gradient(circle at 40% 35%, rgba(255,79,216,.75), rgba(154,108,255,.22) 40%, #09090e 70%); filter: drop-shadow(0 0 25px rgba(154,108,255,.35)); transform: perspective(450px) rotateX(64deg); }

.waitlist { padding-bottom: 8rem; }
.waitlist-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; padding: clamp(2rem,6vw,5rem); border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: linear-gradient(130deg, rgba(154,108,255,.16), rgba(92,244,255,.05) 45%, rgba(255,255,255,.035)); }
.waitlist-card::before { content: "N"; position: absolute; right: -1rem; bottom: -8rem; font-family: var(--mono); font-size: 28rem; line-height: 1; font-weight: 900; color: rgba(255,255,255,.025); pointer-events: none; }
.waitlist-form { display: grid; gap: .75rem; align-content: center; position: relative; z-index: 2; }
.form-row { display: flex; gap: .7rem; }
.input { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.3); color: #fff; padding: .75rem .9rem; outline: none; }
.input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(92,244,255,.1); }
.form-note { color: var(--muted); font-size: .74rem; margin: 0; }
.form-status { min-height: 1.5em; margin: 0; font-size: .85rem; color: var(--cyan); }
.consent { display: flex; gap: .55rem; align-items: flex-start; color: var(--muted); font-size: .73rem; }
.consent input { margin-top: .25rem; accent-color: var(--cyan); }

.site-footer { border-top: 1px solid var(--line); padding: 2rem 0 2.4rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; }
.footer-brand img { width: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: flex-end; }
.footer-links a { color: var(--muted); font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.copyright { color: #777783; font-size: .75rem; margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 72px; left: 1rem; right: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,10,12,.97); flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .menu-button { display: inline-flex; }
  .hero-grid, .spotlight-wrap, .waitlist-card { grid-template-columns: 1fr; }
  .hero { padding-top: 8rem; }
  .hero-stage { min-height: 530px; }
  .display { max-width: 11ch; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:first-child { grid-column: span 2; }
  .builder-grid { grid-template-columns: 1fr; }
  .builder-board { min-height: 560px; }
  .room-kit { grid-template-columns: 1fr 1fr; }
  .room-kit .kit-card:last-child { grid-column: span 2; }
}

@media (max-width: 660px) {
  .section { padding: 4.7rem 0; }
  .header-inner { min-height: 68px; }
  .brand-word { font-size: 1.05rem; }
  .hero { min-height: auto; padding-top: 7.3rem; }
  .hero-grid { gap: 1rem; }
  .hero-stage { min-height: 430px; }
  .product-hero-frame { width: 88%; }
  .floating-tile { width: 96px; }
  .tile-a { right: -2%; top: 9%; }
  .tile-b { left: -2%; bottom: 7%; }
  .hero-stage::before { width: 22rem; height: 22rem; }
  .hero-meta { gap: .75rem; }
  .benefit-grid, .collection-grid, .room-kit { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .collection-card, .collection-card:first-child { grid-column: auto; min-height: 430px; }
  .section-head { display: block; }
  .builder-copy { padding: 2rem 1.35rem; }
  .builder-board { min-height: 470px; }
  .hex-board { width: 390px; height: 370px; transform: translate(-50%,-50%) scale(.78); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
  .room-kit .kit-card:last-child { grid-column: auto; }
  .form-row { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

/* Image ratio safeguards: prevent theme or plugin CSS from stretching artwork. */
.product-hero-frame img,
.spotlight-art img {
  display: block;
}
.product-hero-frame img {
  min-width: 100%;
  min-height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }


/* Standard content pages: Impressum, Datenschutz and future legal pages */
.legal-page {
  min-height: 70vh;
  padding: clamp(8rem, 12vw, 11rem) 0 clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 85% 10%, rgba(154,108,255,.10), transparent 30%),
    radial-gradient(circle at 10% 55%, rgba(92,244,255,.06), transparent 25%),
    var(--bg);
}
.legal-page__inner { max-width: 900px; }
.legal-content {
  padding: clamp(1.4rem, 4vw, 3.2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(12,12,17,.88);
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.legal-content__header { margin-bottom: 2.5rem; }
.legal-content h1 {
  margin: .65rem 0 0;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.entry-content { color: #d7d7de; line-height: 1.75; }
.entry-content h2 {
  margin: 2.4rem 0 .8rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -.025em;
}
.entry-content h3 { margin: 1.8rem 0 .55rem; font-size: 1.1rem; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 1rem; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content a, .consent a { color: var(--cyan); text-underline-offset: .18em; }
.entry-content strong { color: var(--white); }
.entry-content hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.entry-content code { font-family: var(--mono); font-size: .92em; }
@media (max-width: 680px) {
  .legal-content { border-radius: 18px; }
}

/* Blog/archive and 404 fallbacks */
.content-list { display: grid; gap: 1rem; }
.content-card { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.content-card:first-child { border-top: 0; padding-top: 0; }
.content-card h2 { margin: .2rem 0 .6rem; font-size: clamp(1.4rem, 3vw, 2.1rem); }
.content-card h2 a { text-decoration: none; }
.content-card h2 a:hover { color: var(--cyan); }
.content-card__meta { margin: 0; color: var(--muted); font-family: var(--mono); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.not-found h1 { margin: .5rem 0 1rem; font-size: clamp(2.6rem, 8vw, 6rem); line-height: .95; }
.not-found p { max-width: 42rem; margin-bottom: 2rem; color: var(--muted); }
