:root {
  --black: #070707;
  --white: #fffdf7;
  --cream: #f3eee2;
  --magenta: #ff0aa7;
  --cyan: #16d9d2;
  --orange: #ff6719;
  --yellow: #ffc400;
  --line: rgba(7, 7, 7, 0.22);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--black);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--black);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  min-height: 72px;
  padding: 0.65rem clamp(1rem, 3vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: rgba(7, 7, 7, 0.91);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}
.site-header .language { display: flex; align-items: center; gap: 4px; margin-left: 18px; font: 700 12px/1 var(--body); }
.site-header .language button { padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer; font: inherit; }
.site-header .language button[aria-pressed="true"] { color: var(--magenta); }
.brand {
  display: grid;
  place-items: center;
  width: 68px;
  height: 54px;
}
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.5rem); }
.main-nav a {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.main-nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { padding: 0.75rem 1rem; color: var(--black); background: var(--magenta); }
.nav-cta:hover { background: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  min-height: 100svh;
  padding: 7rem clamp(1rem, 3vw, 3rem) 3rem;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  color: var(--white);
  background:
    radial-gradient(circle at 35% 15%, rgba(255, 10, 167, 0.18), transparent 28%),
    var(--black);
}
.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--black); }
.hero h1,
.hero-punch,
.statement p,
.section-heading h2,
.collection h2,
.assurances h2,
.final-cta h2,
.product-info h1 {
  font-family: Impact, var(--display);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--magenta);
  font-size: clamp(3.4rem, 6.3vw, 7rem);
  line-height: 0.84;
}
.hero-punch {
  max-width: 14ch;
  margin: 1.3rem 0 1.25rem;
  font-size: clamp(1.8rem, 2.8vw, 3.15rem);
  line-height: 0.9;
}
.hero-intro { max-width: 40rem; margin: 0 0 2rem; color: rgba(255, 253, 247, 0.74); font-size: 1.05rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 250px;
  padding: 0.95rem 1rem;
  border: 2px solid currentColor;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-magenta { color: var(--black); background: var(--magenta); border-color: var(--magenta); }
.button-magenta:hover { background: var(--white); border-color: var(--white); }
.button-black { color: var(--white); background: var(--black); border-color: var(--black); }
.button-black:hover { color: var(--black); background: var(--white); border-color: var(--black); }

.film {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a100d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 2.5rem 8rem rgba(0, 0, 0, 0.45);
}
.film video,
.film-poster,
.film-poster img,
.film-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.film video { object-fit: cover; background: #130b08; }
.film-poster { z-index: 2; transition: opacity 240ms ease; }
.film-poster img { object-fit: cover; }
.film-shade {
  z-index: 3;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.82));
  transition: opacity 240ms ease;
}
.film::before {
  content: "FILM / 01:40";
  position: absolute;
  z-index: 5;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.5rem;
  color: var(--black);
  background: var(--cyan);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.film-play {
  position: absolute;
  z-index: 5;
  left: clamp(1rem, 3vw, 2.25rem);
  right: clamp(1rem, 3vw, 2.25rem);
  bottom: clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  color: var(--white);
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 180ms ease;
}
.play-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding-left: 0.2rem;
  color: var(--black);
  background: var(--magenta);
  border-radius: 50%;
}
.film-play strong { display: block; font-family: Impact, var(--display); font-size: clamp(1.4rem, 2.5vw, 2.4rem); letter-spacing: 0.01em; }
.film-play small { display: block; margin-top: 0.2rem; color: rgba(255,255,255,0.75); font-size: 0.78rem; }
.film.playing .film-poster,
.film.playing .film-shade,
.film.playing .film-play { opacity: 0; pointer-events: none; }

.statement {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem);
  color: var(--black);
  background: var(--cyan);
}
.statement > p {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 9rem);
  line-height: 0.83;
}
.statement > .statement-accent { margin-left: clamp(0rem, 11vw, 11rem); color: var(--magenta); }
.statement-note {
  max-width: 62rem;
  margin: clamp(2.5rem, 5vw, 5rem) 0 0 auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 2px solid var(--black);
  font-size: 1rem;
  font-weight: 700;
}

.collector-pain {
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 5vw, 6rem);
  background: var(--cream);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 2rem;
  align-items: end;
}
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -0.5rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 6.8rem); line-height: 0.86; }
.section-heading h2 span { color: var(--orange); }
.section-heading > p:last-child { margin: 0; max-width: 34rem; font-size: 1.05rem; }
.pain-grid {
  margin-top: clamp(3rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}
.pain-card { min-height: 310px; padding: 1.4rem; border-right: 1px solid var(--line); }
.pain-card:last-child { border-right: 0; }
.pain-card > span { color: var(--magenta); font: 900 clamp(2.6rem, 4vw, 4.4rem)/1 Impact, var(--display); }
.pain-card h3 { max-width: 12ch; margin: 3rem 0 1rem; font: 900 clamp(1.6rem, 2.5vw, 2.7rem)/0.95 Impact, var(--display); }
.pain-card p { max-width: 28rem; margin: 0; }

.collection {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 3vw, 3rem);
  color: var(--white);
  background: var(--black);
}
.collection-heading {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 2rem;
  align-items: end;
}
.collection-heading h2 { max-width: 12ch; margin: 0; font-size: clamp(3.5rem, 7vw, 8rem); line-height: 0.84; }
.collection-heading > p { max-width: 35rem; margin: 0 0 0.4rem; color: rgba(255,255,255,0.66); }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.3); }
.art-card { min-width: 0; color: var(--black); background: var(--white); transition: transform 180ms ease; }
.art-card:hover { position: relative; z-index: 2; transform: scale(0.985); }
.art-image-wrap { aspect-ratio: 1; overflow: hidden; background: var(--white); }
.art-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 400ms ease; }
.art-card:hover .art-image-wrap img { transform: scale(1.025); }
.art-placeholder {
  position: relative;
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  overflow: hidden;
  isolation: isolate;
}
.art-placeholder::before,
.art-placeholder::after { content: ""; position: absolute; z-index: -1; }
.art-placeholder::before { width: 72%; aspect-ratio: 1; border: 3px solid currentColor; transform: rotate(17deg); }
.art-placeholder::after { width: 35%; aspect-ratio: 1; border-radius: 50%; background: currentColor; opacity: 0.12; transform: translate(56%, -54%); }
.art-placeholder span { font: 900 clamp(5rem, 10vw, 11rem)/0.8 Impact, var(--display); letter-spacing: -0.04em; }
.art-placeholder small { padding: 0.4rem 0.6rem; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.12em; border: 1px solid currentColor; }
.art-meta { min-height: 78px; padding: 1rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-top: 1px solid var(--black); }
.art-meta > div { min-width: 0; }
.art-meta strong { display: block; font-family: var(--display); font-size: 0.84rem; }
.art-meta small { display: block; margin-top: 0.35rem; color: rgba(7,7,7,0.65); font-size: 0.67rem; line-height: 1.35; }
.art-meta span { white-space: nowrap; font-size: 0.72rem; font-weight: 800; }
.art-1 .art-placeholder, .art-6 .art-placeholder { background: var(--magenta); }
.art-2 .art-placeholder, .art-7 .art-placeholder { background: var(--cyan); }
.art-3 .art-placeholder, .art-8 .art-placeholder { background: var(--orange); }
.art-4 .art-placeholder { color: var(--white); background: #2049ff; }
.art-5 .art-placeholder { background: var(--yellow); }
.art-9 .art-placeholder { color: var(--white); background: #242424; }

.proof-strip { overflow: hidden; color: var(--black); background: var(--orange); border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); }
.marquee-track { width: max-content; padding: 1rem; display: flex; align-items: center; gap: 1.6rem; font: 900 clamp(1.1rem, 2vw, 1.8rem)/1 var(--display); letter-spacing: 0.02em; }
.marquee-track i { font-style: normal; }

.assurances {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 7vw, 7rem);
  background: var(--white);
}
.assurances h2 { margin: 0; font-size: clamp(4rem, 7vw, 8rem); line-height: 0.82; }
.assurance-list { border-top: 2px solid var(--black); }
.assurance-list article { padding: 1.4rem 0; display: grid; grid-template-columns: 70px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.assurance-list article > span { color: var(--magenta); font: 900 2rem/1 Impact, var(--display); }
.assurance-list h3 { margin: 0 0 0.45rem; font: 900 1.65rem/1 Impact, var(--display); }
.assurance-list p { max-width: 38rem; margin: 0; }

.final-cta { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(3rem, 7vw, 7rem); color: var(--black); background: var(--magenta); }
.final-cta .eyebrow { color: var(--black); }
.final-cta h2 { max-width: 12ch; margin: 0; font-size: clamp(4rem, 9vw, 10rem); line-height: 0.82; }
.final-actions { margin-top: 3rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.text-link { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.025em; border-bottom: 2px solid currentColor; }
.final-cta-copy > .button { margin-top: 2rem; }
.artwork-form { align-self: center; padding: clamp(1.5rem, 3vw, 2.5rem); border: 2px solid var(--black); background: rgba(255,255,255,.16); }
.artwork-form > label:not(.consent):not(.hp-field) { display: grid; gap: .45rem; margin-bottom: 1.1rem; font-size: .84rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.artwork-form label small { font-size: .64rem; font-weight: 500; opacity: .72; }
.artwork-form input:not([type="checkbox"]), .artwork-form textarea { width: 100%; padding: .75rem .1rem; border: 0; border-bottom: 2px solid var(--black); border-radius: 0; outline: none; color: var(--black); background: transparent; font: 500 1rem/1.4 var(--body); }
.artwork-form textarea { resize: vertical; }
.artwork-form input::placeholder, .artwork-form textarea::placeholder { color: rgba(7,7,7,.7); opacity: 1; }
.artwork-form input:focus, .artwork-form textarea:focus { border-color: var(--white); }
.artwork-form .consent { margin: 1rem 0 1.4rem; display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; font-size: .78rem; line-height: 1.35; }
.artwork-form .consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--black); }
.artwork-form .form-note { margin: .9rem 0 0; font-size: .72rem; line-height: 1.4; }
.artwork-form .form-result { margin: 1rem 0 0; padding: .85rem; border: 2px solid var(--black); background: var(--white); font-size: .84rem; font-weight: 700; }
.artwork-form [type="submit"]:disabled { cursor: wait; opacity: .6; }

.site-footer { padding: 2.6rem clamp(1rem, 3vw, 3rem); display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 2rem; align-items: center; color: var(--white); background: var(--black); }
.footer-identity { display: flex; align-items: center; gap: 1.2rem; }
.footer-brand { width: 88px; height: 68px; flex: 0 0 auto; }
.site-footer p { margin: 0; color: rgba(255,255,255,0.76); font-size: 0.84rem; line-height: 1.45; }
.site-footer nav { display: flex; justify-content: center; gap: 1.5rem; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; }
.footer-meta { display: grid; gap: 0.7rem; justify-items: end; font-size: 0.82rem; }
.footer-meta a { color: var(--magenta); }
.site-footer a:hover { color: var(--magenta); }

body.reveal-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
body.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Product template */
.product-page { color: var(--black); background: var(--cream); }
.product-page .site-header { position: sticky; color: var(--white); }
.product-main { min-height: calc(100svh - 72px); padding: clamp(1rem, 3vw, 3rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.product-visual { position: sticky; top: 95px; }
.product-placeholder { width: min(100%, 700px); margin-inline: auto; aspect-ratio: 4 / 5; display: grid; place-items: center; color: var(--black); background: var(--cyan); border: 2px solid var(--black); overflow: hidden; }
.product-placeholder-inner { width: 78%; aspect-ratio: 4 / 5; display: grid; place-items: center; text-align: center; border: 3px solid var(--black); transform: rotate(-2deg); }
.product-placeholder strong { font: 900 clamp(7rem, 14vw, 14rem)/0.8 Impact, var(--display); }
.product-placeholder span { display: block; margin-top: 1rem; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; }
.product-artwork { display: grid; place-items: center; background: var(--white); border: 2px solid var(--black); overflow: hidden; }
.product-artwork img { width: 100%; height: auto; max-height: 62svh; display: block; object-fit: contain; }
.product-thumbnails { width: min(100%, 700px); margin: 0.55rem auto 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(68px, 1fr)); gap: 0.45rem; }
.gallery-thumb { position: relative; aspect-ratio: 1; padding: 0; overflow: hidden; color: var(--black); background: var(--white); border: 2px solid var(--black); cursor: pointer; }
.gallery-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-thumb.is-active { border-color: var(--magenta); box-shadow: inset 0 0 0 2px var(--magenta); }
.gallery-thumb.is-pending { display: grid; place-items: center; padding: 0.5rem; border-style: dashed; cursor: default; opacity: 0.55; font: 900 0.65rem/1.1 var(--display); text-align: center; }
.gallery-thumb small { display: block; margin-top: 0.3rem; font: 700 0.55rem/1.2 var(--body); letter-spacing: 0.04em; }
.product-info { padding-top: 1rem; }
.product-kicker { margin: 0 0 1rem; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; }
.product-info h1 { margin: 0; font-size: clamp(3.8rem, 7vw, 7.5rem); line-height: 0.82; }
.product-status { display: inline-block; margin: 1.2rem 0 2rem; padding: 0.45rem 0.6rem; color: var(--black); background: var(--magenta); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; }
.product-data { margin: 0 0 2rem; border-top: 2px solid var(--black); }
.product-data div { padding: 0.8rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.product-data dt { font-weight: 800; }
.product-data dd { margin: 0; text-align: right; }
.product-copy { max-width: 38rem; }
.product-price { margin: 2rem 0 0.5rem; font: 900 2.4rem/1 Impact, var(--display); }
.product-note { margin: 0 0 1.5rem; font-size: 0.8rem; }
.product-actions { display: grid; gap: 0.7rem; }
.product-actions .button { width: 100%; }
.button-outline { color: var(--black); background: transparent; border-color: var(--black); }
.button-outline:hover { color: var(--white); background: var(--black); }
.button-disabled { opacity: 0.45; cursor: not-allowed; }
.product-trust { margin-top: 2rem; padding-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; border-top: 1px solid var(--line); }
.product-trust span { font-size: 0.72rem; font-weight: 800; }
.back-link { font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.other-works { padding: 4rem clamp(1rem, 3vw, 3rem); color: var(--white); background: var(--black); }
.other-works h2 { margin: 0 0 2rem; font: 900 clamp(2.5rem, 5vw, 5rem)/0.9 Impact, var(--display); }
.other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.25); }
.other-card { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; color: var(--black); background: var(--cyan); font: 900 clamp(3rem, 7vw, 7rem)/1 Impact, var(--display); }
.other-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 400ms ease; }
.other-card:hover img { transform: scale(1.035); }
.other-card span { position: absolute; inset: auto 0 0; padding: 0.8rem 1rem; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,0.88)); font: 900 0.8rem/1.2 var(--display); letter-spacing: 0.03em; }
.other-card:nth-child(2) { background: var(--orange); }
.other-card:nth-child(3) { background: var(--magenta); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 8.5rem; }
  .hero h1 { max-width: 12ch; }
  .film { width: 100%; }
  .section-heading, .collection-heading, .assurances, .final-cta { grid-template-columns: 1fr; }
  .pain-card { min-height: 280px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .product-main { grid-template-columns: 1fr; }
  .product-visual { position: static; }
}

@media (max-width: 720px) {
  .site-header { min-height: 64px; }
  .menu-toggle { width: 44px; height: 44px; padding: 10px; display: grid; align-content: center; gap: 5px; }
  .menu-toggle span:not(.sr-only) { height: 2px; background: var(--white); }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1.5rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    color: var(--white);
    background: var(--black);
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 0.65rem 0; }
  .nav-cta { padding: 0.8rem !important; text-align: center; }
  .hero { min-height: auto; padding: 7rem 1rem 3rem; gap: 2.5rem; }
  .hero h1 { font-size: clamp(3.45rem, 17vw, 5.3rem); }
  .hero-punch { font-size: clamp(1.8rem, 8.5vw, 2.6rem); }
  .film { width: min(100%, 430px); margin-inline: auto; aspect-ratio: 9 / 16; }
  .film-play { align-items: flex-start; }
  .film-play strong { font-size: 1.65rem; }
  .film-play small { max-width: 24ch; }
  .play-icon { flex-basis: 52px; width: 52px; height: 52px; }
  .statement > p { font-size: clamp(3rem, 16vw, 5rem); }
  .statement > .statement-accent { margin-left: 0; }
  .statement-note { flex-direction: column; }
  .section-heading h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-card:last-child { border-bottom: 0; }
  .pain-card h3 { margin-top: 1.5rem; }
  .collection-heading { grid-template-columns: 1fr; }
  .collection-heading h2 { font-size: clamp(3.4rem, 16vw, 5.4rem); }
  .art-grid { grid-template-columns: repeat(2, 1fr); }
  .art-meta { min-height: 94px; align-items: flex-start; flex-direction: column; }
  .assurances h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .assurance-list article { grid-template-columns: 55px 1fr; }
  .final-cta h2 { font-size: clamp(4rem, 17vw, 6.3rem); }
  .final-actions { align-items: stretch; flex-direction: column; }
  .final-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-identity { grid-column: auto; flex-wrap: wrap; }
  .site-footer nav { grid-column: auto; grid-row: auto; justify-content: flex-start; flex-wrap: wrap; }
  .footer-meta { justify-items: start; }
  .product-main { padding-top: 1rem; }
  .product-placeholder { width: min(100%, 560px); }
  .product-artwork img { max-height: 56svh; }
  .product-thumbnails { width: min(100%, 560px); grid-template-columns: repeat(auto-fill, minmax(58px, 1fr)); }
  .product-page .site-header { gap: 0.75rem; }
  .product-page .back-link { min-width: 0; flex: 1 1 auto; overflow: hidden; white-space: nowrap; font-size: 0; text-align: right; }
  .product-page .back-link::after { content: '← Obras'; font-size: 0.72rem; }
  .product-info h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .product-trust { grid-template-columns: 1fr; }
  .other-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .art-grid { grid-template-columns: 1fr; }
  .art-placeholder { aspect-ratio: 5 / 4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
