/*
 * PETG HF · dirección visual de estudio
 * Inspirada en el ritmo editorial de PRINTGATS, adaptada a una tienda de
 * material: imágenes protagonistas, tipografía con carácter y compra clara.
 */

@font-face {
  font-family: "PETG Newsreader";
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 700;
}

@font-face {
  font-family: "PETG Newsreader";
  src: url("assets/fonts/newsreader-italic-latin.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 300 700;
}

:root {
  --ink: #0b0c0d;
  --ink-soft: #17191b;
  --paper: #f0eee8;
  --paper-2: #d3d9e5;
  --white: #fbfaf6;
  --teal: #b56f52;
  --teal-dark: #6d3f2d;
  --signal: #b56f52;
  --acid: #c37a5b;
  --muted: #6d6a64;
  --line: rgba(11, 12, 13, .16);
  --line-light: rgba(251, 250, 246, .18);
  --radius: 5px;
  --shadow: none;
  --shell: min(1240px, calc(100vw - 80px));
  --font-editorial: "PETG Newsreader", Georgia, serif;
}

html { color-scheme: light; }

body {
  color: var(--ink);
  background: var(--paper);
}

::selection {
  color: var(--white);
  background: var(--teal-dark);
}

.launch-note,
.hero__noise { display: none !important; }

.scroll-progress {
  height: 2px;
  background: var(--acid);
  box-shadow: none;
}

.section { padding-block: clamp(96px, 10vw, 150px); }

/* Movimiento corto y físico, sin cascadas decorativas. */
.js [data-reveal] {
  translate: 0 16px;
  scale: 1;
  transition-duration: .78s;
}

.js [data-reveal="scale"] {
  translate: 0 12px;
  scale: .99;
}

.js [data-reveal].is-visible {
  translate: 0;
  scale: 1;
}

.js .hero__checks[data-reveal] li,
.js .validation-card[data-reveal] li,
.js .price-card[data-reveal] li,
.js .local-section__copy ul[data-reveal] li,
.js .interest__promise[data-reveal] span,
.js .pricing-notes[data-reveal] li,
.js .faq__list[data-reveal] details,
.js .color-row[data-reveal] .color-chip {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.eyebrow {
  gap: 11px;
  margin-bottom: 22px;
  color: var(--teal-dark);
  font-size: .64rem;
  font-weight: 760;
  letter-spacing: .18em;
}

.eyebrow span {
  width: 24px;
  height: 1px;
}

.hero .eyebrow,
.pricing .eyebrow,
.product-proof .eyebrow,
.local-section .eyebrow { color: var(--acid); }

.section-heading {
  max-width: none;
  margin-bottom: clamp(50px, 7vw, 82px);
}

.section-heading--split {
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr);
  gap: clamp(50px, 9vw, 128px);
  align-items: end;
}

.section-heading h2,
.technical h2,
.local-section h2,
.interest h2,
.faq h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(3.3rem, 6.25vw, 6.45rem);
  font-weight: 430;
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.section-heading--split > p {
  max-width: 430px;
  margin: 0 0 .25em;
  color: #5f5b55;
  font-size: .9rem;
  line-height: 1.65;
}

/* Cabecera azul grisácea: el gesto reconocible de estudio. */
.site-header,
.site-header.is-scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(211, 217, 229, .96);
  border-bottom: 1px solid rgba(11, 12, 13, .17);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: color .32s ease, background-color .32s ease, border-color .32s ease;
}

.brand {
  gap: 10px;
  font-weight: 730;
  letter-spacing: -.02em;
}

.brand small {
  color: #555b64;
  font-weight: 680;
  letter-spacing: .11em;
}

.brand__spool {
  width: 29px;
  height: 29px;
  border-width: 6px;
  border-color: var(--teal);
  transition: transform .45s var(--ease);
}

.brand__spool::before { display: none; }
.brand__spool::after { inset: 4px; border-color: var(--ink); }
.brand:hover .brand__spool { transform: rotate(45deg); }

.brand--poma {
  gap: 11px;
  min-width: 142px;
}

.brand__symbol,
.brand__wordmark,
.brand__lockup {
  display: block;
  flex: 0 0 auto;
  filter: none;
  transition: filter .28s ease, opacity .28s ease;
}

.brand__symbol { width: 40px; height: 40px; }
.brand__wordmark { width: 88px; height: auto; }

body.hero-motion-active .site-header,
body.hero-motion-active .site-header.is-scrolled {
  color: var(--white);
  background: rgba(9, 10, 11, .84);
  border-bottom-color: rgba(251, 250, 246, .17);
}

body.hero-motion-active .brand__symbol,
body.hero-motion-active .brand__wordmark { filter: invert(1); }

body.hero-motion-active .desktop-nav a { color: rgba(251, 250, 246, .72); }
body.hero-motion-active .desktop-nav a.is-active { color: #fff; }
body.hero-motion-active .desktop-nav a::after { background: var(--acid); }
body.hero-motion-active .header-cta { color: var(--ink); background: var(--white); }
body.hero-motion-active .menu-toggle { border-color: rgba(251, 250, 246, .35); }
body.hero-motion-active .menu-toggle span { background: var(--white); }

.desktop-nav {
  gap: clamp(22px, 2.5vw, 38px);
}

.desktop-nav a {
  color: rgba(11, 12, 13, .72);
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  bottom: -9px;
  height: 1px;
  background: var(--teal-dark);
}

.desktop-nav a.is-active { color: var(--ink); }

.button {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .035em;
  box-shadow: none !important;
  translate: 0 0 !important;
  transition: color .2s, background-color .2s, border-color .2s;
  will-change: auto;
}

.button:hover { transform: none; }
.button--small { min-height: 40px; }
.button--ink { background: var(--ink); }
.button--signal { background: var(--teal); }
.button--signal:hover { background: var(--teal-dark); }

.button:focus-visible,
.text-link:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--teal-dark);
  outline-offset: 3px;
}

.menu-toggle { border-radius: 4px; }

.mobile-menu {
  inset: 72px 0 0;
  background: #d3d9e5;
}

.mobile-menu nav > a {
  animation-duration: .3s;
}

/* Portada: una sola idea, una sola imagen y menos interfaz. */
.hero {
  --hero-progress: 0;
  --hero-exit: 0;
  --hero-copy-y: 0px;
  --hero-stage-x: 0px;
  --hero-stage-scale: 1;
  height: auto;
  min-height: 0;
  color: var(--white);
  background: #090a0b;
  overflow: hidden;
}

.hero::before { display: none; }
.hero::after { background: rgba(255, 255, 255, .14); }

.hero__grid {
  position: relative;
  top: auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .86fr);
  gap: clamp(46px, 7vw, 110px);
  height: auto;
  min-height: calc(100svh - 72px);
  padding-block: clamp(70px, 9vh, 108px);
  overflow: visible;
}

.hero__copy {
  max-width: 690px;
  opacity: 1;
  transform: translate3d(0, var(--hero-copy-y), 0);
  will-change: transform, opacity;
}

.hero h1 {
  max-width: 670px;
  font-size: clamp(3.8rem, 6.15vw, 6.25rem);
  font-weight: 690;
  line-height: .9;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.hero h1 > span,
.hero h1 > em { display: block; }

.js .hero h1[data-reveal] { overflow: visible; }

.js .hero h1[data-reveal].is-visible > span,
.js .hero h1[data-reveal].is-visible > em {
  animation: studio-hero-line .95s cubic-bezier(.22, 1, .36, 1) both;
}

.js .hero h1[data-reveal].is-visible > em { animation-delay: .11s; }

@keyframes studio-hero-line {
  from { opacity: 0; transform: translate3d(0, 42px, 0); clip-path: inset(0 0 100% 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); clip-path: inset(0 0 0 0); }
}

.hero h1 em {
  margin-top: .08em;
  color: var(--acid);
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.045em;
}

.hero__lead {
  max-width: 545px;
  margin-top: 29px;
  color: rgba(251, 250, 246, .69);
  font-size: .96rem;
  line-height: 1.65;
}

.hero__actions {
  gap: 24px;
  margin-top: 31px;
}

.hero__actions .button {
  min-height: 49px;
  padding-inline: 22px;
}

.hero__actions .button i { transition: transform .25s var(--ease); }
.hero__actions .button:hover i { transform: translateX(4px); }

.hero__secondary {
  min-height: 49px;
  color: rgba(251, 250, 246, .82);
  border-color: rgba(251, 250, 246, .34);
  font-size: .69rem;
  font-weight: 720;
  letter-spacing: .04em;
}

.hero__proof { display: none; }

.hero-offer { display: none; }

.hero-product {
  min-height: clamp(490px, 45vw, 690px);
  overflow: visible;
  transform: translate3d(var(--hero-stage-x), 0, 0) scale(var(--hero-stage-scale));
  transform-origin: 50% 50%;
  will-change: transform;
}

.hero-product::before { display: none; }

.hero-product::after {
  left: 25%;
  right: 25%;
  bottom: 6%;
  height: 4%;
  opacity: .48;
  filter: blur(19px);
}

.hero-product__roller {
  width: min(100%, 620px);
  filter: drop-shadow(0 28px 26px rgba(0, 0, 0, .32));
}

.hero__scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(18px, 3svh, 32px);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(251, 250, 246, .72);
  font-size: .49rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: calc(1 - var(--hero-exit));
  pointer-events: none;
  transform: translate3d(-50%, 0, 0);
  transition: opacity .15s linear, transform .25s ease;
}

.hero__scroll-cue i {
  position: relative;
  display: block;
  width: 1px;
  height: 28px;
  overflow: hidden;
  background: rgba(251, 250, 246, .24);
}

.hero__scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--acid);
  animation: studio-scroll-cue 1.65s cubic-bezier(.5, 0, .5, 1) infinite;
}

.hero.is-headline-gone .hero__scroll-cue { transform: translate3d(-50%, 9px, 0); }

@keyframes studio-scroll-cue {
  0% { transform: translateY(-110%); }
  55%, 100% { transform: translateY(110%); }
}

/* Banda de información */
.spec-strip {
  background: #d3d9e5;
  border-color: rgba(11, 12, 13, .17);
}

.spec-strip__grid > div {
  min-height: 112px;
  padding: 27px 24px 23px;
  border-color: rgba(11, 12, 13, .15);
  transition: background-color .2s;
}

.spec-strip__grid > div::after { display: none; }

.spec-strip__grid span {
  top: 17px;
  color: rgba(11, 12, 13, .38);
  font-size: .55rem;
}

.spec-strip__grid strong {
  font-size: 1rem;
  font-weight: 700;
  transition: none;
}

.spec-strip__grid small {
  max-width: 185px;
  color: #59606a;
  font-size: .67rem;
}

.spec-strip__grid > div:hover { background: rgba(255, 255, 255, .22); }
.spec-strip__grid > div:hover strong { color: var(--ink); transform: none; }

/* Beneficios como tres capítulos, no como tres tarjetas SaaS. */
.process { background: var(--paper); }

.validation-grid {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  overflow: visible;
}

.validation-card,
.validation-card--active {
  min-height: 380px;
  padding: 28px clamp(25px, 3vw, 42px) 36px;
  color: var(--ink);
  background: transparent;
  background-image: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  transition: none;
}

.validation-card:first-child { padding-left: 0; }
.validation-card:last-child { padding-right: 0; border-right: 0; }
.validation-card--active::after { display: none; }

.validation-card__top {
  align-items: baseline;
  margin-bottom: clamp(54px, 7vw, 88px);
}

.validation-card__top > span,
.validation-card--active .validation-card__top > span {
  color: var(--teal-dark);
  font-family: var(--font-editorial);
  font-size: 2.3rem;
  font-weight: 400;
}

.validation-card__top b,
.validation-card--active .validation-card__top b,
.validation-card--done .validation-card__top b {
  padding: 0;
  color: #625e58;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: .58rem;
  font-weight: 760;
}

.validation-card h3 {
  max-width: 285px;
  margin-bottom: 15px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 690;
  transition: none;
}

.validation-card p,
.validation-card--active p {
  min-height: 82px;
  color: #625e58;
  font-size: .86rem;
}

.validation-card ul,
.validation-card--active ul {
  color: #47443f;
  font-size: .76rem;
}

.validation-card li::before { background: var(--teal); }

@media (hover: hover) and (pointer: fine) {
  .validation-card:hover { background: transparent; box-shadow: none; }
  .validation-card:hover h3 { transform: none; }
}

.validation-meter {
  grid-template-columns: auto minmax(180px, 1fr) auto;
  gap: 26px;
  margin-top: 22px;
  padding: 18px 0 0;
  border: 0;
  border-radius: 0;
}

.validation-meter__copy strong { font-size: .76rem; }
.validation-meter__copy span { color: #68645e; font-size: .67rem; }

.validation-meter__track {
  height: 2px;
  border-radius: 0;
  background: rgba(11, 12, 13, .15);
}

.validation-meter__track i {
  border-radius: 0;
  background: var(--teal);
}

.validation-meter > a {
  color: var(--teal-dark);
  font-size: .7rem;
}

/* Catálogo: limpio como producto, no como plantilla. */
.filament-collection { background: var(--white); }
.filament-collection .shell { width: var(--shell); }
.filament-grid { gap: clamp(18px, 2.1vw, 30px); }

.filament-card__visual {
  background: #eceff1;
  overflow: hidden;
}

.filament-card__visual::before {
  top: 16px;
  left: 16px;
  color: #36393d;
  font-size: .61rem;
  font-weight: 680;
}

.filament-card__badge,
.filament-card--featured .filament-card__badge {
  top: 16px;
  right: 16px;
  padding: 0;
  color: #4b4e52;
  background: transparent;
  font-size: .61rem;
  font-weight: 570;
}

.filament-card__render { transition: transform .55s var(--ease); }
.filament-card:hover .filament-card__render { transform: scale(1.012); }
.filament-card__render.is-changing { animation-duration: .24s; }

.js .filament-card[data-reveal="scale"] .filament-card__visual {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(.22, 1, .36, 1) calc(var(--delay, 0s) + .05s);
}

.js .filament-card[data-reveal="scale"].is-visible .filament-card__visual {
  clip-path: inset(0 0 0 0);
}
.filament-card__body { padding-top: 20px; }
.filament-card__heading h3 { font-size: 1rem; font-weight: 580; }

.filament-card__price > span,
.filament-card__price strong { color: var(--teal-dark); }

.filament-card__price > span { font-size: .8rem; }
.filament-card__price strong { font-size: 1.02rem; font-weight: 680; }
.filament-card__price small { color: #77736c; }
.filament-card__colors { margin-top: 18px; }
.filament-swatches { gap: 6px; }

.filament-swatch {
  width: 24px;
  height: 24px;
  transition: border-color .15s, transform .15s;
}

.filament-swatch i { width: 20px; height: 20px; }
.filament-swatch:hover { transform: translateY(-1px); }
.filament-swatch.is-selected { border-color: var(--ink); box-shadow: none; }
.filament-collection__note { color: #716d67; }

/* Fotografía a sangre, con pie integrado como en un portfolio. */
.product-proof {
  color: var(--white);
  background: #111315;
}

.product-proof .section-heading--split > p { color: rgba(251, 250, 246, .63); }

.proof-gallery {
  grid-template-columns: 1.12fr .88fr;
  gap: 12px;
}

.proof-shot {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #202326;
  box-shadow: none;
}

.proof-shot__media { aspect-ratio: 4 / 3; background: #202326; }

.proof-shot__media img {
  filter: saturate(.86) contrast(1.03);
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.055);
  transition: transform .18s linear, filter .4s;
  will-change: transform;
}

.proof-shot:hover .proof-shot__media img {
  filter: saturate(1) contrast(1.03);
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.075);
}

.js .proof-shot[data-reveal="scale"] .proof-shot__media {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.08s cubic-bezier(.22, 1, .36, 1) calc(var(--delay, 0s) + .05s);
}

.js .proof-shot[data-reveal="scale"].is-visible .proof-shot__media {
  clip-path: inset(0 0 0 0);
}

.proof-shot figcaption {
  position: absolute;
  inset: auto 0 0;
  min-height: 116px;
  padding: 42px 18px 17px;
  grid-template-columns: 1fr;
  gap: 3px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(8, 9, 10, .9));
}

.proof-shot figcaption > span { display: none; }
.proof-shot figcaption strong { font-size: .78rem; font-weight: 690; }
.proof-shot figcaption small { color: rgba(255, 255, 255, .62); font-size: .65rem; }
.proof-gallery-note,
.proof-note { color: rgba(251, 250, 246, .48); }

.proof-facts {
  margin-top: 24px;
  border-color: rgba(251, 250, 246, .18);
  border-radius: 0;
}

.proof-facts > div {
  background: transparent;
  border-color: rgba(251, 250, 246, .16);
}

.proof-facts span { color: rgba(251, 250, 246, .5); font-size: .58rem; }
.proof-facts strong { color: #fff; font-size: .94rem; font-weight: 680; }

/* Precios sobre el azul grisáceo: comercial, pero con carácter. */
.pricing {
  color: var(--ink);
  background: #d3d9e5;
}

.pricing .section-heading { margin-bottom: 46px; }
.pricing .section-heading h2 { max-width: 780px; font-size: clamp(3.3rem, 6vw, 6.1rem); }
.pricing .section-heading--split > p { color: #515862; padding-top: 0; }

.stripe-status {
  margin: 0;
  padding: 0 0 17px;
  color: #515862;
  border: 0;
  border-bottom: 1px solid rgba(11, 12, 13, .2);
  background: transparent;
}

.stripe-status[data-state] {
  border-color: rgba(11, 12, 13, .2);
  background: transparent;
}

.stripe-status__dot {
  width: 7px;
  height: 7px;
  box-shadow: none;
  animation: none;
}

.stripe-status strong { color: var(--ink); font-size: .76rem; font-weight: 680; }
.stripe-status small { color: #59606a; font-size: .68rem; }
.stripe-status__brand { color: #656c75; font-size: .61rem; }

.purchase-assurance {
  margin: 0 0 32px;
  border: 0;
  border-bottom: 1px solid rgba(11, 12, 13, .2);
  background: transparent;
}

.purchase-assurance > li {
  padding-block: 17px 19px;
  border-color: rgba(11, 12, 13, .16);
}

.purchase-assurance > li > span { display: none; }
.purchase-assurance strong { color: var(--ink); font-size: .72rem; font-weight: 680; }
.purchase-assurance small { color: #59606a; font-size: .65rem; }

.price-grid {
  gap: 0;
  border-block: 1px solid rgba(11, 12, 13, .22);
}

.price-card,
.price-card--featured {
  min-height: 380px;
  padding: 30px 24px 27px;
  color: var(--ink);
  background: transparent;
  background-image: none;
  border-right: 1px solid rgba(11, 12, 13, .18);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.price-card--featured {
  color: var(--white);
  background: var(--ink);
}

.price-card__name,
.price-card--featured .price-card__name {
  margin-bottom: 34px;
  color: currentColor;
  font-size: .64rem;
  font-weight: 720;
}

.price-card__tag {
  top: 21px;
  right: 21px;
  left: auto;
  padding: 0;
  color: var(--acid);
  background: transparent;
  border-radius: 0;
  transform: none;
  animation: none;
  font-size: .52rem;
}

.price-card__amount strong {
  font-family: var(--font-editorial);
  font-size: clamp(3.9rem, 5vw, 5.3rem);
  font-weight: 430;
  letter-spacing: -.055em;
}

.price-card__amount span { color: var(--teal-dark); }
.price-card--featured .price-card__amount span { color: var(--acid); }

.price-card__unit,
.price-card__detail { color: #59606a; }
.price-card--featured .price-card__unit,
.price-card--featured .price-card__detail { color: rgba(251, 250, 246, .62); }

.price-card .button { min-height: 45px; border-radius: 4px; }

.price-card .button--outline {
  color: var(--ink);
  border-color: rgba(11, 12, 13, .35);
}

.price-card .button--outline:hover {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.price-card--featured .button--signal {
  color: var(--ink);
  background: var(--acid);
}

.price-card.is-selected,
.price-card--featured.is-selected { box-shadow: inset 0 -3px 0 var(--acid); }
.price-card.is-selection-pulse { animation: none; }

@media (hover: hover) and (pointer: fine) {
  .price-card:hover { background: rgba(255, 255, 255, .13); transform: none; box-shadow: none; }
  .price-card--featured:hover { background: #0b0c0d; }
}

.purchase-configurator {
  margin-top: 58px;
  gap: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(11, 12, 13, .18);
  border-radius: 6px;
  overflow: hidden;
}

.configurator__main {
  padding: clamp(34px, 4.3vw, 54px);
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
}

.configurator__header > p { color: var(--teal-dark); font-size: .62rem; }

.configurator__header h3 {
  font-family: var(--font-editorial);
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  font-weight: 430;
  line-height: .95;
}

.configurator__header > span { color: #625f59; }
.configurator__section { border-color: var(--line); }
.configurator__section legend { color: var(--ink); font-size: .76rem; font-weight: 690; }
.configurator__section legend span { display: none; }

.configurator__materials label > span,
.configurator__packs label > span,
.delivery-option,
.checkbox-grid span {
  border-radius: 4px;
  border-color: rgba(11, 12, 13, .17);
  background: rgba(255, 255, 255, .4);
  transition: border-color .18s, background-color .18s;
}

.configurator__materials strong,
.configurator__packs strong,
.delivery-option strong { color: var(--ink); font-weight: 690; }

.configurator__materials small,
.configurator__packs small,
.delivery-option small { color: #6b6761; }

.configurator__materials input:checked + span,
.configurator__packs input:checked + span,
label.delivery-option:has(input:checked),
.checkbox-grid input:checked + span {
  border-color: var(--teal-dark);
  background: var(--white);
  box-shadow: inset 0 -2px 0 var(--teal);
}

.configurator__materials label:hover > span,
.configurator__packs label:hover > span,
button.delivery-option:hover {
  border-color: var(--teal-dark);
  transform: none;
}

.color-allocator { border-color: var(--line); }
.color-allocation { border-color: var(--line); }
.quantity-stepper { border-radius: 4px; }
.quantity-stepper button:hover,
.quantity-stepper input:focus { background: #e5e1d8; }

.configurator-summary {
  position: sticky;
  top: 102px;
  padding: clamp(34px, 3.5vw, 48px);
  color: var(--ink);
  background: var(--white);
  border-left: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.configurator-summary__top,
.configuration-preview { display: none; }

.configurator-summary > h3 {
  margin: 0 0 25px;
  font-family: var(--font-editorial);
  font-size: 2rem;
  font-weight: 430;
}

.configurator-summary dl,
.configurator-summary dl div { border-color: var(--line); }
.configurator-summary dd { font-weight: 680; }
.configurator-total strong { font-family: var(--font-editorial); font-size: 2.45rem; font-weight: 430; }
.configurator-total small,
.configurator-delivery-note button,
.configurator-human { color: var(--teal-dark); }

.configurator-delivery-note {
  padding: 16px 0;
  border: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.configurator-summary .checkout-button { border-radius: 4px; }
.pricing-notes { color: #59606a; }

/* Ficha técnica */
.technical { background: var(--white); }

.technical-disclosure {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  box-shadow: none;
}

.technical-disclosure__summary,
.technical-disclosure[open] .technical-disclosure__summary {
  min-height: 118px;
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.technical-disclosure__summary:hover { background: rgba(255, 255, 255, .42); }

.technical-disclosure__kicker {
  padding: 0;
  color: var(--teal-dark);
  background: transparent;
  font-size: .6rem;
}

.technical-disclosure__title strong {
  font-family: var(--font-editorial);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 430;
}

.technical-disclosure__title small,
.technical-disclosure[open] .technical-disclosure__title small { color: #67635d; }
.technical-disclosure__action,
.technical-disclosure[open] .technical-disclosure__action { color: var(--teal-dark); }

.technical-disclosure__action i,
.technical-disclosure[open] .technical-disclosure__action i {
  border-radius: 50%;
  border-color: rgba(11, 12, 13, .22);
  background: rgba(255, 255, 255, .52);
}

.technical-disclosure__body { animation: none; }

.technical__source {
  border-left-color: var(--teal);
  background: rgba(181, 111, 82, .06);
}

.technical__list div { transition: none; }
.technical__list div:hover { padding-inline: 0; background: transparent; }
.technical__list dd { font-weight: 680; }

/* Recogida */
.local-section {
  padding-block: clamp(105px, 11vw, 160px);
  background: #161719;
}

.local-section__grid { gap: clamp(60px, 9vw, 126px); }
.local-map { border-color: rgba(251, 250, 246, .2); }
.local-map iframe { filter: grayscale(.12) saturate(.72) contrast(1.04); }
.local-map__address { background: rgba(9, 10, 11, .9); backdrop-filter: blur(10px); }
.local-section__copy h2 { font-size: clamp(3.3rem, 5.5vw, 5.7rem); }
.local-section__copy > p:not(.eyebrow) { color: rgba(251, 250, 246, .66); }

/* Contacto claro y calmado. */
.interest {
  color: var(--ink);
  background: var(--paper);
}

.interest__grid {
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(55px, 9vw, 135px);
}

.interest__copy .eyebrow { color: var(--teal-dark); }
.interest__copy h2 { max-width: 600px; font-size: clamp(3.3rem, 5.4vw, 5.5rem); }
.interest__copy > p:not(.eyebrow) { color: #5f5b55; }

.interest__promise {
  color: #5f5b55;
  border-color: var(--line);
  font-weight: 650;
}

.interest-form {
  padding: clamp(30px, 4vw, 46px);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: none;
}

.interest-form:focus-within {
  border-color: rgba(109, 63, 45, .45);
  box-shadow: none;
}

.interest-form > label,
.form-row label,
.interest-form legend { color: var(--ink); }

.interest-form input[type="text"],
.interest-form input[type="email"],
.interest-form select,
.interest-form textarea {
  color: var(--ink);
  background-color: #f2efe8;
  border-color: var(--line);
  border-radius: 4px;
}

.checkbox-grid span { border-radius: 4px; }
.checkbox-grid input:checked + span { background: rgba(181, 111, 82, .08); }

.whatsapp-link--form {
  color: #1f633d;
  background: transparent;
  border-color: rgba(31, 99, 61, .4);
  border-radius: 4px;
}

.whatsapp-link--form:hover {
  color: #fff;
  background: #1f633d;
  transform: none;
}

.form-note { color: #6b6761; }
.form-result { border-radius: 4px; }

/* Preguntas y pie */
.faq { background: #d3d9e5; }
.faq summary { font-size: 1rem; font-weight: 680; }
.faq summary span,
.faq summary span::after { background: var(--teal-dark); }
.faq details p { color: #565c65; }
.faq details[open] p { animation: none; }

.site-footer { background: #090a0b; }
.site-footer__top { min-height: 225px; }
.site-footer__info > p { color: rgba(251, 250, 246, .66); }
.site-footer__info nav a { color: rgba(251, 250, 246, .58); }
.site-footer__bottom { color: rgba(251, 250, 246, .45); }

.brand--footer {
  min-width: 0;
  justify-self: start;
}

.brand__lockup {
  width: 96px;
  height: auto;
  filter: invert(1);
}

/* Ayuda presente, no protagonista. */
.petg-chat {
  right: 18px;
  bottom: 18px;
}

.whatsapp-link--floating,
.petg-chat__toggle {
  min-height: 48px;
  padding: 6px 14px 6px 6px;
  border-radius: 5px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .17);
  translate: 0 0 !important;
}

.whatsapp-link--floating {
  color: #fff;
  background: #1f633d;
}

.whatsapp-link--floating:hover,
.whatsapp-link--floating:focus-visible {
  color: #fff;
  background: #16492d;
  transform: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .17);
}

.whatsapp-link__icon,
.petg-chat__toggle-icon {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.whatsapp-link__icon { background: transparent; }

.petg-chat__toggle {
  background: #111315;
  border-color: rgba(255, 255, 255, .18);
}

.petg-chat__toggle:hover,
.petg-chat__toggle:focus-visible {
  background: #090a0b;
  transform: none;
}

.petg-chat__toggle-icon {
  color: var(--acid);
  background: transparent;
}

.petg-chat__toggle > i {
  width: 7px;
  height: 7px;
  border: 0;
  box-shadow: none;
}

.petg-chat__panel {
  bottom: 60px;
  border-radius: 6px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, .28);
  animation-duration: .28s;
}

.petg-chat__header { background: #111315; }
.petg-chat__avatar { border-radius: 4px; }
.petg-chat__messages { background: var(--paper); }
.petg-chat__bubble { border-radius: 8px; }
.petg-chat__bubble--bot { box-shadow: none; }
.petg-chat__bubble--user { background: var(--teal-dark); }
.petg-chat__quick button { border-radius: 4px; }
.petg-chat__quick button:hover { transform: none; }
.petg-chat__form input,
.petg-chat__form button { border-radius: 4px; }
.petg-chat__form input:focus { box-shadow: none; }
.petg-chat__form button { background: var(--ink); }

.mobile-cta {
  border-radius: 4px;
  background: var(--teal);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

/* Responsivo */
@media (max-width: 1100px) {
  :root { --shell: min(980px, calc(100vw - 48px)); }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr);
    gap: 42px;
  }

  .filament-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 26px;
  }

  .price-card,
  .price-card--featured {
    border-bottom: 1px solid rgba(11, 12, 13, .18);
  }

  .price-card:nth-child(2) { border-right: 0; }
  .price-card:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 850px) {
  :root { --shell: min(720px, calc(100vw - 38px)); }

  .section { padding-block: 88px; }

  .hero {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .hero__grid {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    padding-block: 72px 64px;
    overflow: visible;
  }

  .hero__copy { max-width: 680px; opacity: 1; transform: none; }
  .hero-product { min-height: clamp(410px, 76vw, 570px); transform: none; }
  .hero__scroll-cue { display: none; }

  .section-heading--split,
  .technical__grid,
  .local-section__grid,
  .interest__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .section-heading--split { gap: 26px; }

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

  .validation-card,
  .validation-card:first-child,
  .validation-card:last-child {
    min-height: 0;
    padding: 28px 0 32px;
    border-right: 0;
  }

  .validation-card__top { margin-bottom: 34px; }
  .validation-card p { min-height: 0; }

  .proof-gallery { grid-template-columns: 1fr 1fr; }
  .proof-shot:first-child { grid-column: auto; }

  .purchase-configurator { grid-template-columns: 1fr; }
  .configurator-summary { position: static; border-top: 1px solid var(--line); border-left: 0; }

  .interest__copy,
  .faq .section-heading { position: static; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100vw - 28px); }

  .site-header,
  .site-header.is-scrolled { height: 64px; }
  .mobile-menu { inset: 64px 0 0; }

  .brand--poma { min-width: 0; gap: 8px; }
  .brand__symbol { width: 34px; height: 34px; }
  .brand__wordmark { width: 72px; }

  .hero__grid { padding-block: 54px 45px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .hero__lead { font-size: .91rem; }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .hero__actions .button { width: 100%; }
  .hero__secondary { width: fit-content; min-height: 39px; }

  .hero__proof {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .hero__proof > div,
  .hero__proof > div + div {
    padding: 0;
    border-left: 0;
  }

  .hero-product { min-height: 360px; }
  .hero-product__roller { width: min(114%, 470px); }

  .spec-strip__grid { grid-template-columns: 1fr 1fr; }
  .spec-strip__grid > div { min-height: 96px; padding: 22px 15px 18px; }
  .spec-strip__grid span { display: none; }

  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 42px; }

  .section-heading h2,
  .technical h2,
  .local-section h2,
  .interest h2,
  .faq h2 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
    line-height: .9;
  }

  .validation-meter { grid-template-columns: 1fr; gap: 13px; }
  .validation-meter__track { display: none; }

  .filament-grid { grid-template-columns: 1fr; gap: 56px; }
  .proof-gallery { grid-template-columns: 1fr; }
  .proof-shot:first-child { grid-column: auto; }

  .proof-facts { grid-template-columns: 1fr 1fr; }
  .proof-facts > div:nth-child(2) { border-right: 0; }
  .proof-facts > div:nth-child(-n + 2) { border-bottom: 1px solid rgba(251, 250, 246, .16); }

  .price-card,
  .price-card--featured,
  .price-card:nth-child(2),
  .price-card:nth-last-child(-n + 2) {
    min-height: 335px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 12, 13, .18);
  }

  .price-card:last-child { border-bottom: 0; }

  .purchase-configurator { border-radius: 4px; }
  .configurator__main,
  .configurator-summary { padding: 30px 20px; }

  .technical-disclosure__summary { padding-inline: 15px; }
  .technical-disclosure__kicker { display: none; }
  .technical-disclosure__action b { display: none; }

  .petg-chat { right: 10px; bottom: 10px; }
  .has-mobile-cta .petg-chat,
  .has-mobile-config-summary .petg-chat { bottom: 72px; }

  .petg-chat__panel {
    left: 10px;
    right: 10px;
    bottom: 67px;
    border-radius: 5px;
  }

  .has-mobile-cta .petg-chat__panel,
  .has-mobile-config-summary .petg-chat__panel { bottom: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero {
    height: auto;
    min-height: 0;
  }

  .hero__grid {
    position: relative;
    top: auto;
    height: auto;
  }

  .hero__copy,
  .hero-product,
  .hero-product__roller,
  .proof-shot__media img { transform: none !important; }

  .hero__copy { opacity: 1; }
  .hero__scroll-cue { display: none; }

  .js .filament-card[data-reveal="scale"] .filament-card__visual,
  .js .proof-shot[data-reveal="scale"] .proof-shot__media { clip-path: none; }
}
