@font-face {
  font-family: "Cormorant Garamond Local";
  src: url("/assets/fonts/cormorant-garamond-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.home-page {
  --home-paper: #f6f2e9;
  --home-paper-raised: #fff9ed;
  --home-canvas: #e7e2d6;
  --home-forest: #17251c;
  --home-forest-deep: #0f1d16;
  --home-gold: #d9a441;
  --home-gold-text: #866214;
  --home-gold-light: #e9c877;
  --home-sage: #96a271;
  --home-celadon: #b9c3ad;
  --home-teal: #789a96;
  --home-rose: #d3a99b;
  --home-coral: #c97855;
  --home-iris: #8b86a4;
  --home-frame: min(96rem, calc(100vw - 1.5rem));
  --home-header-height: 5.4rem;
  color: var(--home-forest);
  background: var(--home-paper);
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: "Cormorant Garamond Local", var(--display);
  font-weight: 600;
  text-wrap: balance;
}

.home-page main {
  overflow: clip;
}

.home-header.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: var(--home-forest);
  background: rgba(246, 242, 233, 0.97);
  border-color: rgba(134, 98, 20, 0.28);
  backdrop-filter: none;
  transition: box-shadow 240ms ease, background 240ms ease;
}

.home-header[data-scrolled] {
  background: rgba(246, 242, 233, 0.985);
  box-shadow: 0 0.25rem 1rem rgba(23, 37, 28, 0.08);
}

.home-header .site-header__inner {
  width: var(--home-frame);
  min-height: var(--home-header-height);
  gap: 1.5rem;
}

.home-brand.brand-link {
  width: clamp(16rem, 20vw, 19rem);
  display: grid;
  justify-items: start;
  gap: 0.05rem;
  padding-block: 0.5rem;
  text-decoration: none;
}

.home-brand img {
  width: 100%;
  max-height: 4.5rem;
  object-fit: contain;
  object-position: left center;
}

.home-brand__promise {
  margin-left: 0.45rem;
  color: var(--home-gold-text);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.home-header .site-nav {
  gap: clamp(0.75rem, 1.4vw, 1.5rem);
  color: var(--home-forest);
  font-size: 0.92rem;
}

.home-header .marketing-language-switcher {
  flex: 0 0 auto;
  align-items: stretch;
  border-color: rgba(23, 37, 28, 0.32);
}

.home-header .marketing-language-switcher a {
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0.45rem;
  color: var(--home-forest);
  font-size: 0.68rem;
}

.home-header .site-nav .marketing-language-switcher a::after {
  display: none;
}

.home-header .marketing-language-switcher a:hover {
  color: var(--home-paper-raised);
  background: var(--home-forest);
}

.home-header .marketing-language-switcher a[aria-current="page"] {
  color: var(--home-paper-raised);
  background: var(--home-forest);
}

.home-header .site-nav a:not(.button)::after {
  background: var(--home-gold-text);
}

.home-header .button--outline {
  color: var(--home-forest);
  border-color: rgba(23, 37, 28, 0.55);
}

.home-header .button--outline:hover {
  color: var(--home-paper-raised);
  background: var(--home-forest);
}

.home-header .menu-button {
  color: var(--home-forest);
  border-color: var(--home-gold-text);
}

.home-frame {
  width: var(--home-frame);
  margin-inline: auto;
  border: 1px solid rgba(134, 98, 20, 0.3);
  border-radius: 0.55rem;
}

.home-section-number {
  margin: 0 0 1.2rem;
  color: var(--home-gold-text);
  font: 700 0.72rem/1 var(--mono);
  letter-spacing: 0.3em;
}

.home-section-heading {
  max-width: 62rem;
  margin: 0 auto clamp(3rem, 5vw, 5.5rem);
  text-align: center;
}

.home-section-heading h2 {
  max-width: 16ch;
  margin: 0 auto 1.15rem;
  font-size: clamp(3.1rem, 5vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.home-section-heading > p:last-child {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.home-button.button {
  min-height: 3.5rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.home-button--primary {
  color: var(--home-paper-raised);
  background: var(--home-forest);
  border-color: var(--home-forest);
}

.home-button--primary:hover {
  color: var(--home-forest);
  background: var(--home-gold-light);
  border-color: var(--home-gold-text);
}

.home-button--secondary {
  color: var(--home-forest);
  background: rgba(255, 249, 237, 0.86);
  border-color: rgba(23, 37, 28, 0.52);
}

.home-button--secondary:hover {
  color: var(--home-paper-raised);
  background: var(--home-forest);
}

.home-hero {
  min-height: 158svh;
  padding: 0.55rem 0 0.8rem;
  background: var(--home-paper);
}

.home-hero__stage {
  position: sticky;
  top: calc(var(--home-header-height) + 0.55rem);
  width: var(--home-frame);
  height: calc(100svh - var(--home-header-height) - 1.4rem);
  min-height: 42rem;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(134, 98, 20, 0.44);
  border-radius: 0.6rem;
  background: var(--home-paper-raised);
}

.home-hero__stage::after {
  content: "";
  position: absolute;
  inset: 0.45rem;
  z-index: 8;
  pointer-events: none;
  border: 1px solid rgba(134, 98, 20, 0.18);
  border-radius: 0.35rem;
}

.home-hero__art,
.home-hero__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__art {
  z-index: 0;
  transform: translate3d(0, var(--hero-art-y, 0), 0) scale(var(--hero-scale, 1));
  transition: opacity 900ms ease, filter 1200ms ease;
}

.home-hero__art img {
  object-fit: cover;
  object-position: center top;
}

.home-hero__center {
  position: relative;
  z-index: 4;
  width: min(40%, 38rem);
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(2rem, 4.5vh, 4rem) 0 clamp(4rem, 7vh, 5.8rem);
  text-align: center;
}

.home-receipt {
  position: absolute;
  top: clamp(8rem, 17vh, 11.5rem);
  left: 50%;
  width: clamp(10rem, 14vw, 13.5rem);
  padding: 0.95rem 0.95rem 1.1rem;
  color: var(--home-forest);
  background: rgba(255, 249, 237, 0.94);
  border: 1px solid rgba(134, 98, 20, 0.26);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.4rem rgba(23, 37, 28, 0.12);
  transform: translate3d(-50%, var(--hero-receipt-y, 0), 0) rotate(var(--hero-receipt-rotate, 0deg));
  text-align: left;
}

.home-receipt__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--home-gold-text);
  font: 700 0.52rem/1 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-receipt__heading img {
  width: 1.35rem;
  height: 1.35rem;
}

.home-receipt > strong {
  margin-block: 0.7rem 0.65rem;
  display: block;
  font: 600 clamp(1.2rem, 1.7vw, 1.65rem)/1 "Cormorant Garamond Local", var(--display);
  text-align: center;
}

.home-receipt dl {
  margin: 0;
  display: grid;
}

.home-receipt dl div {
  padding-block: 0.45rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  border-top: 1px solid rgba(23, 37, 28, 0.14);
}

.home-receipt dt,
.home-receipt dd {
  margin: 0;
  font-size: 0.58rem;
  line-height: 1.25;
}

.home-receipt dt {
  color: var(--ink-soft);
}

.home-receipt dd {
  font-weight: 700;
}

.home-hero__copy {
  width: 100%;
}

.home-hero__copy h1 {
  margin: 0;
  font-size: clamp(3.35rem, 4.55vw, 5.4rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.home-hero__copy p {
  max-width: 50ch;
  margin: 1.15rem auto 1.4rem;
  color: #35443a;
  font-size: clamp(0.93rem, 1.1vw, 1.06rem);
  line-height: 1.55;
}

.home-hero__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.home-hero__scroll-cue {
  position: absolute;
  right: 1.75rem;
  bottom: 1.3rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--home-gold-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-story {
  position: relative;
  min-height: 34rem;
  display: grid;
  grid-template-columns: minmax(22rem, 0.72fr) minmax(0, 1.4fr);
  overflow: hidden;
  background: var(--home-paper-raised);
}

.home-story__copy {
  position: relative;
  z-index: 3;
  padding: clamp(3rem, 6vw, 6.5rem) clamp(2rem, 4vw, 4.5rem);
  align-self: center;
}

.home-story__copy h2 {
  max-width: 9ch;
  margin: 0 0 1.4rem;
  font-size: clamp(3.5rem, 5.2vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.home-story__copy > p:last-child {
  max-width: 46ch;
  margin: 0;
  color: var(--ink-soft);
}

.home-story__art,
.home-story__art img {
  width: 100%;
  height: 100%;
}

.home-story__art img {
  object-fit: cover;
  object-position: 56% center;
}

.home-journey {
  margin-block: 0.8rem;
  padding: clamp(5rem, 8vw, 9rem) clamp(0.4rem, 1vw, 0.8rem) 0.5rem;
  background: var(--home-paper);
}

.home-journey__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-step {
  --step-tone: #eef0e5;
  position: relative;
  min-width: 0;
  min-height: 42rem;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(134, 98, 20, 0.26);
  border-radius: 0.35rem;
  background: var(--step-tone);
}

.home-step:nth-child(2) {
  --step-tone: #f0e8eb;
}

.home-step:nth-child(3) {
  --step-tone: #ece9f0;
}

.home-step:nth-child(4) {
  --step-tone: #f4e7df;
}

.home-step::after {
  content: "";
  position: absolute;
  inset: auto -32% -36% -32%;
  aspect-ratio: 1;
  pointer-events: none;
  background: url("/assets/guilloche.svg") center / contain no-repeat;
  opacity: 0.16;
}

.home-step__copy {
  position: relative;
  z-index: 2;
  min-height: 14rem;
  padding: 2.1rem 1.5rem 1.3rem;
  text-align: center;
}

.home-step__copy > span {
  color: var(--home-gold-text);
  font: 700 0.72rem/1 var(--mono);
  letter-spacing: 0.2em;
}

.home-step h3 {
  margin: 0.55rem 0 0.5rem;
  font-size: clamp(2.6rem, 3.1vw, 3.75rem);
  line-height: 0.95;
}

.home-step p {
  max-width: 33ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-device {
  position: relative;
  z-index: 2;
  width: min(72%, 14.5rem);
  height: 27rem;
  margin: auto auto 0;
  overflow: hidden;
  border: 0.42rem solid rgba(23, 37, 28, 0.88);
  border-bottom: 0;
  border-radius: 1.85rem 1.85rem 0 0;
  background: var(--home-paper);
  box-shadow: 0 0.375rem 1.125rem rgba(23, 37, 28, 0.1);
}

.home-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-balance {
  position: relative;
  width: var(--home-frame);
  min-height: clamp(28rem, 37vw, 35rem);
  margin: 0 auto 0.8rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(233, 200, 119, 0.42);
  border-radius: 0.55rem;
  color: var(--home-paper-raised);
  background: var(--home-forest);
}

.home-balance__art,
.home-balance__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-balance__art {
  transform: scale(1.01);
}

.home-balance__art img {
  object-fit: cover;
  object-position: center;
}

.home-balance__copy {
  position: relative;
  z-index: 3;
  max-width: 47rem;
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 4.2rem) 1.5rem;
  text-align: center;
}

.home-balance__copy .home-section-number {
  color: var(--home-gold-light);
}

.home-balance__copy h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.home-balance__copy > p:last-child {
  max-width: 46ch;
  margin: 1rem auto 0;
  color: rgba(255, 249, 237, 0.8);
}

.home-proof {
  padding: clamp(5rem, 8vw, 8.5rem) clamp(1rem, 2vw, 2rem) 0;
  overflow: hidden;
  background: var(--home-paper-raised);
}

.home-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(134, 98, 20, 0.22);
}

.home-proof-card {
  min-width: 0;
  min-height: 38rem;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 2.4rem 2rem 0;
  overflow: hidden;
  text-align: center;
}

.home-proof-card + .home-proof-card {
  border-left: 1px solid rgba(134, 98, 20, 0.22);
}

.home-proof-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(2.3rem, 3.1vw, 3.6rem);
  line-height: 0.95;
}

.home-proof-card p {
  max-width: 41ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.home-proof-card__visual {
  width: min(72%, 16rem);
  height: 26rem;
  margin: 2rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(134, 98, 20, 0.25);
  border-bottom: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  background: var(--home-paper);
  box-shadow: 0 0.375rem 1.125rem rgba(23, 37, 28, 0.1);
}

.home-proof-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.home-trust {
  margin-block: 0.8rem;
  display: grid;
  grid-template-columns: minmax(15rem, 1.2fr) repeat(4, minmax(9rem, 1fr));
  background: var(--home-paper);
}

.home-trust__title,
.home-trust__facts li {
  min-height: 12rem;
  padding: 2.2rem 1.8rem;
}

.home-trust__title h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.7rem, 3.8vw, 4.6rem);
  line-height: 0.92;
}

.home-trust__facts {
  grid-column: 2 / -1;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: subgrid;
  list-style: none;
}

.home-trust__facts li {
  border-left: 1px solid rgba(134, 98, 20, 0.22);
}

.home-trust__facts span {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--home-gold-text);
  font: 700 0.75rem/1 var(--mono);
  letter-spacing: 0.2em;
}

.home-trust__facts p {
  margin: 0;
  font-weight: 650;
  line-height: 1.45;
}

.home-trust__links {
  grid-column: 1 / -1;
  padding: 1.3rem 1.8rem;
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
  border-top: 1px solid rgba(134, 98, 20, 0.22);
}

.home-trust__links .text-link {
  font-size: 0.9rem;
}

.home-closing {
  position: relative;
  width: var(--home-frame);
  min-height: 27rem;
  margin: 0 auto 0.8rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(134, 98, 20, 0.32);
  border-radius: 0.55rem;
  background: var(--home-paper-raised);
}

.home-closing__art,
.home-closing__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-closing__art img {
  object-fit: cover;
  object-position: center;
}

.home-closing__copy {
  position: relative;
  z-index: 3;
  width: min(43rem, calc(100% - 3rem));
  padding-block: 3rem;
  text-align: center;
}

.home-closing__copy h2 {
  margin: 0;
  font-size: clamp(3.3rem, 5vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.home-closing__copy > p:not(.home-safety-note) {
  max-width: 48ch;
  margin: 1rem auto 1.3rem;
  color: var(--ink-soft);
}

.home-safety-note {
  margin: 0.95rem 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.home-footer {
  border-top-color: rgba(233, 200, 119, 0.38);
  background: var(--home-forest-deep);
}

.home-footer__brand {
  text-decoration: none;
}

.home-footer__brand span {
  display: block;
  margin-top: 0.65rem;
  color: var(--home-gold-light);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: none;
  transition: opacity 320ms ease;
}

.motion-ready [data-reveal="image"] {
  transform: translateY(0.5rem) scale(0.99);
  transition: opacity 360ms ease, transform 420ms cubic-bezier(0.2, 0.75, 0.22, 1);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .home-hero__art {
  opacity: 0;
  filter: none;
}

.motion-ready .home-hero__copy,
.motion-ready .home-receipt {
  opacity: 0;
}

.motion-ready .home-hero__copy {
  transform: none;
}

.motion-ready .home-receipt {
  margin-top: 0;
}

.motion-ready .home-hero__stage.is-ready .home-hero__art {
  opacity: 1;
  filter: blur(0) brightness(1);
}

.motion-ready .home-hero__stage.is-ready .home-receipt {
  opacity: 1;
  transition: opacity 420ms 180ms ease;
}

.motion-ready .home-hero__stage.is-ready .home-hero__copy {
  opacity: 1;
  transition: opacity 520ms 140ms ease;
}

@media (max-width: 74rem) {
  .home-page {
    --home-frame: min(100% - 1rem, 72rem);
  }

  .home-hero__center {
    width: min(48%, 34rem);
  }

  .home-hero__copy h1 {
    font-size: clamp(3rem, 5.4vw, 4.7rem);
  }

  .home-journey__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-step {
    min-height: 39rem;
  }

  .home-proof-card {
    padding-inline: 1.25rem;
  }

  .home-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__title {
    grid-column: 1 / -1;
    min-height: auto;
    border-bottom: 1px solid rgba(134, 98, 20, 0.22);
  }

  .home-trust__title h2 {
    max-width: 14ch;
  }

  .home-trust__facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__facts li:nth-child(3) {
    border-top: 1px solid rgba(134, 98, 20, 0.22);
  }

  .home-trust__facts li:nth-child(4) {
    border-top: 1px solid rgba(134, 98, 20, 0.22);
  }
}

@media (max-width: 58rem) {
  .home-page {
    --home-header-height: 4.6rem;
  }

  .home-header .site-header__inner {
    min-height: var(--home-header-height);
  }

  .home-header .site-nav {
    color: var(--home-paper);
    background: var(--home-forest);
  }

  .home-header .site-nav a:not(.button)::after {
    background: var(--home-gold-light);
  }

  .home-header .site-nav .button--outline {
    color: var(--home-gold-light);
    border-color: var(--home-gold);
  }

  .home-header .marketing-language-switcher {
    width: 100%;
    margin-top: 0.5rem;
    border-color: rgba(233, 200, 119, 0.55);
  }

  .home-header .marketing-language-switcher a {
    flex: 1 1 0;
    color: var(--home-gold-light);
  }

  .home-header .marketing-language-switcher a:hover,
  .home-header .marketing-language-switcher a[aria-current="page"] {
    color: var(--home-forest);
    background: var(--home-gold-light);
  }

  .home-brand.brand-link {
    width: clamp(12.5rem, 54vw, 15rem);
  }

  .home-brand img {
    max-height: 3.8rem;
  }

  .home-brand__promise {
    display: block;
    margin-left: 0.15rem;
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }

  .home-hero {
    min-height: auto;
    padding-top: 0.4rem;
  }

  .home-hero__stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 61rem;
  }

  .home-hero__art {
    top: 24rem;
    bottom: 0;
    height: auto;
    transform: none !important;
  }

  .home-hero__art img {
    object-position: center bottom;
  }

  .home-hero__center {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 61rem;
    justify-content: flex-start;
    padding: 2rem 1.2rem;
  }

  .home-hero__copy {
    order: -1;
    width: min(36rem, 100%);
    padding: 1.2rem 1rem 1.4rem;
    background: rgba(255, 249, 237, 0.94);
    border-radius: 0.45rem;
  }

  .home-hero__copy h1 {
    font-size: clamp(3.25rem, 12vw, 5rem);
  }

  .home-receipt {
    top: auto;
    bottom: 2rem;
    transform: translateX(-50%) !important;
  }

  .home-hero__scroll-cue {
    display: none;
  }

  .home-story {
    grid-template-columns: 1fr;
  }

  .home-story__copy {
    padding-bottom: 2rem;
  }

  .home-story__copy h2 {
    max-width: 12ch;
  }

  .home-story__art {
    min-height: 24rem;
  }

  .home-journey {
    padding-inline: 0;
  }

  .home-journey__steps {
    display: flex;
    gap: 0.75rem;
    padding-inline: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .home-step {
    flex: 0 0 min(82vw, 24rem);
    scroll-snap-align: center;
  }

  .home-balance {
    min-height: 0;
    display: grid;
    background: var(--home-forest);
  }

  .home-balance__art,
  .home-balance__art img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .home-balance__art {
    grid-row: 2;
    transform: none !important;
  }

  .home-balance__copy {
    grid-row: 1;
    padding-bottom: 1.5rem;
  }

  .home-proof__grid {
    grid-template-columns: 1fr;
  }

  .home-proof-card {
    min-height: 35rem;
  }

  .home-proof-card + .home-proof-card {
    border-top: 1px solid rgba(134, 98, 20, 0.22);
    border-left: 0;
  }

  .home-proof-card__visual {
    height: 24rem;
  }

  .home-closing {
    min-height: 34rem;
  }

  .home-closing__art img {
    object-position: center bottom;
  }

  .home-closing__copy {
    width: min(34rem, calc(100% - 2rem));
    padding: 2rem 1.4rem;
    background: rgba(255, 249, 237, 0.9);
    border-radius: 0.45rem;
  }
}

@media (max-width: 40rem) {
  .home-page {
    --home-frame: calc(100vw - 0.7rem);
  }

  .home-brand.brand-link {
    width: 9.8rem;
  }

  .home-hero__stage {
    min-height: 58rem;
  }

  .home-hero__center {
    min-height: 58rem;
    padding-inline: 0.55rem;
  }

  .home-hero__art {
    top: 27rem;
  }

  .home-hero__copy {
    padding-inline: 0.7rem;
  }

  .home-hero__copy h1 {
    font-size: clamp(3.05rem, 15vw, 4.45rem);
  }

  .home-hero__copy p {
    font-size: 0.94rem;
  }

  .home-hero__actions {
    display: grid;
  }

  .home-hero__actions .button {
    width: 100%;
  }

  .home-story__copy {
    padding: 3rem 1.4rem 1.5rem;
  }

  .home-story__copy h2 {
    font-size: clamp(3.2rem, 14vw, 4.6rem);
  }

  .home-story__art {
    min-height: 17rem;
  }

  .home-section-heading {
    padding-inline: 1.1rem;
  }

  .home-section-heading h2,
  .home-balance__copy h2,
  .home-closing__copy h2 {
    font-size: clamp(3rem, 13vw, 4.35rem);
  }

  .home-trust__facts {
    grid-template-columns: 1fr;
  }

  .home-trust__facts li {
    min-height: auto;
    border-top: 1px solid rgba(134, 98, 20, 0.22);
  }

  .home-trust__links {
    display: grid;
    gap: 0.8rem;
  }

  .home-trust__links .text-link {
    width: 100%;
  }

  .home-closing__copy .button {
    width: 100%;
  }
}

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

  .home-page [data-reveal],
  .home-page .home-hero__art,
  .home-page .home-hero__copy,
  .home-page .home-receipt {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .home-page .home-receipt {
    transform: translateX(-50%) !important;
  }

  .home-page .home-hero__art,
  .home-page .home-balance__art {
    transform: none !important;
  }
}
