@font-face { font-family: "SECA Sans"; src: url("assets/seca-sans.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Della Respira"; src: url("assets/DOCUMENTOS_SECA/BRAND/Tipografias/Titulos/della-respira/DellaRespira-Regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "JF Shill"; src: url("assets/DOCUMENTOS_SECA/BRAND/Tipografias/Subtitulo/jf_shill/jfshill.text.regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nevermind Mono"; src: url("assets/DOCUMENTOS_SECA/BRAND/Tipografias/Cuerpo/nevermind_rounded_mono/NeverMindRoundedMono/NeverMindRoundedMono-Regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nevermind Mono"; src: url("assets/DOCUMENTOS_SECA/BRAND/Tipografias/Cuerpo/nevermind_rounded_mono/NeverMindRoundedMono/NeverMindRoundedMono-DemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "P22 Cezanne"; src: url("assets/DOCUMENTOS_SECA/BRAND/Tipografias/Acento/p22-cezanne-pro-regular_aI0kq/P22 Cezanne Pro Regular/P22 Cezanne Pro Regular.ttf") format("truetype"); font-display: swap; }

:root {
  --white: #ffffff;
  --parchment: #e8e2d0;
  --vison: #dcd4b6;
  --ink: #1a1a1a;
  --eucalyptus: #445340;
  --line: rgba(26, 26, 26, .22);
  --line-light: rgba(255, 255, 255, .28);
  --shadow: rgba(26, 26, 26, .16);
  --logo: "SECA Sans", "Della Respira", Georgia, serif;
  --title: "Della Respira", Georgia, serif;
  --subtitle: "JF Shill", Georgia, serif;
  --body: "Nevermind Mono", monospace;
  --accent: "P22 Cezanne", cursive;
  --hero-bg-start: var(--parchment);
  --hero-bg-end: var(--vison);
  --hero-accent: var(--vison);
  --hero-fg: var(--ink);
  --hero-nav-fg: var(--ink);
  --hero-nav-line: rgba(26, 26, 26, .18);
  --track-display-xl: -0.045em;
  --track-display-lg: -0.035em;
  --track-display: -0.025em;
  --track-display-md: -0.02em;
  --track-heading: -0.01em;
  --track-accent: 0.02em;
  --track-subtitle: 0.05em;
  --track-ui: 0.065em;
  --track-body: 0.08em;
  --track-caps-sm: 0.12em;
  --track-caps: 0.14em;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); letter-spacing: var(--track-body); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color .25s ease, border-color .25s ease; }
button { color: inherit; font: inherit; }
img { max-width: 100%; display: block; }
.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; }
.skip-link { position: absolute; z-index: 2000; top: -100%; left: 20px; min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; background: var(--ink); color: var(--white); font-family: var(--subtitle); font-size: 14px; }
.skip-link:focus { top: 12px; outline: 2px solid var(--white); outline-offset: 2px; }
.site-shell { overflow: clip; }
.kicker { display: block; font-family: var(--subtitle); font-size: 18px; font-weight: 400; letter-spacing: var(--track-subtitle); line-height: 1.25; }

.wordmark { display: inline-flex; align-items: center; line-height: 0; color: inherit; }
.wordmark__logo--footer { height: auto; width: min(100%, 340px); max-width: 480px; }

.button { min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; border: 1px solid var(--ink); font-family: var(--subtitle); font-size: 17px; font-weight: 400; letter-spacing: var(--track-ui); cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { color: var(--white); background: var(--eucalyptus); border-color: var(--eucalyptus); }
.button:not(.button--dark):hover { border-color: var(--eucalyptus); color: var(--eucalyptus); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-family: var(--subtitle); font-size: 17px; letter-spacing: var(--track-ui); transition: color .25s, border-color .25s; }
.text-link:hover { color: var(--eucalyptus); border-color: var(--eucalyptus); }

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(88px, 14vw, 120px) 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--hero-fg);
  background-color: var(--parchment);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
  animation: hero-image-reveal 1s ease-out forwards;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 226, 208, .72) 0%, rgba(232, 226, 208, .18) 42%, transparent 68%);
}
@keyframes hero-image-reveal {
  from { opacity: 0.2; }
  to { opacity: 1; }
}
.hero__layout {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.hero__copy { position: relative; z-index: 1; min-width: 0; }
.hero__mark { display: block; justify-self: end; line-height: 0; color: inherit; }

@media (max-width: 699px) {
  .hero {
    padding-top: clamp(112px, 24vw, 148px);
  }
  .hero__bg {
    object-position: 82% 38%;
  }
  .hero::before {
    background: linear-gradient(180deg, rgba(232, 226, 208, .88) 0%, rgba(232, 226, 208, .55) 38%, rgba(232, 226, 208, .12) 62%, transparent 78%);
  }
  .hero__mark {
    position: absolute;
    top: clamp(24px, 5vw, 40px);
    right: 20px;
    z-index: 5;
  }
  .brand-ornament--hero { width: clamp(120px, 32vw, 180px); }
}

/* Ornamento botánico compartido (age gate + hero) */
.brand-ornament { margin: 0; line-height: 0; pointer-events: none; user-select: none; }
.brand-ornament__art { width: 100%; height: auto; display: block; filter: brightness(0); opacity: .9; }
.brand-ornament--gate { width: clamp(104px, 26vw, 136px); margin: 22px 0 18px; }
.brand-ornament--hero {
  width: clamp(140px, 28vw, 220px);
}
.brand-ornament--gate .brand-ornament__art { filter: brightness(0); opacity: .9; }
.brand-ornament--hero .brand-ornament__art { filter: none; opacity: 1; }

.hero__brand {
  margin: 0 0 16px;
  font-family: var(--logo);
  font-size: clamp(96px, 26vw, 148px);
  font-weight: 400;
  letter-spacing: var(--track-display-xl);
  line-height: .82;
}
.hero h1 { margin: 0 0 26px; font-family: var(--title); font-size: clamp(60px, 17vw, 82px); font-weight: 400; letter-spacing: var(--track-display-lg); line-height: .82; }
.hero__line {
  display: block;
  opacity: 0;
  transform: translateY(-48px);
  animation: hero-text-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero h1 em { display: inline-block; font-family: var(--accent); font-size: .52em; font-style: normal; font-weight: 400; letter-spacing: var(--track-accent); line-height: 1.08; transform: translateX(.12em); }
.hero__line:nth-child(1) { animation-delay: 0.45s; }
.hero__line:nth-child(2) { animation-delay: 0.7s; }
@keyframes hero-text-in {
  from {
    opacity: 0;
    transform: translateY(-48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__intro { max-width: 420px; margin: 0 0 28px; font-size: 15px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__actions .button {
  min-width: min(100%, 280px);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation: hero-btn-expand 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero__actions .button:nth-child(1) { animation-delay: 0.95s; }
.hero__actions .button:nth-child(2) { animation-delay: 1.15s; }
@keyframes hero-btn-expand {
  from {
    opacity: 0;
    transform: scaleX(0.04);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.hero__actions .button:hover {
  transform: scaleX(1) translateY(-2px);
}
.hero .button:not(.button--dark) { border-color: var(--hero-fg); color: var(--hero-fg); }
.hero .button--dark { color: var(--hero-bg-start); background: var(--hero-fg); border-color: var(--hero-fg); }
.hero .button--dark:hover { color: var(--hero-fg); background: transparent; border-color: var(--eucalyptus); }
.hero .button:not(.button--dark):hover { border-color: var(--eucalyptus); color: var(--eucalyptus); }

/* ── Botanical accents ── */
.botanical {
  margin: 0;
  line-height: 0;
  pointer-events: none;
  user-select: none;
}
.botanical img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
  opacity: var(--botanical-opacity, 0.14);
}

/* En flujo — gris por defecto, negro arriba de h1/h2 */
.botanical--divider {
  position: static;
  display: block;
  width: clamp(52px, 9vw, 76px);
  margin: 0 0 24px;
  --botanical-opacity: 0.14;
}
.botanical--divider img {
  filter: grayscale(1) brightness(1.25);
}
.botanical--divider:has(+ h1) img,
.botanical--divider:has(+ h2) img {
  filter: grayscale(1) brightness(0);
  opacity: 0.62;
}
.store-head--center .botanical--divider {
  margin-inline: auto;
}
.shop-waitlist__frame .botanical--divider,
.waitlist-section__frame .botanical--divider {
  margin: 0 auto 20px;
}
.footer__brand .botanical--divider {
  margin: 0 0 22px;
}
.footer__brand .botanical--divider img {
  filter: grayscale(1) brightness(1.85);
  opacity: 0.18;
}

/* ── Brand ── */
.brand__layout {
  display: grid;
  gap: 24px;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  justify-items: center;
}
.brand__copy--center {
  width: 100%;
  text-align: center;
}
.brand__mark {
  margin: 0 0 16px;
  line-height: 0;
}
.brand__mark img {
  width: min(100%, clamp(140px, 32vw, 220px));
  height: auto;
  display: block;
  margin-inline: auto;
}
.brand__copy h2 { margin: 0 0 14px; font-family: var(--title); font-weight: 400; line-height: .9; }
.brand__headline {
  display: block;
  font-size: clamp(48px, 13vw, 88px);
  font-weight: 400;
  letter-spacing: var(--track-display-lg);
  line-height: .86;
}
.brand__copy h2 em {
  display: block;
  margin-top: 2px;
  font-family: var(--subtitle);
  font-size: clamp(30px, 8.5vw, 54px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--track-subtitle);
  line-height: 1.05;
}
.brand__copy .brand__headline--inline em {
  display: inline;
  margin-top: 0;
  font-size: 0.62em;
  line-height: inherit;
}
.brand__copy > p { max-width: 52ch; margin: 0; font-size: 16px; line-height: 1.75; }
.brand__copy--center > p { margin-inline: auto; }

.brand__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  width: 100%;
  max-width: 620px;
}
.brand-pillar {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 0;
  text-align: center;
}
.brand-pillar__media {
  width: clamp(104px, 26vw, 132px);
  height: clamp(104px, 26vw, 132px);
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: visible;
}
.brand-pillar__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.58;
}
.brand-pillar__media--mark img {
  width: 118%;
  height: auto;
  max-height: 100%;
  filter: none;
  opacity: 0.92;
}
.brand-pillar__body {
  padding: 0;
  display: grid;
  gap: 4px;
  align-content: start;
  text-align: center;
}
.brand-pillar h3 {
  margin: 0;
  font-family: var(--title);
  font-size: clamp(20px, 4.5vw, 28px);
  font-weight: 400;
  letter-spacing: var(--track-heading);
  line-height: 1;
}
.brand-pillar p {
  margin: 0 auto;
  max-width: 16ch;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: var(--track-body);
  opacity: 0.62;
}

.product-section { border-top: 1px solid var(--line); }
.product-intro {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 56px;
}

/* ── Store layout ── */
.trust-strip { position: relative; isolation: isolate; padding: 0 20px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); }
.trust-strip::before { content: none; }
.trust-strip ul { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; display: grid; }
.trust-strip li { min-height: 120px; padding: 28px 0; display: grid; gap: 8px; align-content: center; border-bottom: 1px solid var(--line-light); }
.trust-strip li:last-child { border-bottom: 0; }
.trust-strip strong { font-family: var(--title); font-size: 32px; font-weight: 400; letter-spacing: var(--track-heading); }
.trust-strip span { max-width: 36ch; font-size: 14px; line-height: 1.6; opacity: .85; }

.store-section { position: relative; isolation: isolate; padding: 100px 20px; border-top: 1px solid var(--line); }
.store-section::before { content: none; }
.store-section > * { position: relative; z-index: 1; }
.store-section--pitch {
  overflow: hidden;
  background-color: var(--parchment);
}
.store-section--pitch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("assets/background-somos.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.store-section--pitch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .72) 42%, rgba(255, 255, 255, .5) 100%);
}
.store-section--benefits { color: var(--ink); background: var(--vison); }
.store-section--material {
  color: var(--ink);
  background-color: var(--vison);
}
.store-section--shop::before,
.store-section--material::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/images/texture-paper-subtle.webp");
  background-size: 480px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.store-section--shop::before {
  opacity: 0.28;
}
.store-section--material::before {
  opacity: 0.32;
}

.expo-section { position: relative; isolation: isolate; padding: 100px 20px 120px; color: var(--section-fg, var(--ink)); background: var(--section-bg, var(--white)); border-top: 1px solid var(--section-border, rgba(26, 26, 26, .16)); }
.expo-section::before { content: none; }
.expo-section > * { position: relative; z-index: 1; }
.expo-section--collection { background: var(--vison); }
.expo-grid--collection { gap: 56px 20px; }
.expo-piece--01 { margin-top: 6vw; }
.expo-piece--02 { margin-top: 14vw; }
.expo-piece--03 { margin-top: 4vw; }
.expo-collection__note { max-width: 42ch; margin: 56px 0 0; padding-top: 24px; border-top: 1px solid var(--ink); font-size: 15px; line-height: 1.65; }

.store-head { margin-bottom: 56px; }
.store-head h2 { margin: 22px 0 0; font-family: var(--title); font-size: clamp(44px, 13vw, 80px); font-weight: 400; letter-spacing: var(--track-display); line-height: .88; }
.store-head h2 em { font-family: var(--subtitle); font-size: .76em; font-style: normal; letter-spacing: var(--track-subtitle); }
.store-head > p { max-width: 480px; margin: 24px 0 0; font-size: 15px; line-height: 1.7; }
.store-head--center { text-align: center; }
.store-head--center > p { margin-inline: auto; }

.pitch { display: grid; gap: 48px; align-items: center; }
.pitch__copy h2 { margin: 0 0 24px; font-family: var(--title); font-size: clamp(44px, 13vw, 80px); font-weight: 400; letter-spacing: var(--track-display); line-height: .88; }
.pitch__copy h2 em { font-family: var(--subtitle); font-size: .76em; font-style: normal; letter-spacing: var(--track-subtitle); }
.pitch__copy > p { max-width: 52ch; margin: 0 0 28px; font-size: 16px; line-height: 1.75; }
.pitch__points { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.pitch__points li { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--ink); font-family: var(--subtitle); font-size: 17px; letter-spacing: var(--track-ui); }
.pitch__points li::before { content: "○"; margin-right: 14px; }
.pitch__visual { margin: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 48px var(--shadow); }
.pitch__visual img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }

.benefits-grid { display: grid; gap: 20px; }
.benefit-card {
  position: relative;
  isolation: isolate;
  min-height: 280px;
  padding: 32px 24px;
  display: grid;
  gap: 18px;
  align-content: start;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, var(--line));
  background-color: var(--white);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--ink) 8%, transparent);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--white);
  background-image: url("assets/images/texture-paper-subtle.webp");
  background-size: 420px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: .55;
  pointer-events: none;
}
.benefit-card:nth-child(1)::before { background-position: 0 0; }
.benefit-card:nth-child(2)::before { background-position: 140px 90px; }
.benefit-card:nth-child(3)::before { background-position: 280px 180px; }
.benefit-card > * { position: relative; z-index: 1; }
.benefit-card:hover {
  border-color: color-mix(in srgb, var(--eucalyptus) 40%, var(--line));
  box-shadow: 0 22px 48px color-mix(in srgb, var(--ink) 10%, transparent);
}
.benefit-card img { width: 72px; height: 72px; object-fit: contain; filter: grayscale(1); opacity: .72; }
.benefit-card h3 { margin: 0; font-family: var(--title); font-size: 32px; font-weight: 400; letter-spacing: var(--track-heading); }
.benefit-card p { margin: 0; max-width: 30ch; font-size: 15px; line-height: 1.65; opacity: .9; }

.materials-proof__grid { display: grid; gap: 40px; align-items: start; }
.materials-proof .store-head h2 { margin-top: 0; }
.materials-proof__visual { margin: 0; border: 1px solid var(--line); background: var(--white); }
.materials-proof__visual img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.materials-proof__list { margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.materials-proof__list > div { padding: 24px 0; border-bottom: 1px solid var(--ink); }
.materials-proof__list dt { margin: 0 0 8px; font-family: var(--subtitle); font-size: 18px; letter-spacing: var(--track-subtitle); }
.materials-proof__list dd { margin: 0; max-width: 40ch; font-size: 15px; line-height: 1.65; }

/* ── Shop / Tienda ── */
.store-section--shop {
  color: var(--ink);
  background: var(--white);
  padding-bottom: 100px;
}

.shop-grid {
  display: grid;
  gap: 20px;
  max-width: 1080px;
  margin-inline: auto;
}

.shop-category {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.shop-category:hover {
  border-color: color-mix(in srgb, var(--eucalyptus) 35%, var(--line));
  box-shadow: 0 20px 48px rgba(26, 26, 26, 0.08);
}

.shop-category__media {
  position: relative;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: var(--vison);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.shop-category__zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.shop-category__zoom:hover {
  color: var(--eucalyptus);
  border-color: var(--eucalyptus);
}
.shop-category__zoom:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.shop-category__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.shop-category__media--piece {
  padding: 14%;
}
.shop-category__media--piece img {
  object-fit: contain;
  filter: grayscale(0.2);
}
.shop-category__media--dark {
  padding: 12%;
  background: var(--ink);
}
.shop-category__media--dark img {
  object-fit: contain;
  filter: brightness(2) grayscale(1);
}
.shop-category__media--texture img {
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
}

.shop-category__body {
  padding: 28px 24px 32px;
  display: grid;
  gap: 10px;
  align-content: start;
  text-align: center;
}
.shop-category__index {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.45);
}
.shop-category h3 {
  margin: 0;
  font-family: var(--title);
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 400;
  letter-spacing: var(--track-heading);
  line-height: 1;
}
.shop-category p {
  margin: 0 auto;
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.88;
}

.waitlist-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 120px;
  background-color: var(--parchment);
  border-top: 1px solid var(--line);
}
.waitlist-section__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: min(92%, 760px);
  pointer-events: none;
  background-image: url("assets/footer-back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.42;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 0.72) 48%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 0.72) 48%, transparent 100%);
}
.waitlist-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.waitlist-section__frame {
  width: min(100%, 640px);
  padding: 48px 28px 40px;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}
.waitlist-section__lead {
  margin: 0;
  font-family: var(--title);
  font-size: clamp(32px, 7vw, 48px);
  font-weight: 400;
  letter-spacing: var(--track-display-md);
  line-height: 0.95;
}
.waitlist-form {
  width: min(100%, 380px);
  display: grid;
  gap: 14px;
}
.waitlist-form__input {
  min-height: 56px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: var(--track-body);
}
.waitlist-form__input::placeholder {
  color: rgba(26, 26, 26, 0.42);
}
.waitlist-form__input:focus-visible {
  outline: 2px solid var(--eucalyptus);
  outline-offset: 2px;
}
.waitlist-form__submit {
  width: 100%;
  justify-content: center;
  gap: 18px;
}
.waitlist-section__fine {
  margin: 0;
  font-size: 12px;
  letter-spacing: var(--track-caps-sm);
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.48);
}
.waitlist-section__success {
  margin: 0;
  font-family: var(--subtitle);
  font-size: 17px;
  letter-spacing: var(--track-ui);
  color: var(--eucalyptus);
}

.shop-gallery {
  width: min(96vw, 980px);
  max-height: 92dvh;
  padding: 0;
  border: 0;
  background: transparent;
}
.shop-gallery::backdrop {
  background: rgba(26, 26, 26, 0.88);
  backdrop-filter: blur(8px);
}
.shop-gallery__panel {
  position: relative;
  padding: 56px 52px 24px;
}
.shop-gallery__frame {
  margin: 0;
  padding: 14px;
  background: var(--white);
}
.shop-gallery__frame img {
  width: 100%;
  max-height: 72dvh;
  display: block;
  object-fit: contain;
}
.shop-gallery__frame figcaption {
  padding: 16px 4px 4px;
  border-top: 1px solid var(--ink);
  font-family: var(--subtitle);
  font-size: 18px;
  letter-spacing: var(--track-ui);
}
.shop-gallery__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.shop-gallery__nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  font-family: var(--subtitle);
  font-size: 22px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.shop-gallery__nav:hover {
  color: var(--ink);
  background: var(--white);
}
.shop-gallery__nav--prev { left: 0; }
.shop-gallery__nav--next { right: 0; }
.shop-gallery__counter {
  margin: 14px 0 0;
  text-align: center;
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 699px) {
  .shop-gallery__panel {
    padding: 52px 0 20px;
  }
  .shop-gallery__nav {
    top: auto;
    bottom: -6px;
    transform: none;
  }
  .shop-gallery__nav--prev { left: 0; }
  .shop-gallery__nav--next { right: 0; }
}

.collection-grid { display: grid; gap: 48px 20px; align-items: start; }
.collection-card { display: grid; gap: 18px; }
.collection-card__media { margin: 0; padding: 10px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 40px rgba(26, 26, 26, .08); }
.collection-card__media img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.collection-card__media--piece { padding: 14%; background: var(--vison); }
.collection-card__media--piece img { aspect-ratio: 3 / 4; object-fit: contain; filter: grayscale(.25); }
.collection-card__media--dark { padding: 12%; background: var(--ink); }
.collection-card__media--dark img { aspect-ratio: 3 / 4; object-fit: contain; filter: brightness(2) grayscale(1); }
.collection-card__media--botanical { padding: 14%; background: var(--vison); }
.collection-card__media--botanical img { aspect-ratio: 1; object-fit: contain; filter: grayscale(1); opacity: .82; }
.collection-card__media--texture img { aspect-ratio: 5 / 4; object-fit: cover; }
.collection-card__body { display: grid; gap: 8px; padding-top: 4px; border-top: 1px solid var(--ink); }
.collection-card__body h3 { margin: 2px 0 0; font-family: var(--title); font-size: 26px; font-weight: 400; letter-spacing: var(--track-heading); }
.collection-card__body p { margin: 0; font-size: 15px; line-height: 1.6; }
.collection-card__badge { display: inline-block; margin-bottom: 2px; padding: 4px 10px; border: 1px solid var(--line); font-family: var(--body); font-size: 10px; letter-spacing: var(--track-caps); text-transform: uppercase; }
.collection-card__add, .collection-card__soon { min-height: 56px; margin-top: 10px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); background: transparent; font-family: var(--subtitle); font-size: 16px; letter-spacing: var(--track-ui); cursor: pointer; }
.collection-card__add:hover { color: var(--white); background: var(--eucalyptus); border-color: var(--eucalyptus); }
.collection-card__add i { font-size: 20px; font-style: normal; }
.collection-card__soon { justify-content: center; color: rgba(26, 26, 26, .45); cursor: not-allowed; }

.cta-band { position: relative; isolation: isolate; padding: 88px 20px; color: var(--ink); background: var(--vison); border-top: 1px solid var(--line); }
.cta-band::before { content: none; }
.cta-band__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; text-align: center; }
.cta-band p { margin: 24px 0 32px; font-family: var(--title); font-size: clamp(36px, 9vw, 56px); letter-spacing: var(--track-display-md); line-height: 1; }
.cta-band .button { width: min(100%, 320px); margin-inline: auto; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta-band__actions .button { width: min(100%, 280px); margin-inline: 0; }
/* ── Exhibition pieces (detail) ── */
.expo-lightbox { width: min(96vw, 1100px); max-height: 92dvh; padding: 0; border: 0; background: transparent; }
.expo-lightbox::backdrop { background: rgba(26,26,26,.88); backdrop-filter: blur(8px); }
.expo-lightbox__close { position: fixed; z-index: 2; top: 18px; right: 18px; width: 48px; height: 48px; border: 1px solid var(--white); border-radius: 50%; color: var(--white); background: transparent; font-size: 28px; cursor: pointer; }
.expo-lightbox__frame { margin: 0; padding: 14px; background: var(--white); }
.expo-lightbox__frame img { width: 100%; max-height: 78dvh; display: block; object-fit: contain; }
.expo-lightbox__frame figcaption { padding: 16px 4px 4px; border-top: 1px solid var(--ink); font-family: var(--subtitle); font-size: 18px; }

.expo-section__intro { margin-bottom: 64px; }
.expo-section__intro h2 { margin: 22px 0 0; font-family: var(--title); font-size: clamp(47px, 14vw, 88px); font-weight: 400; letter-spacing: var(--track-display-lg); line-height: .85; }
.expo-section__intro h2 em { font-family: var(--subtitle); font-size: .78em; font-style: normal; letter-spacing: var(--track-subtitle); }
.expo-section__intro > p { max-width: 470px; margin: 26px 0 0; font-size: 15px; line-height: 1.7; opacity: .92; }

.expo-grid { display: grid; gap: 48px 20px; align-items: start; }
.expo-piece { margin: 0; }
.expo-piece__frame { padding: 10px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 22px 48px rgba(26,26,26,.09); }
.expo-piece__frame > img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.expo-piece__frame--passepartout { padding: 18% 14%; background: var(--vison); }
.expo-piece__frame--passepartout > img { aspect-ratio: 1; object-fit: contain; filter: brightness(2.2) grayscale(1); opacity: .88; border: 0; }
.expo-piece__frame--botanical { padding: 14%; background: var(--vison); }
.expo-piece__frame--botanical > img { aspect-ratio: 1; object-fit: contain; filter: grayscale(1); opacity: .78; border: 0; }
.expo-piece__frame--dark { padding: 12%; color: var(--white); background: var(--ink); }
.expo-piece__frame--dark > img { aspect-ratio: 5 / 3; object-fit: contain; filter: brightness(2) grayscale(1); border: 0; }
.expo-piece__frame--texture > img { aspect-ratio: 5 / 4; }
.expo-piece__frame--piece { padding: 14%; background: var(--vison); }
.expo-piece__frame--piece > img { aspect-ratio: 3 / 4; object-fit: contain; filter: grayscale(.25); opacity: .92; border: 0; }
.expo-piece__frame--product { padding: 14%; background: var(--vison); }
.expo-piece__frame--product > img { aspect-ratio: 3 / 4; object-fit: contain; filter: grayscale(.3); opacity: .92; border: 0; }
.expo-piece__caption { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--section-caption-border, var(--ink)); display: grid; grid-template-columns: 2.5rem 1fr; gap: 4px 12px; align-items: baseline; font-family: var(--subtitle); font-size: 18px; line-height: 1.25; }
.expo-piece__placard { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--section-caption-border, var(--ink)); display: grid; gap: 4px; font-size: 14px; line-height: 1.55; }
.expo-piece__placard span { font-family: var(--body); font-size: 11px; letter-spacing: var(--track-caps-sm); text-transform: uppercase; color: var(--section-caption-muted, rgba(26,26,26,.5)); }
.expo-piece[role="button"] { cursor: zoom-in; }
.expo-piece[role="button"]:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.expo-piece__index { font-family: var(--body); font-size: 11px; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--section-caption-muted, rgba(26,26,26,.5)); }

.expo-placard { padding: 28px 0; border-top: 1px solid var(--section-caption-border, var(--ink)); border-bottom: 1px solid var(--section-caption-border, var(--ink)); }
.expo-placard p { margin: 0; max-width: 38ch; font-size: 16px; line-height: 1.75; }
.expo-placard__list { margin: 0; padding: 0; list-style: none; }
.expo-placard__list li { min-height: 58px; display: flex; align-items: center; border-bottom: 1px solid var(--section-caption-border, var(--ink)); font-family: var(--subtitle); font-size: 18px; }
.expo-placard__list li::before { content: "○"; margin-right: 15px; }

.expo-quote { margin: 0; padding: 56px 0; border-top: 1px solid var(--section-caption-border, var(--ink)); border-bottom: 1px solid var(--section-caption-border, var(--ink)); font-family: var(--title); font-size: clamp(42px, 12vw, 68px); letter-spacing: var(--track-display); line-height: .95; }
.expo-quote em { font-family: var(--accent); font-size: .75em; font-style: normal; }

.expo-room { display: grid; gap: 22px; }
.expo-room > p { margin: 0; max-width: 34ch; font-size: 15px; line-height: 1.65; opacity: .9; }

.expo-manifesto { padding: 48px 0; text-align: center; }
.expo-manifesto p { margin: 35px 0 0; font-family: var(--title); font-size: clamp(52px, 14vw, 88px); letter-spacing: var(--track-display-lg); line-height: .8; }
.expo-manifesto p em { font-family: var(--accent); font-size: .72em; font-style: normal; }

.expo-object { display: grid; gap: 22px; }
.expo-object__info { padding-top: 4px; display: grid; gap: 10px; border-top: 1px solid var(--section-caption-border, var(--ink)); }
.expo-object__info h3 { margin: 4px 0 0; font-family: var(--title); font-size: 28px; font-weight: 400; letter-spacing: var(--track-heading); }
.expo-object__info p { margin: 0; font-size: 15px; }
.expo-object__info button {
  min-height: 58px; margin-top: 12px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--section-btn-border, var(--ink)); background: transparent; color: inherit;
  font-family: var(--subtitle); font-size: 17px; cursor: pointer;
}
.expo-object__info button:hover { color: var(--white); background: var(--eucalyptus); border-color: var(--eucalyptus); }
.expo-object__info button i { font-size: 20px; font-style: normal; }

/* Section color themes — alternating contrast */
.expo-section--material {
  --section-bg: var(--vison);
  --section-fg: var(--ink);
  --section-border: rgba(26, 26, 26, .22);
  --section-caption-border: var(--ink);
  --section-caption-muted: rgba(26, 26, 26, .55);
}
.expo-section--material .expo-piece__frame { background: var(--white); box-shadow: 0 24px 52px rgba(26, 26, 26, .14); }

.expo-section--manifesto {
  padding: 80px 20px;
  --section-bg: var(--ink);
  --section-fg: var(--white);
  --section-border: rgba(255, 255, 255, .12);
  --section-caption-border: var(--line-light);
  --section-caption-muted: rgba(255, 255, 255, .55);
}
.expo-section--manifesto .expo-piece__frame { background: rgba(255, 255, 255, .06); border-color: var(--line-light); box-shadow: 0 28px 60px rgba(26, 26, 26, .35); }
.expo-grid--manifesto { gap: 48px; }

.expo-section--culture {
  padding-bottom: 100px;
  --section-bg: var(--white);
  --section-fg: var(--ink);
  --section-border: rgba(26, 26, 26, .2);
}
.expo-section--culture .expo-room { padding: 28px 0 0; border-top: 1px solid var(--ink); }
.expo-section--culture .expo-piece__frame { background: var(--vison); box-shadow: 0 22px 48px rgba(26, 26, 26, .1); }

.expo-section--objects {
  padding-bottom: 130px;
  --section-bg: var(--ink);
  --section-fg: var(--white);
  --section-border: rgba(255, 255, 255, .1);
  --section-caption-border: var(--line-light);
  --section-caption-muted: rgba(255, 255, 255, .55);
  --section-btn-border: var(--white);
  --section-btn-hover-fg: var(--ink);
  --section-btn-hover-bg: var(--white);
}
.expo-section--objects .expo-piece__frame { background: rgba(255, 255, 255, .07); border-color: var(--line-light); box-shadow: 0 28px 56px rgba(26, 26, 26, .28); }
.expo-section--objects .expo-piece__frame--product { background: rgba(255, 255, 255, .14); }

.expo-section--products { padding-bottom: 130px; background: var(--white); }

.collection-catalog__filters {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.collection-catalog__filter {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: var(--subtitle);
  font-size: 15px;
  letter-spacing: var(--track-ui);
  cursor: pointer;
  transition: color .25s, background .25s;
}

.collection-catalog__filter:hover {
  color: var(--eucalyptus);
  background: transparent;
  border-color: var(--eucalyptus);
}

.collection-catalog__filter.is-active {
  color: var(--white);
  background: var(--ink);
}

.collection-catalog {
  display: grid;
  gap: 48px 20px;
  align-items: start;
}

.collection-catalog__badge {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}

.collection-catalog__soon {
  min-height: 58px;
  margin-top: 12px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: transparent;
  font-family: var(--subtitle);
  font-size: 17px;
  color: rgba(26, 26, 26, .45);
  cursor: not-allowed;
}

.process {
  position: relative;
  isolation: isolate;
  padding: 100px 20px 120px;
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid var(--line-light);
}
.process::before { content: none; }
.process > * { position: relative; z-index: 1; }
.process .store-head > p { opacity: .92; }
.process__steps { margin: 0; padding: 0; display: grid; list-style: none; border-top: 1px solid var(--line-light); }
.process__steps li { min-height: 250px; padding: 34px 0; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line-light); }
.process__steps li > span { font-family: var(--title); font-size: clamp(42px, 12vw, 68px); letter-spacing: var(--track-display-md); }
.process__steps li > p { max-width: 34ch; margin: 0; font-size: 16px; line-height: 1.7; }

/* Piece offsets — exhibition hang rhythm */
.expo-piece--02 { margin-top: 12vw; }
.expo-piece--04 { margin-top: 8vw; }
.expo-piece--05 { margin-top: 3vw; }
.expo-piece--06 { margin-top: 10vw; }
.expo-piece--08 { margin-top: 6vw; }
.expo-piece--10 { margin-top: 14vw; }
.expo-piece--12 { margin-top: 5vw; }
.expo-piece--13 { margin-top: 8vw; }
.expo-piece--14 { margin-top: 18vw; }

.site-footer { position: relative; isolation: isolate; padding: 88px 20px 32px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); }
.footer__main { display: grid; gap: 56px; padding-bottom: 48px; border-bottom: 1px solid var(--line-light); }
.footer__brand { display: grid; gap: 18px; }
.footer__tagline { margin: 0; font-family: var(--subtitle); font-size: clamp(28px, 7vw, 40px); letter-spacing: var(--track-subtitle); line-height: 1.15; }
.footer__claim { margin: 0; max-width: 28ch; font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, .72); }
.footer__panels { display: grid; gap: 40px; }
.footer__panel { display: grid; gap: 16px; align-content: start; }
.footer__label { font-family: var(--body); font-size: 11px; letter-spacing: var(--track-caps); text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.footer__panel nav { display: grid; gap: 14px; }
.footer__panel nav a, .footer__email { min-height: 44px; display: inline-flex; align-items: center; font-family: var(--subtitle); font-size: 18px; letter-spacing: var(--track-ui); transition: color .25s; }
.footer__panel nav a:hover, .footer__email:hover { color: var(--eucalyptus); }
.footer__email { width: fit-content; border-bottom: 1px solid var(--line-light); }
.footer__note { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .6); }
.footer__meta { padding-top: 28px; display: grid; gap: 12px; color: rgba(255, 255, 255, .58); font-family: var(--subtitle); font-size: 14px; letter-spacing: var(--track-subtitle); }

.age-gate { position: fixed; z-index: 100; inset: 0; padding: 18px; display: grid; place-items: center; background: rgba(26,26,26,.75); backdrop-filter: blur(15px); opacity: 0; visibility: hidden; transition: .35s; }
.age-gate.is-visible { opacity: 1; visibility: visible; }
.age-gate__paper { width: min(100%, 500px); min-height: 580px; padding: 38px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--white); text-align: center; transform: translateY(28px) scale(.97); transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.age-gate.is-visible .age-gate__paper { transform: none; }
.age-gate h2 { margin: 0 0 16px; font-family: var(--title); font-size: 48px; font-weight: 400; letter-spacing: var(--track-display); }
.age-gate p { max-width: 340px; margin: 0; font-size: 14px; line-height: 1.6; }
.age-gate__actions { width: 100%; margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.age-gate__actions .button { width: 100%; }

.mobile-menu { position: fixed; z-index: 60; inset: 0; padding: 130px 24px 42px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: .35s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 20px 0; border-bottom: 1px solid var(--line-light); font-family: var(--title); font-size: 40px; letter-spacing: var(--track-display); transition: color .25s; }
.mobile-menu nav a:hover { color: var(--eucalyptus); }
.mobile-menu p { font-family: var(--subtitle); font-size: 28px; letter-spacing: var(--track-subtitle); }

.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(100%, 500px); height: 100dvh; padding: 28px 20px; display: grid; grid-template-rows: auto 1fr auto; background: var(--white); transform: translateX(105%); transition: transform .4s ease; }
.cart-drawer.is-open { transform: none; }
.cart-drawer__head { padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.cart-drawer__head h2 { margin: 8px 0 0; font-family: var(--title); font-size: 52px; font-weight: 400; }
.cart-drawer__head button { width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 29px; cursor: pointer; }
.cart-items { overflow-y: auto; }
.cart-empty { margin-top: 34px; font-size: 14px; line-height: 1.7; }
.cart-empty a { border-bottom: 1px solid currentColor; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 72px 1fr 44px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-item__thumb { aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--vison); font-family: var(--title); font-size: 24px; }
.cart-item h3 { margin: 0 0 7px; font-family: var(--title); font-size: 19px; font-weight: 400; }
.cart-item p { margin: 0; font-size: 15px; }
.cart-item button { width: 44px; height: 44px; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.cart-drawer__foot { padding-top: 22px; border-top: 1px solid var(--ink); }
.cart-drawer__foot > div { margin-bottom: 18px; display: flex; justify-content: space-between; font-size: 14px; text-transform: uppercase; }
.cart-drawer__foot .button { width: 100%; }
.cart-drawer__foot small { display: block; margin-top: 14px; font-family: var(--subtitle); font-size: 15px; text-align: center; }
.drawer-scrim { position: fixed; z-index: 70; inset: 0; background: rgba(26,26,26,.55); opacity: 0; visibility: hidden; transition: .3s; }
.drawer-scrim.is-visible { opacity: 1; visibility: visible; }

@media (min-width: 700px) {
  .hero { min-height: 1000px; padding-inline: 5vw; }
  .hero__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(32px, 5vw, 72px);
  }
  .hero__mark { align-self: center; }
  .brand-ornament--hero { width: clamp(200px, 22vw, 320px); }
  .hero__copy { max-width: 720px; }
  .hero__brand { font-size: clamp(120px, 16vw, 188px); margin-bottom: 20px; }
  .hero h1 { font-size: 110px; }
  .hero__actions { gap: 18px; }
  .trust-strip ul { grid-template-columns: repeat(3, 1fr); }
  .trust-strip li { min-height: 140px; padding: 32px 3vw; border-right: 1px solid rgba(255, 255, 255, .2); border-bottom: 0; }
  .trust-strip li:last-child { border-right: 0; }
  .store-section { padding-left: 6vw; padding-right: 6vw; }
  .brand__layout { max-width: 720px; }
  .brand__headline { font-size: clamp(56px, 8vw, 96px); }
  .brand__copy h2 em { font-size: clamp(34px, 4.8vw, 58px); }
  .pitch { grid-template-columns: 1fr 1fr; gap: 6vw; }
  .pitch__copy h2 { font-size: clamp(72px, 7vw, 112px); }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .materials-proof__grid { grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: center; }
  .shop-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .collection-grid { grid-template-columns: 1fr 1fr; gap: 7vw 2vw; }
  .store-section--featured .collection-grid { grid-template-columns: repeat(3, 1fr); gap: 3vw; }
  .process { padding-left: 6vw; padding-right: 6vw; }
  .expo-section__intro h2 { font-size: 72px; }
  .expo-grid--brand { grid-template-columns: 1fr 1fr; gap: 6vw 4vw; }
  .expo-grid--collection { grid-template-columns: 1fr 1fr; gap: 5vw 3vw; }
  .expo-grid--collection .expo-piece--01 { grid-column: 1; margin-top: 0; }
  .expo-grid--collection .expo-piece--02 { grid-column: 2; margin-top: 9vw; }
  .expo-grid--collection .expo-piece--03 { grid-column: 1 / -1; width: min(65%, 520px); margin-top: 4vw; margin-inline: auto; }
  .expo-piece--01 { grid-column: 1; }
  .expo-placard--brand { grid-column: 2; align-self: center; }
  .expo-piece--02 { grid-column: 1; margin-top: 0; }
  .expo-piece--03 { grid-column: 2; margin-top: 9vw; }
  .expo-grid--archive { grid-template-columns: 1fr 1fr; gap: 5vw 3vw; }
  .expo-piece--04 { margin-top: 9vw; }
  .expo-quote { grid-column: 1 / -1; font-size: 72px; text-align: center; }
  .expo-piece--07 { grid-column: 1 / -1; }
  .expo-grid--material { grid-template-columns: 1fr 1fr; gap: 5vw 3vw; }
  .expo-placard--material { grid-column: 1 / -1; }
  .expo-piece--10 { margin-top: 0; }
  .expo-grid--culture { grid-template-columns: repeat(3, 1fr); gap: 3vw; }
  .expo-grid--manifesto { grid-template-columns: 1fr 1.4fr 1fr; gap: 3vw; align-items: center; }
  .expo-piece--13, .expo-piece--14 { margin-top: 0; }
  .expo-piece--14 { margin-top: 12vw; }
  .expo-grid--objects { grid-template-columns: 1fr 1fr; gap: 7vw 2vw; }
  .expo-object:nth-child(3) { grid-column: 1 / -1; width: 65%; margin-left: auto; }
  .collection-catalog { grid-template-columns: 1fr 1fr; gap: 7vw 2vw; }
  .process__steps { grid-template-columns: repeat(3, 1fr); }
  .process__steps li { min-height: 330px; padding: 36px 3vw; border-right: 1px solid var(--line-light); }
  .process__steps li:first-child { padding-left: 0; }
  .process__steps li:last-child { padding-right: 0; border-right: 0; }
  .footer__main { grid-template-columns: 1.1fr 1fr; gap: 8vw; align-items: start; }
  .footer__panels { grid-template-columns: 1fr 1fr; gap: 6vw; }
  .footer__meta { grid-template-columns: 1fr 1fr; align-items: center; }
  .footer__meta span:last-child { text-align: right; }
}

@media (min-width: 1050px) {
  .hero { min-height: max(820px, 100svh); padding: clamp(100px, 12vw, 140px) 3vw 125px; }
  .hero__layout { gap: clamp(48px, 6vw, 96px); }
  .hero__copy { padding: 0 0 30px; max-width: 820px; }
  .hero__brand { font-size: clamp(140px, 13vw, 220px); margin-bottom: 24px; }
  .hero h1 { font-size: clamp(88px, 8vw, 125px); }
  .hero__intro { max-width: 500px; font-size: 16px; }
  .store-section { padding: 11vw 3vw; }
  .store-section--catalog { padding-bottom: 14vw; }
  .store-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; column-gap: 8vw; margin-bottom: 64px; }
  .store-head .kicker { grid-column: 1 / -1; }
  .store-head h2 { font-size: clamp(72px, 7vw, 112px); }
  .store-head > p { margin-bottom: 12px; font-size: 16px; }
  .store-head--center { display: block; text-align: center; }
  .shop-grid { gap: 14px; max-width: 1120px; }
  .shop-category__body { padding: 32px 28px 36px; }
  .waitlist-section { padding-top: 100px; padding-bottom: 140px; }
  .waitlist-section__frame { padding: 56px 48px 44px; }
  .collection-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .process { padding: 11vw 3vw 14vw; }
  .site-footer { padding: 11vw 3vw 36px; }
  .footer__main { grid-template-columns: 1.15fr .85fr; gap: 10vw; }
  .wordmark__logo--footer { width: min(100%, 480px); }
  .footer__tagline { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__bg,
  .hero__line,
  .hero__actions .button {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
