:root {
  --ink: #171713;
  --ink-soft: #34352f;
  --paper: #f1f0e8;
  --paper-deep: #e7e4d8;
  --white: #fbfbf7;
  --acid: #d8ff42;
  --acid-deep: #9fca00;
  --orange: #ff6846;
  --lavender: #d9d1ff;
  --blue: #5c74ff;
  --line: rgba(23, 23, 19, 0.2);
  --muted: #64665d;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: var(--acid);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 16px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  padding: 11px max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(23, 23, 19, 0.14);
  background: rgba(241, 240, 232, 0.86);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none;
}

.brand-lockup {
  display: grid;
  gap: 4px;
  text-decoration: none;
}

.parent-brand {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.wordmark span {
  margin-right: 2px;
  color: var(--orange);
  letter-spacing: 0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--white);
  outline: none;
}

.nav-links .nav-cta {
  margin-left: 6px;
  background: var(--ink);
  color: var(--white);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: var(--orange);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
  grid-template-rows: 1fr auto;
  gap: 56px 70px;
  align-items: center;
  overflow: hidden;
  padding: 130px max(22px, calc((100vw - var(--max)) / 2)) 28px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8%;
  right: -11%;
  width: min(62vw, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  filter: blur(1px);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 34%;
  bottom: -15%;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lavender);
}

.hero-copy,
.hero-instrument,
.hero-footnote {
  position: relative;
  z-index: 2;
}

.kicker,
.eyebrow,
.section-index,
.era-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 104, 70, 0.13);
}

h1,
h2,
h3,
p,
span,
li,
strong {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 760px;
  margin: 30px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.8rem, 8.5vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.78;
}

h1 em {
  color: var(--orange);
  font-weight: 400;
}

h2 {
  margin-bottom: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.hero-lede {
  max-width: 680px;
  margin: 36px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--orange);
  color: var(--ink);
  outline: 4px solid rgba(255, 104, 70, 0.2);
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.text-action span {
  font-size: 1.25rem;
}

.hero-instrument {
  width: min(100%, 560px);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(23, 23, 19, 0.22);
  border-radius: 50%;
}

.orbit {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(23, 23, 19, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 78%; height: 78%; }
.orbit-two { width: 51%; height: 51%; border-style: dashed; }
.orbit-three { width: 25%; height: 25%; background: var(--paper); }

.orbit-one::before,
.orbit-two::before,
.orbit-three::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
}

.orbit-one::before { top: 9%; left: 21%; }
.orbit-two::before { right: -7px; top: 42%; background: var(--blue); }
.orbit-three::before { left: 43%; bottom: -8px; background: var(--acid); }

.instrument-core {
  position: absolute;
  inset: 50%;
  width: 24%;
  height: 24%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  transform: translate(-50%, -50%);
  text-align: center;
}

.instrument-core span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 3.4rem;
  line-height: 0.6;
}

.instrument-core small {
  margin-top: -16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instrument-note {
  position: absolute;
  display: grid;
  gap: 5px;
  max-width: 175px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
  padding: 12px 14px;
  box-shadow: 7px 7px 0 rgba(23, 23, 19, 0.12);
}

.instrument-note span {
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 700;
}

.instrument-note strong {
  font-size: 0.8rem;
  line-height: 1.25;
}

.note-one { top: 7%; right: 2%; }
.note-two { bottom: 15%; left: -5%; }
.note-three { right: -6%; bottom: 3%; }

.hero-footnote {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 116px 0;
  border-top: 1px solid var(--line);
}

.section-index {
  margin-bottom: 64px;
  color: var(--muted);
}

.story-layout,
.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
  gap: 90px;
  align-items: start;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--orange);
}

.story-copy,
.work-heading > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.story-copy p {
  margin-bottom: 0;
}

.story-copy p + p {
  margin-top: 22px;
}

.story-copy .story-lede {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}

blockquote {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: start;
  margin: 86px 0 0;
  border-radius: 5px;
  background: var(--acid);
  padding: 38px 44px;
}

blockquote span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 7rem;
  line-height: 0.7;
}

blockquote p {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.4rem, 4.4vw, 5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.era-section,
.standard-section,
.legacy-section {
  width: 100%;
  padding: 116px max(22px, calc((100vw - var(--max)) / 2));
}

.era-section {
  background: var(--ink);
  color: var(--white);
}

.era-intro {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 60px;
  align-items: end;
}

.era-intro .eyebrow {
  color: var(--acid);
}

.era-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.era-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.era-grid article:last-child {
  border-right: 0;
}

.era-grid .era-current {
  background: var(--acid);
  color: var(--ink);
}

.era-number {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.2rem;
}

.era-current .era-number {
  color: rgba(23, 23, 19, 0.45);
}

.era-label {
  margin-top: auto;
  color: var(--orange);
}

.era-current .era-label {
  color: var(--ink);
}

.era-grid h3 {
  margin-top: 14px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.era-grid article > p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.93rem;
}

.era-current > p:last-child {
  color: rgba(23, 23, 19, 0.72) !important;
}

.work-heading > p {
  margin: 8px 0 0;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: 14px;
  margin-top: 70px;
}

.product-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  padding: 25px;
}

.product-featured {
  background: var(--lavender);
}

.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-pill {
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  padding: 3px 7px;
}

.product-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-top: 55px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
}

.product-card h3 {
  margin-top: 32px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.product-card > p {
  margin: 16px 0 0;
  color: var(--muted);
}

.product-card ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
  list-style: none;
}

.product-card li::before {
  content: "↳";
  margin-right: 8px;
  color: var(--orange);
}

.standard-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  background: var(--orange);
}

.standard-heading .eyebrow {
  color: var(--ink);
}

.standard-list {
  border-top: 1px solid rgba(23, 23, 19, 0.3);
}

.standard-list article {
  display: grid;
  grid-template-columns: 46px 145px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid rgba(23, 23, 19, 0.3);
}

.standard-list article > span {
  font-size: 0.7rem;
  font-weight: 700;
}

.standard-list h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.standard-list p {
  margin: 0;
  font-size: 0.92rem;
}

.agent-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.75fr);
  gap: 90px;
}

.agent-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.availability-note {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 10px 14px;
  color: var(--ink-soft);
  font-size: 0.77rem;
  font-weight: 600;
}

.availability-note span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
}

.agent-flow {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.agent-flow li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.agent-flow li > span {
  color: var(--orange);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
}

.agent-flow strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.agent-flow p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.legacy-section {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: center;
  overflow: hidden;
  background: var(--lavender);
}

.legacy-word {
  margin-left: -7vw;
  color: rgba(23, 23, 19, 0.08);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(8rem, 19vw, 20rem);
  letter-spacing: -0.08em;
  line-height: 0.75;
  white-space: nowrap;
  transform: rotate(-7deg);
}

.legacy-content {
  position: relative;
  z-index: 2;
}

.legacy-content > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--ink-soft);
}

.legacy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.legacy-tags span {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  gap: 90px;
  border-top: 0;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--muted);
}

.email-link {
  display: inline-flex;
  margin-top: 29px;
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.contact-form {
  display: grid;
  gap: 16px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  padding: 30px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 12px 13px;
}

select option {
  background: var(--ink);
  color: var(--white);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--acid);
  outline: 3px solid rgba(216, 255, 66, 0.15);
}

.button-accent {
  width: fit-content;
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.button-accent:hover,
.button-accent:focus-visible {
  background: var(--white);
  outline: 4px solid rgba(216, 255, 66, 0.14);
}

.form-note {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
}

.hidden {
  display: none;
}

.site-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 40px;
  align-items: end;
  padding: 46px max(22px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.footer-wordmark {
  color: var(--white);
}

.footer-lockup .parent-brand {
  color: rgba(255, 255, 255, 0.45);
}

.site-footer p {
  margin: 0;
}

.site-footer > p {
  text-align: center;
}

.site-footer > div {
  text-align: right;
}

.site-footer > div p + p {
  margin-top: 5px;
}

@media (max-width: 1050px) {
  .hero,
  .story-layout,
  .work-heading,
  .standard-section,
  .agent-section,
  .legacy-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 120px;
  }

  .hero::before {
    top: 39%;
    right: -20%;
    width: min(90vw, 690px);
  }

  .hero-instrument {
    justify-self: center;
  }

  .story-layout,
  .work-heading,
  .standard-section,
  .agent-section,
  .legacy-section,
  .contact-section {
    gap: 55px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-featured {
    grid-column: 1 / -1;
  }

  .product-card {
    min-height: 460px;
  }

  .legacy-word {
    position: absolute;
    top: 20%;
    left: -10%;
  }

  .legacy-content {
    max-width: 670px;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding: 9px 14px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-links .nav-cta {
    min-height: 38px;
  }

  .hero {
    min-height: 0;
    display: block;
    padding: 105px 14px 26px;
  }

  .hero::before {
    top: 47%;
    right: -45%;
    width: 130vw;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: clamp(4rem, 20vw, 6.3rem);
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-instrument {
    width: calc(100vw - 48px);
    margin: 74px auto 0;
  }

  .instrument-note {
    max-width: 145px;
    padding: 9px 10px;
  }

  .note-one { right: -2%; }
  .note-two { left: -2%; }
  .note-three { right: -2%; }

  .instrument-core span {
    font-size: 2.2rem;
  }

  .instrument-core small {
    display: none;
  }

  .hero-footnote {
    margin-top: 64px;
    font-size: 0.62rem;
  }

  .section {
    width: calc(100% - 28px);
    padding: 80px 0;
  }

  .section-index {
    margin-bottom: 42px;
  }

  .story-layout,
  .work-heading,
  .standard-section,
  .agent-section,
  .legacy-section,
  .contact-section {
    gap: 38px;
  }

  blockquote {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 55px;
    padding: 27px;
  }

  blockquote span {
    font-size: 5rem;
  }

  .era-section,
  .standard-section,
  .legacy-section {
    padding: 80px 14px;
  }

  .era-intro,
  .era-grid,
  .product-grid,
  .field-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .era-grid article {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .era-grid article:last-child {
    border-bottom: 0;
  }

  .product-featured {
    grid-column: auto;
  }

  .product-card {
    min-height: 440px;
  }

  .standard-list article {
    grid-template-columns: 36px 1fr;
  }

  .standard-list article p {
    grid-column: 2;
  }

  .availability-note {
    align-items: flex-start;
    border-radius: 10px;
  }

  .legacy-section {
    min-height: 650px;
  }

  .legacy-word {
    top: 22%;
    left: -20%;
  }

  .contact-form {
    padding: 22px;
  }

  .button-accent {
    width: 100%;
  }

  .site-footer {
    gap: 26px;
    padding: 38px 14px;
  }

  .site-footer > p,
  .site-footer > div {
    text-align: left;
  }
}

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