:root {
  --paper: #f4f4ef;
  --ink: #11120f;
  --muted: #62645e;
  --line: #d4d6cd;
  --acid: #b8f23d;
  --acid-deep: #7bc91e;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header,
main,
footer {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  overflow: hidden;
  background: var(--ink);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.brand-mark i {
  width: 34px;
  height: 4px;
  display: block;
  margin: 2px 0;
  background: var(--white);
  transform: skewX(-32deg);
}

nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: 0.9rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }

.contact-link {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.8rem, 8vw, 7rem);
  line-height: 0.91;
  letter-spacing: -0.075em;
}

h1 span { color: var(--acid-deep); }

.hero-intro {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light:hover { background: var(--white); }

.hero-art {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--acid);
  border-radius: 36px;
}

.hero-art > p {
  position: absolute;
  left: 26px;
  bottom: 8px;
  color: rgba(17, 18, 15, 0.62);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-art > p strong { color: var(--ink); }

.zebra-disc {
  width: min(64vw, 280px);
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  gap: 16px;
  overflow: hidden;
  background: var(--white);
  border: 10px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-12deg);
  box-shadow: 0 28px 60px rgba(17, 18, 15, 0.18);
}

.zebra-disc span {
  width: 130%;
  height: 22px;
  margin-left: -15%;
  background: var(--ink);
  transform: skewY(-9deg);
}

.orbit { position: absolute; border: 1px solid rgba(17,18,15,.2); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; }
.orbit-two { width: 470px; height: 470px; }

.work, .studio { padding: 116px 0; border-bottom: 1px solid var(--line); }

.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 58px;
}

.section-heading h2, .closing h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.section-heading .eyebrow { padding-top: 12px; }

.product-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 560px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  border-radius: 38px;
}

.product-copy { padding: clamp(38px, 6vw, 78px); }
.product-label { display: flex; gap: 16px; color: #b7b9b2; font-size: .76rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-label span { color: var(--acid); }
.product-copy h3 { margin: 70px 0 20px; font-size: clamp(3.6rem, 7vw, 6rem); line-height: .9; letter-spacing: -.07em; }
.product-copy p { max-width: 430px; color: #c8cac3; font-size: 1.08rem; }
.product-copy ul { padding: 28px 0 0; margin: 34px 0 0; border-top: 1px solid #3f413c; list-style: none; }
.product-copy li { margin: 9px 0; }

.wheel-stage { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--acid), #8ada24); }
.mini-wheel { width: min(72%, 430px); aspect-ratio: 1; position: relative; overflow: hidden; border: 11px solid var(--white); border-radius: 50%; box-shadow: 0 24px 50px rgba(17,18,15,.22); transform: rotate(-14deg); }
.wheel-half { position: absolute; inset-block: 0; width: 50%; }
.wheel-dark { left: 0; background: #339c35; }
.wheel-bright { right: 0; background: #b5ee4e; }
.wheel-center { width: 28%; aspect-ratio: 1; position: absolute; inset: 36%; display: grid; place-items: center; background: var(--white); color: #174d2a; border-radius: 50%; text-align: center; font-size: clamp(.6rem, 1.4vw, .92rem); font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.wheel-pointer { position: absolute; right: 8%; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 54px solid var(--white); filter: drop-shadow(0 5px 5px rgba(17,18,15,.2)); }
.choice { position: absolute; z-index: 2; color: var(--white); font-weight: 850; font-size: clamp(1rem, 2.6vw, 1.9rem); text-shadow: 0 4px 7px rgba(17,18,15,.28); }
.choice-one { top: 33%; left: 27%; transform: rotate(-22deg); }
.choice-two { right: 25%; bottom: 31%; transform: rotate(-20deg); }

.section-heading.compact { display: block; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles article { min-height: 270px; padding: 28px 30px 10px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 30px; }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--acid-deep); font-size: .75rem; font-weight: 800; }
.principles h3 { margin: 84px 0 14px; font-size: 1.65rem; letter-spacing: -.04em; }
.principles p { max-width: 290px; color: var(--muted); }

.closing { padding: 130px 0 110px; }
.closing h2 { max-width: 900px; margin-bottom: 54px; }
.closing > a { display: inline-block; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 750; text-decoration: none; }
.closing > a span { margin-left: 8px; }

footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
footer p { margin: 0; }
footer div { display: flex; gap: 24px; }
footer a { text-decoration: none; }

.legal-page { max-width: 850px; padding: 110px 0 130px; }
.legal-page h1 { font-size: clamp(3.5rem, 8vw, 6.5rem); }
.legal-lead { max-width: 700px; margin-bottom: 76px; color: var(--muted); font-size: 1.25rem; }
.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { font-size: 1.35rem; letter-spacing: -.03em; }
.legal-page section p { max-width: 720px; color: var(--muted); }
.legal-page section a { color: var(--ink); }
.back-link { display: inline-block; margin-top: 46px; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 780px) {
  .site-header, main, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 76px; }
  nav a:not(.contact-link) { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding: 88px 0 70px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero-art { min-height: 390px; }
  .work, .studio { padding: 82px 0; }
  .section-heading { display: block; }
  .section-heading .eyebrow { padding-top: 0; }
  .product-card { grid-template-columns: 1fr; }
  .product-copy { min-height: 520px; }
  .wheel-stage { min-height: 470px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: 220px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 52px; }
  .closing { padding: 90px 0 78px; }
  footer { align-items: flex-start; padding: 28px 0; }
}

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