:root {
  --ink: #171917;
  --muted: #71746f;
  --paper: #f5f4ef;
  --acid: #d8fb53;
  --line: #d9d9d3;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.site-header { height: 92px; max-width: 1280px; padding: 0 38px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 27px; font-weight: 800; letter-spacing: -1.8px; }
.brand span { color: #86b600; }
.main-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a, .header-cta { transition: opacity .2s; }
.main-nav a:hover, .header-cta:hover { opacity: .55; }
.header-cta { font-size: 14px; font-weight: 700; border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; }
.header-cta span, .button span { margin-left: 8px; font-size: 18px; }

.hero { max-width: 1280px; min-height: 610px; padding: 67px 38px 80px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; text-transform: uppercase; font: 500 11px var(--mono); letter-spacing: 1.2px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #9ccf00; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -4.2px; line-height: .96; font-size: clamp(55px, 6.4vw, 89px); margin-bottom: 27px; font-weight: 700; }
em { color: #7fa700; font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 465px; font-size: 17px; line-height: 1.65; color: #575a55; }
.hero-actions { margin-top: 37px; display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--ink); color: white; padding: 16px 21px; transition: transform .2s, background .2s; }
.button-primary:hover { transform: translateY(-3px); background: #373a36; }
.button-text { padding: 10px 0; border-bottom: 1px solid var(--ink); }

.hero-art { position: relative; min-height: 430px; }
.art-grid { position: absolute; inset: 20px 0 0 0; background-image: linear-gradient(#d5d5ce 1px, transparent 1px), linear-gradient(90deg, #d5d5ce 1px, transparent 1px); background-size: 49px 49px; opacity: .7; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { background: var(--acid); height: 244px; width: 244px; left: 19%; top: 24px; opacity: .8; }
.orb-two { background: #9fcba4; height: 146px; width: 146px; right: 4%; top: 218px; opacity: .62; }
.floating-card { position: absolute; background: #fff; box-shadow: 0 22px 45px rgba(21, 27, 16, .16); }
.card-main { width: min(320px, 75%); height: 243px; top: 80px; right: 12%; padding: 19px; transform: rotate(-5deg); }
.card-top { display: flex; gap: 5px; margin-bottom: 29px; }
.card-top i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #d9d9d5; }
.card-top i:first-child { background: var(--acid); }
.card-line { height: 8px; width: 76%; margin: 10px 0; border-radius: 10px; background: #e7e7e3; }
.line-short { width: 44%; background: var(--ink); }
.chart { display: flex; align-items: end; gap: 10px; height: 80px; margin-top: 21px; border-bottom: 1px solid #e5e5df; }
.chart span { width: 12px; background: var(--acid); }
.chart span:nth-child(1) { height: 28%; }.chart span:nth-child(2) { height: 42%; }.chart span:nth-child(3) { height: 37%; }.chart span:nth-child(4) { height: 61%; }.chart span:nth-child(5) { height: 52%; }.chart span:nth-child(6) { height: 76%; }.chart span:nth-child(7) { height: 100%; background: var(--ink); }
.card-small { display: flex; gap: 12px; align-items: center; padding: 13px 16px; right: 0; bottom: 52px; transform: rotate(5deg); font-size: 12px; }
.small-icon { color: #709800; background: var(--acid); padding: 7px; font-size: 15px; }
.card-small strong, .card-small small { display: block; }.card-small small { color: var(--muted); margin-top: 2px; font-size: 10px; }
.cursor { position: absolute; left: 20%; bottom: 25px; width: 41px; height: 41px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: 23px; transform: rotate(-22deg); }

.marquee { overflow: hidden; background: var(--ink); color: white; padding: 18px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 25px; font: 500 12px var(--mono); text-transform: uppercase; letter-spacing: 1px; animation: run 28s linear infinite; }
.marquee b { color: var(--acid); font-size: 16px; }
@keyframes run { to { transform: translateX(-50%); } }

.services { max-width: 1280px; padding: 135px 38px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
h2 { font-size: clamp(46px, 4.7vw, 67px); }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 50px 1fr 20px; gap: 15px; align-items: start; padding: 28px 0 24px; border-bottom: 1px solid var(--line); transition: padding .25s; }
.service:hover { padding-left: 10px; }
.service-number { color: #8a8d87; padding-top: 6px; font: 11px var(--mono); }
.service h3 { margin-bottom: 8px; letter-spacing: -1.2px; font-size: 22px; }
.service p { margin: 0; max-width: 470px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-arrow { font-size: 20px; transition: transform .2s; }.service:hover .service-arrow { transform: translate(3px, -3px); }

.process { background: #e6e8dd; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 108px max(38px, calc((100vw - 1204px) / 2)); }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c7cabd; }
.process li { display: grid; grid-template-columns: 46px 1fr 1.3fr; align-items: baseline; gap: 13px; padding: 20px 0; border-bottom: 1px solid #c7cabd; }
.process li span { font: 11px var(--mono); color: #7a7e73; }
.process strong { font-size: 17px; }.process li p { margin: 0; font-size: 13px; line-height: 1.55; color: #656960; }

.contact { position: relative; min-height: 480px; overflow: hidden; padding: 105px 38px; text-align: center; background: var(--acid); }
.contact .eyebrow { justify-content: center; }.contact h2 { position: relative; z-index: 1; }.contact em { color: #495f00; }
.button-light { position: relative; z-index: 1; background: var(--ink); color: white; padding: 17px 22px; }
.shape-a, .shape-b { position: absolute; border-radius: 50%; border: 1px solid rgba(23, 25, 23, .13); }
.shape-a { width: 570px; height: 570px; top: -285px; left: -100px; }.shape-b { width: 740px; height: 740px; right: -180px; bottom: -570px; }
footer { max-width: 1280px; margin: auto; padding: 35px 38px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; font-size: 12px; color: var(--muted); }
footer .brand { color: var(--ink); } footer p { margin: 0; } footer > span { font: 11px var(--mono); }

@media (max-width: 720px) {
  .site-header { height: 75px; padding: 0 22px; }.main-nav { display: none; }.header-cta { font-size: 12px; }
  .hero { display: block; padding: 55px 22px 60px; min-height: auto; }.hero-art { margin: 55px auto 0; height: 310px; min-height: 0; max-width: 430px; }
  h1 { letter-spacing: -2.8px; }.hero-text { font-size: 15px; }.hero-actions { gap: 17px; flex-wrap: wrap; }
  .services { display: block; padding: 80px 22px; }.section-heading { margin-bottom: 50px; }.service { grid-template-columns: 37px 1fr 18px; }.service h3 { font-size: 19px; }
  .process { display: block; padding: 75px 22px; }.process-intro { margin-bottom: 48px; }.process li { grid-template-columns: 35px 1fr; }.process li p { grid-column: 2; }
  .contact { padding: 82px 22px; min-height: 410px; } footer { padding: 28px 22px; grid-template-columns: 1fr auto; gap: 18px; } footer p { display: none; }
}
