:root {
  --op-page-max: 1180px;
  --op-page-gutter: 40px;
  --op-page-pad: max(var(--op-page-gutter), calc((100vw - var(--op-page-max)) / 2));
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  background: #FAFAFA;
  color: #0A0A0A;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.op-nav,
.op-hero,
.op-section,
.op-darksection,
.op-target,
.op-cta-block,
.op-statement,
.op-foot {
  padding-left: var(--op-page-pad);
  padding-right: var(--op-page-pad);
}

.op-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.op-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.op-logo-img {
  display: block;
  width: 154px;
  max-width: 42vw;
  height: auto;
}
.op-nav-cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.op-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  min-height: clamp(420px, 54vh, 620px);
  padding-top: clamp(46px, 5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 72px);
  border-bottom: 1px solid #E5E5E5;
}
.op-hero-copy {
  max-width: 760px;
  justify-self: center;
}
.op-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: #666;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.op-headline {
  font-weight: 900;
  font-size: clamp(48px, 4.6vw, 66px);
  line-height: 1;
  letter-spacing: -2px;
  margin: 0 0 24px;
  color: #0A0A0A;
  max-width: 900px;
}
.op-headline em {
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.op-headline em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 14px;
  background: #0A0A0A;
  z-index: -1;
  opacity: 0.08;
}
.op-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #444;
  margin: 0 0 36px;
  max-width: 640px;
}
.op-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.op-cta-primary {
  background: #0A0A0A;
  color: #F5F5F5;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.15s ease;
}
.op-cta-primary:hover { transform: translateY(-1px); }
.op-cta-secondary {
  color: #0A0A0A;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.op-hero-visual {
  position: relative;
  justify-self: center;
  width: min(34vw, 440px);
  min-width: 300px;
  aspect-ratio: 1;
  opacity: 0.9;
  animation: op-soft-enter 0.7s ease both, op-visual-float 7s ease-in-out 0.7s infinite;
}
.op-hero-ring,
.op-hero-dot,
.op-hero-line {
  position: absolute;
  display: block;
}
.op-hero-ring {
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 50%;
  inset: 12%;
}
.op-hero-ring-one {
  inset: 5%;
  border-color: rgba(10, 10, 10, 0.08);
}
.op-hero-ring-two {
  inset: 21%;
  border-color: rgba(10, 10, 10, 0.16);
  animation: op-visual-pulse 5.8s ease-in-out infinite;
}
.op-hero-ring-three {
  inset: 37%;
  background: rgba(10, 10, 10, 0.035);
  border-color: rgba(10, 10, 10, 0.18);
}
.op-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A0A0A;
  box-shadow: 0 0 0 10px rgba(10, 10, 10, 0.04);
}
.op-hero-dot-one {
  top: 19%;
  right: 24%;
  animation: op-visual-dot-one 6.5s ease-in-out infinite;
}
.op-hero-dot-two {
  left: 23%;
  bottom: 24%;
  width: 7px;
  height: 7px;
  opacity: 0.72;
  animation: op-visual-dot-two 7s ease-in-out infinite;
}
.op-hero-line {
  left: 20%;
  right: 18%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 10, 10, 0.18), transparent);
}
.op-hero-line-one {
  transform: rotate(18deg);
}
.op-hero-line-two {
  transform: rotate(-34deg);
  opacity: 0.65;
}

.op-statement {
  background: #0A0A0A;
  color: #F5F5F5;
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
  text-align: center;
}
.op-statement-text {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -1.4px;
  max-width: 820px;
  margin: 0 auto;
  color: #F5F5F5;
}
.op-statement-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: #888;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.op-section {
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
  border-bottom: 1px solid #E5E5E5;
}
.op-section-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: #666;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.op-section-h {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -1.4px;
  margin: 0 0 14px;
  max-width: 720px;
}
.op-section-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin: 0 0 48px;
  max-width: 640px;
}

.op-pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #E5E5E5;
}
.op-pillar {
  padding: 28px 18px 28px 0;
  border-right: 1px solid #E5E5E5;
}
.op-pillar:last-child { border-right: none; padding-right: 0; }
.op-pillar:not(:first-child) { padding-left: 18px; }
.op-pillar-key {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 12px;
}
.op-pillar-h {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.op-pillar-p {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}

.op-darksection {
  background: #0A0A0A;
  color: #F5F5F5;
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
}
.op-darksection .op-section-eyebrow { color: #888; }
.op-darksection .op-section-h { color: #F5F5F5; }
.op-darksection .op-section-sub { color: #A8A8A8; }

.op-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.op-step {
  background: #111;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 24px 22px;
}
.op-step-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 14px;
}
.op-step-h {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 0 0 8px;
  color: #F5F5F5;
}
.op-step-p {
  font-size: 13px;
  color: #888;
  line-height: 1.55;
}

.op-target {
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
  border-bottom: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.op-target-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.op-target-cell {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 22px 20px;
}
.op-target-cell.dark {
  background: #0A0A0A;
  color: #F5F5F5;
  border-color: #0A0A0A;
}
.op-target-cell.dark .op-target-cell-p { color: #A8A8A8; }
.op-target-cell-h {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.3px;
  margin: 0 0 6px;
}
.op-target-cell-p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.op-target-heading { margin-bottom: 18px; }
.op-target-sub { margin-bottom: 0; }

.op-cta-block {
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
.op-cta-h {
  font-weight: 800;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1.3px;
  margin: 0 0 12px;
}
.op-cta-p {
  font-size: 15px;
  color: #555;
  line-height: 1.55;
}
.op-cta-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.op-cta-input {
  background: #FFFFFF;
  border: 1px solid #DDD;
  padding: 14px 16px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0A0A0A;
  outline: none;
  transition: border-color 0.15s ease;
}
.op-cta-input::placeholder { color: #888; }
.op-cta-input:focus { border-color: #0A0A0A; }
.op-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.op-form-status {
  min-height: 20px;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}
.op-form-status.is-success { color: #176D3A; }
.op-form-status.is-error { color: #B3261E; }
.op-cta-button {
  background: #0A0A0A;
  color: #F5F5F5;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.op-cta-button:hover { transform: translateY(-1px); }
.op-cta-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.op-foot {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
  flex-wrap: wrap;
  gap: 16px;
}
.op-foot-links { display: flex; gap: 24px; flex-wrap: wrap; }

@keyframes op-soft-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes op-visual-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes op-visual-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.72;
  }
}

@keyframes op-visual-dot-one {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-12px, 10px); }
}

@keyframes op-visual-dot-two {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -8px); }
}

.op-hero-copy > *,
.op-statement-text,
.op-pillar,
.op-step,
.op-target > *,
.op-target-cell,
.op-cta-block > * {
  animation: op-soft-enter 0.6s ease both;
}

.op-hero-copy > :nth-child(2),
.op-statement-text,
.op-pillar:nth-child(2),
.op-step:nth-child(2),
.op-target-cell:nth-child(2),
.op-cta-block > :nth-child(2) {
  animation-delay: 0.06s;
}

.op-hero-copy > :nth-child(3),
.op-pillar:nth-child(3),
.op-step:nth-child(3),
.op-target-cell:nth-child(3) {
  animation-delay: 0.1s;
}

.op-hero-copy > :nth-child(4),
.op-pillar:nth-child(4),
.op-step:nth-child(4),
.op-target-cell:nth-child(4) {
  animation-delay: 0.14s;
}

.op-pillar:nth-child(5) {
  animation-delay: 0.18s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 900px) {
  .op-hero, .op-section, .op-darksection, .op-target, .op-cta-block, .op-statement, .op-foot, .op-nav { padding-left: 24px; padding-right: 24px; }
  .op-hero { grid-template-columns: 1fr; min-height: auto; gap: 34px; }
  .op-hero-copy { justify-self: start; }
  .op-hero-visual { width: min(58vw, 320px); min-width: 240px; opacity: 0.7; }
  .op-logo-img { width: 138px; }
  .op-headline { font-size: 40px; letter-spacing: -1.6px; }
  .op-statement-text { font-size: 26px; letter-spacing: -1px; }
  .op-section-h, .op-cta-h { font-size: 26px; letter-spacing: -1px; }
  .op-pillars { grid-template-columns: 1fr 1fr; }
  .op-pillar { border-right: none; border-bottom: 1px solid #E5E5E5; padding: 22px 0 !important; }
  .op-process { grid-template-columns: 1fr 1fr; }
  .op-target { grid-template-columns: 1fr; gap: 32px; }
  .op-cta-block { grid-template-columns: 1fr; }
  .op-foot { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .op-nav { align-items: flex-start; gap: 16px; }
  .op-logo-img { width: 124px; max-width: 50vw; }
  .op-hero { padding-top: 44px; padding-bottom: 54px; }
  .op-hero-visual { display: none; }
  .op-pillars { grid-template-columns: 1fr; }
  .op-process { grid-template-columns: 1fr; }
  .op-target-grid { grid-template-columns: 1fr; }
  .op-headline { font-size: 32px; }
}
