:root {
  --red: #FD1E1D;
  --red-dark: #B91518;
  --black: #080808;
  --graphite: #252525;
  --text: #171717;
  --muted: #737373;
  --border: #E8E8E8;
  --soft: #F7F7F7;
  --white: #FFFFFF;
  --display: "Bodoni Moda", serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shell: 1240px;
  --pad: clamp(20px, 3vw, 40px);
  --section: clamp(76px, 9vw, 138px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: 76px;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

.shell {
  width: min(var(--shell), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}

.section {
  padding-block: var(--section);
}

.section-dark {
  padding-block: var(--section);
  background: var(--black);
  color: var(--white);
}

.section-soft {
  padding-block: var(--section);
  background: var(--soft);
}

.skip-link {
  position: fixed;
  left: 10px;
  top: -50px;
  z-index: 200;
  padding: 10px 14px;
  background: var(--red);
  color: var(--white);
}

.skip-link:focus {
  top: 10px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}

.eyebrow-light {
  color: #ff625f;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--text);
  padding-bottom: 8px;
}

.text-link-light {
  border-color: rgba(255, 255, 255, .28);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  width: 124px;
  overflow: hidden;
}

.brand img {
  width: 124px;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav,
.header-cta {
  display: none;
}

.menu-button {
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-button span {
  width: 20px;
  height: 1.5px;
  background: var(--black);
  display: block;
}

.mobile-menu {
  border-top: 1px solid var(--border);
  background: var(--white);
}

.mobile-menu__inner {
  padding-block: 18px 24px;
  display: grid;
  gap: 20px;
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu nav a {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
}

.mobile-menu__cta {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero {
  padding: 26px 0 56px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  gap: 26px;
}

.hero-copy {
  padding-top: 12px;
}

.hero-copy h1 {
  margin: 0;
  font: 500 clamp(3.15rem, 13vw, 6rem)/.92 var(--display);
  letter-spacing: -.045em;
  max-width: 9ch;
}

.hero-copy h1 em {
  font-style: italic;
  color: var(--red);
}

.hero-lede {
  margin: 22px 0 0;
  max-width: 48ch;
  color: var(--muted);
  line-height: 1.75;
  font-size: .98rem;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-outline {
  border-color: var(--black);
  color: var(--black);
}

.hero-signature {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.hero-signature span {
  height: 2px;
  margin-top: 9px;
  background: var(--red);
}

.hero-signature p {
  margin: 0;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.7;
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.hero-main {
  position: absolute;
  inset: 0 0 70px 0;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
}

.hero-main::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 8px;
  background: var(--red);
}

.hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-detail {
  position: absolute;
  width: 42%;
  max-width: 210px;
  right: 14px;
  bottom: 0;
  margin: 0;
  background: var(--black);
  color: var(--white);
  padding: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.hero-detail img {
  width: 100%;
  aspect-ratio: 1/1.06;
  object-fit: cover;
}

.hero-detail figcaption {
  padding: 9px 4px 4px;
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-mark {
  position: absolute;
  left: -16px;
  bottom: 6px;
  width: 86px;
  height: 86px;
  border-left: 1px solid rgba(253, 30, 29, .45);
  border-bottom: 1px solid rgba(253, 30, 29, .45);
  transform: skewY(-13deg);
  pointer-events: none;
}

.intro {
  padding-top: 30px;
}

.intro-grid {
  display: grid;
  gap: 22px;
}

.intro-copy h2 {
  margin: 0;
  font: 500 clamp(2.65rem, 8.5vw, 5.4rem)/.94 var(--display);
  letter-spacing: -.04em;
  max-width: 11ch;
}

.intro-copy p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 54ch;
  margin: 20px 0 0;
}

.intro .text-link {
  justify-self: start;
  align-self: end;
}

.showroom-head {
  display: grid;
  gap: 20px;
  margin-bottom: 42px;
}

.showroom-head h2 {
  margin: 0;
  font: 500 clamp(2.7rem, 8vw, 5.4rem)/.94 var(--display);
  letter-spacing: -.04em;
  max-width: 10ch;
}

.showroom-head>p {
  color: rgba(255, 255, 255, .58);
  line-height: 1.7;
  max-width: 48ch;
}

.showroom-grid {
  display: grid;
  gap: 30px;
}

.showroom-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.showroom-tab {
  flex: 0 0 min(78vw, 300px);
  min-height: 128px;
  text-align: left;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 18px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 5px 10px;
  transition: border-color .2s, background .2s;
}

.showroom-tab>span {
  grid-row: 1 / 3;
  color: var(--red);
  font-size: .64rem;
  padding-top: 3px;
}

.showroom-tab strong {
  font: 500 1.55rem/1 var(--display);
}

.showroom-tab small {
  color: rgba(255, 255, 255, .55);
  line-height: 1.4;
}

.showroom-tab.is-active {
  background: #161616;
  border-color: rgba(253, 30, 29, .85);
}

.showroom-stage {
  position: relative;
}

.showroom-stage figure {
  margin: 0;
  overflow: hidden;
  background: #151515;
}

.showroom-stage img {
  width: 100%;
  aspect-ratio: 4/3.7;
  object-fit: cover;
  transition: opacity .22s var(--ease), transform .5s var(--ease);
}

.showroom-stage.is-switching img {
  opacity: .35;
  transform: scale(.99);
}

.showroom-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 0 0;
}

.showroom-caption span {
  color: var(--red);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.showroom-caption h3 {
  margin: 5px 0 0;
  font: 500 1.65rem/1.05 var(--display);
}

.circle-action {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  background: transparent;
  color: white;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}

.circle-action:hover {
  background: var(--red);
  border-color: var(--red);
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 0;
  font: 500 clamp(2.8rem, 8vw, 5.5rem)/.95 var(--display);
  letter-spacing: -.04em;
}

.section-head>p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 48ch;
}

.projects-layout {
  display: grid;
  gap: 14px;
}

.project {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #eee;
  text-align: left;
  cursor: pointer;
  min-height: 360px;
}

.project img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.project::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .73));
}

.project-meta {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  align-items: end;
}

.project-meta small {
  grid-column: 1;
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

.project-meta strong {
  grid-column: 1;
  font: 500 1.7rem/1 var(--display);
}

.project-meta i {
  grid-column: 2;
  grid-row: 1/3;
  font-style: normal;
  font-size: 1.15rem;
}

.project:hover img {
  transform: scale(1.025);
}

.materials-grid {
  display: grid;
  gap: 36px;
}

.materials-intro h2 {
  margin: 0;
  font: 500 clamp(2.7rem, 8vw, 5.5rem)/.95 var(--display);
  letter-spacing: -.04em;
}

.materials-intro>p:last-child {
  color: var(--muted);
  line-height: 1.75;
  max-width: 48ch;
}

.material-list {
  border-top: 1px solid #d8d8d8;
}

.material-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px 14px;
  padding: 24px 0;
  border-bottom: 1px solid #d8d8d8;
}

.material-list article>span {
  grid-row: 1/3;
  color: var(--red);
  font-size: .65rem;
  padding-top: 4px;
}

.material-list h3 {
  margin: 0;
  font: 500 2rem/1 var(--display);
}

.material-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.detail-grid {
  display: grid;
  gap: 30px;
}

.detail-main {
  margin: 0;
  overflow: hidden;
}

.detail-main img {
  width: 100%;
  aspect-ratio: 4/4.2;
  object-fit: cover;
}

.detail-copy {
  align-self: center;
}

.detail-copy h2 {
  margin: 0;
  font: 500 clamp(2.7rem, 8vw, 5.2rem)/.95 var(--display);
  letter-spacing: -.04em;
  max-width: 10ch;
}

.detail-copy>p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 48ch;
}

.detail-mini {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  border-top: 1px solid var(--border);
  padding-top: 18px;
}

.detail-mini img {
  width: 92px;
  height: 76px;
  object-fit: cover;
}

.detail-mini span {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about {
  position: relative;
  overflow: hidden;
}

.about-text-only {
  position: relative;
  padding-top: clamp(72px, 9vw, 140px);
  padding-bottom: clamp(64px, 8vw, 120px);
}

.about-text-only::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-bottom: clamp(36px, 5vw, 64px);
  background: var(--red);
}

.about-copy {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
}

.about-copy .eyebrow {
  margin: 0;
}

.about-copy h2 {
  margin: 0;
  max-width: 900px;
  font: 500 clamp(3rem, 7vw, 6.8rem)/.93 var(--display);
  letter-spacing: -.045em;
  color: var(--white);
}

.about-text-content {
  display: grid;
  gap: 28px;
  max-width: 560px;
}

.about-text-content p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.about-materials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  margin-top: clamp(56px, 8vw, 110px);
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.about-materials span {
  position: relative;
  color: rgba(255, 255, 255, .58);
  font-size: clamp(.72rem, 1vw, .82rem);
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-materials span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

.quote-grid {
  display: grid;
  gap: 36px;
}

.quote-copy h2 {
  margin: 0;
  font: 500 clamp(2.7rem, 8vw, 5.5rem)/.95 var(--display);
  letter-spacing: -.04em;
  max-width: 9ch;
}

.quote-copy>p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 48ch;
}

.contact-facts {
  margin-top: 36px;
  border-top: 1px solid var(--border);
}

.contact-facts a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.contact-facts span {
  display: block;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-facts strong {
  font-size: .88rem;
}

.quote-form {
  background: var(--black);
  color: white;
  padding: 24px;
}

.quote-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
}

.quote-form legend,
.field-label {
  display: block;
  margin-bottom: 11px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b9b9b9;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-row label {
  cursor: pointer;
}

.choice-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-row span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #464646;
  color: #d8d8d8;
  font-size: .75rem;
  transition: .2s;
}

.choice-row input:checked+span {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.quote-form select,
.quote-form textarea {
  width: 100%;
  background: #141414;
  border: 1px solid #3c3c3c;
  color: white;
  padding: 13px;
  border-radius: 0;
  outline: none;
  margin-bottom: 22px;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--red);
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: #858585;
  font-size: .7rem;
  line-height: 1.5;
}

.footer {
  background: #050505;
  color: white;
  padding: 58px 0 104px;
}

.footer-grid {
  display: grid;
  gap: 36px;
}

.footer-brand img {
  width: 160px;
  height: 94px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 0 transparent);
  background: white;
  padding: 5px;
}

.footer-brand p {
  margin: 16px 0 0;
  color: #919191;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.footer-links {
  display: grid;
  gap: 0;
  border-top: 1px solid #2d2d2d;
}

.footer-links a {
  padding: 15px 0;
  border-bottom: 1px solid #2d2d2d;
  font-size: .78rem;
}

.footer-bottom {
  padding-top: 16px;
  border-top: 1px solid #2d2d2d;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: #777;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.mobile-quote {
  position: fixed;
  z-index: 70;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--red);
  color: white;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.project-dialog {
  width: min(1120px, calc(100% - 18px));
  max-height: calc(100dvh - 18px);
  padding: 0;
  border: 0;
  background: white;
  color: var(--text);
  overflow: auto;
}

.project-dialog::backdrop {
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: fixed;
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  background: white;
  color: black;
  font-size: 1.6rem;
  cursor: pointer;
}

.dialog-layout {
  display: grid;
  min-height: 75dvh;
}

.dialog-media {
  position: relative;
  min-height: 52dvh;
  background: #0b0b0b;
  display: grid;
  place-items: center;
}

.dialog-media img {
  width: 100%;
  height: 100%;
  max-height: 72dvh;
  object-fit: contain;
}

.dialog-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: white;
  background: rgba(0, 0, 0, .42);
  cursor: pointer;
}

.dialog-prev {
  left: 12px;
}

.dialog-next {
  right: 12px;
}

.dialog-copy {
  padding: 28px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.dialog-copy h2 {
  margin: 0;
  font: 500 clamp(2.5rem, 7vw, 4.6rem)/.95 var(--display);
}

.dialog-copy>p {
  color: var(--muted);
  line-height: 1.7;
}

.dialog-count {
  display: flex;
  gap: 7px;
  font-size: .7rem;
  color: var(--muted);
  margin: 6px 0 14px;
}

.reveal,
.reveal-media {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal-media {
  transform: translateY(24px);
}

.reveal.is-visible,
.reveal-media.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    min-height: 720px;
    gap: 40px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .intro-grid {
    grid-template-columns: .45fr 1.25fr .3fr;
    align-items: end;
    gap: 36px;
  }

  .showroom-head,
  .section-head {
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
  }

  .showroom-grid {
    grid-template-columns: 340px 1fr;
    align-items: start;
    gap: 50px;
  }

  .showroom-tabs {
    display: grid;
    overflow: visible;
    padding: 0;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  .showroom-tab {
    min-height: 104px;
    width: 100%;
    flex: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    padding: 16px 0;
  }

  .showroom-tab.is-active {
    background: transparent;
    border-bottom-color: var(--red);
  }

  .showroom-stage img {
    aspect-ratio: 5/4;
  }

  .projects-layout {
    grid-template-columns: 1.18fr .82fr;
    grid-template-rows: repeat(2, minmax(320px, 38vw));
  }

  .project-featured {
    grid-row: 1/3;
  }

  .project-wide {
    grid-column: 2;
  }

  .project-wide,
  .project:not(.project-featured) {
    min-height: 0;
  }

  .project img {
    min-height: 0;
  }

  .materials-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 8vw;
  }

  .detail-grid,
  .quote-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 7vw;
  }

  .about-copy {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    align-items: end;
    column-gap: clamp(72px, 9vw, 150px);
  }

  .about-copy .eyebrow {
    grid-column: 1 / -1;
  }

  .about-copy h2 {
    grid-column: 1;
  }

  .about-text-content {
    grid-column: 2;
    padding-bottom: 10px;
  }

  .detail-main img {
    aspect-ratio: 4/4.8;
  }

  .quote-form {
    padding: 34px;
  }

  .footer {
    padding-bottom: 48px;
  }

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

  .footer-bottom {
    grid-column: 1/3;
  }

  .mobile-quote {
    display: none;
  }

  .dialog-layout {
    grid-template-columns: 1.35fr .65fr;
  }

  .dialog-copy {
    padding: 42px;
  }
}

@media (min-width: 1020px) {
  .header-inner {
    min-height: 90px;
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    width: 160px;
  }

  .brand img {
    width: 160px;
    height: 72px;
  }

  .desktop-nav {
    display: flex;
    justify-self: center;
    gap: 26px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .desktop-nav a {
    position: relative;
    padding: 10px 0;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 4px;
    height: 1px;
    background: var(--red);
    transition: right .2s;
  }

  .desktop-nav a:hover::after {
    right: 0;
  }

  .header-cta {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid var(--black);
    padding-bottom: 8px;
  }

  .menu-button,
  .mobile-menu {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(4.6rem, 6.4vw, 7.2rem);
  }

  .hero-grid {
    min-height: 760px;
  }

  .showroom-grid {
    grid-template-columns: 380px 1fr;
  }
}

@media (max-width: 759px) {
  .about-copy h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .about-text-content {
    max-width: 100%;
  }

  .about-materials {
    gap: 14px 22px;
  }

  .about-materials span:not(:last-child)::after {
    right: -13px;
  }
}

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

  .reveal,
  .reveal-media {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .project img,
  .showroom-stage img {
    transition: none;
  }
}