@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap");

:root {
  --ink: #090b0d;
  --paper: #eff2ed;
  --green: #3cff84;
  --blue: #8ab4ff;
  --line: rgba(9, 11, 13, 0.16);
  --muted: #6f746f;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, ul { margin: 0; }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(22px, 4vw, 64px);
  color: #fff;
  transition: height 180ms ease, color 180ms ease, background 180ms ease;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: auto clamp(22px, 4vw, 64px) 0;
  height: 1px;
  background: rgba(255,255,255,.25);
}
.site-header.is-scrolled {
  height: 68px;
  background: rgba(239,242,237,.92);
  color: var(--ink);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled::after { background: var(--line); }
.brand { display: flex; align-items: flex-end; gap: 9px; }
.wordmark {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.08em;
}
.brand > span {
  padding-bottom: 1px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav { display: flex; gap: 28px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.header-link { justify-self: end; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.nav a, .header-link, .wordmark { transition: opacity 160ms ease; }
.nav a:hover, .header-link:hover, .wordmark:hover { opacity: .55; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 80% 30%, rgba(60,255,132,.15), transparent 26%),
    radial-gradient(circle at 18% 82%, rgba(138,180,255,.14), transparent 28%),
    var(--ink);
  color: #fff;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .4;
  background:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 58px 58px;
}
.hero-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.orb-one { width: 52vw; height: 52vw; top: -18vw; right: -10vw; }
.orb-two { width: 38vw; height: 38vw; bottom: -20vw; left: 12vw; }
.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 130px clamp(22px,4vw,64px) clamp(40px,5vw,74px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(38px,5vw,72px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 22px var(--green); }
.hero h1 {
  max-width: 1240px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(47px,7.7vw,116px);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.07em;
}
.hero h1 em {
  display: block;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 1.13em;
  font-weight: 400;
  letter-spacing: -.06em;
}
.hero-foot {
  margin-top: clamp(42px,6vw,84px);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.hero-foot p { max-width: 570px; color: #aaa; font-size: clamp(15px,1.4vw,19px); line-height: 1.65; }
.hero-foot a { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.products {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(96px,10vw,160px) clamp(22px,4vw,64px);
}
.section-label { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-head { display: grid; grid-template-columns: .5fr 2fr; gap: 60px; align-items: start; margin-bottom: clamp(62px,8vw,118px); }
.section-head h2, .principles h2 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(36px,5.1vw,74px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.065em;
}
.product-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 660px;
  background: #f8f8f3;
}
.product-copy { padding: clamp(38px,5vw,74px); display: flex; flex-direction: column; align-items: flex-start; }
.product-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { margin-top: 58px; font-family: "Unbounded", sans-serif; font-size: clamp(44px,5vw,74px); letter-spacing: -.07em; }
.product-copy h4 { max-width: 560px; margin-top: 18px; font-size: clamp(20px,2vw,28px); line-height: 1.2; }
.product-copy > p:not(.product-index) { max-width: 550px; margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-copy ul { margin-top: 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.product-copy li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 100px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-copy > a { margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-media { min-height: 520px; background: #114328; }
.product-media img { height: 100%; object-fit: cover; }

.product-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-card {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(28px,4vw,52px);
  background: #dce5ff;
}
.product-card > div { position: relative; z-index: 2; }
.product-card h3 { margin-top: 22px; font-family: "Unbounded", sans-serif; font-size: clamp(34px,4vw,58px); letter-spacing: -.065em; }
.product-card > div > p:last-child { max-width: 420px; margin-top: 18px; color: rgba(9,11,13,.62); font-size: 14px; line-height: 1.6; }
.product-card img { position: absolute; inset: auto 0 0; height: 64%; object-fit: contain; transition: transform 700ms ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card > span { position: relative; z-index: 2; margin-top: auto; width: max-content; padding: 8px 10px; border: 1px solid rgba(9,11,13,.22); border-radius: 100px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.balance { background: #e7ddff; }
.time { background: #d8f3ea; }
.crowd { background: #1c2030; color: #fff; }
.crowd > div > p:last-child { color: rgba(255,255,255,.62); }
.crowd > span { border-color: rgba(255,255,255,.24); }
.crowd img { height: 56%; object-fit: cover; object-position: top center; }
.consencia { background: #151823; color: #fff; }
.consencia > div > p:last-child { color: rgba(255,255,255,.62); }
.consencia > span { border-color: rgba(255,255,255,.24); }
.consencia img { height: 70%; object-position: center bottom; }

.principles { background: var(--green); }
.principles-inner { max-width: var(--max); margin: 0 auto; padding: clamp(96px,10vw,160px) clamp(22px,4vw,64px); }
.principles h2 { margin-top: 52px; }
.principles h2 span { color: rgba(9,11,13,.34); }
.principle-grid { margin-top: clamp(60px,8vw,110px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(9,11,13,.24); }
.principle-grid > div { min-height: 240px; display: flex; flex-direction: column; padding: 28px; border-left: 1px solid rgba(9,11,13,.24); }
.principle-grid > div:first-child { padding-left: 0; border-left: 0; }
.principle-grid b { font-size: 10px; }
.principle-grid strong { margin-top: auto; font-family: "Unbounded", sans-serif; font-size: 19px; }
.principle-grid p { margin-top: 12px; max-width: 300px; color: rgba(9,11,13,.64); font-size: 13px; line-height: 1.55; }

.footer { min-height: 140px; display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; align-items: center; gap: 30px; padding: 28px clamp(22px,4vw,64px); background: var(--ink); color: #fff; }
.footer p { color: #929791; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.75,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-link { display: none; }
  .section-head { grid-template-columns: 1fr; }
  .product-hero { grid-template-columns: 1fr; }
  .product-copy > a { margin-top: 45px; }
  .product-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { height: 68px; }
  .nav { gap: 14px; font-size: 8px; }
  .hero h1 { font-size: clamp(42px,12.5vw,66px); }
  .product-card { min-height: 560px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div, .principle-grid > div:first-child { min-height: 180px; padding: 24px 0; border-left: 0; border-top: 1px solid rgba(9,11,13,.24); }
  .footer { grid-template-columns: 1fr; align-items: start; padding-top: 52px; padding-bottom: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
