:root {
  --bg: #f3eee6;
  --paper: rgba(255, 250, 244, 0.9);
  --ink: #111111;
  --muted: #5f584f;
  --line: rgba(17, 17, 17, 0.12);
  --line-strong: rgba(17, 17, 17, 0.28);
  --blue: #1851ff;
  --orange: #ea5c30;
  --shadow: 0 28px 80px rgba(17, 17, 17, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Archivo Expanded', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(24, 81, 255, 0.08), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(234, 92, 48, 0.08), transparent 18%),
    linear-gradient(180deg, #f8f4ed 0%, var(--bg) 100%);
}

body,
a,
button,
input,
textarea,
summary {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.noise-layer,
.blob {
  pointer-events: none;
  position: fixed;
}

.noise-layer {
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 56%, transparent 95%);
}

.blob {
  border-radius: 50%;
  filter: blur(58px);
  opacity: 0.22;
}

.blob--blue {
  top: 90px;
  left: -90px;
  width: 260px;
  height: 260px;
  background: rgba(24, 81, 255, 0.32);
}

.blob--orange {
  right: -70px;
  bottom: 80px;
  width: 280px;
  height: 280px;
  background: rgba(234, 92, 48, 0.28);
}

.page-shell {
  position: relative;
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.panel-cut {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.section-dock {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 50;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.section-dock a,
.identity-strip__meta,
.cover-layout__label,
.tiny-label,
.section-kicker,
.route-line__label,
.legal-pocket summary {
  font-family: 'IBM Plex Mono', monospace;
}

.section-dock a {
  min-width: 98px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  transition: 140ms ease;
}

.section-dock a:hover,
.section-dock a.is-active {
  color: var(--ink);
  border-color: var(--ink);
  background: #ffffff;
}

.identity-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
}

.identity-strip__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.identity-strip__mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
  font-size: 1.45rem;
  font-weight: 700;
}

.identity-strip__brand strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-strip__brand span:last-child {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.identity-strip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storyboard,
.faq-rack {
  display: grid;
  gap: 20px;
}

.cover-layout,
.manifest-section,
.orbit-core,
.orbit-node,
.process-ribbon,
.faq-card,
.contact-wall {
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.94) 0%, rgba(255, 247, 238, 0.98) 100%);
  box-shadow: var(--shadow);
}

.cover-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
}

.cover-layout__label,
.tiny-label,
.section-kicker,
.route-line__label {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cover-layout__label {
  grid-column: 1 / -1;
}

.cover-layout__headline {
  grid-column: 1 / span 8;
}

.cover-layout__headline h1 {
  display: grid;
  margin: 10px 0 0;
  line-height: 0.82;
}

.cover-layout__headline h1 span:first-child {
  font-size: clamp(4rem, 11vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.cover-layout__headline h1 span:last-child {
  margin-top: 6px;
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.cover-layout__summary,
.cover-layout__negotiation,
.cover-layout__counter,
.cover-layout__actions {
  font-family: Arial, sans-serif;
}

.cover-layout__summary {
  grid-column: 1 / span 6;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.cover-layout__negotiation,
.cover-layout__counter {
  padding: 18px;
  border: 1px solid var(--line-strong);
}

.cover-layout__negotiation {
  grid-column: 9 / -1;
  grid-row: 2 / span 2;
  background: linear-gradient(160deg, #0f1728 0%, #171717 100%);
  color: #f9f5ec;
}

.cover-layout__negotiation .tiny-label,
.cover-layout__negotiation p {
  color: rgba(249, 245, 236, 0.74);
}

.cover-layout__negotiation strong,
.cover-layout__counter strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 0.94;
}

.cover-layout__negotiation p,
.cover-layout__counter p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.cover-layout__counter {
  grid-column: 7 / span 2;
  grid-row: 3;
  background: linear-gradient(160deg, rgba(24, 81, 255, 0.08) 0%, rgba(255, 255, 255, 0.64) 100%);
}

.cover-layout__actions {
  grid-column: 1 / span 8;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 140ms ease;
}

.cta:hover {
  transform: translateY(-1px);
}

.cta--primary {
  background: linear-gradient(135deg, var(--blue) 0%, #4c81ff 100%);
  color: #ffffff;
}

.cta--light {
  background: rgba(255, 255, 255, 0.58);
}

.marquee-band {
  overflow: hidden;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.44);
}

.marquee-band__track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 13px 0;
  animation: marquee 24s linear infinite;
}

.marquee-band__track span {
  padding: 0 14px;
  border-right: 1px solid var(--line);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.manifest-section {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 22px;
}

.manifest-section__number {
  display: grid;
  place-items: start;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.82;
  color: rgba(14, 14, 14, 0.14);
}

.manifest-section__body h2,
.orbit-core h2,
.process-ribbon__header h2,
.faq-rack__headline h2,
.contact-wall__copy h2 {
  margin: 12px 0 0;
  font-size: clamp(1.9rem, 3.2vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.manifest-section__body p,
.orbit-node p,
.process-block p,
.faq-card p,
.contact-wall__copy p,
.legal-pocket p {
  font-family: Arial, sans-serif;
  color: var(--muted);
  line-height: 1.8;
}

.orbit-stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
}

.orbit-core,
.orbit-node {
  padding: 22px;
}

.orbit-core {
  width: min(580px, 92%);
  min-height: 260px;
  display: grid;
  align-content: center;
  text-align: center;
}

.orbit-node {
  position: absolute;
  width: min(320px, 32vw);
  min-height: 190px;
}

.orbit-node__tag {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.82rem;
}

.orbit-node h3,
.process-block h3 {
  margin: 14px 0 0;
  font-size: 1.14rem;
  line-height: 1.06;
}

.orbit-node--one {
  top: 18px;
  left: 0;
}

.orbit-node--two {
  top: 44px;
  right: 0;
}

.orbit-node--three {
  bottom: 20px;
  left: 70px;
}

.orbit-node--four {
  bottom: 6px;
  right: 40px;
}

.process-ribbon {
  padding: 22px;
}

.process-ribbon__lane {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.process-block {
  padding: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.5);
}

.process-block__number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--ink);
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.82rem;
}

.faq-rack {
  display: grid;
  gap: 14px;
}

.faq-rack__headline {
  padding: 4px 2px 0;
}

.faq-card {
  padding: 0;
}

.faq-card summary,
.legal-pocket summary {
  cursor: pointer;
  list-style: none;
}

.faq-card summary {
  padding: 20px 22px;
  font-size: 1rem;
  font-weight: 700;
}

.faq-card summary::-webkit-details-marker,
.legal-pocket summary::-webkit-details-marker {
  display: none;
}

.faq-card p {
  margin: 0;
  padding: 0 22px 20px;
}

.contact-wall {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 18px;
  padding: 22px;
}

.contact-wall__routes {
  display: grid;
  gap: 12px;
}

.route-line {
  display: block;
  padding: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.5);
}

.route-line__value {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
  line-height: 1.05;
}

.legal-pocket {
  padding-top: 4px;
}

.legal-pocket summary {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-pocket p {
  margin: 10px 0 0;
}

@media (max-width: 1120px) {
  .section-dock {
    right: 10px;
  }

  .cover-layout__headline,
  .cover-layout__summary,
  .cover-layout__actions,
  .cover-layout__negotiation,
  .cover-layout__counter {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .orbit-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0;
  }

  .orbit-node {
    position: static;
    width: auto;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .section-dock {
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .identity-strip,
  .contact-wall,
  .process-ribbon__lane {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .identity-strip {
    align-items: flex-start;
  }

  .identity-strip__meta {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 18px, 1240px);
    padding-top: 16px;
  }

  .panel-cut {
    clip-path: none;
  }

  .section-dock,
  .identity-strip,
  .cover-layout,
  .manifest-section,
  .contact-wall,
  .process-ribbon__lane {
    display: grid;
  }

  .section-dock a,
  .cta {
    width: 100%;
  }

  .cover-layout,
  .manifest-section,
  .process-ribbon,
  .faq-card,
  .contact-wall,
  .orbit-core,
  .orbit-node {
    padding: 18px;
  }

  .manifest-section {
    grid-template-columns: 1fr;
  }

  .cover-layout__headline h1 span:first-child {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .cover-layout__headline h1 span:last-child {
    font-size: clamp(2.1rem, 12vw, 3.5rem);
  }

  .manifest-section__body h2,
  .orbit-core h2,
  .process-ribbon__header h2,
  .faq-rack__headline h2,
  .contact-wall__copy h2 {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }
}
