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

:root {
  --ink: #20242b;
  --paper: #faf9f7;
  --white: #ffffff;
  --muted: #6d727b;
  --line: #e2e1de;
  --accent: #536d98;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.nav { position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(250,249,247,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .2s; }
.nav.scrolled { border-color: var(--line); }
.nav-inner { width: min(1120px, calc(100% - 48px)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: var(--ink); font: 700 1.05rem var(--display); letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: .84rem; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 9px 15px; border: 1px solid var(--ink); border-radius: 99px; color: var(--ink); }
.nav-cta span, .button span { margin-left: 12px; }
.nav-toggle { display: none; width: 36px; border: 0; background: none; }
.nav-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--ink); }

.hero { position: relative; min-height: 820px; padding: 150px max(24px, calc((100vw - 1120px)/2)) 95px; display: flex; align-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: "OMINET"; position: absolute; right: -1.5vw; bottom: -4.5vw; color: rgba(32,36,43,.04); font: 700 clamp(8rem, 19vw, 17rem)/.8 var(--display); letter-spacing: -.09em; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(100%, 1120px); }
.hero-network { position: absolute; z-index: 1; top: 0; right: -2px; width: min(41vw, 520px); opacity: .105; pointer-events: none; }
.hero-network svg { display: block; width: 100%; height: auto; overflow: visible; }
.network-lines { fill: none; stroke: var(--accent); stroke-width: 1.4; }
.network-nodes { fill: var(--accent); }
.network-fragments { fill: none; stroke: var(--accent); stroke-width: 1.2; opacity: .7; }
.network-floaters { fill: var(--accent); opacity: .75; }
.kicker { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.kicker span { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.05em; }
h1 { max-width: 100%; margin: 30px 0 62px; font-size: clamp(1.9rem, 6.1vw, 5.4rem); font-weight: 500; line-height: .96; }
.hero-line { display: block; white-space: nowrap; }
h1 em { position: relative; color: var(--accent); font-style: normal; }
h1 em::after { content: ""; position: absolute; left: 2%; right: -1%; bottom: -.08em; height: 3px; background: var(--accent); border-radius: 50%; transform: rotate(-1.2deg); opacity: .55; }
.hero-support { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 9vw; align-items: end; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-lede { max-width: 650px; color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; width: fit-content; align-items: center; flex-direction: column; gap: 18px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 225px; padding: 14px 19px; border-radius: 99px; font-size: .85rem; font-weight: 600; transition: transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-light, .button-accent { background: var(--ink); color: var(--white); }
.text-link { padding-bottom: 2px; border-bottom: 1px solid #aeb4b0; color: var(--muted); font-size: .84rem; }
.text-link span { margin-left: 8px; }

.section { position: relative; padding: 120px max(24px, calc((100vw - 1040px)/2)); }
.section-heading { max-width: 820px; }
.section-heading h2, .process-head h2 { margin-top: 24px; font-size: clamp(2.55rem, 5vw, 4.8rem); font-weight: 500; line-height: 1.07; }
.intro .kicker, .process .kicker, .difference .kicker { width: min(100%, 390px); display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; color: var(--ink); font-family: var(--display); font-size: .86rem; font-weight: 600; letter-spacing: .1em; }
.intro .kicker::after, .process .kicker::after, .difference .kicker::after { content: ""; height: 1px; background: linear-gradient(90deg, var(--accent), var(--line) 72%, transparent); }
.intro .kicker span, .process .kicker span, .difference .kicker span { width: 8px; height: 8px; border: 2px solid var(--paper); box-shadow: 0 0 0 1px var(--accent); }
.process .kicker span { border-color: #f3f4f6; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; margin-top: 80px; padding-top: 24px; border-top: 1px solid var(--line); }
.lead-copy { font: 500 clamp(1.3rem, 2.1vw, 1.8rem)/1.4 var(--display); letter-spacing: -.035em; }
.body-copy { display: grid; gap: 24px; color: var(--muted); }
.statement { margin-top: 80px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1.55fr; gap: 50px; }
.statement span { color: var(--muted); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.statement p { font: 500 clamp(1.45rem, 2.7vw, 2.5rem)/1.3 var(--display); letter-spacing: -.04em; }

.process { background: #f3f4f6; border-block: 1px solid var(--line); }
.process-head { display: grid; grid-template-columns: 1fr 230px; gap: 50px; align-items: end; margin-bottom: 65px; }
.process-head > p { color: var(--muted); }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 55px 1fr 1.2fr; gap: 35px; padding: 30px 18px 30px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.process-item:hover { padding-left: 18px; background: rgba(255,255,255,.6); }
.process-item > span { color: #8a8f98; font-size: .67rem; }
.process-item h3 { font-size: 1.2rem; font-weight: 600; }
.process-item p { max-width: 430px; color: var(--muted); font-size: .93rem; }

.difference { background: var(--paper); }
.value-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.value-card { position: relative; min-height: 220px; padding: 30px 40px 30px 0; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.value-card:nth-child(even) { padding-left: 40px; border-left: 1px solid var(--line); }
.value-card::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--accent); transition: width .3s ease; }
.value-card:hover { background: rgba(83,109,152,.045); }
.value-card:hover::before { width: 72px; }
.value-card > span { color: #8a8f98; font-size: .65rem; }
.value-card h3 { margin: 42px 0 12px; font-size: 1.3rem; font-weight: 600; }
.value-card p { max-width: 430px; color: var(--muted); font-size: .9rem; }

.cta-section { position: relative; isolation: isolate; padding: 120px max(24px, calc((100vw - 1040px)/2)); background: var(--ink); color: var(--white); overflow: hidden; }
.cta-section::after { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -180px; top: -210px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.cta-copy { width: 100%; max-width: 1040px; }
.cta-copy .kicker { color: #aeb3bc; }
.cta-copy h2 { margin: 26px 0; font-size: clamp(1rem, 4.6vw, 3.15rem); font-weight: 500; line-height: 1.08; }
.cta-copy h2 span { display: block; white-space: nowrap; }
.cta-copy > p:not(.kicker) { max-width: 620px; color: #aeb3bc; font-size: 1.05rem; }
.button-accent { margin-top: 36px; background: var(--accent); color: var(--white); }

footer { padding: 38px max(24px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 30px; background: var(--ink); border-top: 1px solid #383d46; color: #9ca1aa; font-size: .77rem; }
footer .brand { color: var(--white); }
footer div { display: flex; gap: 22px; }
footer small { font-size: .68rem; }

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

@media (max-width: 800px) {
  .nav-inner { width: calc(100% - 40px); }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 64px; left: 12px; right: 12px; padding: 22px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .intro-grid, .process-head { grid-template-columns: 1fr; gap: 35px; }
  .hero-support { grid-template-columns: 1fr; gap: 30px; }
  .hero-network { top: 28px; right: -105px; width: 430px; opacity: .08; }
  .process-item { grid-template-columns: 40px 1fr; }
  .process-item p { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; }
  footer div { justify-content: flex-end; }
}

@media (max-width: 560px) {
  .hero { min-height: 720px; padding: 130px 16px 80px; }
  .hero::before { right: -18px; bottom: -10px; font-size: 7rem; }
  .hero-network { top: 45px; right: -145px; width: 340px; opacity: .065; }
  h1 { width: 111%; margin-bottom: 45px; font-size: clamp(2rem, 9vw, 2.6rem); line-height: 1; letter-spacing: -.065em; transform: scaleX(.9); transform-origin: left center; }
  .hero-actions { align-items: center; flex-direction: column; }
  .section { padding: 85px 20px; }
  .cta-section { padding: 95px 16px; }
  .section-heading h2, .process-head h2 { font-size: 2.55rem; }
  .intro-grid { margin-top: 55px; }
  .statement { margin-top: 60px; grid-template-columns: 1fr; gap: 24px; }
  .value-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .value-card, .value-card:nth-child(even) { min-height: 0; padding: 26px 0; border-left: 0; }
  .value-card h3 { margin-top: 30px; }
  .cta-copy h2 { width: 122%; font-size: clamp(1.2rem, 5.8vw, 1.65rem); line-height: 1.12; letter-spacing: -.06em; transform: scaleX(.82); transform-origin: left center; }
  .cta-copy > p:not(.kicker) { font-size: 1rem; }
  footer { padding: 35px 20px; grid-template-columns: 1fr; }
  footer div { justify-content: flex-start; flex-wrap: wrap; }
}
