/* aDJusted — adjusted.club. Ein Stylesheet für die ganze Seite.
   Farben wie in der App (DeckLab, Theme.swift): Hintergrund, Flächen und Schrift
   aus Theme, Akzente in den Deckfarben Deck 1 #d24261 und Deck 2 #3399a8,
   Überschriften in Righteous, Text in Source Sans. Gleiche Schriften wie die
   Label-Seite, eigener Auftritt. */

@font-face { font-family: "Righteous"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/righteous-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Righteous"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/righteous-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url("../fonts/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Source Sans 3"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("../fonts/source-sans-3-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("../fonts/source-sans-3-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --bg: #0a0a0d;
  --surface: #141416;
  --surface-2: #1c1c1f;
  --line: #2a2a2e;
  --text: #a9a9b0;
  --text-strong: #ededed;
  --white: #fff;
  --deck-a: #d24261;
  --deck-b: #3399a8;
  --gradient: linear-gradient(90deg, var(--deck-a), var(--deck-b));
  --display: "Righteous", "Arial Rounded MT Bold", system-ui, sans-serif;
  --body: "Source Sans 3", "Source Sans Pro", -apple-system, "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(64px, 9vw, 120px);
  --header-h: 72px;
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 20px); scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 1.0625rem/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text-strong); text-underline-offset: 3px; }
a:hover { color: var(--white); }
:focus-visible { outline: 2px solid var(--deck-b); outline-offset: 3px; }
main:focus { outline: none; }
h1, h2, h3 { color: var(--white); font-weight: 400; line-height: 1.2; margin: 0 0 .6em; overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
p { margin: 0 0 1em; }
ul { padding: 0; margin: 0; list-style: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--white); color: #000; padding: 10px 16px; font-weight: 600; }
.skip:focus { top: 12px; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 820px; margin-inline: auto; padding-inline: var(--gutter); }
.center { text-align: center; }
.section { padding-block: var(--section); }
.section--tight { padding-top: 0; }
.band { background: var(--surface); border-block: 1px solid var(--line); }
.section-title { font-family: var(--display); letter-spacing: .03em; font-size: clamp(1.9rem, 1.2rem + 2.2vw, 2.75rem); text-align: center; margin-bottom: 1em; }
.lead { font-size: clamp(1.15rem, 1rem + .5vw, 1.375rem); color: var(--text-strong); line-height: 1.5; }
.small { font-size: .875rem; }
.eyebrow { font-size: .8125rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .8em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; }

.wordmark { font-family: var(--display); letter-spacing: .02em; color: var(--text-strong); }
.wm-dj { background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 28px;
  border-radius: 999px; border: 1px solid transparent; background: var(--white); color: #000;
  font: 600 1rem/1.2 var(--body); text-decoration: none; cursor: pointer; transition: transform .15s, background-color .15s, color .15s;
}
.button:hover { color: #000; background: var(--text-strong); transform: translateY(-1px); }
.button--ghost { background: transparent; color: var(--white); border-color: var(--line); }
.button--ghost:hover { background: var(--surface-2); color: var(--white); }
.buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---- Kopf ---------------------------------------------------------------- */

.header { position: sticky; top: 0; z-index: 50; background: rgba(10, 10, 13, .82); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.header__inner { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.brand__icon { width: 28px; height: 28px; border-radius: 7px; }
.brand .wordmark { font-size: 1.5rem; }
.header__menu { display: flex; align-items: center; gap: 28px; }
.nav ul { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.nav a { color: var(--text); text-decoration: none; font-size: .9375rem; }
.nav a:hover { color: var(--white); }
.nav a.nav__cta { color: #000; background: var(--white); padding: 8px 16px; border-radius: 999px; font-weight: 600; }
.nav a.nav__cta:hover { background: var(--text-strong); }
.languages ul { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.languages a, .languages span { display: block; padding: 4px 10px; border-radius: 999px; font-size: .8125rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.languages a { color: var(--text); }
.languages a:hover { color: var(--white); }
.languages span { background: var(--surface-2); color: var(--white); }
.header__toggle { display: none; }

@media (max-width: 1023px) {
  .js .header__toggle { display: grid; place-items: center; width: 48px; height: 48px; margin-right: -10px; background: none; border: 0; color: var(--white); cursor: pointer; }
  .header__bars, .header__bars::before, .header__bars::after { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s; }
  .header__bars { position: relative; }
  .header__bars::before, .header__bars::after { content: ""; position: absolute; left: 0; }
  .header__bars::before { top: -7px; }
  .header__bars::after { top: 7px; }
  .header.is-open .header__bars { background: transparent; }
  .header.is-open .header__bars::before { transform: translateY(7px) rotate(45deg); }
  .header.is-open .header__bars::after { transform: translateY(-7px) rotate(-45deg); }
  .js .header__menu { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 18px; padding: 10px var(--gutter) 26px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .js .header.is-open .header__menu { display: flex; }
  .js .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .js .nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.0625rem; color: var(--text-strong); }
  .js .nav a.nav__cta { margin-top: 14px; text-align: center; border-bottom: 0; color: #000; }
  .js .languages ul { align-self: flex-start; }
  .no-js .header__inner { flex-wrap: wrap; height: auto; padding-block: 10px; }
  .no-js .header__menu { width: 100%; overflow-x: auto; }
}

/* ---- Hero ---------------------------------------------------------------- */

.hero { position: relative; padding-top: clamp(56px, 9vw, 112px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto; height: 90%; background: radial-gradient(40% 50% at 30% 30%, rgba(210, 66, 97, .20), transparent 70%), radial-gradient(40% 50% at 72% 34%, rgba(51, 153, 168, .18), transparent 70%); pointer-events: none; }
.hero__inner { position: relative; text-align: center; }
.hero__logo { display: block; width: clamp(240px, 42vw, 520px); height: auto; margin: 0 auto clamp(20px, 3vw, 32px); }
.badge { display: inline-block; padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(51, 153, 168, .6); color: #5fb8c5; font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.6em; }
.hero__title { font-family: var(--display); font-size: clamp(2.4rem, 1.3rem + 4.8vw, 5rem); line-height: 1.05; letter-spacing: .01em; max-width: 16ch; margin: 0 auto .45em; }
.hero__accent { background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__lead { font-size: clamp(1.15rem, 1rem + .6vw, 1.5rem); color: var(--text-strong); max-width: 40ch; margin: 0 auto 1.6em; }
.hero__note { margin-top: 1.4em; font-size: .9375rem; }
.shot { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #000; }
.shot img { width: 100%; }
.shot a { display: block; }
.shot figcaption { padding: 12px 16px; font-size: .9375rem; border-top: 1px solid var(--line); background: var(--surface); }
.shot--hero { position: relative; margin-top: clamp(48px, 7vw, 80px); box-shadow: 0 40px 120px -40px rgba(51, 153, 168, .30), 0 30px 90px -30px rgba(210, 66, 97, .26); }

/* ---- Funktionen ---------------------------------------------------------- */

.features { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 28px; }
.feature h3 { font-family: var(--display); letter-spacing: .02em; font-size: 1.25rem; margin-bottom: .55em; }
.feature h3::before { content: ""; display: block; width: 30px; height: 3px; border-radius: 3px; margin-bottom: 16px; background: var(--gradient); }
.feature p { margin: 0; }

/* ---- Abschnitte mit Bild -------------------------------------------------- */

.split { display: grid; gap: 40px 64px; align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
  .split--reverse > :first-child { order: 2; }
}
.split__title { font-family: var(--display); letter-spacing: .02em; font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.5rem); }
.points { display: grid; gap: 14px; margin-top: 1.4em; }
.points li { position: relative; padding-left: 26px; }
.points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px; border-radius: 50%; background: var(--gradient); }
.points strong { color: var(--text-strong); font-weight: 600; }

/* ---- Voraussetzungen, Fragen, Beta --------------------------------------- */

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.specs { width: 100%; border-collapse: collapse; min-width: 560px; }
.specs th, .specs td { text-align: left; vertical-align: top; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 0; }
.specs thead th { color: var(--text); font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; background: var(--surface); }
.specs tbody th { color: var(--text-strong); font-weight: 600; width: 22%; }
.specs td strong { color: var(--white); font-weight: 600; }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 20px 36px 20px 0; color: var(--text-strong); font-size: 1.125rem; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 15px; font-size: 1.6rem; color: var(--text); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 14px; }

.beta { position: relative; text-align: center; padding: clamp(32px, 6vw, 64px); border-radius: calc(var(--radius) + 6px); background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.beta::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--gradient); }
.beta__list { display: inline-grid; gap: 8px; text-align: left; margin: .4em auto 2em; }
.beta__list li { padding-left: 22px; position: relative; }
.beta__list li::before { content: "→"; position: absolute; left: 0; color: var(--deck-b); }
.beta__privacy { margin: 1.6em 0 0; }

/* ---- Rechtstexte, 404 ---------------------------------------------------- */

.prose { max-width: 780px; margin-inline: auto; padding-inline: var(--gutter); }
.prose h1 { font-family: var(--display); font-size: clamp(2rem, 1.3rem + 2vw, 2.75rem); margin-bottom: 1em; }
.prose h2 { font-size: 1.375rem; margin-top: 2em; color: var(--text-strong); }
.prose ul { list-style: disc; padding-left: 1.3em; margin-bottom: 1em; }
.prose li { margin-bottom: .35em; }
.prose address { font-style: normal; margin-bottom: 1em; }
.prose code { font-size: .9em; background: var(--surface-2); padding: 1px 5px; border-radius: 4px; color: var(--text-strong); overflow-wrap: anywhere; }
.doc-meta { color: var(--text); font-size: .9375rem; border-left: 3px solid; border-image: var(--gradient) 1; padding-left: 14px; margin-bottom: 2em; }
.doc-table { width: 100%; border-collapse: collapse; font-size: .9375rem; min-width: 560px; }
.doc-table th, .doc-table td { text-align: left; vertical-align: top; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.doc-table thead th { background: var(--surface); color: var(--text); font-weight: 600; }
.notfound { min-height: 60vh; display: grid; place-content: center; }

/* ---- Fuß ----------------------------------------------------------------- */

.footer { border-top: 1px solid var(--line); padding: 40px 0 48px; font-size: .9375rem; }
.footer__inner { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px; }
.footer__brand { margin: 0; margin-right: auto; }
.footer__brand .wordmark { font-size: 1.25rem; }
.footer__tagline { margin-left: 8px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__links a { color: var(--text); }
.footer__links a:hover { color: var(--white); }
.footer__copy { margin: 0; width: 100%; font-size: .8125rem; }

/* ---- Bildbetrachter ------------------------------------------------------ */

.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(0, 0, 0, .94); color: var(--white); }
.lightbox[open] { display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; }
.lightbox::backdrop { background: rgba(0, 0, 0, .8); }
.lightbox__figure { margin: 0; grid-column: 2; display: grid; justify-items: center; gap: 12px; }
.lightbox__img { max-width: 100%; max-height: calc(100dvh - 120px); width: auto; height: auto; border-radius: 8px; }
.lightbox__caption { font-size: .9375rem; color: var(--text); text-align: center; }
.lightbox__close, .lightbox__nav { background: none; border: 0; color: var(--white); cursor: pointer; font-size: 2.6rem; line-height: 1; width: 56px; height: 56px; }
.lightbox__close { position: absolute; top: 8px; right: 8px; }
.lightbox__nav--prev { grid-column: 1; grid-row: 1; }
.lightbox__nav--next { grid-column: 3; grid-row: 1; }
@media (max-width: 600px) {
  .lightbox[open] { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; }
  .lightbox__figure { grid-column: 1 / -1; grid-row: 1; padding: 56px 12px 0; }
  .lightbox__nav--prev, .lightbox__nav--next { grid-column: auto; grid-row: 2; justify-self: center; }
}

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