/* Der PARTNER-Kompass — kompass.selbstbestimmt-und-stark.de
   Umsetzung des Claude-Design-Handoffs (Der Partner-Kompass Landing Page.dc.html).
   Palette: Creme #FAF7F2 · Petrol #1E3A3A/#14586B · Terrakotta #C4622D · Gold #F2D591 */

:root {
  --creme: #FAF7F2;
  --ink: #1E3A3A;
  --ink-soft: #3D5654;
  /* Etwas dunkler als der Entwurf (#5A7472): ueber dem Petrol-Verlauf der Modell-
     Sektion erreichte der Originalton nur 4.10:1 und verfehlte damit WCAG AA. */
  --ink-muted: #4F6664;
  --ink-faint: #6B807E;
  --terra: #C4622D;
  --terra-dark: #A34E20;
  --gold: #F2D591;
  --gold-line: #C9A24B;
  --gold-num: #B9902F;
  --night: #133B49;
  --serif: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--creme);
  color: var(--ink);
  font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--terra); }
a:hover { color: var(--terra-dark); }

img { max-width: 100%; }

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

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(130% 100% at 20% -10%, #3FA9C4 0%, #1F7A93 48%, #14586B 100%);
  color: var(--creme);
}
.hero-sheen {
  position: absolute; left: -12%; top: -40%; width: 65%; height: 180%;
  background: linear-gradient(112deg, rgba(255, 248, 230, 0.3), rgba(255, 248, 230, 0) 55%);
  pointer-events: none;
}
.deco-circle { position: absolute; border: 1px solid rgba(233, 200, 126, 0.32); border-radius: 50%; pointer-events: none; }
.hero .c1 { right: -140px; top: -100px; width: 560px; height: 560px; }
.hero .c2 { right: -60px; top: -20px; width: 400px; height: 400px; border-color: rgba(233, 200, 126, 0.18); }
.hero .c3 { right: 200px; bottom: -200px; width: 440px; height: 440px; border-color: rgba(233, 200, 126, 0.15); }
.deco-diamond { position: absolute; background: rgba(233, 200, 126, 0.7); transform: rotate(45deg); pointer-events: none; }
.hero .d1 { right: 150px; top: 90px; width: 9px; height: 9px; }
.hero .d2 { left: 46%; bottom: 60px; width: 7px; height: 7px; background: rgba(233, 200, 126, 0.45); }

.hero-inner {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 24px clamp(48px, 7vw, 88px);
}
.hero-flex { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(32px, 6vw, 72px); }
.hero-copy { flex: 1 1 340px; min-width: 0; }

.eyebrow {
  margin: 0 0 20px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.hero h1 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.05rem, 5vw, 3.3rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--creme);
  text-wrap: pretty;
}
.hero-sub {
  margin: 0 0 32px;
  font-size: 1.13rem;
  line-height: 1.7;
  color: rgba(250, 247, 242, 0.9);
  max-width: 34em;
  text-wrap: pretty;
}
.hero-cta-block { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }

.btn-primary {
  display: inline-block;
  background: var(--terra);
  color: var(--creme);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 17px 32px;
  border-radius: 6px;
}
.btn-primary:hover { background: var(--terra-dark); color: var(--creme); }
.hero .btn-primary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.trust-line { margin: 0; font-size: 0.83rem; color: rgba(250, 247, 242, 0.68); }

.hero-visual { flex: 0 1 320px; margin: 0 auto; }
.cover-img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  cursor: zoom-in;
  box-shadow: 0 28px 56px -18px rgba(8, 32, 42, 0.6), 0 4px 14px rgba(8, 32, 42, 0.32);
  border: 0; padding: 0; background: none;
}
.cover-img:hover { box-shadow: 0 32px 60px -16px rgba(8, 32, 42, 0.7), 0 6px 16px rgba(8, 32, 42, 0.4); }
.cover-img:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
/* Kein Inline-Style im Markup — die CSP (style-src 'self') blockiert style-Attribute. */
.cover-img img { display: block; width: 100%; height: auto; border-radius: 4px; }

/* ---------- Sektionen (hell) ---------- */

.section {
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 80px) 24px;
  border-top: 1px solid rgba(30, 58, 58, 0.12);
}
.section h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.section-lead {
  margin: 0 0 40px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 38em;
  text-wrap: pretty;
}

/* Problem */
.problem h2 { max-width: 22em; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 58, 58, 0.1);
  border-radius: 8px;
  padding: 28px 26px;
}
.card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.card p { margin: 0; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); }
.problem-punchline {
  margin: 40px 0 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--ink);
  max-width: 30em;
  text-wrap: pretty;
}

/* Modell */
.modell { background: radial-gradient(55% 48% at 50% 40%, rgba(63, 169, 196, 0.16), rgba(63, 169, 196, 0) 72%); }
.modell h2 { margin-bottom: 18px; }
.modell-lead { margin: 0 0 48px; font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); max-width: 38em; text-wrap: pretty; }
.bird-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(24px, 4vw, 44px); }
.bird { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.bird img.spatz { width: clamp(168px, 19.2vw, 211px); height: auto; }
.bird img.kakadu, .bird img.adler { width: clamp(140px, 16vw, 176px); height: auto; }
/* Name + Modell-Bezeichnung gehören eng zusammen — daher eigener Block statt bird-gap. */
.bird-head { display: flex; flex-direction: column; gap: 5px; }
.bird h3 { margin: 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: 0.02em; }
.bird-label { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.02rem; color: var(--ink-muted); }
.bird-desc { margin: 0; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); max-width: 26em; }
.modell-note { margin: 48px auto 0; text-align: center; font-size: 1.02rem; color: var(--ink-muted); max-width: 40em; }

/* Was drin ist */
.inhalt h2 { margin-bottom: 14px; }
.inhalt .section-lead { margin-bottom: 44px; }
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(24px, 4vw, 40px);
}
.steps li { display: flex; flex-direction: column; gap: 10px; border-top: 3px solid var(--gold-line); padding-top: 20px; }
.step-num { font-family: var(--serif); font-size: 2.2rem; color: var(--gold-num); line-height: 1; }
.steps h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.steps p { margin: 0; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); }

/* Für wen */
.fuerwen h2 { margin-bottom: 44px; max-width: 22em; }
.fit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 4vw, 44px); }
.fit-grid h3 {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.fit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.fit-list li { display: flex; gap: 12px; font-size: 1.05rem; line-height: 1.6; }
.fit-list .tick { color: var(--terra); font-weight: 700; flex: none; }
.fit-list.nay li { color: var(--ink-muted); }
.fit-list .dash { flex: none; }

/* ---------- Editionen (dunkel) ---------- */

.editionen {
  position: relative;
  overflow: hidden;
  background: radial-gradient(130% 140% at 80% -20%, #24728A 0%, #1A5468 48%, #133B49 100%);
  color: var(--creme);
}
.editionen .c1 { left: -170px; bottom: -210px; width: 540px; height: 540px; border-color: rgba(233, 200, 126, 0.24); }
.editionen .c2 { left: -90px; bottom: -130px; width: 380px; height: 380px; border-color: rgba(233, 200, 126, 0.14); }
.editionen .d1 { right: 60px; top: 70px; width: 8px; height: 8px; background: rgba(233, 200, 126, 0.6); }
.editionen-inner { position: relative; max-width: 1060px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) 24px; }
.editionen h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--creme);
  text-wrap: pretty;
}
.editionen-lead { margin: 0 0 44px; font-size: 1.08rem; line-height: 1.7; color: rgba(250, 247, 242, 0.75); max-width: 38em; }

.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; align-items: stretch; }
.price-card {
  position: relative;
  border: 1px solid rgba(250, 247, 242, 0.22);
  border-radius: 10px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.price-card h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; color: var(--creme); }
.price { margin: 0; font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--creme); }
.price-features {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  font-size: 1rem; line-height: 1.55; color: rgba(250, 247, 242, 0.8);
}
.price-features li { display: flex; gap: 10px; }
.price-features .mark { flex: none; }

.badge-corner {
  position: absolute; top: -13px; right: 18px;
  transform: rotate(-2deg);
  background: var(--gold);
  color: #143C4A;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(10, 35, 45, 0.3);
}

.price-card.featured { background: var(--creme); color: var(--ink); border: 0; }
.price-card.featured h3, .price-card.featured .price { color: var(--ink); }
.price-card.featured .price-features { color: var(--ink-soft); }
.price-card.featured .price-features .mark { color: var(--terra); }
.featured-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.tag-empfohlen {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--terra);
  border: 1px solid rgba(196, 98, 45, 0.45);
  border-radius: 99px;
  padding: 4px 10px;
  flex: none;
}
.price-card.team { border-color: rgba(250, 247, 242, 0.35); }

.btn-card {
  display: block;
  margin-top: auto;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 15px 24px;
  border-radius: 6px;
}
.btn-card.solid { background: var(--terra); color: var(--creme); padding: 16px 24px; }
.btn-card.solid:hover { background: var(--terra-dark); color: var(--creme); }
.btn-card.solid:focus-visible { outline: 3px solid var(--creme); outline-offset: 3px; }
.btn-card.outline {
  background: transparent;
  color: var(--creme);
  border: 1.5px solid rgba(250, 247, 242, 0.6);
}
.btn-card.outline:hover { border-color: var(--creme); background: rgba(250, 247, 242, 0.08); color: var(--creme); }
.btn-card.outline:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; }
.btn-card.outline.dim { color: rgba(250, 247, 242, 0.85); border-color: rgba(250, 247, 242, 0.4); }
.btn-card.soon { cursor: default; color: rgba(250, 247, 242, 0.55); border-style: dashed; }
.btn-card.soon:hover { border-color: rgba(250, 247, 242, 0.4); background: transparent; }

.editionen-footnote { margin: 32px 0 0; font-size: 0.83rem; color: rgba(250, 247, 242, 0.6); }

/* ---------- FAQ ---------- */

.faq { max-width: 760px; margin: 0 auto; padding: clamp(48px, 7vw, 88px) 24px; }
.faq h2 {
  margin: 0 0 36px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.faq details { border-top: 1px solid rgba(30, 58, 58, 0.15); padding: 20px 4px; }
.faq details:last-of-type { border-bottom: 1px solid rgba(30, 58, 58, 0.15); }
.faq summary { font-family: var(--serif); font-size: 1.15rem; cursor: pointer; }
.faq details p { margin: 14px 0 0; font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); }

/* ---------- Autorin ---------- */

.autorin { max-width: 760px; margin: 0 auto; padding: clamp(24px, 4vw, 48px) 24px clamp(48px, 7vw, 88px); }
.autorin-flex { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; }
.autorin img {
  flex: none;
  width: 140px; height: 140px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(20, 60, 74, 0.18);
}
.autorin-copy { flex: 1 1 320px; }
.autorin h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.autorin p { margin: 0; font-size: 1.05rem; line-height: 1.7; color: var(--ink-soft); text-wrap: pretty; }

/* ---------- Leseprobe ---------- */

.leseprobe {
  background: linear-gradient(180deg, rgba(63, 169, 196, 0.17), rgba(63, 169, 196, 0.04));
  border-top: 1px solid rgba(30, 58, 58, 0.12);
}
.leseprobe-inner { max-width: 640px; margin: 0 auto; padding: clamp(40px, 6vw, 64px) 24px; }
.leseprobe h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.5rem; line-height: 1.25; font-weight: 500; }
.leseprobe-lead { margin: 0 0 24px; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); }
.leseprobe form { display: flex; flex-wrap: wrap; gap: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.leseprobe input[type="email"] {
  flex: 1 1 240px;
  font-size: 1.02rem;
  font-family: inherit;
  color: var(--ink);
  padding: 14px 16px;
  border: 1.5px solid rgba(30, 58, 58, 0.35);
  border-radius: 6px;
  background: #FFFFFF;
}
.leseprobe input[type="email"]:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; border-color: var(--ink); }
.leseprobe button {
  flex: none;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 14px 24px;
  cursor: pointer;
}
.leseprobe button:hover { background: rgba(30, 58, 58, 0.08); }
.leseprobe button:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; }
.leseprobe-note { margin: 14px 0 0; font-size: 0.82rem; color: var(--ink-faint); }

/* ---------- Footer ---------- */

.footer { background: var(--night); }
.footer-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 36px 24px 96px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.footer nav { display: flex; gap: 24px; font-size: 0.9rem; }
.footer nav a { color: rgba(250, 247, 242, 0.72); }
.footer nav a:hover { color: var(--gold); }
.footer nav a:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; }
.footer-copy { margin: 0; font-size: 0.9rem; color: rgba(250, 247, 242, 0.55); }

/* ---------- Cover-Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 28, 38, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: zoom-out;
}
.lightbox img {
  max-height: 93vh;
  max-width: 94vw;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
}
.lightbox-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(250, 247, 242, 0.5);
  background: rgba(20, 60, 74, 0.6);
  color: var(--creme);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-close:hover { background: rgba(20, 60, 74, 0.9); border-color: var(--creme); }
.lightbox-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ---------- Amazon-Sticker ---------- */

@keyframes sticker-wobble {
  0%, 100% { transform: rotate(4deg); }
  50% { transform: rotate(11deg); }
}
.amazon-sticker {
  position: fixed;
  right: clamp(10px, 3vw, 44px);
  top: 40%;
  z-index: 40;
  width: 158px; height: 158px;
  border-radius: 50%;
  background: var(--gold);
  border: 5px solid #FFFDF4;
  box-shadow: 10px 14px 26px rgba(10, 35, 45, 0.38), 2px 4px 8px rgba(10, 35, 45, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  text-decoration: none;
  animation: sticker-wobble 2.6s ease-in-out infinite;
}
.amazon-sticker:hover { background: #F7DFA8; }
.amazon-sticker:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; }
.amazon-sticker .ring {
  display: block;
  width: 132px; height: 132px;
  border-radius: 50%;
  border: 2px dashed rgba(20, 60, 74, 0.4);
  position: absolute;
}
.amazon-sticker .top { font-size: 0.78rem; letter-spacing: 0.11em; text-transform: uppercase; font-weight: 700; color: #143C4A; }
.amazon-sticker .brand { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: #143C4A; line-height: 1; }
.amazon-sticker .sub { font-size: 0.76rem; font-weight: 600; color: rgba(20, 60, 74, 0.8); }

/* ---------- Sticky-CTA (mobil) ---------- */

.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: var(--night);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 -6px 20px rgba(20, 40, 40, 0.25);
}
.sticky-cta .label { color: rgba(250, 247, 242, 0.85); font-size: 0.88rem; font-family: var(--serif); }
.sticky-cta a {
  flex: none;
  background: var(--terra);
  color: var(--creme);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 6px;
}
.sticky-cta a:hover { background: var(--terra-dark); color: var(--creme); }
.sticky-cta a:focus-visible { outline: 3px solid var(--creme); outline-offset: 2px; }
@media (min-width: 760px) { .sticky-cta { display: none !important; } }

.is-hidden { display: none !important; }

/* ---------- Unterseiten (Rechtliches / Status) ---------- */

.subpage-head { background: var(--night); color: var(--creme); }
.subpage-head-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(250, 247, 242, 0.75);
}
.subpage-head a { color: rgba(250, 247, 242, 0.75); text-decoration: none; }
.subpage-head a:hover { color: var(--gold); }

.legal { max-width: 760px; margin: 0 auto; padding: clamp(36px, 6vw, 64px) 24px; }
.legal-eyebrow {
  display: block;
  margin: 0 0 12px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 600;
}
.legal h1 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.legal-sub { margin: 0 0 18px; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); }
.back-home { display: inline-block; margin: 0 0 28px; font-size: 0.95rem; }
.legal-card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 58, 58, 0.1);
  border-radius: 8px;
  padding: 24px 26px;
  margin: 0 0 16px;
}
.legal-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.legal-card p, .legal-card address { margin: 0 0 10px; font-style: normal; font-size: 0.99rem; line-height: 1.65; color: var(--ink-soft); }
.legal-card p:last-child, .legal-card address:last-child { margin-bottom: 0; }
.legal-stand { font-size: 0.88rem; color: var(--ink-muted); }

/* Status-Seiten (Bestätigen / Danke) */
.status-wrap { max-width: 640px; margin: 0 auto; padding: clamp(48px, 8vw, 96px) 24px; text-align: center; }
.status-wrap h1 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.status-wrap p { margin: 0 0 14px; font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); }
.status-wrap .btn-primary { margin: 18px 0 6px; }
.status-wrap .btn-primary:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.status-note { font-size: 0.88rem; color: var(--ink-muted); }
