

:root {
  --ink: #15211c;
  --muted: #64706a;
  --paper: #f7f5ef;
  --paper-deep: #eeebe2;
  --white: #fffefb;
  --line: rgba(21, 33, 28, 0.16);
  --line-dark: rgba(255, 255, 255, 0.18);
  --blue: #1856ff;
  --green: #b8e9d3;
  --acid: #d7ff65;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  --mono: var(--font-geist-mono), "SFMono-Regular", monospace;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: var(--sans);
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

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

.shell {
  width: min(1420px, calc(100% - 72px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.research-banner {
  position: relative;
  z-index: 70;
  padding: 9px 20px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1420px, calc(100% - 72px));
  min-height: 76px;
  margin-inline: auto;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.wordmark i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 520;
  letter-spacing: 0.14em;
}

.brand-glyph {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 13px;
  font-weight: 520;
}

.main-nav a {
  position: relative;
  padding-block: 26px;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
}

.cart-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
}

.cart-button span {
  display: grid;
  min-width: 21px;
  height: 21px;
  padding-inline: 5px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-family: var(--mono);
  font-size: 9px;
}

.menu-button {
  display: none;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 670;
  letter-spacing: 0.01em;
  transition: transform 170ms ease, background 170ms ease, color 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.blue {
  background: var(--blue);
  color: #fff;
}

.button.blue:hover {
  background: #0b43dc;
}

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

.button.outline {
  border-color: var(--ink);
  background: transparent;
}

.button.ghost {
  border-color: var(--line);
  background: transparent;
}

.button.full {
  width: 100%;
}

.large-button {
  min-height: 58px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 670;
}

.hero {
  display: grid;
  min-height: 750px;
  grid-template-columns: 0.91fr 1.09fr;
  align-items: stretch;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8.2% 76px 7%;
  border-right: 1px solid var(--line);
}

.hero h1,
.page-hero h1,
.interior-hero h1,
.not-found h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(64px, 6.1vw, 104px);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.86;
}

.hero h1 em,
.page-hero h1 em,
.interior-hero h1 em,
.not-found h1 em,
.section-heading h2 em,
.quality-copy h2 em,
.research-cta h2 em {
  color: var(--blue);
  font-weight: 400;
}

.hero-lede {
  max-width: 520px;
  margin: 35px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 65px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-proof strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.hero-proof span {
  max-width: 110px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #b8e9d3;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  top: -10%;
  right: -18%;
  width: 72%;
  height: 75%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(8px);
  content: "";
}

.hero-art::after {
  position: absolute;
  bottom: -16%;
  left: -10%;
  width: 63%;
  height: 58%;
  border-radius: 50%;
  background: rgba(33, 87, 255, 0.16);
  filter: blur(12px);
  content: "";
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(21, 33, 28, 0.25);
  border-radius: 50%;
}

.orbit-one {
  top: 8%;
  left: 10%;
  width: 78%;
  aspect-ratio: 1;
  transform: rotate(24deg);
}

.orbit-two {
  top: 23%;
  left: -4%;
  width: 95%;
  aspect-ratio: 1.7;
  transform: rotate(-20deg);
}

.hero-card {
  position: absolute;
  top: 9%;
  right: 8%;
  display: flex;
  width: 42%;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(27, 57, 46, 0.15);
  transform: rotate(5deg);
}

.hero-card span,
.hero-card small,
.hero-note,
.hero-caption {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.hero-card strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 37px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.hero-vial {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 32px 32px rgba(21, 33, 28, 0.22));
}

.hero-vial.tall {
  bottom: 13%;
  left: 25%;
  width: 28%;
  transform: rotate(-5deg);
}

.hero-vial.small {
  right: 18%;
  bottom: 10%;
  width: 23%;
  transform: rotate(8deg);
}

.hero-cap {
  width: 68%;
  height: 42px;
  margin-inline: auto;
  border-radius: 5px 5px 2px 2px;
  background: repeating-linear-gradient(90deg, #242e29 0 4px, #36423c 4px 7px);
}

.hero-glass {
  display: flex;
  height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px 7px 18px 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.52), rgba(255,255,255,.88) 40%, rgba(255,255,255,.35));
  box-shadow: inset 8px 0 18px rgba(255,255,255,.65), inset -7px 0 15px rgba(21,33,28,.07);
}

.hero-vial.small .hero-glass {
  height: 210px;
}

.hero-glass span {
  font-family: var(--serif);
  font-size: 11px;
  font-style: italic;
}

.hero-glass strong {
  margin-block: 9px;
  font-family: var(--mono);
  font-size: clamp(26px, 3vw, 44px);
  letter-spacing: -0.06em;
}

.hero-glass small {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .13em;
}

.hero-note {
  position: absolute;
  bottom: 30%;
  left: 8%;
  padding: 13px 15px;
  border: 1px solid rgba(21,33,28,.24);
  background: rgba(255,255,255,.44);
  line-height: 1.65;
  transform: rotate(-6deg);
}

.hero-caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgba(21, 33, 28, .7);
  text-transform: uppercase;
}

.manifesto {
  padding: 125px 0;
  background: var(--ink);
  color: #fff;
}

.manifesto-inner {
  display: grid;
  grid-template-columns: 1fr 3.6fr .6fr;
  gap: 6%;
  align-items: start;
}

.manifesto-copy {
  max-width: 950px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.3vw, 68px);
  letter-spacing: -.045em;
  line-height: 1.03;
}

.manifesto-copy em {
  color: var(--acid);
}

.manifesto-index {
  justify-self: end;
  color: #a7b0ab;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.featured-section,
.related-section {
  padding-block: 125px;
}

.section-heading {
  margin-bottom: 55px;
}

.section-heading h2,
.quality-copy h2,
.research-cta h2,
.simple-cta h2,
.about-grid h2,
.principle-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .95;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 12%;
  align-items: end;
}

.split-heading > p,
.split-heading > div:last-child > p {
  margin: 0 0 22px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.product-card-visual {
  display: block;
  overflow: hidden;
}

.product-visual {
  position: relative;
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 350ms ease;
}

.product-card:hover .product-visual {
  transform: scale(1.012);
}

.visual-grid,
.quality-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(21,33,28,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(21,33,28,.09) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 72%, transparent);
}

.visual-code,
.visual-size {
  position: absolute;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.visual-code {
  top: 20px;
  left: 20px;
}

.visual-size {
  right: 20px;
  bottom: 20px;
}

.vial {
  position: relative;
  z-index: 2;
  width: 115px;
  filter: drop-shadow(0 22px 24px rgba(21, 33, 28, .19));
  transform: rotate(-3deg);
}

.vial-cap {
  width: 76px;
  height: 31px;
  margin-inline: auto;
  border-radius: 4px 4px 1px 1px;
  background: repeating-linear-gradient(90deg, #29332e 0 3px, #3e4a44 3px 6px);
}

.vial-glass {
  display: flex;
  height: 174px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 5px 5px 15px 15px;
  background: linear-gradient(90deg, rgba(255,255,255,.44), rgba(255,255,255,.86) 43%, rgba(255,255,255,.35));
  box-shadow: inset 7px 0 13px rgba(255,255,255,.8), inset -5px 0 12px rgba(21,33,28,.06);
}

.vial-label {
  display: flex;
  width: 86%;
  min-height: 102px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(21,33,28,.25);
  border-bottom: 1px solid rgba(21,33,28,.25);
  background: rgba(255,255,255,.45);
}

.vial-label span,
.vial-label small {
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: .12em;
}

.vial-label strong {
  margin: 8px 0;
  font-family: var(--mono);
  font-size: 26px;
  letter-spacing: -.05em;
}

.product-card-body {
  padding: 22px 23px 24px;
}

.product-card-meta,
.product-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2c6b4f;
}

.stock::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d9a68;
  content: "";
}

.stock.preorder {
  color: #8a5b1d;
}

.stock.preorder::before {
  background: #d09037;
}

.product-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.product-card-title h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.product-card-title > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 11px;
}

.product-card-body > p {
  min-height: 36px;
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.product-card-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-card-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-card-bottom small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-card-bottom strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.add-button {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  padding: 0 13px 0 16px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: transparent;
  font-size: 11px;
  font-weight: 680;
}

.add-button:hover {
  background: var(--ink);
  color: #fff;
}

.add-button span {
  font-size: 17px;
  font-weight: 350;
}

.quality-preview {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 700px;
  margin-bottom: 130px;
  background: var(--green);
}

.quality-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-right: 1px solid rgba(21, 33, 28, .2);
}

.quality-stamp {
  position: absolute;
  top: 14%;
  left: 17%;
  display: flex;
  width: 270px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(255,255,255,.32);
  box-shadow: 0 26px 80px rgba(21,33,28,.1);
  transform: rotate(-7deg);
}

.quality-stamp::after {
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(21,33,28,.4);
  border-radius: 50%;
  content: "";
}

.quality-stamp span,
.quality-stamp small {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .15em;
}

.quality-stamp strong {
  margin-block: 10px;
  font-family: var(--serif);
  font-size: 105px;
  font-style: italic;
  font-weight: 400;
  line-height: .7;
}

.chromatogram {
  position: absolute;
  right: 10%;
  bottom: 12%;
  display: flex;
  width: 60%;
  height: 160px;
  align-items: end;
  justify-content: space-around;
  gap: 7px;
  padding: 15px 15px 0;
  border-bottom: 1px solid var(--ink);
  background: rgba(255,255,255,.22);
  transform: rotate(3deg);
}

.chromatogram span {
  width: 10%;
  border-radius: 20px 20px 0 0;
  background: var(--blue);
}

.quality-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9%;
}

.quality-copy > p:not(.eyebrow) {
  margin: 30px 0;
  color: #3f5149;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.check-list {
  margin: 0 0 35px;
  padding: 0;
  border-top: 1px solid rgba(21,33,28,.25);
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid rgba(21,33,28,.25);
  font-size: 12px;
  font-weight: 620;
}

.check-list span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.quality-copy .button {
  width: max-content;
}

.process-section {
  padding: 125px 0;
  background: var(--paper-deep);
}

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

.process-grid article {
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid article > span,
.about-grid article > span {
  font-family: var(--mono);
  font-size: 9px;
}

.process-grid h3 {
  margin: 130px 0 12px;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.research-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: center;
  padding-block: 120px;
}

.research-cta > div:last-child > p {
  max-width: 500px;
  margin: 0 0 25px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}

.email-form {
  display: flex;
  border-bottom: 1px solid var(--ink);
}

.email-form input {
  flex: 1;
  padding: 17px 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}

.email-form button {
  width: 54px;
  background: transparent;
  font-size: 22px;
}

.research-cta small {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .07em;
}

.site-footer {
  padding: 85px 0 22px;
  background: var(--ink);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10%;
  padding-bottom: 70px;
}

.wordmark.light i {
  color: #9aa49f;
}

.footer-brand p {
  max-width: 380px;
  margin: 28px 0 0;
  color: #9fa8a3;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links h3 {
  margin: 0 0 8px;
  color: #909c96;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: #d7ddd9;
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--acid);
}

.footer-disclaimer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 7%;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
}

.footer-disclaimer p {
  margin: 0;
  color: #8f9994;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-disclaimer p:first-child {
  max-width: 760px;
}

/* Cart */
.cart-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  background: rgba(11, 19, 15, .58);
  backdrop-filter: blur(5px);
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(520px, 100%);
  height: 100%;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -30px 0 90px rgba(0,0,0,.2);
  animation: cart-in 230ms ease-out;
}

@keyframes cart-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 28px;
  border-bottom: 1px solid var(--line);
}

.cart-header .eyebrow {
  margin-bottom: 5px;
}

.cart-header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-family: var(--serif);
  font-size: 24px;
}

.empty-cart,
.checkout-empty {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}

.empty-mark {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.empty-cart h3,
.checkout-empty h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.empty-cart p,
.checkout-empty p {
  max-width: 330px;
  margin: 12px 0 25px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.cart-lines {
  flex: 1;
  overflow-y: auto;
  padding: 10px 28px;
}

.cart-line {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line-art,
.order-line-art {
  display: grid;
  min-height: 92px;
  place-items: center;
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.06em;
}

.cart-line-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}

.cart-line h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.cart-line p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.cart-line-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-line-controls > strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.stepper {
  display: inline-grid;
  grid-template-columns: 26px 30px 26px;
  align-items: center;
  border: 1px solid var(--line);
}

.stepper button {
  height: 27px;
  background: transparent;
}

.stepper span {
  text-align: center;
  font-family: var(--mono);
  font-size: 9px;
}

.text-button {
  width: max-content;
  padding: 0;
  border-bottom: 1px solid var(--muted);
  background: transparent;
  color: var(--muted);
  font-size: 8px;
}

.cart-summary {
  padding: 23px 28px 27px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-total span {
  font-size: 12px;
  font-weight: 650;
}

.cart-total strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.cart-summary > p {
  margin: 6px 0 18px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.cart-summary .button + .button {
  margin-top: 9px;
}

/* Catalog */
.catalog-page,
.policy-page,
.product-page,
.checkout-page {
  padding-bottom: 120px;
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr .58fr;
  gap: 10%;
  align-items: end;
  padding: 105px 0 75px;
}

.page-hero > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}

.prototype-notice,
.legal-note {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 25px;
  padding: 18px 22px;
  border: 1px solid rgba(138, 91, 29, .28);
  background: #f8ecd8;
  font-size: 11px;
  line-height: 1.5;
}

.prototype-notice strong,
.legal-note strong {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 65px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-tabs button {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  font-size: 10px;
}

.category-tabs button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.search-field {
  display: grid;
  width: min(290px, 100%);
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.search-field span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.search-field input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}

.catalog-result-line {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 28px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-result-line p {
  margin: 0;
}

.empty-results {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  text-align: center;
}

.empty-results h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
}

.empty-results p {
  margin: 8px 0 22px;
  color: var(--muted);
}

/* Product */
.breadcrumbs {
  display: flex;
  gap: 10px;
  padding: 27px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.breadcrumbs strong {
  color: var(--ink);
}

.product-detail {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-visual.large {
  min-height: 690px;
  border-right: 1px solid var(--line);
}

.product-visual.large .vial {
  width: 185px;
}

.product-visual.large .vial-cap {
  width: 120px;
  height: 45px;
}

.product-visual.large .vial-glass {
  height: 290px;
}

.product-visual.large .vial-label {
  min-height: 155px;
}

.product-visual.large .vial-label strong {
  font-size: 40px;
}

.product-detail-copy {
  padding: 9% 9% 7%;
}

.product-detail-meta {
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.product-detail-copy h1 {
  margin: 38px 0 14px;
  font-family: var(--serif);
  font-size: clamp(53px, 5.6vw, 82px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}

.product-summary {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.product-spec-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-spec-strip div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 15px 0;
}

.product-spec-strip div + div {
  padding-left: 15px;
  border-left: 1px solid var(--line);
}

.product-spec-strip span,
.buy-box-row span,
.variant-label span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-spec-strip strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.buy-box-row,
.variant-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.buy-box-row strong,
.variant-label strong {
  font-size: 10px;
}

.variant-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 13px;
}

.variant-options button {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 11px;
}

.variant-options button.selected {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.variant-options strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.micro-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.product-information {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 11%;
  padding: 115px 7%;
}

.product-information h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
}

.product-information h2 em {
  color: var(--blue);
  font-weight: 400;
}

.product-information-copy > p {
  margin: 0 0 34px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
}

.information-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.information-panels article {
  min-height: 170px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.information-panels span {
  font-family: var(--mono);
  font-size: 8px;
}

.information-panels h3 {
  margin: 43px 0 6px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.information-panels p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.documentation-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid var(--line);
}

.documentation-box > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.document-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 9px;
}

.documentation-box strong {
  font-size: 11px;
}

.documentation-box p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 8px;
}

.documentation-box > span:last-child {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f3e4c8;
  color: #815a24;
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
}

.product-disclaimer {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  padding: 24px;
  background: var(--ink);
  color: #fff;
}

.product-disclaimer strong {
  color: var(--acid);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-disclaimer p {
  max-width: 850px;
  margin: 0;
  color: #b9c1bd;
  font-size: 10px;
  line-height: 1.6;
}

.related-section {
  padding-bottom: 0;
}

/* Interior pages */
.interior-hero {
  max-width: 1100px;
  padding-block: 130px 140px;
  text-align: center;
}

.interior-hero > p:last-child {
  max-width: 680px;
  margin: 38px auto 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}

.quality-principles {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 9%;
  padding-bottom: 130px;
}

.principle-intro > span {
  display: inline-block;
  margin-bottom: 36px;
  font-family: var(--mono);
  font-size: 9px;
}

.principle-intro h2 {
  font-size: clamp(42px, 4vw, 59px);
}

.principle-list {
  border-top: 1px solid var(--ink);
}

.principle-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.principle-list article > span {
  font-family: var(--mono);
  font-size: 9px;
}

.principle-list h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.principle-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.quality-roadmap {
  padding-block: 120px;
  background: var(--paper-deep);
}

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

.roadmap-grid article {
  min-height: 300px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.roadmap-grid article > span {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 999px;
  background: #e6d9c4;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roadmap-grid article.complete > span {
  background: var(--green);
}

.roadmap-grid h3 {
  margin: 120px 0 8px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.roadmap-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.simple-cta {
  padding-block: 120px;
  text-align: center;
}

.simple-cta .button {
  margin-top: 35px;
}

.about-statement {
  padding: 100px 7%;
  background: var(--ink);
  color: #fff;
}

.about-number {
  margin-bottom: 65px;
  color: #a7b0ab;
  font-family: var(--mono);
  font-size: 9px;
}

.about-statement blockquote {
  max-width: 1000px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: -.045em;
  line-height: 1.05;
}

.about-statement > p {
  margin: 35px 0 0;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 120px;
}

.about-grid article {
  min-height: 420px;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-grid article:first-child {
  border-left: 1px solid var(--line);
}

.about-grid h2 {
  margin-top: 170px;
  font-size: 37px;
}

.about-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Policies */
.policy-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 8%;
  padding: 50px 0 80px;
}

.policy-layout nav {
  position: sticky;
  top: 125px;
  display: flex;
  height: max-content;
  flex-direction: column;
  border-top: 1px solid var(--ink);
}

.policy-layout nav a {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.policy-content {
  border-top: 1px solid var(--ink);
}

.policy-content section {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.policy-content section > span {
  font-family: var(--mono);
  font-size: 9px;
}

.policy-content h2 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.policy-content p {
  max-width: 800px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.legal-note {
  align-items: start;
}

.legal-note p {
  margin: 0;
}

/* Checkout */
.checkout-page {
  padding-top: 80px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 7%;
  align-items: start;
}

.checkout-form {
  padding: 45px;
  border: 1px solid var(--line);
  background: var(--white);
}

.section-heading.compact h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}

.section-heading.compact > p:last-child {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.form-grid label span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-grid label em {
  color: var(--muted);
  font-style: normal;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: var(--blue);
}

.full-field {
  grid-column: 1 / -1;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin: 28px 0 22px;
  padding: 16px;
  background: var(--paper);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.consent-field input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--blue);
}

.form-confirmation {
  margin: 12px 0 0;
  color: #2d7754;
  font-size: 10px;
  text-align: center;
}

.order-summary {
  position: sticky;
  top: 125px;
  padding: 27px;
  border: 1px solid var(--line);
  background: var(--paper-deep);
}

.order-summary-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.order-summary-heading .eyebrow {
  margin: 0;
}

.order-summary-heading > span {
  color: var(--muted);
  font-size: 9px;
}

.order-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.order-line-art {
  min-height: 58px;
  font-size: 10px;
}

.order-line > div:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.order-line > div:nth-child(2) strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.order-line > div:nth-child(2) span {
  color: var(--muted);
  font-size: 8px;
}

.order-line > strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
}

.order-total span {
  font-size: 11px;
}

.order-total strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.order-summary > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}

.checkout-empty {
  min-height: 600px;
  align-items: center;
  text-align: center;
}

.not-found {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.not-found > p:not(.eyebrow) {
  margin: 30px 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 36px 25px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-button {
    display: block;
    margin-left: 15px;
  }

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

  .hero-copy {
    min-height: 690px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-art {
    min-height: 700px;
  }

  .manifesto-inner {
    grid-template-columns: 1fr 4fr;
  }

  .manifesto-index {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-preview {
    grid-template-columns: 1fr;
  }

  .quality-visual {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .product-visual.large {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-information {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .shell,
  .header-inner {
    width: min(100% - 32px, 1420px);
  }

  .research-banner {
    padding-inline: 10px;
    font-size: 7px;
    line-height: 1.4;
  }

  .header-inner {
    min-height: 65px;
  }

  .wordmark {
    gap: 8px;
    font-size: 11px;
  }

  .wordmark i {
    display: none;
  }

  .brand-glyph {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .cart-button {
    padding: 7px 10px;
  }

  .cart-button span {
    min-width: 18px;
    height: 18px;
  }

  .menu-button {
    margin-left: 9px;
  }

  .main-nav {
    top: 65px;
    padding-inline: 16px;
  }

  .hero {
    width: 100%;
    border: 0;
  }

  .hero-copy {
    min-height: auto;
    padding: 80px 20px 65px;
  }

  .hero h1,
  .page-hero h1,
  .interior-hero h1,
  .not-found h1 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .hero-actions .text-link {
    width: max-content;
  }

  .hero-proof {
    gap: 10px;
    margin-top: 50px;
  }

  .hero-proof strong {
    font-size: 18px;
  }

  .hero-proof span {
    font-size: 7px;
  }

  .hero-art {
    min-height: 570px;
  }

  .hero-card {
    top: 7%;
    right: 5%;
    width: 49%;
    min-height: 165px;
  }

  .hero-vial.tall {
    left: 17%;
    width: 32%;
  }

  .hero-vial.small {
    right: 12%;
    width: 27%;
  }

  .hero-glass {
    height: 195px;
  }

  .hero-vial.small .hero-glass {
    height: 170px;
  }

  .hero-cap {
    height: 31px;
  }

  .hero-note,
  .hero-caption {
    display: none;
  }

  .manifesto {
    padding-block: 80px;
  }

  .manifesto-inner {
    display: block;
  }

  .manifesto-copy {
    font-size: 39px;
  }

  .manifesto .eyebrow {
    margin-bottom: 45px;
  }

  .featured-section,
  .related-section,
  .process-section,
  .quality-roadmap {
    padding-block: 80px;
  }

  .section-heading h2,
  .quality-copy h2,
  .research-cta h2,
  .simple-cta h2,
  .about-grid h2,
  .principle-intro h2 {
    font-size: 47px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .product-visual {
    min-height: 350px;
  }

  .quality-preview {
    width: 100%;
    margin-bottom: 80px;
  }

  .quality-visual {
    min-height: 500px;
  }

  .quality-stamp {
    top: 12%;
    left: 10%;
    width: 220px;
  }

  .chromatogram {
    right: 5%;
    bottom: 10%;
    width: 68%;
    height: 125px;
  }

  .quality-copy {
    padding: 65px 20px;
  }

  .process-grid h3,
  .roadmap-grid h3 {
    margin-top: 75px;
  }

  .research-cta {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 80px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 38px 22px;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-disclaimer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
