:root {
  --ink: #12151a;
  --slate: #1a2332;
  --fog: #eef1f5;
  --cloud: #f7f8fa;
  --line: rgba(18, 21, 26, 0.12);
  --muted: #5e6775;
  --signal: #ff4d1c;
  --signal-deep: #e03d12;
  --sky: #7eb6d9;
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cloud);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.font-display {
  font-family: var(--font-display);
}

.text-ink {
  color: var(--ink);
}

.text-muted {
  color: var(--muted);
}

.text-signal {
  color: var(--signal);
}

.site-bg {
  background:
    radial-gradient(ellipse 90% 55% at 0% -5%, rgba(126, 182, 217, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 5%, rgba(255, 77, 28, 0.1), transparent 50%),
    linear-gradient(165deg, #f7f8fa 0%, #e8edf3 48%, #f3f5f8 100%);
  background-attachment: fixed;
}

.site-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: repeating-linear-gradient(
    -18deg,
    #12151a 0,
    #12151a 1px,
    transparent 1px,
    transparent 14px
  );
}

.site-header,
main,
footer,
.cookie-banner {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 0.85rem 0 0;
  pointer-events: none;
}

.site-header > .wrap,
.site-header .mobile-menu {
  pointer-events: auto;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
  padding: 0.55rem 0.7rem 0.55rem 0.7rem;
  background: rgba(18, 21, 26, 0.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(18, 21, 26, 0.22);
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.logo-lockup__mark {
  width: 2.45rem;
  height: 2.45rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}

.logo-lockup__mark img,
.logo-lockup__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-lockup__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-lockup__name {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 1.05rem;
  color: #fff;
}

.logo-lockup__name span {
  color: var(--signal);
}

.logo-lockup__tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.15rem;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 0.15rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 1024px) {
  .header-nav {
    display: flex;
  }
}

.nav-link {
  font-weight: 600;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
  padding: 0.55rem 0.85rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: rgba(255, 77, 28, 0.16);
}

.header-cta {
  display: none;
}

@media (min-width: 1024px) {
  .header-cta {
    display: inline-flex;
  }
}

.brand {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--ink);
}

.brand span {
  color: var(--signal);
}

.nav-toggle {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu {
  display: none;
  margin-top: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 21, 26, 0.96);
  backdrop-filter: blur(16px);
}

.mobile-menu.open {
  display: block;
  animation: fade 0.25s ease;
}

.mobile-menu .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.65rem 0.2rem;
}

.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.active {
  background: transparent;
  color: var(--signal);
}

.hero--home .hero__content {
  padding-top: 8.5rem;
  padding-bottom: 4.5rem;
}

.hero-brand-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.hero-brand-row img {
  width: clamp(3.5rem, 8vw, 5rem);
  height: clamp(3.5rem, 8vw, 5rem);
  border-radius: 1.1rem;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.98;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  color: #fff;
  max-width: 11ch;
}

.hero-title span {
  color: var(--signal);
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
  padding: 0.9rem 0;
}

.marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.marquee__track span {
  color: var(--muted);
}

.marquee__track strong {
  color: var(--signal);
  font-weight: 700;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 1.45rem;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-signal {
  background: var(--signal);
  color: #fff;
}

.btn-signal:hover {
  background: var(--signal-deep);
  transform: translateY(-2px);
}

.btn-ink {
  background: var(--ink);
  color: #fff;
}

.btn-ink:hover {
  background: var(--slate);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-line {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}

.btn-line:hover {
  background: var(--ink);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: drift 20s ease-in-out infinite alternate;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.78) 0%, rgba(18, 21, 26, 0.45) 48%, rgba(18, 21, 26, 0.25) 100%),
    linear-gradient(180deg, rgba(18, 21, 26, 0.2) 0%, rgba(18, 21, 26, 0.75) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 4rem;
}

.page-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero .hero__content {
  padding-top: 8rem;
}

.page-hero__media {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 21, 26, 0.25) 0%, rgba(18, 21, 26, 0.82) 100%);
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-tight {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.wrap {
  width: min(80rem, calc(100% - 2rem));
  margin-inline: auto;
}

.kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 0.85rem;
}

.h-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--muted);
  line-height: 1.75;
}

.band-ink {
  background: var(--ink);
  color: #fff;
}

.band-slate {
  background: var(--slate);
  color: #fff;
}

.band-fog {
  background: rgba(238, 241, 245, 0.85);
}

.split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split-2 {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }

  .split-2.reverse > :first-child {
    order: 2;
  }
}

.media-frame {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.media-frame:hover img {
  transform: scale(1.05);
}

.mosaic {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .mosaic-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mosaic-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: block;
  color: #fff;
}

.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tile:hover img {
  transform: scale(1.06);
}

.tile__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  background: linear-gradient(180deg, transparent 25%, rgba(18, 21, 26, 0.88) 100%);
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
}

.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--signal);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .steps-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  border-top: 2px solid var(--ink);
  padding-top: 1rem;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--signal);
  margin-bottom: 0.6rem;
}

.quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.timeline {
  display: grid;
  gap: 0;
  border-left: 2px solid rgba(255, 77, 28, 0.45);
  padding-left: 1.5rem;
}

.timeline__item {
  position: relative;
  padding-bottom: 1.75rem;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -1.85rem;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--signal);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.compare th,
.compare td {
  border: 1px solid var(--line);
  padding: 0.85rem 1rem;
  text-align: left;
}

.compare th {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}

.compare tr:nth-child(even) td {
  background: rgba(238, 241, 245, 0.7);
}

.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -0.03em;
  margin: 2.4rem 0 0.9rem;
}

.prose h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 1.6rem 0 0.6rem;
}

.prose p,
.prose li {
  color: var(--muted);
  line-height: 1.8;
}

.prose p {
  margin: 0 0 1rem;
}

.prose ul,
.prose ol {
  margin: 0 0 1.2rem 1.15rem;
}

.prose strong {
  color: var(--ink);
}

.prose a {
  color: var(--signal);
  font-weight: 700;
}

.cta-panel {
  background: linear-gradient(135deg, var(--ink) 0%, #243247 55%, #3a241c 100%);
  color: #fff;
  padding: clamp(2rem, 5vw, 3.25rem);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0;
  padding: 4rem 0 2rem;
}

.site-footer a:hover {
  color: var(--signal);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 28rem;
  margin-inline: auto;
  background: var(--ink);
  color: #fff;
  padding: 1.2rem 1.35rem;
  display: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.cookie-banner.show {
  display: block;
  animation: up 0.4s ease;
}

.field {
  width: 100%;
  border: 1.5px solid var(--line);
  background: #fff;
  padding: 0.85rem 1rem;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease;
}

.field:focus {
  border-color: var(--signal);
}

@keyframes drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(0, -1.2%, 0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 92vh;
  }

  .page-hero {
    min-height: 48vh;
  }
}
