@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Newsreader:ital,opsz,wght@1,6..72,400&family=Noto+Sans+SC:wght@400;500;600&display=swap');

:root {
  --paper: #f4f1ea;
  --ink: #161714;
  --blue: #2846d8;
  --orange: #ff5a36;
  --line: rgba(22, 23, 20, .18);
  --muted: #66685f;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 86px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; font-weight: 600; letter-spacing: .17em; font-size: 14px; }
.brand-mark { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav { display: flex; gap: 42px; }
.nav a { text-decoration: none; font-size: 13px; position: relative; }
.nav a::after { content: ""; position: absolute; height: 1px; background: var(--ink); inset: auto 0 -7px; transform: scaleX(0); transition: transform .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.language-toggle { justify-self: end; border: 0; background: transparent; display: flex; gap: 7px; cursor: pointer; font-size: 12px; color: #8a8c84; padding: 10px 0 10px 10px; }
.language-toggle .active-lang { color: var(--ink); font-weight: 600; }

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  padding: clamp(60px, 8vw, 120px) clamp(22px, 7vw, 108px);
  overflow: hidden;
}
.eyebrow, .section-index { font-size: 10px; letter-spacing: .22em; font-weight: 600; margin: 0 0 38px; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 14px; }
h1, h2 { font-weight: 500; letter-spacing: -.06em; margin: 0; line-height: .91; }
h1 { font-size: clamp(64px, 8.4vw, 132px); max-width: 800px; }
h1 em, h2 em { color: var(--blue); font-family: var(--serif); font-weight: 400; }
.hero-intro { max-width: 510px; margin: 46px 0 34px; color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.text-link, .map-link { display: inline-flex; gap: 14px; align-items: center; text-decoration: none; font-size: 13px; font-weight: 600; padding-bottom: 8px; border-bottom: 1px solid var(--ink); }
.text-link svg, .map-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }
.text-link:hover svg, .map-link:hover svg { transform: translateX(5px); }

.hero-visual { position: relative; height: min(650px, 69vw); min-height: 480px; }
.orbit { position: absolute; border: 1px solid rgba(40, 70, 216, .22); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: 0; top: 3%; }
.orbit-two { width: 410px; height: 410px; right: 65px; top: 13%; border-color: rgba(255,90,54,.25); }
.phone { position: absolute; width: 224px; height: 458px; border-radius: 38px; border: 3px solid var(--ink); overflow: hidden; box-shadow: 0 35px 80px rgba(22,23,20,.14); }
.phone-top { position: absolute; z-index: 2; width: 62px; height: 17px; border-radius: 12px; background: var(--ink); top: 10px; left: calc(50% - 31px); }
.phone-back { right: 48%; top: 20%; background: var(--blue); transform: rotate(-13deg); }
.phone-front { right: 10%; top: 8%; background: #ff6a45; transform: rotate(8deg); }
.sun { width: 110px; height: 110px; border-radius: 50%; background: #ffd95d; position: absolute; top: 80px; right: -20px; }
.screen-copy { position: absolute; left: 22px; top: 210px; color: #171813; }
.screen-copy b { display: block; font-size: 12px; margin-bottom: 20px; }
.screen-copy span { font-size: 22px; line-height: 1.06; font-weight: 600; letter-spacing: -.03em; }
.screen-pill { position: absolute; left: 22px; right: 22px; bottom: 28px; height: 46px; border-radius: 25px; background: var(--ink); }
.mini-grid { position: absolute; inset: 75px 25px auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.mini-grid i { height: 80px; border: 1px solid rgba(255,255,255,.55); border-radius: 19px; }
.mini-grid i:first-child { background: #b8c3ff; }
.wave { width: 290px; height: 160px; border: 18px solid #e7ff76; border-radius: 50%; position: absolute; bottom: 24px; left: -62px; }
.floating-label { position: absolute; font-size: 9px; letter-spacing: .18em; font-weight: 600; background: var(--paper); padding: 10px 13px; border: 1px solid var(--ink); }
.label-one { top: 12%; left: 16%; transform: rotate(-8deg); }
.label-two { right: 2%; bottom: 16%; transform: rotate(5deg); }

.manifesto, .capabilities, .contact { padding: clamp(85px, 11vw, 170px) clamp(22px, 7vw, 108px); }
.manifesto { background: var(--ink); color: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.manifesto h2, .section-heading h2, .contact h2 { font-size: clamp(54px, 7vw, 106px); }
.manifesto h2 em { color: #8ba0ff; }
.manifesto-copy { padding-bottom: 10px; }
.manifesto-copy p { color: #bcbdb6; font-size: 17px; line-height: 1.72; margin: 0 0 24px; }

.capabilities { padding-bottom: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 40px; margin-bottom: 90px; }
.section-heading .section-index { padding-top: 12px; }
.section-heading h2 { max-width: 800px; }
.capability-list { border-top: 1px solid var(--ink); }
.capability { display: grid; grid-template-columns: 70px 150px .75fr 1fr; gap: 40px; align-items: center; padding: 48px 0; border-bottom: 1px solid var(--line); }
.cap-number { align-self: start; font-size: 10px; letter-spacing: .15em; }
.capability h3 { margin: 0; font-size: clamp(24px, 2.1vw, 34px); font-weight: 500; letter-spacing: -.035em; }
.capability p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 480px; }
.cap-icon { width: 84px; height: 84px; position: relative; }
.icon-product i { position: absolute; width: 46px; height: 46px; border: 2px solid var(--blue); }
.icon-product i:nth-child(1) { top: 0; left: 0; }
.icon-product i:nth-child(2) { top: 18px; left: 18px; border-color: var(--orange); }
.icon-product i:nth-child(3) { top: 36px; left: 36px; background: #d6ddff; }
.icon-design { border: 2px solid var(--ink); border-radius: 50%; }
.icon-design i:first-child { position: absolute; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); left: 10px; top: 21px; }
.icon-design i:last-child { position: absolute; width: 38px; height: 38px; border-radius: 50%; background: var(--blue); right: 10px; top: 21px; mix-blend-mode: multiply; }
.icon-build i { position: absolute; height: 2px; background: var(--ink); width: 72px; left: 6px; }
.icon-build i:nth-child(1) { top: 22px; transform: rotate(15deg); background: var(--blue); }
.icon-build i:nth-child(2) { top: 41px; transform: rotate(-15deg); }
.icon-build i:nth-child(3) { top: 60px; transform: rotate(15deg); background: var(--orange); }

.principle { margin-top: clamp(100px, 14vw, 210px); display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: #dbe0ff; }
.principle-art { min-height: 600px; background: var(--blue); position: relative; display: grid; place-items: center; overflow: hidden; }
.rings { width: min(38vw, 510px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; position: relative; }
.rings::before, .rings::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.rings::before { inset: 14%; }
.rings::after { inset: 30%; background: #7386e9; }
.core { position: absolute; color: white; border: 1px solid white; width: 86px; height: 86px; border-radius: 50%; display: grid; place-items: center; letter-spacing: .15em; padding-left: .15em; font-size: 13px; }
.principle-copy { padding: clamp(70px, 8vw, 130px); align-self: center; }
.principle-copy blockquote { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(39px, 4.5vw, 69px); line-height: 1.04; letter-spacing: -.04em; }
.principle-copy > p:last-child { color: #4f5260; line-height: 1.65; max-width: 430px; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.contact h2 em { color: var(--orange); }
.contact-details { border-top: 1px solid var(--ink); padding-top: 27px; }
.contact-label { font-size: 10px; letter-spacing: .2em; margin-bottom: 35px; }
address { font-style: normal; font-size: 17px; line-height: 1.7; margin-bottom: 38px; }
address span { display: block; }
footer { margin: 0 clamp(22px, 7vw, 108px); padding: 42px 0; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
footer p { margin: 0; font-size: 10px; letter-spacing: .12em; color: var(--muted); }
footer p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-visual { margin-top: 50px; height: 600px; }
  .manifesto-grid, .principle, .contact { grid-template-columns: 1fr; }
  .manifesto-copy { margin-top: 60px; max-width: 620px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 35px; }
  .capability { grid-template-columns: 45px 100px 1fr; }
  .capability p { grid-column: 3; }
  .principle-copy { min-height: 570px; }
  .contact-details { margin-top: 70px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }
  h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero { min-height: auto; }
  .hero-visual { height: 480px; min-height: 0; }
  .orbit-one { width: 410px; height: 410px; right: -110px; }
  .orbit-two { width: 300px; height: 300px; right: -50px; }
  .phone { width: 168px; height: 345px; border-radius: 29px; }
  .phone-back { left: 2%; top: 22%; }
  .phone-front { right: 2%; }
  .sun { width: 85px; height: 85px; }
  .screen-copy { top: 155px; left: 17px; }
  .screen-copy span { font-size: 17px; }
  .mini-grid { inset: 60px 18px auto; gap: 8px; }
  .mini-grid i { height: 59px; border-radius: 13px; }
  .wave { width: 230px; height: 125px; }
  .label-one { left: 1%; }
  .capability { grid-template-columns: 35px 80px 1fr; gap: 18px; padding: 35px 0; }
  .capability p { grid-column: 1 / -1; padding-left: 115px; }
  .cap-icon { transform: scale(.78); transform-origin: left center; }
  .principle-art { min-height: 440px; }
  .rings { width: 78vw; }
  .principle-copy { min-height: 530px; }
  footer { padding: 30px 0; }
}
