@font-face {
  font-family: "Bliss Instrument";
  src: url("./InstrumentSerif-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bliss Instrument";
  src: url("./InstrumentSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bliss Bricolage";
  src: url("./BricolageGrotesque.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 5.5rem;
  --content-width: 80rem;
  --page-gutter: clamp(1.5rem, 5vw, 5rem);
  --glass-stroke-soft: #10111426;
  --glass-stroke: #10111440;
  --body-font: "Bliss Bricolage", sans-serif;
}
body, body.display-serif {
  --display-font: "Bliss Instrument", Georgia, serif;
  background: #f5efdf;
  min-width: 0;
  font-family: var(--body-font);
}
.site-header {
  padding: 0 var(--page-gutter);
  align-items: center;
  background: #f5efdf;
  border-bottom: 1px solid var(--glass-stroke-soft);
}
.site-header.is-scrolled, .legal-page .site-header {
  background: #f5efdf;
  border-bottom: 1px solid var(--glass-stroke-soft);
}
.site-header__inner,
.site-header.is-scrolled .site-header__inner,
.legal-page .site-header__inner {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.site-header__inner::before, .feature-list::before, .trust__inner::before,
.faq-list::before, .final-cta__inner::before, .legal-toc::before,
.download-handoff::before { content: none; }
.brand-link { gap: .5rem; }
.brand-link span, .download-brand span {
  font: italic 400 2.4rem/.9 var(--display-font);
  letter-spacing: -.035em;
  text-transform: lowercase;
}
.brand-link img, .download-brand img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: normal;
}
.site-nav { font-weight: 500; font-size: .82rem; }
.site-nav a:not(.button-link) { color: #101114; }
.site-nav a:not(.button-link):hover { color: #c62e22; }
.button-link, .button-link--secondary {
  min-height: 3.1rem;
  padding: .9rem 1.5rem;
  border: 1px solid #c62e22;
  border-radius: .15rem;
  background: #c62e22;
  color: #f5efdf;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  font-weight: 600;
}
.button-link:hover { color: #f5efdf; background: #a7241b; border-color: #a7241b; box-shadow: none; }
.button-link span { transition: transform 200ms ease; }
.button-link:hover span { transform: translateY(2px); }
.eyebrow { font-size: .68rem; font-weight: 600; letter-spacing: .15em; }
.hero {
  min-height: min(58rem, 100svh);
  align-items: center;
  background: #f5efdf;
  border-bottom: 1px solid var(--glass-stroke-soft);
}
.hero::before { content: none; }
.hero__media {
  inset: auto 0 3% auto;
  width: 55%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  filter: none;
  scale: 1;
  mix-blend-mode: normal;
  mask-image: none;
  translate: 0 calc(var(--hero-scroll) * 1.75rem);
  animation: ribbon-arrive 1200ms cubic-bezier(.22,1,.36,1) both;
}
.hero__content {
  width: 100%;
  max-width: 90rem;
  padding: calc(var(--header-height) + 2.25rem) var(--page-gutter) 4rem;
}
.hero__copy { width: 45%; max-width: 35rem; }
.hero__identity {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 0 1.5rem;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.hero__identity img { display: none; }
.hero__identity strong {
  display: block;
  margin-top: 1rem;
  color: #c62e22;
  font: italic 400 clamp(9rem, 18vw, 17.5rem)/.8 var(--display-font);
  letter-spacing: -.055em;
  text-transform: lowercase;
}
.hero h1 {
  max-width: 16ch;
  font-size: clamp(2.6rem, 3.5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-shadow: none;
}
.hero__description {
  max-width: 30ch;
  margin-top: 1.2rem;
  color: #53565a;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.55;
  text-shadow: none;
}
.hero__actions { margin-top: 1.6rem; }
.section { padding-block: clamp(4rem, 8vw, 8rem); }
.section-heading { grid-template-columns: 1fr 2fr; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2, .trust h2, .final-cta h2, .legal-hero h1 {
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.04;
}
.section-heading h2 { max-width: 17ch; font-size: clamp(2.6rem, 4.8vw, 4.6rem); }
.feature-list {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: visible;
}
.feature-row, .feature-row:first-child {
  grid-template-columns: 2rem minmax(0, 1.1fr) minmax(0, .9fr) minmax(8rem, .7fr);
  gap: clamp(1.3rem, 3vw, 3rem);
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid var(--glass-stroke-soft);
  border-radius: 0;
}
.feature-row:hover { background: none; box-shadow: none; transform: none; }
.feature-row__number { align-self: start; padding-top: .3rem; font-size: 1.2rem; }
.feature-row h3 { margin-top: .5rem; font-weight: 400; font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.025em; }
.feature-row p { color: #53565a; font-size: .95rem; }
.feature-row p.eyebrow { color: #c62e22; font-size: .66rem; }
.feature-row__art { width: 100%; height: 12rem; object-fit: contain; mix-blend-mode: normal; }
.trust { color: #f5efdf; background: #c62e22; }
.trust__inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  grid-template-columns: 1.1fr 1fr;
  gap: 12%;
  align-items: start;
}
.trust h2 { max-width: 11ch; font-size: clamp(3.4rem, 6vw, 6rem); }
.trust .eyebrow { opacity: 1; }
.trust__body { font-size: 1rem; line-height: 1.75; }
.trust__point { font-weight: 500; font-size: .87rem; }
.landing-faq { border-top: 0; }
.landing-faq__inner { grid-template-columns: 1fr 2fr; gap: 0 3rem; }
.faq-list {
  padding: 0;
  border: 0;
  border-top: 1px solid var(--glass-stroke-soft);
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.faq-list summary { font-weight: 500; font-size: 1rem; }
.final-cta { min-height: 0; background: #101114; color: #f5efdf; padding-block: 6rem; }
.final-cta__inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.final-cta__icon, .final-cta__inner:hover .final-cta__icon {
  width: 5.5rem;
  height: 5.5rem;
  border: 0;
  border-radius: 24%;
  box-shadow: none;
}
.final-cta h2 { max-width: 14ch; margin: 1.5rem auto; font-size: clamp(3.3rem, 6vw, 6rem); }
.final-cta p { max-width: 35ch; color: #d5d1c7; font-size: 1rem; }
.final-cta .eyebrow { color: #f5efdf; font-size: .68rem; }
.final-cta .hero__actions { margin-top: 2rem; }
.site-footer { background: #f5efdf; -webkit-backdrop-filter: none; backdrop-filter: none; font-size: .76rem; }
.site-footer__links { gap: 1rem; }
.legal-main, .download-main { background: #f5efdf; }
.legal-main { padding-top: calc(var(--header-height) + 1.5rem); }
.legal-toc, .legal-note, .download-brand, .download-handoff {
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.legal-toc { border: 0; border-left: 1px solid var(--glass-stroke-soft); }
.legal-toc a { border-radius: 0; }
.legal-note { border: 0; border-left: 2px solid #c62e22; background: #eee7d6; }
.legal-content h2, .download-handoff h1 { font-weight: 400; letter-spacing: -.025em; }
.download-brand, .download-handoff { border: 0; }
.download-handoff { max-width: 42rem; padding-inline: 0; }
.download-handoff__icon { border-radius: 0; box-shadow: none; mix-blend-mode: normal; }
.download-progress { height: 2px; border: 0; border-radius: 0; background: #10111420; }
.download-progress span { background: #c62e22; box-shadow: none; }
@keyframes ribbon-arrive {
  from { opacity: 0; transform: translateY(2rem) rotate(5deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .hero__copy { width: 49%; }
  .hero__media { right: -4%; width: 58%; }
  .feature-row { grid-template-columns: 1.5rem 1.2fr 1fr; }
  .feature-row > p { grid-column: 2; grid-row: 2; }
  .feature-row__art { grid-column: 3; grid-row: 1 / 3; }
}
@media (max-width: 760px) {
  :root { --header-height: 4.65rem; }
  .site-header { padding: 0 1.25rem; }
  .site-header__inner { padding: 0; border-radius: 0; }
  .brand-link span { font-size: 2.1rem; }
  .brand-link img { width: 2.2rem; height: 2.2rem; }
  .site-nav .button-link { min-height: 2.7rem; padding-inline: 1rem; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr); min-height: 0; padding: calc(var(--header-height) + 1.25rem) 1.5rem 2rem; }
  .hero__content { display: contents; }
  .hero__copy { display: contents; }
  .hero__identity { grid-row: 1; margin-bottom: 0; }
  .hero__identity strong { margin-top: .75rem; font-size: clamp(6.6rem, 23vw, 10rem); }
  .hero__identity .eyebrow { font-size: .6rem; }
  .hero__media {
    grid-row: 2;
    position: relative;
    width: 100%;
    height: clamp(12rem, 52vw, 22rem);
    inset: auto;
    translate: none;
    mask-image: none;
  }
  .hero h1 { grid-row: 3; margin-top: 1rem; font-size: clamp(2.35rem, 6.5vw, 3rem); max-width: 16ch; }
  .hero__description { grid-row: 4; max-width: 33ch; margin-top: .9rem; font-size: .95rem; }
  .hero__actions { grid-row: 5; margin-top: 1.2rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; }
  .section-heading h2 { max-width: 17ch; }
  .feature-row, .feature-row:first-child {
    grid-template-columns: minmax(0, 1fr) 7rem;
    column-gap: 1rem;
    row-gap: .65rem;
    padding: 1.8rem 0;
  }
  .feature-row__number { grid-column: 1; grid-row: 1; padding: 0; }
  .feature-row > div { grid-column: 1; grid-row: 2; }
  .feature-row > p { grid-column: 1 / -1; grid-row: 3; max-width: 38ch; }
  .feature-row__art { grid-column: 2; grid-row: 1 / 3; height: 7.5rem; }
  .feature-row h3 { font-size: 2.05rem; }
  .feature-row p { font-size: .91rem; }
  .trust__inner, .landing-faq__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .trust h2 { max-width: 12ch; }
  .landing-faq .section-heading { margin-bottom: 0; }
  .landing-faq .faq-list, .landing-faq__support { grid-column: 1; }
  .landing-faq__support { margin-top: -1rem; }
  .final-cta { padding-block: 4.5rem; }
  .site-footer__inner { align-items: flex-start; }
  .legal-toc { position: static; max-height: none; }
  .legal-hero { padding-top: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__media { animation: none; transform: none; translate: none; }
  .button-link span { transition: none; }
}
