@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/space-grotesk-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F;
}

:root {
  --green: #092d26;
  --deep: #041713;
  --gold: #d6ad76;
  --paper: #f0eee7;
  --paper-2: #e4e0d5;
  --white: #fff;
  --ink: #102620;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 200;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  background: var(--gold);
  color: var(--deep);
}
.skip-link:focus { top: 1rem; }

.variant-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  display: flex;
  gap: .1rem;
  padding: .3rem;
  border: 1px solid rgba(9,45,38,.18);
  background: rgba(240,238,231,.86);
  backdrop-filter: blur(14px);
}
.variant-switcher a {
  padding: .55rem .62rem;
  color: rgba(9,45,38,.45);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.variant-switcher a:hover,
.variant-switcher a.active { color: var(--green); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.2rem clamp(1.15rem, 3vw, 3.5rem);
  border-bottom: 1px solid rgba(9,45,38,.16);
}
.wordmark {
  width: max-content;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.wordmark span {
  display: block;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 400;
  letter-spacing: .43em;
}
.wordmark small {
  display: block;
  margin-top: .36rem;
  color: #a77c43;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.site-header nav { display: flex; gap: 1.8rem; }
.site-header nav a,
.contact-chip {
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
}
.site-header nav a { color: rgba(9,45,38,.64); }
.site-header nav a:hover { color: #a77c43; }
.contact-chip {
  justify-self: end;
  padding: .7rem .9rem;
  border: 1px solid rgba(9,45,38,.22);
  transition: background .25s ease, color .25s ease;
}
.contact-chip:hover { background: var(--green); color: var(--white); }
.contact-chip span { margin-left: 1rem; }

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(7.5rem, 14vh, 10rem) clamp(1.15rem, 3vw, 3.5rem) 2rem;
  background:
    linear-gradient(rgba(9,45,38,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9,45,38,.06) 1px, transparent 1px),
    var(--paper);
  background-size: calc((100vw - 7rem) / 12) 100%, calc((100vw - 7rem) / 12) 100%;
}
.hero-rule {
  position: absolute;
  left: 37.5%;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(9,45,38,.13);
}
.hero-title { position: relative; z-index: 5; }
.micro {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: .6rem;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.2rem, 10.8vw, 10.5rem);
  font-weight: 560;
  letter-spacing: -.075em;
  line-height: .72;
}
.hero .line { display: block; width: max-content; }
.line-two { margin-left: 16vw; color: transparent; -webkit-text-stroke: 1.5px var(--green); }
.line-three { margin-left: 4vw; color: #a97f47; }
.portrait-window {
  --px: 0px;
  --py: 0px;
  position: absolute;
  z-index: 4;
  right: 7.5vw;
  top: 12vh;
  width: clamp(17rem, 29vw, 31rem);
  height: 61vh;
  min-height: 30rem;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  background: #d9d5cb;
  box-shadow: 1rem 1rem 0 var(--gold);
  transform: translate(var(--px), var(--py));
  transition: transform .4s ease-out;
}
.portrait-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,23,19,.18), transparent 42%);
}
.portrait-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% center;
  filter: saturate(.72) contrast(1.04);
}
.portrait-tag {
  position: absolute;
  z-index: 3;
  right: .8rem;
  bottom: .8rem;
  display: flex;
  gap: .45rem;
  align-items: center;
  padding: .65rem .8rem;
  color: var(--white);
  background: rgba(4,23,19,.75);
  font-size: .57rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.live-dot {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 .3rem rgba(214,173,118,.16);
  animation: live 2.2s ease-in-out infinite;
}
.hero-note {
  position: absolute;
  z-index: 6;
  left: clamp(1.15rem, 3vw, 3.5rem);
  bottom: 7.4rem;
  width: min(26rem, 31vw);
  padding-top: .85rem;
  border-top: 3px solid var(--green);
}
.hero-note span {
  font-family: var(--display);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-note p { margin: .75rem 0 0; color: rgba(9,45,38,.67); font-size: .87rem; line-height: 1.65; }
.hero-actions {
  position: absolute;
  z-index: 6;
  left: 40%;
  bottom: 2rem;
  display: flex;
}
.hero-actions a {
  display: flex;
  justify-content: space-between;
  min-width: 15.5rem;
  padding: 1rem;
  border: 1px solid rgba(9,45,38,.22);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease;
}
.hero-actions a + a { border-left: 0; }
.hero-actions a:hover { background: var(--green); color: var(--white); }
.hero-metrics {
  position: absolute;
  z-index: 6;
  right: 3.5rem;
  bottom: 2rem;
  display: flex;
  gap: 2.4rem;
}
.hero-metrics div { display: grid; grid-template-columns: auto auto; gap: .55rem; align-items: end; }
.hero-metrics strong {
  font-family: var(--display);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: .8;
}
.hero-metrics span {
  max-width: 4.5rem;
  color: rgba(9,45,38,.5);
  font-size: .49rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.scroll-label,
.edition {
  position: absolute;
  z-index: 6;
  color: rgba(9,45,38,.45);
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-label { left: 40%; bottom: 6.8rem; }
.scroll-label span { color: #a77c43; margin-left: .6rem; }
.edition { right: 2rem; top: 7.5rem; text-align: right; }
.hero-enter { opacity: 0; clip-path: inset(0 100% 0 0); animation: enter .9s cubic-bezier(.2,.75,.25,1) forwards; }
.enter-1 { animation-delay: .05s; }
.enter-2 { animation-delay: .12s; }
.enter-3 { animation-delay: .23s; }
.enter-4 { animation-delay: .38s; }
.enter-5 { animation-delay: .52s; }

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  background: var(--green);
}
.ticker-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  align-items: center;
  padding: 1.1rem 0;
  animation: ticker 20s linear infinite;
}
.ticker span {
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -.02em;
}
.ticker i { color: var(--gold); font-style: normal; }

.index-section,
.choice {
  width: min(92rem, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
}
.index-label {
  display: grid;
  grid-template-columns: 3.2rem auto;
  gap: .8rem;
  color: rgba(9,45,38,.52);
  font-family: var(--display);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.index-label span { color: #a77c43; }
.index-content {
  display: grid;
  grid-template-columns: 1.6fr .6fr;
  gap: clamp(3rem, 10vw, 10rem);
  align-items: end;
  padding: 4rem 0 5rem;
}
.big-copy {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  font-weight: 460;
  letter-spacing: -.055em;
  line-height: .98;
}
.big-copy mark {
  color: #a77c43;
  background: transparent;
}
.support-copy {
  color: rgba(9,45,38,.67);
  font-size: .9rem;
  line-height: 1.75;
}
.support-copy p { margin: 0 0 1rem; }
.image-ribbon {
  display: grid;
  grid-template-columns: 1.6fr .65fr .55fr;
  gap: .7rem;
  align-items: stretch;
}
.image-ribbon figure { margin: 0; }
.image-ribbon img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.62); }
.ribbon-large { position: relative; aspect-ratio: 1.75 / 1; }
.ribbon-large figcaption {
  position: absolute;
  left: .8rem;
  bottom: .8rem;
  padding: .55rem .7rem;
  color: var(--white);
  background: rgba(4,23,19,.74);
  font-size: .55rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ribbon-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  color: var(--deep);
  background: var(--gold);
}
.ribbon-quote > span { font-family: var(--display); font-size: 4rem; line-height: .7; }
.ribbon-quote p { margin: 2rem 0; font-family: var(--display); font-size: clamp(1.3rem, 2.2vw, 2.1rem); font-weight: 500; line-height: 1.1; }
.ribbon-quote small { font-size: .48rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ribbon-small { min-height: 100%; }

.fields {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 3vw, 3.5rem);
  color: var(--white);
  background: var(--deep);
}
.fields-header {
  display: grid;
  grid-template-columns: .45fr 1fr .5fr;
  gap: 3rem;
  align-items: end;
  width: min(92rem, 100%);
  margin: 0 auto 4.5rem;
}
.index-label-light { color: rgba(255,255,255,.45); }
.fields h2,
.method h2,
.choice h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  font-weight: 470;
  letter-spacing: -.06em;
  line-height: .92;
}
.fields-header > p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: .85rem;
  line-height: 1.75;
}
.field-board {
  display: grid;
  grid-template-columns: 1.12fr .88fr .97fr;
  gap: 1rem;
  width: min(92rem, 100%);
  margin: 0 auto;
  perspective: 1200px;
}
.field-card {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 33rem;
  padding: 1.5rem;
  overflow: hidden;
  color: var(--white);
  background: #103c33;
  text-decoration: none;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .2s ease, background .35s ease;
}
.field-card:hover { background: #15493e; }
.card-sap { margin-top: 4.5rem; min-height: 28.5rem; color: var(--deep); background: var(--gold); }
.card-sap:hover { background: #dfba89; }
.card-banking { margin-top: 1.4rem; min-height: 31.6rem; background: #f4f1e9; color: var(--deep); }
.card-banking:hover { background: var(--white); }
.field-no {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.field-card h3 {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 6.2rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -.06em;
}
.field-card p {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 1.5rem;
  margin: 0;
  opacity: .65;
  font-size: .72rem;
  line-height: 1.55;
}
.field-arrow {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  width: 2.6rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform .3s ease;
}
.field-card:hover .field-arrow { transform: rotate(45deg); }
.field-shape { position: absolute; opacity: .25; }
.shape-ring {
  right: -20%;
  top: 12%;
  width: 88%;
  aspect-ratio: 1;
  border: 3.2rem solid var(--gold);
  border-radius: 50%;
}
.shape-grid {
  right: -10%;
  top: 12%;
  width: 78%;
  aspect-ratio: 1;
  background:
    linear-gradient(var(--green) 1px, transparent 1px),
    linear-gradient(90deg, var(--green) 1px, transparent 1px);
  background-size: 2rem 2rem;
  transform: rotate(8deg);
}
.shape-bars {
  right: 8%;
  top: 10%;
  width: 52%;
  height: 42%;
  background: repeating-linear-gradient(90deg, var(--green) 0 1rem, transparent 1rem 1.7rem);
  transform: skewY(-12deg);
}

.method {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: clamp(3rem, 9vw, 9rem);
  width: min(92rem, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) 0;
}
.method-sticky { position: sticky; top: 5rem; align-self: start; }
.method h2 { margin-top: 3.5rem; }
.roundel {
  position: relative;
  width: 9rem;
  margin-top: 4rem;
  aspect-ratio: 1;
  color: #a77c43;
}
.roundel svg { width: 100%; height: 100%; animation: round 22s linear infinite; }
.roundel text { fill: #a77c43; font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: 2px; }
.roundel > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
}
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li {
  min-height: 30rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(9,45,38,.18);
  background:
    linear-gradient(rgba(9,45,38,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9,45,38,.055) 1px, transparent 1px);
  background-size: 3rem 3rem;
}
.method-top { display: flex; justify-content: space-between; color: rgba(9,45,38,.5); font-family: var(--display); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.method-top em { color: #a77c43; font-style: normal; }
.method-list h3 {
  margin: 8rem 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 450;
  letter-spacing: -.06em;
  line-height: .92;
}
.method-list p { max-width: 29rem; margin: 0; color: rgba(9,45,38,.64); line-height: 1.75; }

.choice-intro {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 4rem;
}
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.choice-card {
  position: relative;
  min-height: 36rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  overflow: hidden;
  text-decoration: none;
}
.choice-card::after {
  content: "↗";
  position: absolute;
  right: -1.5rem;
  top: -4rem;
  opacity: .09;
  font-family: var(--display);
  font-size: 18rem;
  line-height: 1;
  transition: transform .7s cubic-bezier(.2,.75,.25,1);
}
.choice-card:hover::after { transform: translate(-1rem,1rem) rotate(8deg); }
.choice-dark { color: var(--white); background: var(--green); }
.choice-gold { color: var(--deep); background: var(--gold); }
.choice-card > span {
  font-family: var(--display);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.choice-card h3 {
  margin: 10rem 0 1.3rem;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 450;
  letter-spacing: -.065em;
  line-height: .9;
}
.choice-card p { max-width: 30rem; opacity: .68; line-height: 1.7; }
.choice-card b {
  position: absolute;
  left: clamp(1.5rem,3vw,3rem);
  right: clamp(1.5rem,3vw,3rem);
  bottom: 2rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact {
  position: relative;
  min-height: 100svh;
  padding: 2rem clamp(1.2rem, 3vw, 3.5rem);
  color: var(--white);
  background:
    radial-gradient(circle at 75% 40%, rgba(214,173,118,.12), transparent 22%),
    var(--deep);
}
.contact-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.43);
  font-family: var(--display);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact h2 {
  margin: clamp(7rem, 17vh, 12rem) 0 3rem;
  font-family: var(--display);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 460;
  letter-spacing: -.075em;
  line-height: .78;
}
.contact h2 span { color: var(--gold); }
.mail-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-block: 1px solid rgba(255,255,255,.18);
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.2rem, 3vw, 2.6rem);
  text-decoration: none;
}
.mail-link b { color: var(--gold); font-weight: 400; }
.contact-footer {
  position: absolute;
  left: clamp(1.2rem, 3vw, 3.5rem);
  right: clamp(1.2rem, 3vw, 3.5rem);
  bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  color: rgba(255,255,255,.4);
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wordmark-light { color: var(--white); }
.contact-footer p { margin: 0; }
.contact-footer div { justify-self: end; display: flex; gap: 1.5rem; }
.contact-footer a { text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal.delay { transition-delay: .14s; }
.reveal.delay-short { transition-delay: .07s; }

@keyframes enter { to { opacity: 1; clip-path: inset(0 0 0 0); } }
@keyframes live { 50% { opacity: .35; transform: scale(.75); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes round { to { transform: rotate(1turn); } }

@media (max-width: 1050px) {
  .hero h1 { font-size: clamp(4rem, 11vw, 7.2rem); }
  .portrait-window { right: 3vw; width: 34vw; }
  .hero-note { width: 32vw; }
  .hero-actions { left: 36%; }
  .hero-metrics { display: none; }
  .fields-header { grid-template-columns: .35fr 1fr; }
  .fields-header > p { grid-column: 2; }
  .field-board { grid-template-columns: 1fr 1fr; }
  .card-banking { grid-column: 1 / -1; min-height: 25rem; margin-top: 0; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .hero { min-height: 57rem; padding-top: 7.5rem; }
  .hero h1 { font-size: clamp(3.45rem, 15vw, 6rem); line-height: .78; }
  .line-two { margin-left: 0; }
  .line-three { margin-left: 0; }
  .portrait-window { right: -12%; top: 21rem; width: 78vw; height: 28rem; opacity: .72; box-shadow: .65rem .65rem 0 var(--gold); }
  .hero-note { left: 1.15rem; bottom: 7.5rem; width: calc(100% - 2.3rem); }
  .hero-note p { max-width: 26rem; }
  .hero-actions { left: 1.15rem; right: 1.15rem; bottom: 1rem; }
  .hero-actions a { flex: 1; min-width: 0; }
  .scroll-label,
  .edition { display: none; }
  .index-content,
  .fields-header,
  .method,
  .choice-intro { grid-template-columns: 1fr; }
  .index-content { gap: 2rem; }
  .image-ribbon { grid-template-columns: 1fr 1fr; }
  .ribbon-large { grid-column: 1 / -1; }
  .ribbon-small { min-height: 17rem; }
  .field-board { grid-template-columns: 1fr; }
  .field-card,
  .card-sap,
  .card-banking { grid-column: auto; min-height: 27rem; margin-top: 0; }
  .method-sticky { position: static; }
  .roundel { display: none; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 31rem; }
  .contact-footer { grid-template-columns: 1fr 1fr; }
  .contact-footer p { display: none; }
}

@media (max-width: 500px) {
  .variant-switcher { right: .55rem; bottom: .55rem; }
  .variant-switcher a { padding: .5rem; }
  .contact-chip { padding: .6rem; font-size: 0; }
  .contact-chip span { font-size: 1rem; }
  .hero { min-height: 60rem; }
  .hero h1 { font-size: 3.25rem; }
  .portrait-window { top: 20rem; right: -24%; width: 98vw; }
  .hero-note { bottom: 8.3rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions a + a { border-left: 1px solid rgba(9,45,38,.22); border-top: 0; }
  .image-ribbon { grid-template-columns: 1fr; }
  .ribbon-large { grid-column: auto; aspect-ratio: 1.2 / 1; }
  .ribbon-small { display: none; }
  .method-list li { min-height: 25rem; padding: 1.3rem; }
  .method-list h3 { margin-top: 6rem; }
  .contact { min-height: 50rem; padding-bottom: 8rem; }
  .contact h2 { margin-top: 9rem; }
  .contact-footer { display: block; bottom: 5rem; }
  .contact-footer div { justify-content: flex-start; margin-top: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal,
  .hero-enter { opacity: 1; transform: none; clip-path: none; }
}
