@font-face {
  font-family: "Geologica";
  src: url("assets/fonts/Geologica-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #0b0d0e;
  --porcelain: #f1f1ee;
  --white: #fafaf7;
  --pure-white: #ffffff;
  --skin: #b9a18f;
  --signal: #8cb6c7;
  --muted: #666b6a;
  --line-dark: rgba(11, 13, 14, 0.19);
  --line-light: rgba(250, 250, 247, 0.28);
  --page-x: clamp(1.375rem, 4.45vw, 4rem);
  --header-h: 4.5rem;
  color-scheme: dark light;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--white);
  font-family: "Geologica", "Segoe UI", sans-serif;
  font-weight: 340;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
figure,
dl,
dd {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  font: 500 0.875rem/1 "IBM Plex Mono", monospace;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-inline: var(--page-x);
  color: var(--white);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(250, 250, 247, 0.14);
  background: rgba(11, 13, 14, 0.97);
}

.site-mark,
.study-label,
.primary-nav,
.scene-label,
.hero__rail,
.fact-strip,
.processor__rail,
figcaption,
.site-footer,
.endurance__note {
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
}

.site-mark,
.study-label {
  font-size: 0.6875rem;
  letter-spacing: 0.13em;
}

.site-mark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 44px;
  font-size: 0.75rem;
}

.study-label {
  justify-self: center;
  white-space: nowrap;
}

.primary-nav {
  justify-self: end;
  display: flex;
  gap: clamp(0.35rem, 1.8vw, 1.8rem);
  font-size: 0.6875rem;
  letter-spacing: 0.11em;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 0.5rem;
}

.primary-nav a::after {
  content: "";
  position: absolute;
}

.hero {
  position: relative;
  height: clamp(45rem, 86.7svh, 53.75rem);
  min-height: 45rem;
  overflow: hidden;
  background: #162015;
  isolation: isolate;
}

.hero__image,
.hero__contrast {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.025);
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.is-ready .hero__image {
  transform: scale(1);
}

.hero__contrast {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 13, 14, 0.88) 0%, rgba(11, 13, 14, 0.5) 42%, transparent 72%),
    linear-gradient(0deg, rgba(11, 13, 14, 0.58) 0%, transparent 43%);
}

.hero__copy {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: var(--page-x);
  width: min(44rem, 52vw);
}

.scene-label {
  font-size: 0.6875rem;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #bfd5dd;
}

.scene-label--dark {
  color: #51595a;
}

.hero h1 {
  margin-top: clamp(3.2rem, 7vh, 5.1rem);
  font-size: clamp(5.2rem, 6.9vw, 6.5rem);
  font-weight: 360;
  line-height: 0.92;
  letter-spacing: -0.052em;
}

.hero h1 span,
.studio h2 span,
.folding h2 span,
.hinge h2 span {
  display: block;
}

.hero__lede {
  max-width: 29rem;
  margin-top: 2.7rem;
  color: #e5e6e2;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-weight: 340;
  line-height: 1.58;
}

.text-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 15rem;
  min-height: 44px;
  gap: 1.5rem;
  font: 400 0.75rem/1 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-action::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 220ms ease;
}

.text-action:hover::after,
.text-action:focus-visible::after {
  transform: scaleX(0.72);
}

.text-action--hero {
  margin-top: 3.4rem;
  color: var(--white);
  font-weight: 500;
}

.text-action--dark {
  margin-top: 2.5rem;
  color: var(--ink);
}

.text-action__arrow {
  color: var(--signal);
  font-size: 1rem;
  line-height: 1.25;
}

.hero__trace {
  position: absolute;
  z-index: 1;
  inset: auto 0 8.5%;
  width: 100%;
  height: 7rem;
  opacity: 0.78;
}

[data-wave-path] {
  fill: none;
  stroke: var(--signal);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.js [data-wave-path] {
  stroke-dasharray: var(--wave-length, 3000);
  stroke-dashoffset: var(--wave-length, 3000);
  transition: stroke-dashoffset 1.5s cubic-bezier(0.22, 0.7, 0.25, 1);
}

.is-ready .hero [data-wave-path],
.is-visible [data-wave-path] {
  stroke-dashoffset: 0;
}

.hero__rail {
  position: absolute;
  z-index: 2;
  right: var(--page-x);
  bottom: 0;
  left: var(--page-x);
  min-height: 4.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1.45fr;
  align-items: center;
  border-top: 1px solid var(--line-light);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.hero__rail span:nth-child(2) {
  justify-self: center;
}

.hero__rail span:last-child {
  justify-self: end;
  text-align: right;
}

.mic-field {
  position: relative;
  min-height: 58rem;
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(28rem, 1.18fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(3rem, 6vw, 7rem);
  overflow: hidden;
  padding: 3rem var(--page-x) 6rem;
  background: var(--pure-white);
  color: var(--ink);
}

.mic-field > .scene-label {
  grid-column: 1 / -1;
}

.mic-field__number {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin-top: clamp(5rem, 11vh, 8rem);
}

.mic-field__number span {
  font-size: clamp(9rem, 14vw, 13rem);
  font-weight: 390;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.mic-field__number small {
  max-width: 4rem;
  color: #596060;
  font: 400 0.625rem/1.35 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mic-field__product {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
  justify-self: end;
  width: min(100%, 48rem);
  height: auto;
  object-fit: contain;
}

.mic-field__copy {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  width: min(34rem, 100%);
}

.mic-field__copy h2 {
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  font-weight: 390;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mic-field__copy > p {
  max-width: 34rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.58;
}

.fact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 3.5rem;
  border-top: 1px solid var(--line-dark);
}

.fact-strip div {
  padding-top: 1rem;
}

.fact-strip div + div {
  padding-left: 1.5rem;
  border-left: 1px solid var(--line-dark);
}

.fact-strip dt {
  color: var(--muted);
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

.fact-strip dd {
  margin-top: 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.processor {
  position: relative;
  min-height: 54rem;
  background: var(--ink);
  color: var(--white);
}

.processor__sticky {
  position: relative;
  min-height: 54rem;
  overflow: hidden;
  padding: calc(var(--header-h) + 3rem) var(--page-x) 4rem;
}

.processor__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(25rem, 1.28fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 10rem);
  min-height: 29rem;
  margin-top: 3rem;
}

.processor__number {
  font-size: clamp(10rem, 17vw, 16rem);
  font-weight: 420;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: var(--white);
}

.processor__copy {
  align-self: center;
  padding-top: 0;
}

.processor__copy h2 {
  max-width: 28rem;
  font-size: clamp(2.3rem, 3.7vw, 4rem);
  font-weight: 350;
  line-height: 1.02;
  letter-spacing: -0.042em;
}

.processor__copy p {
  max-width: 31rem;
  margin-top: 2rem;
  color: #bfc2be;
  font-size: 1.05rem;
  line-height: 1.62;
}

.processor__trace {
  width: calc(100% + 2 * var(--page-x));
  height: 8rem;
  margin-top: 1rem;
  margin-left: calc(-1 * var(--page-x));
}

.processor__rail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
  color: #b8bbb7;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.processor__rail span:nth-child(2) {
  text-align: center;
}

.processor__rail span:last-child {
  text-align: right;
}

.studio {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #111;
}

.studio > img,
.studio__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio > img {
  object-fit: cover;
  object-position: 50% 50%;
}

.studio__shade {
  background: linear-gradient(0deg, rgba(11, 13, 14, 0.82), rgba(11, 13, 14, 0.04) 66%);
}

.studio__copy {
  position: absolute;
  z-index: 2;
  right: var(--page-x);
  bottom: 7rem;
  left: var(--page-x);
}

.studio h2 {
  margin-top: 2.25rem;
  font-size: clamp(4.6rem, 8.2vw, 8.5rem);
  font-weight: 340;
  line-height: 0.89;
  letter-spacing: -0.055em;
}

.studio__copy > p:last-child {
  max-width: 32rem;
  margin-top: 2.3rem;
  color: #e5e6e2;
  font-size: 1.05rem;
  line-height: 1.58;
}

.studio figcaption {
  position: absolute;
  z-index: 2;
  right: var(--page-x);
  bottom: 2rem;
  color: #c6c8c5;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
}

.folding {
  padding: 6rem var(--page-x) 0;
  background: var(--pure-white);
  color: var(--ink);
}

.folding__header {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: 3.5rem;
}

.folding h2 {
  font-size: clamp(4.5rem, 7.7vw, 8rem);
  font-weight: 360;
  line-height: 0.87;
  letter-spacing: -0.06em;
}

.folding__header > p:last-child {
  max-width: 25rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.folding__plates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-inline: calc(-1 * var(--page-x));
  background: var(--line-dark);
}

.folding__plates figure {
  min-width: 0;
  background: var(--pure-white);
}

.folding__plates img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.folding__plates figcaption {
  display: flex;
  justify-content: space-between;
  padding: 1rem var(--page-x) 1.2rem;
  border-top: 1px solid var(--line-dark);
  color: #555b5a;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.hinge {
  position: relative;
  height: clamp(42rem, 70vw, 68rem);
  overflow: hidden;
  background: #f2f2ef;
  color: var(--ink);
}

.hinge > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.hinge__copy {
  position: absolute;
  top: clamp(6.5rem, 13%, 9rem);
  right: var(--page-x);
  left: 58%;
  width: auto;
}

.hinge h2 {
  margin-top: 2.25rem;
  font-size: clamp(5rem, 8vw, 8.2rem);
  font-weight: 360;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.hinge__copy > p:last-child {
  max-width: 24rem;
  margin-top: 2.2rem;
  color: #4d5352;
  font-size: 1.05rem;
  line-height: 1.55;
}

.endurance {
  padding: 8rem var(--page-x) 5rem;
  background: var(--ink);
  color: var(--white);
}

.endurance__header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--line-light);
}

.endurance__header h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 340;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.endurance__primary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  padding: 5rem 0 6rem;
  border-bottom: 1px solid var(--line-light);
}

.endurance__value {
  font-size: clamp(16rem, 34vw, 33rem);
  font-weight: 430;
  line-height: 0.72;
  letter-spacing: -0.09em;
}

.endurance__unit {
  align-self: start;
  padding-top: 1rem;
  color: var(--signal);
  font: 400 clamp(1rem, 1.6vw, 1.4rem)/1.25 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.endurance__primary p {
  position: absolute;
  right: 0;
  bottom: 6rem;
  width: min(26rem, 34vw);
  color: #c5c7c4;
  font-size: 1rem;
  line-height: 1.58;
}

.endurance__quick {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1.4fr;
  align-items: center;
  gap: 3rem;
  padding: 5rem 0;
  border-bottom: 1px solid var(--line-light);
}

.endurance__quick > div {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.endurance__quick > div > span:last-child {
  color: var(--signal);
  font: 400 0.75rem/1 "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.endurance__small-value {
  font-size: clamp(6rem, 12vw, 11rem);
  font-weight: 420;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.endurance__arrow {
  color: var(--signal);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 200;
}

.endurance__quick > p {
  max-width: 28rem;
  color: #c5c7c4;
  font-size: 1rem;
  line-height: 1.58;
}

.endurance__note {
  max-width: 50rem;
  padding-top: 2rem;
  color: #8f9490;
  font-size: 0.58rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.closing {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr);
  min-height: 54rem;
  background: var(--pure-white);
  color: var(--ink);
}

.closing > img {
  align-self: center;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.closing__copy {
  align-self: center;
  padding: 6rem var(--page-x) 6rem 3rem;
}

.closing h2 {
  max-width: 36rem;
  margin-top: 3rem;
  font-size: clamp(3.5rem, 5.5vw, 6rem);
  font-weight: 360;
  line-height: 0.92;
  letter-spacing: -0.052em;
}

.closing__copy > p {
  max-width: 31rem;
  margin-top: 2.3rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  gap: 3rem;
  align-items: center;
  min-height: 8rem;
  padding: 2rem var(--page-x);
  border-top: 1px solid var(--line-light);
  background: var(--ink);
  color: #aeb2ae;
  font-size: 0.58rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

@media (max-width: 1023px) {
  .hero__image {
    object-position: 59% 50%;
  }

  .hero__copy {
    width: min(40rem, 62vw);
  }

  .hero h1 {
    font-size: clamp(4.8rem, 9vw, 6rem);
  }

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

  .hero__rail span:nth-child(2) {
    justify-self: end;
  }

  .hero__rail span:last-child {
    display: none;
  }

  .mic-field {
    grid-template-columns: minmax(17rem, 0.88fr) minmax(24rem, 1.12fr);
    column-gap: 2rem;
  }

  .mic-field__copy {
    width: min(30rem, 100%);
  }

  .processor__layout {
    grid-template-columns: minmax(15rem, 0.7fr) minmax(22rem, 1.3fr);
  }

  .folding__header {
    grid-template-columns: 1fr 2fr;
  }

  .folding__header > p:last-child {
    grid-column: 2;
  }

  .endurance__quick {
    grid-template-columns: 1fr auto 1fr;
  }

  .endurance__quick > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  :root {
    --page-x: clamp(1.25rem, 5.6vw, 1.5rem);
    --header-h: 5.25rem;
  }

  .site-header {
    height: var(--header-h);
    padding-top: 0.6rem;
    grid-template-columns: 1fr auto;
  }

  .study-label {
    justify-self: end;
    font-size: 0.5625rem;
    letter-spacing: 0.11em;
  }

  .primary-nav {
    display: none;
  }

  .site-mark {
    font-size: 0.6875rem;
  }

  .hero {
    height: max(43.75rem, 90svh);
    min-height: 43.75rem;
  }

  .hero__image {
    object-position: 68% 50%;
  }

  .hero__contrast {
    background:
      linear-gradient(180deg, rgba(11, 13, 14, 0.5) 0%, transparent 24%),
      linear-gradient(0deg, rgba(11, 13, 14, 0.98) 0%, rgba(11, 13, 14, 0.82) 35%, transparent 73%);
  }

  .hero__copy {
    top: auto;
    bottom: 5.1rem;
    width: calc(100% - 2 * var(--page-x));
  }

  .hero h1 {
    margin-top: 2rem;
    font-size: clamp(2.85rem, 14vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.052em;
  }

  .hero__lede {
    max-width: 23rem;
    margin-top: 1.8rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .text-action--hero {
    min-width: 13.8rem;
    margin-top: 2rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }

  .text-action--hero::after {
    height: 1.5px;
  }

  .hero__trace {
    inset: 35% 0 auto;
    height: 5.2rem;
  }

  .hero__rail {
    right: var(--page-x);
    left: var(--page-x);
    min-height: 3rem;
    display: flex;
    font-size: 0.5rem;
  }

  .hero__rail span:first-child,
  .hero__rail span:nth-child(2) {
    display: none;
  }

  .hero__rail span:last-child {
    display: block;
    margin-left: 0;
    text-align: left;
  }

  .mic-field {
    min-height: 0;
    grid-template-columns: minmax(6.5rem, 0.65fr) minmax(0, 1.35fr);
    grid-template-rows: auto auto auto;
    column-gap: 1.25rem;
    padding-top: 2.6rem;
    padding-bottom: 5rem;
  }

  .mic-field__number {
    grid-column: 1;
    grid-row: 2;
    display: block;
    margin-top: 4rem;
  }

  .mic-field__number span {
    font-size: clamp(6.5rem, 29vw, 8rem);
  }

  .mic-field__number small {
    display: block;
    margin-top: 0.9rem;
  }

  .mic-field__product {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    width: min(100%, 22rem);
    margin-top: 2rem;
  }

  .mic-field__copy {
    grid-column: 1 / -1;
    grid-row: 3;
    width: min(100%, 24rem);
    margin-top: 1.5rem;
  }

  .mic-field__copy h2 {
    max-width: 19rem;
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .mic-field__copy > p {
    font-size: 1rem;
  }

  .fact-strip {
    margin-top: 2.7rem;
  }

  .processor {
    min-height: 47rem;
  }

  .processor__sticky {
    position: relative;
    min-height: 47rem;
    padding-top: 7rem;
  }

  .processor__layout {
    display: block;
    min-height: auto;
    margin-top: 0;
  }

  .processor__number {
    margin-top: 4rem;
    font-size: clamp(7.5rem, 34vw, 9.5rem);
  }

  .processor__copy {
    padding-top: 1.75rem;
  }

  .processor__copy h2 {
    font-size: clamp(2.5rem, 11vw, 3.3rem);
  }

  .processor__copy p {
    font-size: 1rem;
  }

  .processor__trace {
    height: 6rem;
    margin-top: 2rem;
  }

  .processor__rail {
    grid-template-columns: 1fr auto;
  }

  .processor__rail span:nth-child(2) {
    display: none;
  }

  .studio {
    min-height: 50rem;
  }

  .studio > img {
    object-position: 42% 50%;
  }

  .studio__shade {
    background: linear-gradient(0deg, rgba(11, 13, 14, 0.9), rgba(11, 13, 14, 0.04) 72%);
  }

  .studio__copy {
    bottom: 6rem;
  }

  .studio h2 {
    margin-top: 1.7rem;
    font-size: clamp(3.35rem, 15vw, 4.5rem);
  }

  .studio__copy > p:last-child {
    max-width: 23rem;
    font-size: 0.95rem;
  }

  .studio figcaption {
    right: var(--page-x);
    bottom: 1.5rem;
    left: var(--page-x);
    font-size: 0.5rem;
    line-height: 1.5;
  }

  .folding {
    padding-top: 4.5rem;
  }

  .folding__header {
    display: block;
    padding-bottom: 2rem;
  }

  .folding h2 {
    margin-top: 2.5rem;
    font-size: clamp(3.5rem, 15vw, 4.5rem);
  }

  .folding__header > p:last-child {
    margin-top: 2.5rem;
  }

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

  .folding__plates figcaption {
    padding-inline: var(--page-x);
  }

  .hinge {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 4.5rem;
    background: #f2f2ef;
  }

  .hinge > img {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .hinge__copy {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    padding: 3.5rem var(--page-x) 0;
  }

  .hinge h2 {
    margin-top: 2rem;
    font-size: clamp(4rem, 18vw, 5.5rem);
  }

  .endurance {
    padding-top: 5rem;
  }

  .endurance__header {
    display: block;
    padding-bottom: 3.5rem;
  }

  .endurance__header h2 {
    max-width: 19rem;
    margin-top: 2.5rem;
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .endurance__primary {
    display: block;
    padding: 4rem 0;
  }

  .endurance__value {
    font-size: clamp(12rem, 59vw, 16rem);
  }

  .endurance__unit {
    display: inline-block;
    margin-left: 0.5rem;
    padding-top: 0;
    vertical-align: top;
  }

  .endurance__primary p {
    position: static;
    width: auto;
    max-width: 20rem;
    margin-top: 2.5rem;
  }

  .endurance__quick {
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    padding: 4rem 0;
  }

  .endurance__quick > div {
    display: block;
  }

  .endurance__quick > div > span:last-child {
    display: block;
    margin-top: 0.8rem;
  }

  .endurance__small-value {
    font-size: clamp(5.3rem, 25vw, 7rem);
  }

  .endurance__quick > p {
    grid-column: 1 / -1;
    margin-top: 2rem;
  }

  .closing {
    display: block;
    min-height: 0;
    padding-bottom: 4rem;
  }

  .closing > img {
    width: 100%;
  }

  .closing__copy {
    padding: 3rem var(--page-x) 2rem;
  }

  .closing h2 {
    margin-top: 2.5rem;
    font-size: clamp(3.4rem, 15vw, 4.5rem);
  }

  .site-footer {
    display: block;
    padding-block: 2.5rem;
  }

  .site-footer p + p {
    margin-top: 1rem;
  }

  .site-footer > a:last-child {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .hinge {
    height: auto;
    min-height: 0;
    padding-bottom: 5rem;
  }

  .hinge > img {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .hinge__copy {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(39rem, calc(100% - 2 * var(--page-x)));
    padding: 4.5rem 0 0;
    margin-left: var(--page-x);
  }

  .hinge h2 {
    margin-top: 2rem;
    font-size: clamp(4.8rem, 10vw, 6rem);
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .hero__image {
    object-position: 63% 50%;
  }

  .hero__copy {
    width: 66vw;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 10vw, 5.7rem);
  }
}

@media (min-width: 1600px) {
  .hero__image {
    object-position: 50% 48%;
  }

  .mic-field__product {
    right: 1vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero__image {
    transform: none;
  }

  .js [data-wave-path] {
    stroke-dashoffset: 0;
  }
}
