:root {
  --paper: #f4f0e6;
  --paper-warm: #ece4d5;
  --ink: #151512;
  --muted: #68675f;
  --coral: #ff614d;
  --yellow: #f7d447;
  --blue: #4d65ff;
  --mint: #a7e7cb;
  --white: #fffdf8;
  --line: rgba(21, 21, 18, 0.16);
  --radius-lg: clamp(28px, 3vw, 48px);
  --radius-md: 28px;
  --page-pad: clamp(20px, 4vw, 64px);
  --display: "Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 0%, rgba(247, 212, 71, 0.22), transparent 24rem),
    linear-gradient(rgba(21, 21, 18, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 18, 0.022) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 32px 32px, 32px 32px, auto;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  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)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.page-shell {
  width: min(1800px, 100%);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.site-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  overflow: visible;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
}

.brand-mark circle:nth-of-type(1) {
  fill: var(--coral);
}

.brand-mark circle:nth-of-type(2) {
  fill: var(--yellow);
}

.brand-mark circle:nth-of-type(3) {
  fill: var(--blue);
}

.brand-mark circle {
  stroke: var(--ink);
  stroke-width: 2;
}

.privacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.privacy-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23a46d;
  box-shadow: 0 0 0 5px rgba(35, 164, 109, 0.12);
}

.hero {
  min-height: min(810px, calc(100vh - 132px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 6vw, 112px);
  padding: clamp(46px, 5vw, 84px) 0 clamp(76px, 7vw, 116px);
}

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

.eyebrow {
  margin: 0 0 21px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  margin: 0 8px;
  color: var(--coral);
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7.5vw, 8.6rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.085em;
}

h1 span {
  display: block;
}

.hero-pop {
  position: relative;
  width: fit-content;
  margin-top: 0.13em;
  color: var(--coral);
}

.hero-pop::after {
  position: absolute;
  right: -0.03em;
  bottom: -0.13em;
  left: 0.06em;
  height: 0.1em;
  border-radius: 999px;
  background: var(--yellow);
  content: "";
  transform: rotate(-1.2deg);
  transform-origin: left;
}

.hero-lede {
  max-width: 640px;
  margin: clamp(32px, 4vw, 56px) 0 0;
  color: #4f4e48;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.58;
}

.round-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.round-link svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease;
}

.round-link path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.round-link:hover svg,
.round-link:focus-visible svg {
  background: var(--yellow);
  transform: translateY(4px);
}

.idea-machine {
  --pointer-x: 0;
  --pointer-y: 0;
  position: relative;
  min-height: clamp(520px, 49vw, 690px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--yellow);
  isolation: isolate;
}

.machine-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle, black 5%, transparent 74%);
}

.idea-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(235px, 24vw, 330px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 2px solid var(--ink);
  border-radius: 43% 57% 48% 52% / 56% 41% 59% 44%;
  color: var(--ink);
  background: var(--yellow);
  text-align: center;
  transform: translate(calc(-50% + var(--pointer-x) * 8px), calc(-50% + var(--pointer-y) * 8px)) rotate(-6deg);
  transition: transform 140ms ease-out;
  animation: morph 9s ease-in-out infinite alternate;
}

.core-kicker {
  margin-bottom: 8px;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.idea-core strong {
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.1vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.spark {
  position: absolute;
  font-size: 1.1rem;
}

.spark-one {
  top: 24%;
  left: 17%;
}

.spark-two {
  right: 17%;
  bottom: 23%;
  font-size: 0.75rem;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104%;
  overflow: visible;
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-dasharray: 5 7;
  stroke-width: 1.1;
}

.orbit-one {
  transform: translate(-50%, -50%) rotate(20deg);
}

.orbit-two {
  transform: translate(-50%, -50%) rotate(-52deg);
}

.orbit-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px 10px 10px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
}

.orbit-chip span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 0.58rem;
}

.chip-useful {
  top: 16%;
  right: 8%;
  transform: translate(calc(var(--pointer-x) * -13px), calc(var(--pointer-y) * -13px)) rotate(5deg);
}

.chip-joyful {
  bottom: 14%;
  left: 7%;
  transform: translate(calc(var(--pointer-x) * -18px), calc(var(--pointer-y) * -18px)) rotate(-6deg);
}

.chip-lasting {
  right: 5%;
  bottom: 26%;
  transform: translate(calc(var(--pointer-x) * -10px), calc(var(--pointer-y) * -10px)) rotate(7deg);
}

.shape {
  position: absolute;
  display: block;
}

.shape-coral {
  top: 8%;
  left: 8%;
  width: 79px;
  height: 79px;
  border-radius: 50% 50% 8px 50%;
  background: var(--coral);
  transform: rotate(18deg);
}

.shape-blue {
  right: 8%;
  bottom: 7%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--blue);
}

.shape-yellow {
  bottom: 7%;
  left: 42%;
  width: 22px;
  height: 22px;
  background: var(--yellow);
  transform: rotate(45deg);
}

.ticker {
  width: calc(100% + var(--page-pad) * 2);
  margin-left: calc(var(--page-pad) * -1);
  overflow: hidden;
  border-block: 2px solid var(--ink);
  background: var(--yellow);
  transform: rotate(-1.1deg);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 17px 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  animation: ticker 24s linear infinite;
}

.ticker-track i {
  color: var(--coral);
  font-style: normal;
}

.principles {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.6fr);
  gap: clamp(40px, 7vw, 112px);
  padding: clamp(130px, 13vw, 220px) 0;
}

.section-heading {
  align-self: start;
  position: sticky;
  top: 48px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.93;
  letter-spacing: -0.075em;
}

.section-heading > p:last-child {
  max-width: 390px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.principle-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(25px, 3vw, 38px);
  border: 2px solid var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms ease;
}

.principle-card:hover {
  box-shadow: 11px 11px 0 var(--ink);
  transform: translate(-4px, -4px) rotate(-0.6deg);
}

.principle-card:nth-child(2) {
  margin-top: 80px;
}

.principle-card:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 300px;
  width: calc(50% - 11px);
  justify-self: center;
}

.card-coral {
  color: var(--white);
  background: var(--coral);
}

.card-yellow {
  background: var(--yellow);
}

.card-blue {
  color: var(--white);
  background: var(--blue);
}

.card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card-topline svg {
  width: 52px;
  height: 52px;
}

.card-topline path,
.card-topline circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.principle-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.principle-card p {
  max-width: 330px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  opacity: 0.82;
}

.manifesto {
  position: relative;
  min-height: clamp(520px, 62vw, 820px);
  display: grid;
  grid-template-columns: 0.67fr 1.33fr;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  margin-bottom: clamp(90px, 10vw, 160px);
  padding: clamp(40px, 6vw, 90px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--ink);
}

.manifesto::before {
  position: absolute;
  right: -8%;
  bottom: -35%;
  width: 55%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.025), 0 0 0 120px rgba(255, 255, 255, 0.025);
}

.manifesto-mark {
  width: min(360px, 100%);
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--ink);
  background: var(--coral);
  box-shadow: inset -26px -24px 0 rgba(0, 0, 0, 0.08);
  transform: rotate(-9deg);
}

.manifesto-mark span {
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 7.4rem);
  font-weight: 800;
  line-height: 0.66;
  letter-spacing: -0.1em;
}

.manifesto-copy {
  position: relative;
  z-index: 1;
}

.manifesto-copy .eyebrow {
  color: var(--yellow);
}

.manifesto-quote {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 7rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.manifesto-quote em {
  position: relative;
  color: var(--yellow);
  font-style: normal;
}

.manifesto-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.55;
}

.hand-line {
  width: 78px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}

.manifesto-star {
  position: absolute;
  top: 7%;
  right: 6%;
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 4rem);
  animation: spin 10s linear infinite;
}

.site-footer {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.site-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-meta {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .hero-copy .reveal:nth-child(2) {
  transition-delay: 80ms;
}

.js .hero-copy .reveal:nth-child(3) {
  transition-delay: 160ms;
}

.js .hero-copy .reveal:nth-child(4) {
  transition-delay: 240ms;
}

@keyframes morph {
  0% { border-radius: 43% 57% 48% 52% / 56% 41% 59% 44%; }
  50% { border-radius: 58% 42% 60% 40% / 43% 58% 42% 57%; }
  100% { border-radius: 48% 52% 39% 61% / 62% 44% 56% 38%; }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes spin {
  to { transform: rotate(1turn); }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 940px;
  }

  .idea-machine {
    min-height: min(700px, 78vw);
  }

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

  .section-heading {
    position: static;
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    align-items: end;
    gap: 24px;
  }

  .section-heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .section-heading > p:last-child {
    margin: 0 0 5px;
  }

  .manifesto {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 18px;
  }

  .site-header {
    min-height: 84px;
  }

  .privacy-pill {
    max-width: 150px;
    padding: 9px 11px;
    font-size: 0.61rem;
  }

  .hero {
    min-height: 0;
    gap: 58px;
    padding: 52px 0 88px;
  }

  h1 {
    font-size: clamp(3.55rem, 17.7vw, 6rem);
    line-height: 0.87;
  }

  .hero-lede {
    max-width: 95%;
    margin-top: 38px;
    font-size: 1.03rem;
  }

  .idea-machine {
    min-height: 118vw;
    border-radius: 30px;
    box-shadow: 7px 7px 0 var(--yellow);
  }

  .idea-core {
    width: 63vw;
  }

  .orbit-chip {
    font-size: 0.59rem;
  }

  .chip-useful {
    top: 12%;
    right: 5%;
  }

  .chip-joyful {
    bottom: 12%;
    left: 5%;
  }

  .chip-lasting {
    right: 3%;
    bottom: 25%;
  }

  .shape-coral {
    width: 56px;
    height: 56px;
  }

  .shape-blue {
    width: 50px;
    height: 50px;
  }

  .ticker-track {
    gap: 22px;
    padding: 13px 0;
  }

  .principles {
    padding: 128px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p:last-child {
    margin-top: 28px;
  }

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

  .principle-card,
  .principle-card:nth-child(2),
  .principle-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
    min-height: 330px;
    margin-top: 0;
  }

  .manifesto {
    min-height: 760px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 55px;
    padding: 44px 27px;
    border-radius: 30px;
  }

  .manifesto-mark {
    width: 180px;
    justify-self: center;
  }

  .manifesto-mark span {
    font-size: 3.8rem;
  }

  .manifesto-quote {
    font-size: clamp(2.5rem, 12.5vw, 4.1rem);
  }

  .manifesto-note {
    margin-top: 32px;
  }

  .site-footer {
    min-height: 210px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 28px;
  }

  .footer-meta {
    justify-content: space-between;
    gap: 12px;
    font-size: 0.62rem;
  }
}

@media (max-width: 390px) {
  .privacy-pill {
    max-width: 112px;
    line-height: 1.15;
  }

  .chip-lasting {
    display: none;
  }

  .footer-meta {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .idea-machine,
  .principle-card,
  .manifesto {
    border: 2px solid CanvasText;
  }
}
