/* KissFiles shared — tokens, chrome, reset */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700&family=Inter:wght@400;500&family=Sora:wght@700&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap");

@font-face {
  font-family: "Quinn";
  src: url("/fonts/Quinn-Bold.woff2") format("woff2"),
       url("/fonts/Quinn-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #150909;
  --dark: #150909;
  --white: #ffffff;
  --bg-cream: #f1e7df;
  --bg-soft: #fff8f2;
  --c-main: #ff0000;
  --text-muted: #827b7b;
  --card-bg: #fffbf8;
  --card-edge: rgba(255, 0, 0, 0.06);
  --heading: #1a1a1a;
  --foot-label: #666666;
  --foot-link: #aaaaaa;
  --legal: #73a8c8;
  --foot-line: rgba(255, 255, 255, 0.08);
  --step-num: rgba(21, 9, 9, 0.4);
  --pad-x: clamp(24px, 6vw, 120px);
  --pad-x-sm: clamp(24px, 4vw, 80px);
  --max-wide: 1400px;
  --max-mid: 1100px;
  --max-faq: 800px;
  --display: "Quinn", "Arial Narrow", Impact, sans-serif;
  --body: "Source Sans 3", "Segoe UI", sans-serif;
  --nav-cta: "Inter Tight", "Source Sans 3", sans-serif;
  --dl-cta: "Sora", "Source Sans 3", sans-serif;
  --legal-font: "Inter", "Source Sans 3", sans-serif;
  --r-cta: 16px;
  --r-card: 20px;
  --shadow-soft: 0 2px 6px rgba(0, 0, 0, 0.04);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.ob-stage {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.ob-core {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.ob-wrap {
  width: 100%;
  max-width: var(--max-wide);
  margin-inline: auto;
  padding-inline: var(--pad-x-sm);
}

/* —— Header / mast —— */
.ob-mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px var(--pad-x);
  background: var(--bg-cream);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: relative;
  z-index: 20;
}

.ob-mast--plain {
  background: var(--white);
}

.ob-mast__brand img,
.ob-mast__mark img {
  width: 130px;
  height: 32px;
  object-fit: contain;
}

.ob-mast__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--nav-cta);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  white-space:nowrap;
}

.ob-mast__cta:hover {
  opacity: 0.9;
}

/* —— Primary / secondary download CTAs —— */
.ob-mzxrdeb.ob-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 40px;
  border-radius: var(--r-cta);
  background: var(--c-main);
  color: var(--white);
  font-family: var(--dl-cta);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 36px);
  line-height: 1;
}

.ob-mzxrdeb.ob-cta img {
  width: 28px;
  height: 28px;
}

.ob-mzxrdeb.ob-cta:hover {
  filter: brightness(0.95);
}

.ob-mzxrdeb.ob-cta--ghost {
  background: var(--white);
  color: var(--c-main);
  padding: 20px 36px;
  font-size: clamp(16px, 1.6vw, 22px);
}

.ob-mzxrdeb.ob-cta--nav {
  padding: 12px 26px;
  gap: 0;
  font-family: var(--nav-cta);
  font-size: 18px;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
}

.ob-mzxrdeb.ob-cta--nav img {
  display: none;
}

/* —— Footer / colophon —— */
.ob-colophon {
  background: var(--dark);
  color: var(--white);
  padding: 60px var(--pad-x) 40px;
  margin-top: auto;
}

.ob-colophon__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, auto);
  gap: 48px 64px;
  max-width: var(--max-wide);
  margin-inline: auto;
  align-items: start;
}

.ob-colophon__brand img {
  width: 98px;
  height: 24px;
  margin-bottom: 16px;
}

.ob-colophon__tag {
  color: var(--foot-link);
  font-size: 14px;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 0 16px;
}

.ob-colophon__mail {
  color: var(--white);
  font-size: 14px;
}

.ob-colophon__mail:hover {
  color: var(--c-main);
}

.ob-colophon__col h3 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--foot-label);
}

.ob-colophon__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ob-colophon__col a {
  color: var(--foot-link);
  font-size: 14px;
}

.ob-colophon__col a:hover {
  color: var(--white);
}

.ob-colophon__base {
  max-width: var(--max-wide);
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--foot-line);
  color: var(--foot-label);
  font-size: 13px;
}

/* —— Shared utilities —— */
.ob-eyebrow {
  margin: 0 0 16px;
  font-family: var(--body);
  font-weight: 600;
  font-size: clamp(13px, 1vw, 18px);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--c-main);
}

.ob-display {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
}

.ob-display .ob-accent {
  color: var(--c-main);
}

.ob-legal-link {
  color: var(--legal);
  text-decoration: underline;
  font-family: var(--legal-font);
}

.ob-legal-link:hover {
  opacity: 0.85;
}

/* Status / utility main */
.ob-status {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(48px, 8vh, 120px) var(--pad-x-sm);
  min-height: min(1000px, calc(100dvh - 80px));
}

.ob-status__title {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--c-main);
}

.ob-status__title--ink {
  color: var(--ink);
}

.ob-status__copy {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--ink);
}

.ob-status__mail {
  margin: 24px 0 0;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--ink);
}

.ob-status__mail a {
  color: inherit;
}

.ob-status__mail a:hover {
  color: var(--c-main);
}

.ob-status__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: step;
}

.ob-status__list li {
  counter-increment: step;
  padding-left: 0;
}

.ob-status__list li::before {
  content: counter(step) ". ";
  font-weight: 700;
}

.ob-status__art {
  width: min(280px, 60vw);
  margin: 0 auto 32px;
}

/* Placeholder pages */
.ob-stub {
  flex: 1 1 auto;
  padding: clamp(48px, 8vh, 100px) var(--pad-x-sm);
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
}

.ob-stub h1 {
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 48px);
  text-transform: uppercase;
  margin: 0 0 24px;
}

.ob-stub p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.6;
}

/* Download indicator — Figma 10333:1519 */
.ob-tuilf {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: transparent;
}

.ob-tuilf__cluster {
  position: absolute;
  top: 24px;
  right: 670px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  max-width: calc(100% - 48px);
}

.ob-grlcg {
  background: var(--c-main);
  color: var(--white);
  border-radius: 16px;
  padding: 32px 40px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.ob-grlcg__title {
  margin: 0;
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--white);
  line-height: normal;
  white-space: nowrap;
}

.ob-grlcg__note {
  margin: 0;
  font-family: var(--body);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  line-height: 1.3;
}

.ob-grlcg__note a {
  color: var(--white);
  font-style: italic;
  text-decoration: underline;
  text-transform: capitalize;
}

.ob-ughnnkf {
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  display: block;
  animation: ob-ughnnkf-nudge 0.8s ease-in-out infinite;
}

@keyframes ob-ughnnkf-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

@media (max-width: 640px) {
  .ob-tuilf__cluster {
    top: 12px;
    right: 12px;
    left: 12px;
    max-width: none;
  }

  .ob-grlcg {
    padding: 20px 24px;
    gap: 12px;
    min-width: 0;
  }

  .ob-grlcg__title {
    white-space: normal;
  }
}

@media (max-width: 960px) {
  .ob-colophon__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .ob-colophon__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .ob-mast {
    padding: 16px 20px;
  }

  .ob-mast__cta,
  .ob-mzxrdeb.ob-cta--nav {
    padding: 10px 20px;
    font-size: 15px;
  }

  .ob-colophon__grid {
    grid-template-columns: 1fr;
  }

  .ob-colophon {
    padding: 48px 24px 32px;
  }
}
