@font-face {
  font-family: "Geist";
  src: url("fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("fonts/geist-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --font-instrument-serif: "Instrument Serif";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}


:root {
  --paper: #f0ede5;
  --paper-deep: #dfd9cc;
  --ink: #11110f;
  --orange: #ff5722;
  --cream: #f5f0e6;
  --line: rgba(17, 17, 15, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--orange); color: var(--ink); }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 19px 28px 18px;
  font-size: 13px;
}

.wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  gap: 6px;
  font-size: 15px;
  font-weight: 640;
  letter-spacing: -0.035em;
}

.wordmark-star { margin-right: 3px; color: var(--orange); font-size: 13px; }
.wordmark-studio { font-size: 11px; font-weight: 520; letter-spacing: 0.01em; opacity: 0.5; }
.header-nav { display: flex; align-items: center; gap: 28px; }
.header-nav a { position: relative; }
.header-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}
.header-nav a:hover::after,
.header-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-note {
  justify-self: end;
  margin: 0;
  color: rgba(17, 17, 15, 0.55);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 5vw;
  overflow: hidden;
  padding: 118px 28px 28px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 32%;
  width: 1px;
  height: 100%;
  background: var(--line);
  content: "";
}

.hero-kicker {
  display: flex;
  width: min(560px, 100%);
  justify-content: space-between;
  grid-column: 1;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.045em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  z-index: 1;
  display: flex;
  align-self: center;
  margin: 7vh 0 5vh;
  flex-direction: column;
  grid-column: 1 / -1;
  font-size: clamp(64px, 10.45vw, 178px);
  font-weight: 570;
  letter-spacing: -0.082em;
  line-height: 0.78;
}

.hero h1 span:nth-child(2) { margin-left: 7.5vw; }
.hero h1 em {
  margin-left: 27vw;
  color: var(--orange);
  font-family: var(--font-instrument-serif), "Iowan Old Style", serif;
  font-size: 1.12em;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.hero-copy {
  display: grid;
  width: min(720px, 100%);
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: end;
  gap: 48px;
  grid-column: 1;
}
.hero-copy p {
  max-width: 540px;
  margin: 0;
  font-size: clamp(17px, 1.38vw, 22px);
  letter-spacing: -0.025em;
  line-height: 1.36;
}

.text-link {
  display: flex;
  min-width: 190px;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding: 9px 0;
  font-size: 12px;
  transition: color 180ms ease;
}
.text-link:hover,
.text-link:focus-visible { color: var(--orange); }

.hero-orbit {
  position: absolute;
  right: -7vw;
  bottom: 14vh;
  width: min(34vw, 530px);
  aspect-ratio: 1;
  animation: orbit-enter 1200ms 180ms cubic-bezier(.2,.85,.24,1) both;
}
.orbit-disc {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 42%, transparent 0 8%, rgba(255, 255, 255, .58) 8.2% 8.65%, transparent 8.9% 100%),
    repeating-radial-gradient(circle at 46% 44%, transparent 0 5px, rgba(17, 17, 15, .16) 5.5px 6.2px),
    conic-gradient(from 190deg at 50% 50%, #f2bd92, #ff5722 16%, #f0c7da 34%, #b7c4ff 50%, #d9ee8d 68%, #f9a669 82%, #f2bd92);
  filter: saturate(.9) contrast(.95);
  transform: rotate(-8deg);
  animation: slow-turn 36s linear infinite;
}
.orbit-disc::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(17, 17, 15, .18);
  border-radius: inherit;
  content: "";
}
.orbit-type {
  position: absolute;
  inset: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: clamp(7px, .62vw, 10px);
  letter-spacing: .06em;
  transform: rotate(22deg);
}
.hero-index {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  width: calc(32% - 56px);
  justify-content: space-between;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .04em;
}

.intro-strip {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}
.intro-strip p {
  margin: 0;
  font-size: clamp(36px, 5.2vw, 84px);
  font-weight: 540;
  letter-spacing: -.065em;
}
.intro-strip p:last-child {
  color: var(--orange);
  font-family: var(--font-instrument-serif), serif;
  font-style: italic;
  font-weight: 400;
}
.strip-star { color: var(--orange); font-size: 18px; }

.section-label {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.light-label { border-color: rgba(245, 240, 230, .28); }

.work-section {
  background: var(--ink);
  color: var(--cream);
  padding: 30px 28px 110px;
}

.product-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .32fr);
  align-items: end;
  gap: 7vw;
  padding: 58px 0 44px;
}

.product-heading h2 {
  margin: 0;
  font-size: clamp(108px, 17vw, 286px);
  font-weight: 560;
  letter-spacing: -.095em;
  line-height: .72;
}

.product-summary {
  display: grid;
  align-content: end;
  gap: 42px;
}

.product-summary p {
  margin: 0;
  font-size: clamp(17px, 1.34vw, 22px);
  letter-spacing: -.025em;
  line-height: 1.4;
}

.product-summary span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aura-canvas {
  position: relative;
  display: grid;
  min-height: 790px;
  grid-template-columns: .42fr .58fr;
  overflow: hidden;
  background: #b9b6fb;
  color: var(--ink);
}

.aura-canvas::before {
  position: absolute;
  right: -12%;
  bottom: -28%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(17, 17, 15, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(17,17,15,.035), 0 0 0 76px rgba(17,17,15,.028), 0 0 0 114px rgba(17,17,15,.02);
  content: "";
}

.aura-statement {
  position: relative;
  display: flex;
  min-height: 790px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(17, 17, 15, .24);
  padding: 27px 30px 34px;
}

.canvas-index {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .07em;
}

.aura-statement p {
  z-index: 1;
  margin: auto 0;
  font-size: clamp(48px, 5.1vw, 82px);
  font-weight: 540;
  letter-spacing: -.07em;
  line-height: .9;
}

.aura-statement em {
  color: #ff5426;
  font-family: var(--font-instrument-serif), serif;
  font-size: 1.12em;
  font-weight: 400;
}

.aura-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, .32);
  transform: rotate(45deg);
}

.aura-mark span {
  display: block;
  width: 21px;
  height: 21px;
  background: var(--ink);
  clip-path: polygon(50% 0, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0 50%, 42% 42%);
}

.phone-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 45px 30px;
}

.phone-shadow {
  position: absolute;
  width: 390px;
  height: 680px;
  border-radius: 46%;
  background: rgba(51, 49, 102, .34);
  filter: blur(52px);
  transform: translate(42px, 28px) rotate(-11deg);
}

.phone {
  position: relative;
  width: 354px;
  height: 720px;
  border: 8px solid #1a1918;
  border-radius: 56px;
  background: #1a1918;
  box-shadow: 0 40px 80px rgba(27, 25, 47, .34), inset 0 0 0 1px rgba(255,255,255,.32);
  transform: rotate(4deg);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}

.aura-canvas:hover .phone { transform: rotate(1deg) translateY(-7px); }

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 47px;
  background: #f2f0e8;
  color: #151513;
  padding: 22px 18px 17px;
}

.dynamic-island {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 88px;
  height: 25px;
  border-radius: 20px;
  background: #111;
  transform: translateX(-50%);
}

.phone-topline {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  letter-spacing: .07em;
}

.phone h3 {
  margin: 36px 0 24px;
  font-size: 31px;
  font-weight: 560;
  letter-spacing: -.065em;
  line-height: .98;
}

.year-card {
  border-radius: 22px;
  background: #151513;
  color: #f5f2e8;
  padding: 17px;
}

.year-card-top,
.year-card-bottom,
.today-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.year-card-top {
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  letter-spacing: .08em;
}

.day-dots {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 6px;
  margin: 18px 0 16px;
}

.day-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(245, 242, 232, .18);
}

.day-dots i.elapsed { background: rgba(245, 242, 232, .88); }
.day-dots i.today { background: var(--orange); box-shadow: 0 0 0 3px rgba(255, 87, 34, .26); }

.year-card-bottom strong {
  color: #dce960;
  font-size: 23px;
  font-weight: 520;
  letter-spacing: -.05em;
}

.year-card-bottom span { color: rgba(245, 242, 232, .52); font-size: 9px; }
.today-title { margin: 24px 2px 11px; }
.today-title span:first-child { font-size: 14px; font-weight: 620; }
.today-title span:last-child { color: rgba(21,21,19,.5); font-size: 8px; }

.ritual-list {
  display: grid;
  gap: 7px;
}

.ritual-list > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(21,21,19,.1);
  border-radius: 13px;
  padding: 11px 12px;
  font-size: 10px;
}

.ritual-list b { color: rgba(21,21,19,.44); font-size: 8px; font-weight: 500; }
.ritual-dot { width: 7px; height: 7px; border-radius: 50%; }
.ritual-dot.orange { background: #ff5426; }
.ritual-dot.blue { background: #6464ee; }
.ritual-dot.acid { background: #c5d33f; }

.phone-nav {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 28px rgba(21,21,19,.12);
  padding: 10px;
  color: rgba(21,21,19,.35);
  font-size: 13px;
  backdrop-filter: blur(12px);
}
.phone-nav .active { color: #ff5426; }

.canvas-note {
  position: absolute;
  right: 24px;
  bottom: 22px;
  margin: 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.product-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(245,240,230,.24);
}

.product-features > div {
  min-height: 170px;
  border-right: 1px solid rgba(245,240,230,.24);
  padding: 20px 20px 26px 0;
}

.product-features > div:not(:first-child) { padding-left: 20px; }
.product-features > div:last-child { border-right: 0; }
.product-features span { color: var(--orange); font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.product-features p { max-width: 250px; margin: 48px 0 0; font-size: 13px; line-height: 1.5; }

.studio-section {
  padding: 30px 28px 130px;
  background: var(--paper);
}

.studio-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .35fr);
  gap: 7vw;
  padding: 100px 0 130px;
}

.studio-lead h2 {
  margin: 0;
  font-size: clamp(58px, 7.2vw, 116px);
  font-weight: 550;
  letter-spacing: -.078em;
  line-height: .88;
}

.studio-lead h2 em {
  color: var(--orange);
  font-family: var(--font-instrument-serif), serif;
  font-size: 1.09em;
  font-weight: 400;
}

.studio-copy {
  align-self: end;
  display: grid;
  gap: 24px;
}

.studio-copy p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 20px);
  letter-spacing: -.02em;
  line-height: 1.48;
}

.studio-copy p:last-child { color: rgba(17,17,15,.58); }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principles article {
  min-height: 330px;
  border-right: 1px solid var(--line);
  padding: 21px 22px 28px 0;
}

.principles article:not(:first-child) { padding-left: 22px; }
.principles article:last-child { border-right: 0; }
.principle-number { font-family: var(--font-geist-mono), monospace; font-size: 9px; }

.principles h3 {
  margin: 100px 0 22px;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 550;
  letter-spacing: -.075em;
  line-height: .9;
}

.principles article:nth-child(2) h3 { color: #625ff0; }
.principles article:nth-child(3) h3 { color: var(--orange); font-family: var(--font-instrument-serif), serif; font-style: italic; font-weight: 400; }
.principles p { max-width: 280px; margin: 0; color: rgba(17,17,15,.58); font-size: 13px; line-height: 1.5; }

.experiments {
  background: var(--orange);
  color: var(--ink);
  padding: 30px 28px 90px;
}

.experiments h2 {
  margin: 90px 0 105px;
  font-size: clamp(72px, 11.5vw, 188px);
  font-weight: 560;
  letter-spacing: -.095em;
  line-height: .76;
}

.experiments h2::first-line { color: var(--paper); }

.experiment-list { border-top: 1px solid rgba(17,17,15,.45); }
.experiment-row {
  display: grid;
  min-height: 112px;
  grid-template-columns: 70px 1fr 150px 30px;
  align-items: center;
  border-bottom: 1px solid rgba(17,17,15,.45);
  transition: background 240ms ease, padding 240ms ease;
}

.experiment-row:hover { background: rgba(240,237,229,.18); padding: 0 18px; }
.experiment-number,
.experiment-state { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.experiment-row h3 { margin: 0; font-size: clamp(25px, 3vw, 46px); font-weight: 540; letter-spacing: -.05em; }
.experiment-arrow { justify-self: end; font-size: 20px; }

footer {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px 24px;
  background: var(--ink);
  color: var(--cream);
}

.footer-topline {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(245,240,230,.28);
  padding-top: 13px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-email {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border-bottom: 1px solid rgba(245,240,230,.5);
  padding: 0 0 22px;
  font-size: clamp(42px, 7.2vw, 118px);
  font-weight: 540;
  letter-spacing: -.075em;
  line-height: .9;
  transition: color 220ms ease;
}

.footer-email:hover,
.footer-email:focus-visible { color: var(--orange); }
.footer-email span { font-size: .32em; font-weight: 400; }

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8vw;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-bottom p { margin: 0; }
.footer-wordmark { display: flex; align-items: center; gap: 10px; }
.footer-wordmark span { color: var(--orange); }
.footer-wordmark strong { font-family: var(--font-geist-sans), sans-serif; font-size: 13px; letter-spacing: -.03em; text-transform: none; }

@keyframes orbit-enter {
  from { opacity: 0; transform: translate(10%, 12%) scale(.82); }
  to { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes slow-turn { to { transform: rotate(352deg); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 17px 18px; }
  .header-nav { gap: 18px; }
  .header-note { display: none; }
  .wordmark-studio { display: none; }
  .hero { min-height: 780px; display: block; padding: 104px 18px 24px; }
  .hero::before { right: 18px; }
  .hero-kicker { display: grid; gap: 4px; }
  .hero h1 { margin: 13vh 0 0; font-size: clamp(58px, 18.5vw, 108px); line-height: .84; }
  .hero h1 span:nth-child(2) { margin-left: 0; }
  .hero h1 em { margin-left: 8vw; }
  .hero-copy { position: absolute; right: 18px; bottom: 24px; left: 18px; display: block; }
  .hero-copy p { max-width: 370px; }
  .text-link { width: 100%; margin-top: 28px; }
  .hero-orbit { right: -22vw; bottom: 160px; width: 69vw; opacity: .92; }
  .hero-index { display: none; }
  .intro-strip { min-height: 130px; gap: 13px; padding: 28px 18px; }
  .intro-strip p { font-size: clamp(27px, 8vw, 48px); }
  .strip-star { font-size: 10px; }

  .section-label { padding-top: 10px; }
  .work-section,
  .studio-section,
  .experiments { padding-right: 18px; padding-left: 18px; }

  .work-section { padding-bottom: 72px; }
  .product-heading { display: block; padding: 50px 0 34px; }
  .product-heading h2 { font-size: clamp(108px, 36vw, 180px); }
  .product-summary { gap: 24px; margin-top: 45px; }
  .product-summary p { max-width: 520px; }

  .aura-canvas { display: block; min-height: 850px; }
  .aura-statement { min-height: auto; height: 290px; border-right: 0; border-bottom: 1px solid rgba(17,17,15,.24); padding: 20px; }
  .aura-statement p { margin: auto 0 0; font-size: clamp(45px, 11vw, 78px); }
  .aura-mark { position: absolute; right: 20px; top: 20px; width: 44px; height: 44px; }
  .phone-wrap { height: 560px; align-items: start; padding: 35px 20px 0; }
  .phone { width: 270px; height: 550px; border-width: 6px; border-radius: 44px; }
  .phone-screen { border-radius: 37px; padding: 17px 14px 12px; }
  .dynamic-island { width: 70px; height: 20px; top: 7px; }
  .phone-topline { margin-top: 19px; }
  .phone h3 { margin: 25px 0 16px; font-size: 24px; }
  .year-card { padding: 13px; border-radius: 17px; }
  .day-dots { gap: 4px; margin: 13px 0 12px; }
  .day-dots i { width: 4px; height: 4px; }
  .year-card-bottom strong { font-size: 19px; }
  .today-title { margin: 17px 2px 8px; }
  .ritual-list { gap: 5px; }
  .ritual-list > div { padding: 8px 9px; }
  .phone-nav { bottom: 9px; padding: 7px; }
  .canvas-note { right: 13px; bottom: 11px; font-size: 7px; }

  .product-features { grid-template-columns: 1fr 1fr; }
  .product-features > div { min-height: 155px; padding: 17px 15px 20px 0; }
  .product-features > div:not(:first-child) { padding-left: 15px; }
  .product-features > div:nth-child(2) { border-right: 0; }
  .product-features > div:nth-child(-n+2) { border-bottom: 1px solid rgba(245,240,230,.24); }
  .product-features p { margin-top: 30px; font-size: 12px; }

  .studio-section { padding-bottom: 80px; }
  .studio-lead { display: block; padding: 70px 0 90px; }
  .studio-lead h2 { font-size: clamp(54px, 13vw, 95px); }
  .studio-copy { margin: 60px 0 0 20%; }
  .principles { display: block; }
  .principles article,
  .principles article:not(:first-child) { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); padding: 17px 0 24px; }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin: 52px 0 14px; }

  .experiments { padding-bottom: 62px; }
  .experiments h2 { margin: 70px 0 75px; font-size: clamp(68px, 18vw, 120px); }
  .experiment-row { min-height: 95px; grid-template-columns: 45px 1fr 22px; }
  .experiment-state { display: none; }

  footer { min-height: 540px; padding: 25px 18px 20px; }
  .footer-topline span:last-child { display: none; }
  .footer-email { overflow-wrap: anywhere; font-size: clamp(38px, 10.5vw, 72px); line-height: .92; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 18px; }
  .footer-bottom p:first-of-type { display: none; }
}

@media (max-width: 460px) {
  .header-nav a:nth-child(2) { display: none; }
  .hero h1 { margin-top: 17vh; }
  .hero-copy p { font-size: 16px; }
  .intro-strip { align-items: baseline; gap: 7px; }
  .intro-strip p { font-size: 27px; }
  .section-label span:last-child { color: currentColor; opacity: .54; }
  .aura-canvas { min-height: 800px; }
  .aura-statement { height: 260px; }
  .phone-wrap { height: 535px; }
  .product-features { display: block; }
  .product-features > div,
  .product-features > div:not(:first-child) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(245,240,230,.24); padding: 18px 0 22px; }
  .product-features p { margin-top: 22px; }
  .studio-copy { margin-left: 0; }
  .experiment-row h3 { font-size: 23px; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin-top: 18px; }
}
