/* Shared styling for the standalone pages (imprint / privacy / contact).
   These carry no scroll film, so they don't load scrub-engine.js — they just need to
   look like the same site. Tokens mirror index.html. */

:root {
  --sw-bg: #0A0A0C;
  --sw-ink: #F2F2F4;
  --sw-ink-soft: #8A8A93;
  --steel: #1A1A1E;
  --line: #26262C;
  --magenta: #E6007E;
  --cyan: #00D9E8;
  --green: #39E639;
  --violet: #8B3FE8;
  --red: #FF2A2A;
  --font-display: "Michroma", "Eurostile", "Bahnschrift", "DIN Alternate", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--sw-bg);
  color: var(--sw-ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: var(--sw-ink); }

/* ---------- topbar ---------- */
.pg-top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: clamp(14px, 2.4vw, 22px) clamp(18px, 5vw, 64px);
  background: rgba(10, 10, 12, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.pg-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--sw-ink);
}
.pg-brand__mark {
  width: 40px; height: 19px; flex: none;
  background: url("assets/img/logo-eagle.png") center / contain no-repeat;
}
.pg-brand__name {
  font-family: var(--font-display); font-size: .82rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; white-space: nowrap;
}
.pg-top__right { display: flex; align-items: center; gap: 10px; }
.pg-back {
  font-family: var(--font-display); font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; text-decoration: none; color: #C8C8CF;
  padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px;
  transition: color .25s, border-color .25s, background .25s;
}
.pg-back:hover { color: #fff; border-color: var(--magenta); background: rgba(230, 0, 126, .12); }
/* No social link in the topbar — it lives in the footer (and in the page body where it
   is actually relevant). Keeping the chrome to brand + one way back. */
@media (max-width: 560px) { .pg-brand__name { display: none; } }

/* ---------- content ---------- */
.pg-main { padding: clamp(48px, 8vw, 104px) clamp(20px, 5vw, 64px) clamp(64px, 9vw, 120px); }
.pg-wrap { max-width: 820px; margin: 0 auto; }
.pg-eyebrow {
  font-family: var(--font-display); font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--magenta); margin: 0 0 18px;
}
.pg-h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(30px, 5vw, 54px); line-height: 1.08; margin: 0 0 14px;
}
.pg-sub { color: var(--sw-ink-soft); margin: 0 0 clamp(36px, 5vw, 56px); font-size: 15px; }

.pg-h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(17px, 2.2vw, 22px); line-height: 1.3;
  margin: clamp(40px, 5vw, 60px) 0 14px; padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pg-wrap p { color: #C3C3CB; font-size: 15.5px; margin: 0 0 16px; }
.pg-wrap ul { color: #C3C3CB; font-size: 15.5px; padding-left: 20px; margin: 0 0 16px; }
.pg-wrap li { margin-bottom: 8px; }
.pg-wrap a { color: var(--sw-ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(230, 0, 126, .6); }
.pg-wrap a:hover { color: #fff; text-decoration-color: var(--magenta); }
.pg-wrap strong { color: var(--sw-ink); }

/* key/value block for the imprint + contact details */
.pg-facts { display: grid; grid-template-columns: minmax(150px, 220px) 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0 0 22px; }
.pg-facts dt, .pg-facts dd { background: var(--sw-bg); margin: 0; padding: 15px 18px; font-size: 15px; }
.pg-facts dt { font-family: var(--font-display); font-weight: 400; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--sw-ink-soft); display: flex; align-items: center; }
.pg-facts dd { color: var(--sw-ink); }
@media (max-width: 620px) {
  .pg-facts { grid-template-columns: 1fr; }
  .pg-facts dt { padding-bottom: 0; background: var(--sw-bg); }
}

.pg-note { border-left: 2px solid var(--magenta); padding: 4px 0 4px 18px; margin: 26px 0; }
.pg-note p { margin: 0; }

/* ---------- buttons ---------- */
.pg-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.pg-btn {
  display: inline-flex; align-items: center; gap: 10px; line-height: 1;
  font-family: var(--font-display); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; text-decoration: none;
  padding: 17px 30px; border: 1px solid var(--line); color: var(--sw-ink);
  transition: background .25s, border-color .25s, color .25s;
}
.pg-btn:hover { border-color: var(--sw-ink); }
.pg-btn--primary { background: var(--magenta); border-color: var(--magenta); color: #fff; }
.pg-btn--primary:hover { background: #ff2a97; border-color: #ff2a97; }
.pg-btn svg { width: 15px; height: 15px; flex: none; }

/* ---------- form ---------- */
.pg-form { display: grid; gap: 20px; margin-top: 8px; }
.pg-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .pg-row { grid-template-columns: 1fr; } }
.pg-field { display: grid; gap: 8px; }
.pg-field > span {
  font-family: var(--font-display); font-size: 10.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sw-ink-soft);
}
.pg-field input, .pg-field select, .pg-field textarea {
  font: inherit; font-size: 15px; color: var(--sw-ink);
  background: #131317; border: 1px solid var(--line); border-radius: 0;
  padding: 13px 15px; width: 100%;
  transition: border-color .2s, background .2s;
}
.pg-field textarea { min-height: 130px; resize: vertical; }
.pg-field input:focus, .pg-field select:focus, .pg-field textarea:focus {
  outline: none; border-color: var(--magenta); background: #17171c;
}
.pg-field select option { background: #131317; }
.pg-req { color: var(--magenta); }

.pg-checks { display: grid; gap: 12px; }
.pg-check { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: #C3C3CB; cursor: pointer; }
.pg-check input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--magenta); flex: none; }

.pg-hint { font-size: 13.5px; color: var(--sw-ink-soft); margin-top: 4px; }

/* ---------- footer (identical markup + styling to index.html) ---------- */
.tt-foot { padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 64px) 0; border-top: 1px solid var(--line); }
.tt-foot-in {
  max-width: 1240px; margin: 0 auto;
  display: grid; gap: clamp(32px, 5vw, 64px);
  grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(150px, 1fr));
  font-size: 13px; color: var(--sw-ink-soft); line-height: 1.8;
}
@media (max-width: 900px) { .tt-foot-in { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .tt-foot-in { grid-template-columns: 1fr; gap: 34px; } }

.tt-foot a { color: var(--sw-ink-soft); text-decoration: none; transition: color .2s; }
.tt-foot a:hover { color: var(--sw-ink); }
.tt-foot h4 { font-family: var(--font-display); font-weight: 400; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--sw-ink); margin: 0 0 14px; }
.tt-foot ul { list-style: none; margin: 0; padding: 0; }
.tt-foot li { margin-bottom: 7px; }

.tt-ig { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.tt-ig svg { width: 14px; height: 14px; flex: none; }
.tt-foot .tt-ig { color: var(--sw-ink-soft); }
.tt-foot .tt-ig:hover { color: var(--sw-ink); }

.tt-foot-lockup { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.tt-foot-lockup img { height: 20px; width: auto; }
.tt-foot-lockup span { font-family: var(--font-display); font-size: .78rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--sw-ink); }
.tt-foot-line { margin: 0 0 20px; max-width: 34ch; }
.tt-marks { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.tt-marks img { height: 13px; width: auto; opacity: .55; }

.tt-foot-legal {
  max-width: 1240px; margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 22px 0 30px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 6px 26px;
  font-size: 12px;
  color: #84848E;   /* 5.3:1 on --sw-bg; #6E6E77 measured 3.9:1, under AA */
}
