@font-face {
  font-family: Anton;
  src: url('/fonts/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geist;
  src: url('/fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geist;
  src: url('/fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: oklch(100% 0 0);
  --ink: oklch(17.5% 0.009 65);
  --surface: oklch(96.7% 0.005 75);
  --rule: oklch(78% 0.01 75);
  --muted: oklch(43% 0.01 65);
  --amber: oklch(79% 0.165 75);
  --amber-text: oklch(50.5% 0.12 65);
  --gutter: clamp(24px, 4.45vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 16px/1.6 Geist,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.018em;
}
h2 {
  font-size: clamp(36px, 4.1vw, 64px);
}
h3 {
  font-weight: 600;
  line-height: 1.3;
}
p {
  color: var(--muted);
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
::selection {
  background: var(--amber);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--amber-text);
  outline-offset: 5px;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: calc(100% - var(--gutter) * 2);
  max-width: 1440px;
  margin-inline: auto;
}
.section-space {
  padding-block: 104px;
}
.section-kicker {
  display: block;
  font-size: 14px;
  margin-bottom: 24px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 14px 24px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  text-align: left;
  transition:
    background 0.18s,
    color 0.18s;
}
.button:hover {
  background: var(--amber);
  color: var(--ink);
}
.button span[aria-hidden] {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.button-small {
  min-height: 46px;
  padding: 10px 18px;
  gap: 24px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  min-height: 44px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
}
.text-link:hover {
  color: var(--amber-text);
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 12px 24px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--ink);
  position: relative;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 160px;
}
.site-header .brand {
  width: 236px;
}
.brand img {
  width: 100%;
  height: auto;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 32px;
  font-size: 14px;
}
.desktop-nav a {
  padding-block: 12px;
}
.desktop-nav a:hover {
  color: var(--amber-text);
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 30px;
  font-size: 13px;
}
.hero-topline > p {
  color: var(--ink);
}
.launch-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: var(--amber);
  border-radius: 50%;
}
.hero-composition {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  padding-top: 32px;
  padding-bottom: 44px;
}
.hero h1 {
  font-size: clamp(76px, 10.6vw, 164px);
  line-height: 1.07;
  letter-spacing: -0.018em;
}
.hero-symbol {
  width: clamp(130px, 18vw, 275px);
  height: auto;
  margin-bottom: 6px;
  margin-right: 18px;
}
.hero-bottom {
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-block: 30px 38px;
}
.hero-bottom p {
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.55;
  color: var(--ink);
}
.hero-bottom p span {
  color: var(--muted);
}
.capabilities {
  border-block: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 23px;
  gap: 16px;
}
.capabilities > span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
}
.capabilities > span:last-child {
  justify-self: end;
}
.capabilities svg {
  width: 21px;
  height: 21px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading > p {
  max-width: 420px;
  justify-self: end;
}
.platform-stage {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  border: 1px solid var(--rule);
  min-height: 456px;
}
.platform-controls {
  padding: 40px 30px;
}
.feature-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-tab {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  min-height: 68px;
  padding: 14px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
}
.feature-tab > span:last-child {
  margin-left: auto;
  font-size: 21px;
  opacity: 0;
}
.feature-tab[aria-selected='true'] {
  background: var(--surface);
  border-color: var(--rule);
}
.feature-tab[aria-selected='true'] > span:last-child {
  opacity: 1;
}
.feature-tab:hover {
  background: var(--surface);
}
.stage-caption {
  margin: 26px 14px 12px;
  font-size: 14px;
  max-width: 270px;
}
.platform-controls .text-link {
  margin-left: 14px;
}
.feature-panels {
  min-width: 0;
  background: var(--surface);
  border-left: 1px solid var(--rule);
  padding: 28px 34px 22px;
  display: grid;
  align-items: center;
}
.feature-panel {
  min-width: 0;
}
.preview-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 18px;
}
.preview-caption > span:last-child {
  border: 1px solid var(--rule);
  padding: 1px 7px;
}
.mini-store {
  --store-accent: #d9e3d9;
  background: #fff;
  color: #152b26;
  box-shadow: 0 8px 24px #13100c0a;
  border: 1px solid #d1d5d0;
}
.mini-store-nav {
  height: 56px;
  border-bottom: 1px solid #d1d5d0;
  margin-inline: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.mini-wordmark {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.tiny-square {
  width: 7px;
  height: 7px;
  background: currentColor;
}
.mini-store-nav > span:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-store-nav svg {
  width: 14px;
  height: 14px;
}
.mini-store-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 246px;
  padding: 26px 30px 26px;
  gap: 15px;
}
.mini-category {
  font-size: 10px;
}
.mini-store h3 {
  font-size: clamp(26px, 3.3vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin: 14px 0 22px;
}
.mini-shop-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #193d33;
  color: #fff;
  font-size: 9px;
  padding: 8px 12px;
}
.mini-store-footer {
  border-top: 1px solid #d1d5d0;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}
.vial-set {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.vial-set:before {
  content: '';
  position: absolute;
  inset: 4% -2% 0;
  border-radius: 50%;
  background: var(--store-accent);
  z-index: -2;
}
.vial-set:after {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 78%;
  height: 14px;
  border-radius: 50%;
  background: #193d331c;
  filter: blur(8px);
  z-index: -1;
}
.vial {
  width: 80px;
  position: relative;
  transform: rotate(8deg) translate(15px, 20px);
}
.vial-back {
  position: absolute;
  transform: rotate(-12deg) translate(-45px, -5px);
  width: 72px;
  z-index: -1;
}
.vial-cap {
  height: 22px;
  width: 88%;
  margin: 0 auto;
  background: repeating-linear-gradient(90deg, #59675b 0 2px, #7e8980 2px 4px);
  border-radius: 4px 4px 2px 2px;
  border-top: 3px solid #a2afa6;
}
.vial-body {
  height: 142px;
  border: 1px solid #aab8ac;
  border-radius: 12px 12px 11px 11px;
  background: linear-gradient(90deg, #d1d9d0 0%, #f7faf4 12%, #e6ede1 50%, #c4cfc0 100%);
  box-shadow: inset 4px 0 4px #ffffff75;
  padding-top: 31px;
  overflow: hidden;
}
.vial-label {
  height: 87px;
  background: #fafbf8;
  border-top: 1px solid #d6ddd4;
  border-bottom: 1px solid #d6ddd4;
  padding: 10px 7px;
  display: flex;
  flex-direction: column;
  color: #193d33;
  box-shadow: inset -8px 0 10px #193d330d;
}
.vial-label > span {
  font-size: 7px;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.vial-label > b {
  font-size: 8px;
  line-height: 1.3;
  margin-top: 8px;
}
.vial-label > i {
  width: 28px;
  height: 2px;
  background: #193d33;
  margin-top: 7px;
}
.vial-label > small {
  font-size: 4px;
  margin-top: 5px;
}
.preview-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  margin-top: 17px;
  color: var(--muted);
}
.preview-note svg {
  width: 14px;
  height: 14px;
}
.record-preview {
  padding: 30px;
  background: white;
  min-height: 328px;
  border: 1px solid var(--rule);
}
.record-title {
  display: flex;
  gap: 16px;
  align-items: start;
  margin-bottom: 22px;
}
.record-title > svg {
  background: var(--surface);
  padding: 8px;
  width: 42px;
  height: 42px;
}
.record-title h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
}
.record-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--rule);
  padding-block: 12px;
  font-size: 12px;
}
.record-row > span {
  color: var(--muted);
}
.record-preview > p {
  font-size: 11px;
  margin-top: 20px;
}
.payment-step {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}
.payment-step > span {
  border: 1px solid var(--rule);
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
}
.payment-step strong {
  font-size: 13px;
}
.payment-step p {
  font-size: 11px;
  margin-top: 3px;
}
.fulfillment-band {
  background: var(--ink);
  color: white;
}
.fulfillment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-block: 88px;
  align-items: center;
}
.fulfillment-copy .section-kicker {
  color: #c6c1b8;
}
.fulfillment-copy > p {
  max-width: 410px;
  margin-top: 26px;
  color: #cfcbc4;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}
.check-list li {
  display: flex;
  gap: 12px;
}
.check-list li:before {
  content: '✓';
  color: var(--amber);
}
.fulfillment-copy .small-note {
  font-size: 12px;
  color: #aaa49b;
  margin: 28px 0 0;
}
.packing-visual {
  padding: 16px 0;
}
.packing-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #5d584f;
  color: #cfcbc4;
}
.packing-topline svg {
  color: var(--amber);
}
.parcel {
  width: 88%;
  max-width: 450px;
  height: 264px;
  margin: 46px auto 30px;
  background: #cdb58f;
  transform: rotate(-7deg);
  position: relative;
  border: 1px solid #b79c76;
  box-shadow: 14px 20px 0 #00000024;
  color: #3e3020;
}
.parcel-tape {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 46px;
  background: #bca27d66;
  border-inline: 1px solid #957a5259;
}
.parcel-brand {
  position: absolute;
  left: 28px;
  top: 30px;
  font-family: Anton, Impact, sans-serif;
  font-size: 44px;
  line-height: 1.05;
}
.parcel-label {
  position: absolute;
  right: 24px;
  bottom: 26px;
  background: #fffdf5;
  padding: 15px;
  width: 176px;
  transform: rotate(3deg);
}
.parcel-label > strong {
  font-size: 6px;
  letter-spacing: 0.03em;
}
.label-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-block: 9px;
}
.label-lines i {
  height: 3px;
  width: 100%;
  background: #d0ccc0;
}
.label-lines i:nth-child(2) {
  width: 75%;
}
.label-lines i:nth-child(3) {
  width: 55%;
}
.barcode {
  height: 25px;
  background: repeating-linear-gradient(
    90deg,
    #1c1913 0 2px,
    transparent 2px 3px,
    #1c1913 3px 4px,
    transparent 4px 7px,
    #1c1913 7px 10px,
    transparent 10px 12px
  );
  margin-top: 14px;
}
.parcel-label > span {
  display: block;
  font-size: 6px;
  margin-top: 5px;
}
.parcel-edge {
  position: absolute;
  bottom: 0;
  height: 11px;
  width: 100%;
  background: #a88c64;
  border-top: 1px solid #9e8159;
}
.packing-steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #5d584f;
  padding-top: 24px;
  font-size: 12px;
}
.packing-steps > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.packing-steps svg {
  width: 17px;
  height: 17px;
  color: var(--amber);
}
.visual-caption {
  font-size: 10px;
  text-align: center;
  color: #aaa49b;
  margin-top: 20px;
}
.launch-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.launch-steps li {
  border-top: 1px solid var(--rule);
  padding-top: 22px;
}
.step-number {
  display: block;
  color: var(--amber-text);
  font-size: 14px;
  margin-bottom: 30px;
}
.launch-steps h3 {
  font-size: 23px;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.launch-steps p {
  font-size: 14px;
  max-width: 360px;
}
.templates-section {
  background: var(--surface);
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.template-card {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  display: block;
  min-width: 0;
}
.template-thumb {
  display: block;
  padding: 18px 19px 0;
  border: 1px solid #c8ccc9;
  aspect-ratio: 1.13;
  overflow: hidden;
  transition: transform 0.22s;
  --vial-ink: #224b40;
  --vial-cap: #536e63;
}
.template-card:hover .template-thumb {
  transform: translateY(-5px);
}
.thumb-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
}
.thumb-nav > b {
  font-size: 10px;
}
.thumb-hero {
  display: flex;
  position: relative;
  align-items: center;
  height: 74%;
  gap: 12px;
  justify-content: space-between;
}
.thumb-hero > b {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 41px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  z-index: 1;
}
.thumb-vial {
  display: block;
  position: relative;
  height: 125px;
  width: 69px;
  background: linear-gradient(90deg, #dadfd3, #f8faf4 25%, #ccd6c4 100%);
  border: 1px solid #aab3a3;
  border-radius: 10px 10px 8px 8px;
  transform: rotate(12deg);
  flex-shrink: 0;
  margin-right: 14px;
  box-shadow: 8px 10px 12px #1c2e1e18;
  color: var(--vial-ink);
}
.thumb-vial i {
  position: absolute;
  top: -13px;
  left: 4px;
  right: 4px;
  height: 19px;
  background: var(--vial-cap);
  border: 3px solid #ffffff20;
  border-radius: 3px;
}
.thumb-vial > span {
  display: block;
  background: #fcfff7;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 7px;
  margin-top: 30px;
  line-height: 1.1;
  box-shadow: inset -8px 0 10px #193d330d;
}
.thumb-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  padding-top: 12px;
  font-size: 9px;
}
.precision-thumb {
  background: #e8eee4;
  color: #203b31;
}
.editorial-thumb {
  background: #ece5db;
  color: #453f38;
  --vial-cap: #918778;
  --vial-ink: #514a42;
}
.editorial-thumb .thumb-hero > b {
  font:
    400 clamp(26px, 3vw, 44px)/1.05 Georgia,
    serif;
  letter-spacing: -0.05em;
}
.editorial-thumb .thumb-vial {
  transform: rotate(-10deg);
  margin-right: 5px;
}
.editorial-thumb .thumb-vial > span,
.editorial-thumb .thumb-nav > b {
  font-family: Georgia, serif;
}
.technical-thumb {
  background: #dfe8f4;
  color: #243a58;
  --vial-cap: #435876;
  --vial-ink: #263b5a;
}
.technical-thumb .thumb-hero > b {
  font:
    600 clamp(23px, 2.7vw, 40px)/1.02 Geist,
    sans-serif;
  letter-spacing: -0.07em;
}
.technical-thumb .thumb-vial {
  transform: rotate(0);
}
.template-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
}
.template-label > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.template-label strong {
  font-size: 17px;
  font-weight: 600;
}
.template-label > span > span {
  font-size: 12px;
  color: var(--muted);
}
.round-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.template-card:hover .round-arrow {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.template-disclaimer {
  font-size: 12px;
  max-width: 700px;
  margin-top: 32px;
}
.community-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
}
.community-intro > p {
  margin-top: 28px;
  max-width: 455px;
}
.roadmap-label {
  display: inline-block;
  border-left: 3px solid var(--amber);
  padding-left: 12px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px;
}
.community-features article {
  display: flex;
  align-items: start;
  gap: 24px;
  border-top: 1px solid var(--rule);
  padding-block: 26px;
}
.community-features article:last-child {
  padding-bottom: 0;
}
.community-features svg {
  margin-top: 3px;
}
.community-features h3 {
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.community-features p {
  font-size: 14px;
  max-width: 340px;
}
.pricing-section {
  background: var(--surface);
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.pricing-layout > div > p {
  max-width: 360px;
  margin-top: 28px;
}
.pricing-layout .button {
  margin-top: 30px;
}
.pricing-detail {
  background: white;
  border: 1px solid var(--rule);
}
.pricing-detail-header {
  padding: 28px 30px;
  border-bottom: 1px solid var(--rule);
}
.pricing-detail-header h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
  max-width: 330px;
}
.pricing-detail-header > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.pricing-detail dl {
  padding: 0 30px;
  margin: 0;
}
.pricing-detail dl > div {
  padding-block: 18px;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
  font-size: 12px;
}
.pricing-detail dt {
  font-weight: 600;
}
.pricing-detail dd {
  margin: 0;
  color: var(--muted);
}
.pricing-detail > p {
  font-size: 11px;
  margin: 0 !important;
  padding: 22px 30px;
  max-width: none !important;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
}
.faq-section h2 {
  font-size: clamp(32px, 3.2vw, 49px);
}
.faq-list {
  border-top: 1px solid var(--rule);
}
.faq-list details {
  border-bottom: 1px solid var(--rule);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  padding-block: 22px;
  min-height: 64px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.15s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding-bottom: 24px;
  font-size: 14px;
  max-width: 600px;
}
.launch-section {
  background: var(--amber);
  padding: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
.launch-section .section-kicker,
.launch-section p {
  color: var(--ink);
}
.launch-section h2 {
  font-size: clamp(40px, 5vw, 76px);
}
.launch-section p {
  max-width: 530px;
  margin-top: 25px;
  font-size: 15px;
}
.launch-section .button {
  margin-top: 28px;
}
.launch-section .button:hover {
  background: white;
}
.launch-section > img {
  width: 20%;
  max-width: 230px;
}
.site-footer {
  border-top: 1px solid var(--rule);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding-block: 36px;
}
.footer-top > .brand {
  width: 210px;
}
.footer-top > p {
  font-size: 12px;
  margin-right: auto;
  margin-left: 60px;
}
.footer-top > a:last-child {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
  font-size: 11px;
  color: var(--muted);
  padding-block: 20px;
}
.privacy-button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  color: var(--muted);
  min-height: 30px;
  min-width: 44px;
  margin-top: -6px;
}
.privacy-button:hover {
  text-decoration: underline;
}
.icon-library {
  display: none;
}
.template-dialog,
.privacy-dialog {
  border: 1px solid var(--rule);
  padding: 32px;
  max-width: 900px;
  width: calc(100% - 32px);
  max-height: 90dvh;
  overflow: auto;
  color: var(--ink);
  background: white;
}
.template-dialog::backdrop,
.privacy-dialog::backdrop {
  background: #13100cb8;
  backdrop-filter: blur(5px);
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}
.dialog-top > div > span {
  font-size: 12px;
  color: var(--muted);
}
.dialog-top h2 {
  font:
    600 24px/1.4 Geist,
    sans-serif;
  letter-spacing: -0.04em;
}
.icon-button {
  background: var(--surface);
  border: 1px solid var(--rule);
  width: 44px;
  height: 44px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.dialog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 25px;
}
.dialog-bottom > p {
  font-size: 12px;
  max-width: 420px;
}
.template-dialog .template-thumb {
  max-width: 620px;
  margin: auto;
  aspect-ratio: 1.65;
  padding: 22px 32px 0;
}
.template-dialog .thumb-hero > b {
  font-size: 64px;
}
.template-dialog .editorial-thumb .thumb-hero > b {
  font-size: 64px;
}
.template-dialog .thumb-nav {
  font-size: 9px;
  padding-bottom: 16px;
}
.template-dialog .thumb-nav > b {
  font-size: 16px;
}
.template-dialog .thumb-vial {
  transform: scale(1.5) rotate(8deg);
  margin-right: 50px;
}
.template-dialog .thumb-foot {
  font-size: 12px;
}
.privacy-dialog {
  max-width: 610px;
}
.privacy-dialog > p {
  margin-bottom: 20px;
  font-size: 14px;
}
/* Form styling is scoped to the launch surface. */
.interest-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  gap: 70px;
  width: 100%;
}
.interest-form {
  background: white;
  padding: 30px;
  border: 1px solid var(--ink);
  min-width: 0;
}
.interest-form h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}
.form-field label {
  font-size: 12px;
  font-weight: 600;
}
.form-field label > span {
  font-weight: 400;
  color: var(--muted);
}
.form-field input,
.form-field select {
  border: 1px solid var(--muted);
  border-radius: 2px;
  padding: 11px 12px;
  min-height: 46px;
  background: white;
  color: var(--ink);
  width: 100%;
  font-size: 14px;
}
.form-consent {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 18px;
}
.form-consent input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 1px 0 0;
  accent-color: var(--ink);
}
.form-consent button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  font: inherit;
  color: inherit;
}
.interest-form .button {
  width: 100%;
  margin-top: 20px;
}
.interest-form .form-message {
  margin-top: 14px;
  font-size: 13px;
  max-width: 100%;
  color: var(--ink);
}
.interest-form .form-note {
  font-size: 10px;
  margin-top: 14px;
  color: var(--muted);
}
.honey-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.form-success {
  padding: 28px 0;
}
.form-success > svg {
  width: 40px;
  height: 40px;
  background: var(--surface);
  padding: 8px;
  margin-bottom: 16px;
}
.form-success p {
  font-size: 14px !important;
  margin-top: 10px !important;
}
@media (min-width: 1700px) {
  .hero h1 {
    font-size: 164px;
  }
  .hero-composition {
    padding-block: 44px 60px;
  }
  .hero-bottom {
    padding-block: 34px 45px;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 22px;
    margin-right: 10px;
  }
  .site-header .brand {
    width: 200px;
  }
  .site-header {
    gap: 20px;
  }
  .hero h1 {
    font-size: 10.8vw;
  }
  .hero-symbol {
    width: 17vw;
    margin-right: 0;
  }
  .platform-controls {
    padding: 25px 16px;
  }
  .feature-tab {
    gap: 10px;
    padding: 12px 10px;
    font-size: 12px;
  }
  .feature-tab svg {
    width: 20px;
    height: 20px;
  }
  .feature-panels {
    padding: 24px;
  }
  .fulfillment-layout {
    gap: 50px;
  }
  .community-section,
  .pricing-layout {
    gap: 56px;
  }
  .section-heading {
    gap: 40px;
  }
  .parcel {
    height: 238px;
  }
  .parcel-label {
    right: 17px;
    width: 158px;
  }
  .parcel-brand {
    font-size: 39px;
    left: 22px;
  }
  .thumb-vial {
    width: 56px;
    height: 106px;
    margin-right: 5px;
  }
  .thumb-vial > span {
    font-size: 10px;
    margin-top: 23px;
    padding: 10px 6px;
  }
  .thumb-hero > b {
    font-size: 2.85vw;
  }
  .editorial-thumb .thumb-hero > b {
    font-size: 3vw;
  }
  .technical-thumb .thumb-hero > b {
    font-size: 2.7vw;
  }
  .launch-section {
    padding: 48px;
  }
  .interest-layout {
    gap: 36px;
  }
  .footer-top > p {
    margin-left: 15px;
  }
  .faq-section {
    gap: 45px;
  }
  .capabilities > span {
    font-size: 12px;
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .section-space {
    padding-block: 72px;
  }
  .site-header {
    height: 88px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid var(--rule);
    border-radius: 2px;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--ink);
  }
  .menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 87px;
    flex-direction: column;
    padding: 16px 22px;
    background: white;
    border: 1px solid var(--rule);
    box-shadow: 0 12px 18px #13100c0a;
  }
  .mobile-nav > a {
    padding-block: 12px;
  }
  .hero-composition {
    padding-top: 30px;
    gap: 20px;
  }
  .hero h1 {
    font-size: 11vw;
  }
  .hero-symbol {
    width: 17vw;
  }
  .hero-bottom {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .hero-bottom p {
    font-size: 18px;
  }
  .hero-bottom .button {
    min-height: 50px;
  }
  .capabilities {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-block: 24px;
  }
  .capabilities > span:last-child {
    justify-self: start;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }
  .section-heading > p {
    justify-self: start;
    max-width: 530px;
  }
  .platform-stage {
    grid-template-columns: 1fr;
  }
  .platform-controls {
    padding: 14px;
  }
  .feature-tabs {
    flex-direction: row;
    gap: 4px;
  }
  .feature-tab {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    text-align: center;
    font-size: 11px;
    gap: 8px;
    line-height: 1.4;
  }
  .feature-tab > span:last-child {
    display: none;
  }
  .platform-controls .stage-caption,
  .platform-controls .text-link {
    display: none;
  }
  .feature-panels {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 25px 30px;
  }
  .mini-store h3 {
    font-size: 44px;
  }
  .mini-store-hero {
    padding: 30px 40px;
  }
  .mini-store-nav {
    margin-inline: 32px;
  }
  .fulfillment-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 64px;
  }
  .fulfillment-copy > p {
    max-width: 580px;
  }
  .packing-visual {
    max-width: 510px;
    width: 100%;
    margin-inline: auto;
  }
  .parcel {
    height: 260px;
  }
  .parcel-brand {
    font-size: 48px;
  }
  .parcel-label {
    width: 180px;
    bottom: 32px;
  }
  .launch-steps {
    gap: 25px;
  }
  .launch-steps h3 {
    font-size: 20px;
  }
  .launch-steps p {
    font-size: 13px;
  }
  .template-grid {
    gap: 18px;
  }
  .template-thumb {
    padding: 12px 12px 0;
    aspect-ratio: 0.9;
  }
  .thumb-nav {
    font-size: 0;
  }
  .thumb-nav > b {
    font-size: 8px;
  }
  .thumb-hero {
    height: 73%;
    align-items: start;
    padding-top: 20px;
  }
  .thumb-hero > b {
    font-size: 24px;
  }
  .editorial-thumb .thumb-hero > b {
    font-size: 26px;
  }
  .technical-thumb .thumb-hero > b {
    font-size: 22px;
  }
  .thumb-vial {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 46px;
    height: 88px;
    margin: 0;
  }
  .thumb-vial > span {
    font-size: 7px;
    margin-top: 20px;
    padding: 10px 5px;
  }
  .thumb-vial i {
    height: 14px;
    top: -10px;
  }
  .thumb-foot {
    font-size: 7px;
    padding-top: 9px;
  }
  .template-label strong {
    font-size: 15px;
  }
  .template-label > span > span {
    font-size: 11px;
    max-width: 125px;
  }
  .round-arrow {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    font-size: 16px;
  }
  .community-section,
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .community-intro > p {
    max-width: 550px;
  }
  .community-features p {
    max-width: 540px;
  }
  .pricing-layout > div > p {
    max-width: 500px;
  }
  .pricing-detail dl > div {
    font-size: 14px;
  }
  .pricing-detail > p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 40px;
  }
  .launch-section {
    padding: 40px;
    margin-bottom: 56px;
  }
  .launch-section > img {
    display: none;
  }
  .interest-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .interest-form {
    max-width: 550px;
    width: 100%;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-top > .brand {
    width: 190px;
  }
  .footer-top > p {
    margin-left: auto;
    margin-right: 0;
  }
  .footer-top > a:last-child {
    width: 100%;
    justify-content: end;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .template-dialog .thumb-hero {
    align-items: center;
    padding-top: 0;
  }
  .template-dialog .thumb-vial {
    position: relative;
    bottom: auto;
    width: 65px;
    height: 124px;
    transform: scale(1.4) rotate(8deg);
    margin-right: 40px;
  }
  .template-dialog .thumb-vial > span {
    font-size: 12px;
    margin-top: 29px;
    padding-block: 14px;
  }
  .template-dialog .thumb-vial i {
    height: 19px;
    top: -13px;
  }
  .template-dialog .thumb-hero > b,
  .template-dialog .editorial-thumb .thumb-hero > b {
    font-size: 56px;
  }
}
@media (max-width: 520px) {
  :root {
    --gutter: 22px;
  }
  .site-header {
    gap: 12px;
    height: 82px;
  }
  .site-header .brand {
    width: 184px;
    min-width: 160px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .mobile-nav {
    top: 81px;
  }
  .hero-topline {
    padding-top: 22px;
    align-items: start;
    gap: 14px;
  }
  .hero-topline > p {
    font-size: 11px;
    max-width: 155px;
  }
  .launch-status {
    font-size: 10px;
    gap: 5px;
    white-space: nowrap;
  }
  .hero-composition {
    position: relative;
    padding-block: 28px 28px;
  }
  .hero h1 {
    font-size: clamp(49px, 12.7vw, 66px);
    line-height: 1.09;
    letter-spacing: -0.018em;
  }
  .hero-symbol {
    position: absolute;
    width: 57px;
    right: 3px;
    top: 24px;
    opacity: 1;
  }
  .hero-bottom {
    padding-block: 23px 28px;
  }
  .hero-bottom p {
    font-size: 15px;
    max-width: 345px;
    line-height: 1.65;
  }
  .hero-bottom p br {
    display: none;
  }
  .hero-bottom p span {
    display: block;
    margin-top: 3px;
  }
  .hero-bottom .button {
    font-size: 13px;
  }
  .capabilities {
    gap: 20px 12px;
  }
  .capabilities > span {
    font-size: 10px;
    gap: 9px;
  }
  .capabilities svg {
    width: 18px;
    height: 18px;
  }
  .section-space {
    padding-block: 58px;
  }
  h2 {
    font-size: 36px;
  }
  .section-heading {
    gap: 22px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .feature-panels {
    padding: 20px 16px;
  }
  .preview-caption {
    font-size: 8px;
  }
  .preview-caption > span:last-child {
    padding-inline: 4px;
  }
  .platform-controls {
    padding: 8px;
  }
  .feature-tab {
    font-size: 9px;
    padding: 12px 5px;
  }
  .feature-tab svg {
    width: 19px;
    height: 19px;
  }
  .mini-store-nav {
    margin-inline: 15px;
    height: 45px;
    font-size: 7px;
  }
  .mini-wordmark {
    font-size: 10px;
  }
  .mini-store-nav > span:last-child {
    gap: 4px;
  }
  .mini-store-nav svg {
    width: 12px;
    height: 12px;
  }
  .mini-store-hero {
    padding: 18px 15px;
    min-height: 200px;
    gap: 0;
  }
  .mini-category {
    font-size: 8px;
  }
  .mini-store h3 {
    font-size: 32px;
    margin-block: 10px 18px;
  }
  .mini-shop-button {
    font-size: 7px;
    padding: 7px 8px;
    gap: 7px;
  }
  .vial-set {
    min-height: 180px;
    transform: scale(0.84);
    transform-origin: center;
  }
  .vial {
    width: 64px;
    transform: rotate(8deg) translate(10px, 15px);
  }
  .vial-back {
    width: 60px;
    transform: rotate(-12deg) translate(-29px, -5px);
  }
  .vial-body {
    height: 123px;
    padding-top: 24px;
  }
  .vial-label {
    height: 78px;
    padding: 8px 5px;
  }
  .vial-label > span {
    font-size: 6px;
  }
  .vial-label > b {
    font-size: 7px;
  }
  .vial-cap {
    height: 19px;
  }
  .mini-store-footer {
    font-size: 8px;
    padding: 10px 15px;
  }
  .preview-note {
    font-size: 9px;
    gap: 4px;
  }
  .record-preview {
    padding: 20px 15px;
    min-height: 304px;
  }
  .record-title h3 {
    font-size: 20px;
  }
  .record-title {
    gap: 10px;
  }
  .record-title > svg {
    width: 35px;
    height: 35px;
  }
  .record-row {
    font-size: 10px;
    gap: 8px;
  }
  .record-preview > p {
    font-size: 10px;
  }
  .payment-step {
    gap: 12px;
  }
  .payment-step strong {
    font-size: 11px;
  }
  .payment-step p {
    font-size: 10px;
  }
  .fulfillment-layout {
    padding-block: 54px;
    gap: 22px;
  }
  .fulfillment-copy > p {
    font-size: 14px;
  }
  .check-list {
    font-size: 12px;
  }
  .packing-topline {
    font-size: 10px;
  }
  .parcel {
    width: 89%;
    height: 215px;
    margin-block: 38px 35px;
  }
  .parcel-brand {
    font-size: 36px;
    left: 19px;
    top: 22px;
  }
  .parcel-label {
    width: 138px;
    right: 16px;
    bottom: 22px;
    padding: 11px;
  }
  .parcel-label > strong {
    font-size: 5px;
  }
  .parcel-label > span {
    font-size: 5px;
  }
  .packing-steps {
    font-size: 10px;
  }
  .launch-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .launch-steps li {
    position: relative;
    padding: 22px 0 0 49px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 13px;
  }
  .launch-steps h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .launch-steps p {
    font-size: 14px;
  }
  .template-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .template-thumb {
    aspect-ratio: 1.2;
    padding: 22px 24px 0;
  }
  .thumb-nav {
    font-size: 8px;
    padding-bottom: 16px;
  }
  .thumb-nav > b {
    font-size: 12px;
  }
  .thumb-hero {
    align-items: center;
    padding-top: 0;
    height: 73%;
  }
  .thumb-hero > b {
    font-size: 44px;
  }
  .editorial-thumb .thumb-hero > b {
    font-size: 44px;
  }
  .technical-thumb .thumb-hero > b {
    font-size: 39px;
  }
  .thumb-vial {
    position: relative;
    bottom: auto;
    width: 68px;
    height: 126px;
    right: auto;
    margin-right: 16px;
  }
  .thumb-vial > span {
    font-size: 12px;
    margin-top: 30px;
    padding: 14px 7px;
  }
  .thumb-vial i {
    height: 19px;
    top: -13px;
  }
  .thumb-foot {
    font-size: 10px;
    padding-top: 14px;
  }
  .template-label {
    padding-top: 16px;
  }
  .template-label strong {
    font-size: 18px;
  }
  .template-label > span > span {
    max-width: none;
    font-size: 12px;
  }
  .round-arrow {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .template-disclaimer {
    font-size: 11px;
  }
  .community-section {
    gap: 32px;
  }
  .community-intro > p {
    font-size: 14px;
  }
  .community-features article {
    gap: 20px;
  }
  .community-features h3 {
    font-size: 20px;
  }
  .community-features p {
    font-size: 13px;
  }
  .pricing-layout > div > p {
    font-size: 14px;
  }
  .pricing-detail-header {
    padding: 24px;
  }
  .pricing-detail-header h3 {
    font-size: 20px;
  }
  .pricing-detail dl {
    padding-inline: 24px;
  }
  .pricing-detail dl > div {
    font-size: 11px;
    gap: 14px;
    padding-block: 17px;
  }
  .pricing-detail > p {
    padding: 20px 24px;
    font-size: 11px;
  }
  .faq-section h2 {
    font-size: 34px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details > p {
    font-size: 13px;
  }
  .launch-section {
    padding: 30px 24px;
    width: calc(100% - 24px);
    margin-bottom: 40px;
  }
  .launch-section h2 {
    font-size: 39px;
  }
  .launch-section .section-kicker {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .launch-section p {
    font-size: 14px;
  }
  .interest-form {
    padding: 24px 20px;
  }
  .interest-form h3 {
    font-size: 20px;
  }
  .launch-section .button {
    font-size: 12px;
    gap: 20px;
    padding-inline: 18px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-block: 26px;
  }
  .footer-top > .brand {
    width: 180px;
  }
  .footer-top > p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 11px;
  }
  .footer-top > a:last-child {
    font-size: 10px;
    gap: 7px;
    grid-column: 2;
    grid-row: 1;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .template-dialog,
  .privacy-dialog {
    padding: 20px;
  }
  .template-dialog .template-thumb {
    aspect-ratio: 1.12;
    padding: 16px 18px 0;
  }
  .template-dialog .thumb-hero > b,
  .template-dialog .editorial-thumb .thumb-hero > b {
    font-size: 36px;
  }
  .template-dialog .technical-thumb .thumb-hero > b {
    font-size: 32px;
  }
  .template-dialog .thumb-vial {
    transform: rotate(8deg);
    margin-right: 5px;
    width: 56px;
    height: 109px;
  }
  .template-dialog .thumb-vial > span {
    font-size: 10px;
    margin-top: 24px;
    padding: 11px 6px;
  }
  .template-dialog .thumb-nav {
    font-size: 6px;
    padding-bottom: 11px;
  }
  .template-dialog .thumb-nav > b {
    font-size: 10px;
  }
  .template-dialog .thumb-foot {
    font-size: 9px;
    padding-top: 12px;
  }
  .dialog-bottom {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .dialog-top h2 {
    font-size: 22px;
  }
  .icon-button {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .privacy-dialog > p {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
.registration-page {
  max-width: 720px;
}
.registration-page h1 {
  font-size: clamp(48px, 8vw, 90px);
  margin-bottom: 28px;
}
.registration-page p {
  margin-block: 24px;
  max-width: 600px;
}
.registration-page > .text-link {
  margin-top: 20px;
}
.removal-link-note {
  font-size: 12px !important;
}
.form-success .text-link {
  font-size: 12px;
}
