@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;
  --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(--ink);
  --hero-bg-end: var(--ink);
  --hero-accent: var(--vison);
  --hero-fg: var(--white);
  --hero-nav-fg: var(--white);
  --hero-nav-line: rgba(255, 255, 255, .28);
  --leaf-tint-vison: brightness(0) saturate(100%) invert(90%) sepia(9%) saturate(420%) hue-rotate(358deg) brightness(108%) contrast(86%);
  --leaf-tint-pale: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(280%) hue-rotate(358deg) brightness(104%) contrast(92%);
  --leaf-tint-ink: brightness(0) saturate(100%) invert(7%) sepia(4%) saturate(0%) hue-rotate(314deg) brightness(96%) contrast(92%);
  --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 { scroll-behavior: smooth; background: var(--ink); }
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%; }
.lazy-image[data-src] { opacity: 0; background: rgba(26, 26, 26, .04); }
.lazy-image.is-loaded { opacity: 1; transition: opacity .45s ease; }
.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; }

.site-header { position: absolute; z-index: 25; top: 0; left: 0; width: 100%; min-height: clamp(112px, 18vw, 148px); padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--hero-nav-fg); border-bottom: 1px solid var(--hero-nav-line); animation: reveal .8s .05s both ease; }
.wordmark { display: inline-flex; align-items: center; line-height: 0; color: inherit; }
.wordmark__logo { height: clamp(72px, 20vw, 112px); width: auto; display: block; object-fit: contain; }
.site-shell:has(.hero.is-animating) .wordmark__logo { animation: logo-arrive 1.15s .15s both cubic-bezier(.2,.75,.2,1), logo-float 7s 2.2s ease-in-out infinite; }
.site-shell:not(:has(.hero.is-animating)) .wordmark__logo { opacity: 1; }
.wordmark__logo--footer { height: auto; width: min(100%, 340px); max-width: 480px; }
:root[data-hero-theme="light"] .site-header .wordmark__logo { filter: brightness(0); opacity: .9; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.cart-button, .menu-button { min-height: 44px; padding: 0; border: 0; background: transparent; font-family: var(--subtitle); font-size: 16px; font-weight: 400; letter-spacing: var(--track-ui); cursor: pointer; }
.cart-button span { display: inline-grid; width: 29px; aspect-ratio: 1; margin-left: 6px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--body); font-size: 12px; }
.menu-button { width: 29px; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 7px 0; background: currentColor; }

.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(148px, 22vw, 188px) 20px 24px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; isolation: isolate; color: var(--hero-fg); background: linear-gradient(165deg, var(--hero-bg-start) 0%, var(--hero-bg-end) 100%); }
.hero__texture { position: absolute; inset: 0; z-index: 1; background-image: url("assets/images/texture-noakabes-16.webp"); background-size: cover; background-position: center; opacity: .12; mix-blend-mode: soft-light; pointer-events: none; }
:root[data-hero-theme="light"] .hero__texture { opacity: .18; mix-blend-mode: multiply; }
.hero__leaves { position: absolute; inset: 0; z-index: 2; pointer-events: none; user-select: none; overflow: hidden; }
.hero .leaf { position: absolute; left: 0; top: 0; transform-origin: center center; pointer-events: none; }
.hero .leaf__inner { width: 100%; transform-origin: center center; will-change: transform, opacity; }
.hero .leaf__inner img { display: block; width: 100%; height: auto; user-select: none; -webkit-user-drag: none; filter: var(--leaf-tint-vison); }
.hero .leaf--far { filter: blur(6px); opacity: .14; }
.hero .leaf--mid { filter: blur(4.5px); opacity: .2; }
.hero .leaf--near { filter: blur(3px); opacity: .26; }
.hero .leaf--near .leaf__inner img { filter: var(--leaf-tint-pale); }
.hero .leaf--accent { filter: blur(2.5px); opacity: .3; }
.hero .leaf--accent .leaf__inner img { filter: var(--leaf-tint-pale); }
:root[data-hero-theme="light"] .hero .leaf__inner img { filter: var(--leaf-tint-ink); }
:root[data-hero-theme="light"] .hero .leaf--near .leaf__inner img,
:root[data-hero-theme="light"] .hero .leaf--accent .leaf__inner img { filter: var(--leaf-tint-ink); opacity: .85; }
:root[data-hero-theme="light"] .hero .leaf--far { opacity: .1; }
:root[data-hero-theme="light"] .hero .leaf--mid { opacity: .14; }
:root[data-hero-theme="light"] .hero .leaf--near { opacity: .18; }
:root[data-hero-theme="light"] .hero .leaf--accent { opacity: .22; }
.hero .leaf svg { display: block; width: 100%; height: 100%; overflow: visible; }
.hero__copy { position: relative; z-index: 4; padding-top: 33px; }
.hero h1 { margin: 22px 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 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__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); }
.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); }
.reveal { opacity: 0; transform: translateY(17px); }
.hero.is-animating .reveal { animation: reveal .7s .08s forwards ease; }
.reveal--2 { animation-delay: .2s; }.reveal--3 { animation-delay: .34s; }.reveal--4 { animation-delay: .48s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes logo-arrive { to { opacity: 1; transform: none; } }
@keyframes logo-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes cue-down { 50% { transform: translateY(6px); } }
@keyframes frame-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes text-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.scroll-reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s cubic-bezier(.2,.75,.2,1), transform .85s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0s); will-change: opacity, transform; }
.scroll-reveal.is-visible { opacity: 1; transform: none; }
.scroll-reveal--float.is-visible.pitch__visual img { animation: frame-float 7s ease-in-out infinite; }

/* ── 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 { display: grid; grid-template-columns: 34px 1fr; align-items: baseline; font-family: var(--title); font-size: 32px; font-weight: 400; letter-spacing: var(--track-heading); }
.trust-strip strong small { font-family: var(--body); font-size: 10px; letter-spacing: var(--track-caps); opacity: .55; }
.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 { background: var(--white); }
.store-section--benefits { color: var(--ink); background: var(--vison); }
.store-section--material {
  color: var(--ink);
  background-color: var(--vison);
}
.store-section--pitch::before,
.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--pitch::before,
.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: 22px 0 24px; font-family: var(--title); font-size: clamp(40px, 11vw, 72px); font-weight: 400; letter-spacing: var(--track-display-md); line-height: .92; }
.pitch__copy h2 em { font-family: var(--subtitle); font-size: .74em; 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 { min-height: 280px; padding: 32px 24px; display: grid; gap: 18px; align-content: start; border: 1px solid var(--line); background: var(--white); transition: border-color .25s ease; }
.benefit-card:hover { border-color: color-mix(in srgb, var(--eucalyptus) 40%, var(--line)); }
.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__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: 120px;
}

.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 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: var(--vison);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.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;
}

.shop-waitlist {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
.shop-waitlist__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: var(--vison);
}
.shop-waitlist__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;
}
.shop-waitlist__form {
  width: min(100%, 520px);
  display: grid;
  gap: 12px;
}
.shop-waitlist__form input {
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: var(--track-body);
  color: var(--ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.shop-waitlist__form input::placeholder {
  color: rgba(26, 26, 26, 0.38);
}
.shop-waitlist__form input:focus {
  outline: none;
  border-color: var(--eucalyptus);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--eucalyptus) 18%, transparent);
}
.shop-waitlist__form input:invalid:not(:placeholder-shown) {
  border-color: #8b3a3a;
}
.shop-waitlist__form .button {
  width: 100%;
  justify-content: center;
  gap: 18px;
}
.shop-waitlist__form.is-sent .button {
  pointer-events: none;
  opacity: 0.72;
}
.shop-waitlist__note {
  margin: 0;
  font-family: var(--subtitle);
  font-size: 16px;
  letter-spacing: var(--track-ui);
  color: var(--eucalyptus);
}
.shop-waitlist__note[hidden] {
  display: none;
}
.shop-waitlist__fine {
  margin: 0;
  font-size: 12px;
  letter-spacing: var(--track-caps-sm);
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.48);
}

.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; }
.scroll-reveal--float.is-visible .expo-piece__frame { animation: frame-float 6.5s ease-in-out infinite; animation-delay: var(--float-delay, 0s); }
.scroll-reveal--float.is-visible.expo-manifesto { animation: text-float 7s ease-in-out infinite; }

/* ── 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__paper > img { width: 130px; margin: 30px 0; opacity: .82; }
.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) {
  .site-header { padding-inline: 3vw; }
  .hero { min-height: 1000px; padding-inline: 5vw; }
  .hero__copy { max-width: 720px; }
  .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; }
  .pitch { grid-template-columns: 1fr 1fr; gap: 6vw; }
  .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(2, 1fr); gap: 20px; }
  .shop-waitlist__form { grid-template-columns: 1fr auto; align-items: stretch; }
  .shop-waitlist__form .button { width: auto; min-width: 220px; white-space: nowrap; }
  .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) {
  .site-header { min-height: 148px; padding: 22px 3vw; }
  .wordmark__logo { height: clamp(96px, 11vw, 132px); }
  .desktop-nav { display: flex; gap: 38px; }
  .desktop-nav a { min-height: 44px; display: flex; align-items: center; font-family: var(--subtitle); font-size: 16px; letter-spacing: var(--track-ui); transition: color .25s; }
  .desktop-nav a:hover { color: var(--eucalyptus); }
  .menu-button { display: none; }
  .hero { min-height: max(820px, 100svh); padding: clamp(168px, 18vw, 200px) 3vw 125px; display: flex; flex-direction: column; justify-content: center; }
  .hero__copy { padding: 0 0 30px; max-width: 820px; }
  .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; }
  .shop-waitlist { margin-top: 88px; }
  .shop-waitlist__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 (max-width: 640px) {
  .hero .leaf--far { filter: blur(5px); }
  .hero .leaf--mid { filter: blur(3.5px); }
  .hero .leaf--near { filter: blur(2.5px); }
  .hero .leaf--accent { filter: blur(2px); }
}

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