@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #030303;
  --ink: #090807;
  --white: #ffffff;
  --yellow: #ffe500;
  --red: #970300;
  --script: "Italianno", "Gabriola", "Segoe Script", cursive;
  --sans: "Poppins", "Segoe UI", sans-serif;
  --page-gutter: clamp(24px, 5.2vw, 100px);
  --hairline: rgba(255, 255, 255, .18);
  --glass-surface: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(78, 63, 59, .3) 46%, rgba(19, 17, 17, .5));
  --glass-surface-hover: linear-gradient(135deg, rgba(255, 255, 255, .21), rgba(92, 73, 68, .36) 46%, rgba(24, 21, 20, .56));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -.012em;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--yellow);
  color: #050505;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  width: 100%;
  max-width: 1922px;
  margin: 0 auto;
  overflow: clip;
  background: #000;
}

.hero-collections-sequence {
  position: relative;
  --sequence-scale: 1;
  --sequence-shift-x: 0px;
  --sequence-shift-y: 0px;
  --sequence-position-x: 50%;
  background: #000;
  isolation: isolate;
}

.sequence-media {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  margin-bottom: -100vh;
  margin-bottom: -100svh;
  overflow: hidden;
  background: #000;
  contain: paint;
}

.sequence-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, transparent 20%, rgba(0, 0, 0, .28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .18));
  pointer-events: none;
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sequence-position-x) center;
  background: #000;
  filter: saturate(.92) contrast(1.04) brightness(.78);
  transform: translate3d(var(--sequence-shift-x), var(--sequence-shift-y), 0) scale(var(--sequence-scale));
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  pointer-events: none;
  user-select: none;
  will-change: transform, object-position;
}

.hero {
  position: relative;
  --hero-copy-opacity: 1;
  --hero-copy-shift: 0px;
  z-index: 1;
  min-height: clamp(720px, 55.7vw, 1070px);
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(100px, 10vw, 190px);
  opacity: var(--hero-copy-opacity);
  will-change: opacity;
}

.monogram-link {
  position: absolute;
  top: clamp(30px, 4vw, 76px);
  left: clamp(30px, 9.7vw, 186px);
  width: clamp(36px, 2.8vw, 54px);
  height: clamp(58px, 4.2vw, 80px);
  overflow: hidden;
}

.monogram {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  filter: saturate(1.14) brightness(1.05);
}

.primary-nav {
  position: absolute;
  top: clamp(30px, 3.8vw, 73px);
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(38px, 4vw, 76px);
  transform: translateX(-50%);
  white-space: nowrap;
}

.primary-nav a {
  position: relative;
  font-size: clamp(12px, .84vw, 16px);
  font-weight: 300;
  letter-spacing: .085em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 31.3%;
  right: clamp(30px, 9.7vw, 186px);
  left: clamp(30px, 9.7vw, 186px);
  opacity: var(--hero-copy-opacity);
  transform: translate3d(0, var(--hero-copy-shift), 0);
  will-change: opacity, transform;
}

.wordmark {
  width: clamp(270px, 18vw, 350px);
  margin-bottom: clamp(40px, 3.3vw, 64px);
}

.hero h1 {
  margin: 0;
  max-width: 1040px;
  color: var(--yellow);
  font-size: clamp(50px, 4.05vw, 78px);
  font-weight: 300;
  line-height: .93;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.hero h1 em,
h2 em,
.alchemy em {
  font-family: var(--script);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .78;
  vertical-align: -.04em;
}

.hero h1 em {
  font-size: 1.664em;
}

h2 em {
  font-size: 1.638em;
}

.hero-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  margin-top: clamp(56px, 5.35vw, 103px);
}

.hero-lower > p {
  margin: 0;
  max-width: none;
  font-size: clamp(17px, 1.35vw, 26px);
  font-weight: 300;
  line-height: 1.38;
  white-space: nowrap;
  text-shadow: 0 2px 10px #000;
}

.hero-actions {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(14px, 1.25vw, 24px);
}

.glass-button,
.solid-button,
.coming-soon,
.go-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 3vw, 58px);
  padding: 0 clamp(20px, 1.65vw, 32px);
  border: 0;
  border-radius: 999px;
  background: var(--glass-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 10px 28px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: clamp(13px, .86vw, 16px);
  font-weight: 300;
  letter-spacing: .045em;
  line-height: 1;
  -webkit-backdrop-filter: blur(8px) saturate(128%);
  backdrop-filter: blur(8px) saturate(128%);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.glass-button:hover,
.solid-button:hover,
.coming-soon:hover,
.go-button:hover {
  transform: translateY(-2px);
  background: var(--glass-surface-hover);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}

.glass-button-warm {
  background: var(--glass-surface);
}

.collections {
  position: relative;
  z-index: 1;
  min-height: clamp(830px, 54.6vw, 1050px);
  background: transparent;
  isolation: isolate;
}

.collections::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 3, 1, .22) 20%, rgba(8, 3, 1, .42) 42%);
}

.collections-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(27, 10, 3, .2) 38%, rgba(0, 0, 0, .34));
  pointer-events: none;
}

.collections-inner {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 6vw, 115px) clamp(30px, 1.6vw, 32px) clamp(80px, 7vw, 130px);
}

.collections h2 {
  margin: 0 0 clamp(60px, 6vw, 115px);
  text-align: center;
  font-size: clamp(42px, 3.9vw, 75px);
  font-weight: 300;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.collections h2 em {
  color: var(--yellow);
}

.collection-stage {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
}

.collection-track {
  --collection-gap: clamp(24px, 2.8vw, 54px);
  display: flex;
  gap: var(--collection-gap);
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 24px;
  overflow-x: auto;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.collection-track::-webkit-scrollbar {
  display: none;
}

.collection-card {
  position: relative;
  flex: 0 0 calc((100% - (2 * var(--collection-gap))) / 3);
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
  scroll-snap-align: center;
  transition: opacity .35s ease, transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.collection-card.is-featured {
  z-index: 2;
  opacity: 1;
  filter: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .48);
}

.collection-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 229, 0, .32);
}

.collection-card:hover img {
  transform: scale(1.025);
}

.collection-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .75, .2, 1);
}

.collection-card-copy {
  position: relative;
  min-height: clamp(170px, 10.6vw, 205px);
  padding: clamp(17px, 1.45vw, 28px) clamp(20px, 1.5vw, 29px) 24px;
  background: #000;
}

.collection-card h3 {
  margin: 0 85px 14px 0;
  font-size: clamp(24px, 1.75vw, 34px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.collection-card.is-featured h3 {
  color: var(--yellow);
}

.collection-card p {
  margin: 0;
  max-width: 92%;
  font-size: clamp(15px, 1.06vw, 20px);
  line-height: 1.5;
  color: rgba(255, 255, 255, .82);
}

.go-button {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: clamp(58px, 3.7vw, 72px);
  min-height: clamp(36px, 2.3vw, 44px);
  padding: 0 14px;
  font-size: clamp(12px, .74vw, 14px);
}

.collection-card-muted {
  opacity: 1;
  filter: none;
  transform: scale(.93);
}

.collection-card-muted:hover {
  opacity: 1;
  filter: none;
}

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: clamp(38px, 2.5vw, 48px);
  height: clamp(38px, 2.5vw, 48px);
  border: 0;
  border-radius: 50%;
  background: var(--glass-surface);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px) saturate(128%);
  backdrop-filter: blur(8px) saturate(128%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 10px 28px rgba(0, 0, 0, .2);
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.carousel-arrow:hover {
  background: var(--glass-surface-hover);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  transform: translateY(-50%) scale(1.05);
}

.carousel-arrow-left {
  left: clamp(12px, 1.3vw, 25px);
}

.carousel-arrow-right {
  right: clamp(12px, 1.3vw, 25px);
}

.coming-soon {
  display: flex;
  width: max-content;
  min-height: clamp(44px, 2.8vw, 54px);
  margin: clamp(58px, 5vw, 96px) auto 0;
  padding-inline: clamp(30px, 2.6vw, 50px);
  background: rgba(115, 105, 99, .65);
  font-size: clamp(12px, .8vw, 15px);
  font-weight: 400;
  letter-spacing: .085em;
}

.collaboration {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 1.9vw, 36px);
  padding: clamp(28px, 2.4vw, 46px) clamp(40px, 5.2vw, 100px) clamp(24px, 1.45vw, 28px);
  background: #000;
}

.feature-panel {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .1);
}

.feature-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-panel-designers > img {
  object-position: center 48%;
}

.feature-panel-create > img {
  object-position: center 40%;
}

.panel-overlay {
  position: absolute;
  inset: 0;
}

.panel-overlay-light {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 35%, rgba(0, 0, 0, .5) 86%, rgba(0, 0, 0, .35));
}

.panel-overlay-amber {
  background: linear-gradient(180deg, rgba(0, 0, 0, .06), transparent 42%, rgba(0, 0, 0, .08));
}

.panel-content {
  position: absolute;
  inset: 0;
  text-align: center;
}

.panel-content-designers,
.panel-content-create {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 7% 10%;
}

.eyebrow {
  margin: 0;
  font-size: clamp(13px, 1.25vw, 24px);
  line-height: 1;
}

.panel-content-designers h2,
.panel-content-create h2 {
  position: absolute;
  top: 11%;
  right: 4%;
  left: 4%;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(36px, 3.2vw, 62px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.panel-content-designers h2,
.panel-content-create h2 {
  color: var(--yellow);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.panel-content-designers h2 em,
.panel-content-create h2 em {
  font-family: var(--sans);
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.panel-content-designers .eyebrow,
.panel-content-create .eyebrow {
  position: absolute;
  top: 6.5%;
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, .94);
  letter-spacing: .08em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .32);
}

.panel-content-designers > p:last-of-type,
.panel-content-create > p:last-of-type {
  margin: auto 0 30px;
  width: min(100%, 690px);
  max-width: 690px;
  color: #fff;
  font-size: clamp(12px, 1.02vw, 20px);
  font-weight: 300;
  line-height: 1.35;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.panel-button {
  min-width: clamp(150px, 10.5vw, 202px);
}

.panel-content-create {
  color: #fff;
}

.panel-content-create h2 {
  font-size: clamp(36px, 3.2vw, 62px);
}

.panel-content-create .solid-button {
  min-width: clamp(150px, 10.5vw, 202px);
  background: var(--glass-surface);
}

.panel-content-create .solid-button:hover {
  background: var(--glass-surface-hover);
  transform: translateY(-2px);
}

.manifesto {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.14fr 1.08fr 1.08fr 1.08fr;
  gap: clamp(18px, 1.25vw, 24px);
  margin: 0 var(--page-gutter);
  padding: clamp(16px, 1.2vw, 23px);
  min-height: clamp(560px, 33vw, 635px);
  background: #fff;
  color: #080808;
}

.manifesto-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  margin: 0;
  padding: clamp(20px, 2vw, 38px) clamp(20px, 1.8vw, 35px) clamp(28px, 2.2vw, 42px);
  background: #000;
  color: #fff;
}

.manifesto-quote > p:first-child {
  margin: 0;
  font-size: clamp(30px, 2.55vw, 49px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.alchemy {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(34px, 2.85vw, 55px);
  line-height: 1;
}

.alchemy em {
  display: inline-block;
  margin-left: .05em;
  font-size: 1.742em;
}

.manifesto-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}

.manifesto-item img {
  width: 100%;
  object-fit: cover;
}

.manifesto-craft img {
  height: 69%;
  object-position: center 49%;
}

.manifesto-material img {
  order: 2;
  height: calc(100% - 132px);
  min-height: 350px;
  object-position: center;
}

.manifesto-engineering img {
  height: 69%;
  object-position: center;
}

.manifesto-item p {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.12vw, 21px);
  line-height: 1.5;
  color: #262626;
}

.manifesto-item strong {
  font-weight: 600;
  letter-spacing: -.04em;
  color: #080808;
}

.manifesto-material p {
  order: 1;
  margin: 4px 0 16px;
}

.atelier-house {
  display: grid;
  grid-template-columns: 2.55fr 1fr;
  gap: clamp(24px, 1.9vw, 36px);
  padding: clamp(20px, 1.9vw, 37px) var(--page-gutter) clamp(28px, 2vw, 38px);
  background: #000;
}

.atelier-card,
.house-card {
  position: relative;
  height: clamp(580px, 36.9vw, 710px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .1);
}

.atelier-video,
.house-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier-video {
  position: absolute;
  inset: 0;
  object-position: center center;
  background: #111 url("assets/atelier.png") center / cover no-repeat;
}

.house-card > img {
  object-position: center center;
}

.atelier-shade,
.house-shade {
  position: absolute;
  inset: 0;
}

.atelier-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .03) 22%, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .38) 100%);
}

.house-shade {
  background: linear-gradient(180deg, rgba(65, 0, 4, .16), rgba(20, 0, 3, .28) 46%, rgba(0, 0, 0, .65));
}

.atelier-content,
.house-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
  text-align: center;
}

.atelier-content h2,
.house-content h2 {
  margin: 10px 0 16px;
  color: var(--yellow);
  font-size: clamp(37.8px, 3.5vw, 67.2px);
  font-weight: 300;
  line-height: .8;
}

.atelier-content h2 em,
.house-content h2 em {
  font-size: 1.625em;
}

.atelier-content > p:not(.eyebrow),
.house-content > p:not(.eyebrow) {
  margin: 0 0 28px;
  font-size: clamp(10px, .85vw, 16.5px);
  line-height: 1.2;
}

.atelier-content .glass-button,
.house-content .glass-button {
  min-width: clamp(150px, 10.5vw, 202px);
}

.quote-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(145px, 9.35vw, 180px);
  margin: 0 var(--page-gutter);
  padding: 30px 7%;
  background:
    linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)),
    url("assets/carpet.jpg") center 49% / cover no-repeat;
  text-align: center;
}

.quote-strip p {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 300;
  letter-spacing: .018em;
  text-wrap: balance;
  text-shadow: 0 2px 9px #000;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 31%) 1fr;
  gap: 42px;
  min-height: clamp(365px, 20.8vw, 400px);
  margin: 0 var(--page-gutter) clamp(50px, 3.65vw, 70px);
  padding: clamp(36px, 3vw, 58px) clamp(40px, 2.9vw, 56px) clamp(30px, 2.5vw, 48px);
  background: var(--red);
}

.footer-crest {
  display: flex;
  align-items: center;
}

.footer-crest img {
  width: clamp(170px, 11vw, 212px);
  max-height: 318px;
  object-fit: contain;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr .72fr .72fr 1.35fr;
  grid-template-rows: 1fr auto;
  gap: 32px clamp(28px, 3.3vw, 64px);
  padding-top: 10px;
}

.footer-brand h2 {
  margin: 0;
  font-size: clamp(19px, 1.25vw, 24px);
  letter-spacing: -.025em;
}

.footer-script {
  margin: 7px 0 31px;
  color: var(--yellow);
  font-family: var(--script);
  font-size: clamp(31.2px, 2.47vw, 48.1px);
  line-height: .9;
}

.footer-brand > p:last-child,
.footer-column a,
.footer-contact a,
.footer-legal {
  font-size: clamp(12px, .78vw, 15px);
  line-height: 1.55;
}

.footer-brand > p:last-child,
.footer-column a,
.footer-contact a {
  white-space: nowrap;
}

.footer-column,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.footer-column h3,
.footer-contact h3 {
  margin: 0 0 4px;
  color: var(--yellow);
  font-size: clamp(12px, .78vw, 15px);
  letter-spacing: .06em;
}

.footer-column a,
.footer-contact a {
  color: rgba(255, 255, 255, .88);
}

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

.footer-column a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
  color: var(--yellow);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1px;
}

.social-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.footer-legal p {
  margin: 0;
}

.footer-legal > div {
  display: flex;
  gap: 30px;
}

@media (max-width: 1200px) {
  .hero {
    min-height: 790px;
  }

  .hero-content {
    top: 29%;
  }

  .hero-lower {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 56px;
  }

  .collection-card p {
    max-width: 100%;
  }

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

  .manifesto-quote,
  .manifesto-item {
    min-height: 550px;
  }

  .manifesto-craft img,
  .manifesto-engineering img {
    height: 420px;
  }

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

  .footer-main {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .primary-nav {
    gap: clamp(28px, 5vw, 52px);
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .collections {
    min-height: 900px;
  }

  .collections-inner {
    padding-inline: 0;
  }

  .collection-track {
    --collection-gap: 22px;
    gap: 22px;
    max-width: none;
    padding: 0 10vw 24px;
    scroll-padding-inline: 10vw;
  }

  .collection-card {
    flex: 0 0 min(58vw, 520px);
    scroll-snap-align: center;
  }

  .collection-card-muted {
    opacity: 1;
  }

  .carousel-arrow-left {
    left: 18px;
  }

  .carousel-arrow-right {
    right: 18px;
  }
}

@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }

  .sequence-media::after {
    background:
      radial-gradient(circle at 54% 43%, transparent 14%, rgba(0, 0, 0, .36) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .24));
  }

  .hero {
    min-height: max(820px, 100svh);
    background-position: 58% center;
  }

  .site-header {
    height: 110px;
  }

  .monogram-link {
    top: max(18px, env(safe-area-inset-top));
    left: max(24px, env(safe-area-inset-left));
    width: 36px;
    height: 56px;
  }

  .nav-toggle {
    position: absolute;
    z-index: 15;
    top: max(20px, env(safe-area-inset-top));
    right: max(24px, env(safe-area-inset-right));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(0, 0, 0, .38);
  }

  .nav-toggle span:not(.sr-only) {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform .25s ease, opacity .25s ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    background: rgba(9, 3, 2, .97);
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: opacity .25s ease;
    padding:
      max(24px, env(safe-area-inset-top))
      max(24px, env(safe-area-inset-right))
      max(24px, env(safe-area-inset-bottom))
      max(24px, env(safe-area-inset-left));
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav a {
    font-size: 22px;
    letter-spacing: .08em;
  }

  .hero-content {
    top: clamp(165px, 22svh, 215px);
    right: max(24px, env(safe-area-inset-right));
    left: max(24px, env(safe-area-inset-left));
  }

  .wordmark {
    width: min(315px, 80vw);
    margin-bottom: 54px;
  }

  .hero h1 {
    font-size: clamp(44px, 11.2vw, 65px);
    line-height: 1;
  }

  .hero-lower {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin-top: 54px;
  }

  .hero-lower > p {
    width: 100%;
    min-width: 0;
    max-width: 600px;
    font-size: 17px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    width: min(100%, 520px);
  }

  .glass-button,
  .solid-button,
  .coming-soon {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .collections {
    min-height: 900px;
    background-position: center 80%;
  }

  .collections-inner {
    padding: 70px 0 90px;
  }

  .collections h2 {
    margin-bottom: 64px;
    padding-inline: 12px;
    font-size: clamp(34px, 9vw, 42px);
  }

  .collection-track {
    --collection-gap: 18px;
    gap: 18px;
    padding: 0 9vw 22px;
  }

  .collection-card {
    flex: 0 0 76vw;
    max-width: 460px;
    scroll-snap-align: center;
  }

  .collection-card-muted {
    opacity: 1;
  }

  .collection-card img {
    height: auto;
  }

  .collection-card-copy {
    min-height: 190px;
  }

  .carousel-arrow {
    top: 38%;
  }

  .carousel-arrow-left {
    left: 16px;
  }

  .carousel-arrow-right {
    right: 16px;
  }

  .coming-soon {
    margin-top: 46px;
  }

  .collaboration {
    grid-template-columns: 1fr;
    padding: 28px 22px 20px;
  }

  .feature-panel {
    min-height: 590px;
    aspect-ratio: auto;
  }

  .panel-content-designers {
    padding: 0 7% 10%;
  }

  .panel-content-designers h2,
  .panel-content-create h2 {
    top: 10%;
    font-size: clamp(34px, 8vw, 52px);
  }

  .panel-content-designers .eyebrow,
  .panel-content-create .eyebrow {
    top: 5.5%;
  }

  .panel-content-designers > p:last-of-type,
  .panel-content-create > p:last-of-type {
    font-size: 13px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    margin: 0 22px;
    padding: 14px;
  }

  .manifesto-quote,
  .manifesto-item {
    min-height: 0;
  }

  .manifesto-quote {
    min-height: 520px;
  }

  .manifesto-quote > p:first-child {
    font-size: clamp(37px, 10vw, 54px);
  }

  .manifesto-craft img,
  .manifesto-engineering img,
  .manifesto-material img {
    height: clamp(350px, 92vw, 460px);
    min-height: 0;
  }

  .manifesto-item p {
    margin: 18px 5px 26px;
    font-size: 17px;
  }

  .manifesto-material p {
    order: 2;
  }

  .manifesto-material img {
    order: 1;
  }

  .atelier-house {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .atelier-card,
  .house-card {
    height: clamp(560px, 125vw, 650px);
  }

  .atelier-content h2,
  .house-content h2 {
    font-size: clamp(37.8px, 8.5vw, 49px);
  }

  .atelier-content > p:not(.eyebrow),
  .house-content > p:not(.eyebrow) {
    font-size: 11px;
  }

  .quote-strip {
    min-height: 180px;
    margin: 0 22px;
    padding: 30px 24px;
  }

  .quote-strip p {
    font-size: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 0 22px 50px;
    padding: 38px 30px;
  }

  .footer-crest img {
    width: 170px;
    margin: 0 auto;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 25px;
  }

  .footer-brand,
  .footer-contact,
  .footer-legal {
    grid-column: 1 / -1;
  }

  .footer-brand > p:last-child,
  .footer-column a,
  .footer-contact a,
  .footer-legal {
    font-size: 14px;
  }

  .footer-brand > p:last-child {
    width: 100%;
    min-width: 0;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: max(820px, 100svh);
  }

  .hero-content {
    top: clamp(145px, 18svh, 175px);
  }

  .wordmark {
    width: min(250px, 70vw);
    margin-bottom: 34px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.02;
  }

  .hero-lower {
    gap: 20px;
    margin-top: 36px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hero-lower > p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }

  .hero-actions .glass-button {
    width: 100%;
  }

  .collection-card {
    flex-basis: 78vw;
  }

  .collection-card img {
    height: auto;
  }

  .feature-panel {
    min-height: 540px;
  }

  .panel-content-designers h2,
  .panel-content-create h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .manifesto-craft img,
  .manifesto-engineering img,
  .manifesto-material img {
    height: 350px;
  }

  .atelier-card,
  .house-card {
    height: 580px;
  }

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

  .footer-brand,
  .footer-contact,
  .footer-legal {
    grid-column: auto;
  }

  .footer-legal > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 380px) {
  .monogram-link {
    left: max(18px, env(safe-area-inset-left));
  }

  .nav-toggle {
    right: max(18px, env(safe-area-inset-right));
  }

  .hero-content {
    right: max(18px, env(safe-area-inset-right));
    left: max(18px, env(safe-area-inset-left));
  }

  .wordmark {
    width: min(230px, 68vw);
  }

  .hero h1 {
    font-size: 34px;
  }

  .collections h2 {
    margin-bottom: 44px;
    font-size: 42px;
  }

  .collection-card {
    flex-basis: 90vw;
  }

  .collaboration,
  .atelier-house {
    padding-right: 16px;
    padding-left: 16px;
  }

  .manifesto,
  .quote-strip,
  .site-footer {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 560px) {
  .hero {
    min-height: 620px;
  }

  .hero-content {
    top: 118px;
  }

  .wordmark {
    width: 210px;
    margin-bottom: 24px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lower {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    margin-top: 28px;
  }

  .hero-lower > p {
    font-size: 13px;
  }

  .hero-actions {
    align-self: center;
    flex-direction: row;
    width: auto;
  }

  .hero-actions .glass-button {
    width: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .atelier-video {
    visibility: hidden;
  }

  .hero-video {
    visibility: hidden;
  }

  .hero-collections-sequence,
  .sequence-media {
    background: #000;
  }

  .atelier-card {
    background: #111 url("assets/atelier.png") center / cover no-repeat;
  }
}
