@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap');
/* ARTE PH — Photo & Print
   Diseño pastel suave inspirado en e-commerce de impresión.
   No requiere npm. Subí la carpeta a Netlify/Vercel/GitHub Pages.
*/
:root {
  --font-brand: 'Dancing Script', cursive;

  --sage: #b0c3a2;
  --sage-deep: #8aa38a;
  --cream: #fbfaf7;
  --surface: #ffffff;
  --muted: #f3f6f0;
  --peach: #f6d6c8;
  --sky: #dce9f7;
  --ink: #1f2a1f;
  --ink-2: #4b5a4b;
  --border: rgba(31, 42, 31, 0.10);
  --shadow: 0 20px 45px rgba(31, 42, 31, 0.10);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 600px at 20% 0%, rgba(220,233,247,0.55), transparent 60%),
              radial-gradient(1100px 600px at 80% 12%, rgba(246,214,200,0.55), transparent 60%),
              var(--cream);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(180deg, rgba(176,195,162,0.22), rgba(255,255,255,0.4));
  border-bottom: 1px solid var(--border);
}
.topbar .container {
  padding: 8px 0;
  font-size: 15px;
  color: var(--ink-2);
}
.topbar-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.topbar-brand {
  white-space: nowrap;
  letter-spacing: .02em;
}
.pill-dot {
  width: 8px; height: 8px;
  border-radius: 99px;
  background: var(--sage-deep);
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(251,250,247,0.70);
  border-bottom: 1px solid var(--border);
}
.header .container {
  position: relative;
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 28px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

img[src$="logo.png"] {
  object-fit: cover;
  object-position: center;
  background: #bcccad;
  display: block;
}

.brand img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(31,42,31,0.12);
}
.brand .name {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}
.brand .name strong {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.2px;
}
.brand .name span {
  font-size: 16px;
  color: var(--ink-2);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.nav a {
  font-size: 16px;
  color: var(--ink-2);
  padding: 12px 14px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}
.nav a:hover {
  background: rgba(176,195,162,0.25);
  color: var(--ink);
}
.header-actions,
.icons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.order-access-trigger{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.78);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.order-access-trigger:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(31,42,31,0.12);
  background: rgba(255,255,255,0.94);
}
.order-access-trigger__icon{
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--sage-deep);
}
.iconbtn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.iconbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(31,42,31,0.12);
}
.cart-count {
  position: relative;
}
.cart-count::after {
  content: attr(data-count);
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: var(--sage-deep);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(251,250,247,0.9);
}

.mobile-toggle {
  display: none;
}

.mobile-drawer {
  display: none;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(251,250,247,0.98);
  box-shadow: 0 18px 44px rgba(31,42,31,0.14);
}
.mobile-drawer a {
  display: block;
  padding: 14px 12px;
  border-bottom: 1px solid var(--border);
  border-radius: 14px;
  color: var(--ink-2);
}
.mobile-drawer a:last-child {
  border-bottom: 0;
}
.mobile-drawer-button{
  width: 100%;
  display: block;
  text-align: left;
  padding: 14px 12px;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 14px;
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  cursor: pointer;
}
.mobile-drawer-button:hover{
  background: rgba(176,195,162,0.15);
}
.footer-order-link{
  display: block;
  margin-top: 0;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
}
.footer-order-link:hover{
  color: var(--ink);
}
.order-access-modal{
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}
.order-access-modal.is-open{
  display: block;
}
.order-access-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(31,42,31,0.30);
  backdrop-filter: blur(4px);
}
.order-access-modal__dialog{
  position: relative;
  width: min(560px, calc(100% - 32px));
  margin: 8vh auto 0;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: rgba(251,250,247,0.98);
  box-shadow: 0 24px 60px rgba(31,42,31,0.22);
  display: grid;
  gap: 14px;
}
.order-access-modal__dialog h2{
  margin: 0;
  font-size: 28px;
}
.order-access-modal__eyebrow{
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(176,195,162,0.18);
  color: var(--ink-2);
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.order-access-modal__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.9);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.order-access-modal__label{
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}
.order-access-recent-grid{
  display: grid;
  gap: 10px;
}
.order-access-recent-card{
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(138,163,138,0.24);
  background: rgba(176,195,162,0.10);
  color: var(--ink);
}
.order-access-recent-card:hover{
  background: rgba(176,195,162,0.16);
}
.order-access-empty{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  border: 1px dashed rgba(31,42,31,0.14);
}
.order-access-form{
  display: grid;
  gap: 10px;
}
.order-access-form input{
  width: 100%;
}
.order-access-form__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.order-access-form__error{
  color: #8b3a3a;
}
.order-access-inline{
  display: grid;
  gap: 12px;
  padding-top: 4px;
}
.mobile-drawer.open {
  display: block;
}

.hero {
  padding: 34px 0 26px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}
.card {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 32px 30px;
  display: grid;
  gap: 16px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(176,195,162,0.20);
  border: 1px solid rgba(176,195,162,0.35);
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.45;
}

/* Hero promo y envíos */

.hero-offer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 0 18px;
  width: min(100%, 980px);
  min-height: 38px;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, var(--sage-deep), #7b927b);
  box-shadow: none;
  text-align: center;
}
.hero-offer strong {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
}

.hero-shipping {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(176,195,162,0.35);
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(220,233,247,0.35));
  box-shadow: 0 14px 30px rgba(31,42,31,0.06);
}
.hero-shipping__eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-2);
}
.hero-shipping strong {
  font-size: 18px;
  line-height: 1.3;
}
.hero-shipping__meta {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* Trust chips (beneficios) */

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(176,195,162,0.35);
  background: rgba(255,255,255,0.55);
  color: var(--ink-2);
  font-size: 13px;
}
.trust-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--sage-deep);
}
.h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.05;
  margin: 0;
}

.hero-headline-soft {
  font-size: clamp(30px, 3.5vw, 40px);
  line-height: 1.12;
  max-width: 12ch;
}

.hero-word-accent {
  color: var(--sage-deep);
  font-family: var(--font-brand);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-headline-home {
  max-width: 24ch;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.lead {
  color: var(--ink-2);
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  max-width: 46ch;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.btn-primary {
  background: var(--sage-deep);
  color: #fff;
  border-color: rgba(0,0,0,0);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(31,42,31,0.14);
}
.btn-ghost {
  background: rgba(255,255,255,0.65);
}
.btn-ghost:hover {
  background: rgba(176,195,162,0.20);
  transform: translateY(-1px);
}

.hero-art {
  padding: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 8px);
}

/* --- Hero showcase (mosaico con productos reales) --- */
.hero-showcase {
  position: relative;
  padding: 16px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}
.mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: stretch;
  min-height: 360px;
}
.mosaic-item {
  border-radius: calc(var(--radius-xl) - 10px);
  overflow: hidden;
  border: 1px solid rgba(31,42,31,0.10);
  background: linear-gradient(135deg, rgba(220,233,247,0.70), rgba(246,214,200,0.70));
  box-shadow: 0 18px 40px rgba(31,42,31,0.10);
  transform: translateZ(0);
}
.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* un toque “editorial” sin salirnos de lo pastel */
.mosaic-item.m1 { transform: rotate(-1.2deg); }
.mosaic-item.m2 { transform: rotate(1deg); }
.mosaic-item.m3 { transform: rotate(0.7deg); }
.mosaic-item.m4 { transform: rotate(-0.8deg); }

.mosaic-note {
  padding: 14px 14px 8px;
  border-radius: calc(var(--radius-xl) - 12px);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
}

.mosaic-note .badge {
  font-size: 14px;
}

.mosaic-note__text {
  font-size: 14px;
  line-height: 1.6;
}

.hero-copy .small {
  font-size: 13px;
  line-height: 1.6;
}

/* --- Callout tipo “encendé tu chispa” --- */
.callout-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  align-items: stretch;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(176,195,162,0.18), rgba(255,255,255,0.65));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.callout-copy {
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 10px;
}
.callout-title {
  font-family: "Fraunces", serif;
  margin: 0;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.05;
}
.callout-sub {
  margin: 0;
  color: var(--ink-2);
  max-width: 56ch;
}
.callout-media {
  min-height: 220px;
  background: radial-gradient(700px 380px at 30% 10%, rgba(220,233,247,0.55), transparent 60%),
              radial-gradient(700px 380px at 70% 70%, rgba(246,214,200,0.55), transparent 60%),
              rgba(255,255,255,0.55);
}
.callout-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 26px 0;
}
.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.section-title {
  font-family: "Fraunces", serif;
  margin: 0;
  font-size: 22px;
}
.section-sub {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
}

.scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

/* Grid mode (used for Kits to match a collection page layout) */
.scroller.grid {
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  overflow-x: visible;
  scroll-snap-type: none;
  padding-bottom: 0;
}

/* Collection hero tweak for Kits (keeps palette, improves hierarchy) */
body.is-kits .page-hero {
  padding-top: 42px;
  padding-bottom: 28px;
}


.page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.page-hero-copy {
  flex: 1 1 520px;
  display: grid;
  gap: 6px;
}
.page-hero-media {
  flex: 0 0 min(440px, 44%);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.70);
  box-shadow: 0 18px 40px rgba(31,42,31,0.08);
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.is-kits .page-title {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
}
.scroller::-webkit-scrollbar { height: 8px; }
.scroller::-webkit-scrollbar-thumb {
  background: rgba(31,42,31,0.15);
  border-radius: 99px;
}
.product-card {
  scroll-snap-align: start;
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.75);
  box-shadow: 0 14px 30px rgba(31,42,31,0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(31,42,31,0.12);
}
.product-thumb {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(31,42,31,0.10);
  background: linear-gradient(135deg, rgba(220,233,247,0.7), rgba(246,214,200,0.7));
}
.product-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.badge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(176,195,162,0.25);
  border: 1px solid rgba(176,195,162,0.35);
  color: var(--ink);
}
.product-meta {
  display: grid;
  gap: 6px;
}
.product-name {
  margin: 0;
  font-weight: 700;
}
.product-tag {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
}
.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.price {
  font-weight: 700;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cat-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 14px 30px rgba(31,42,31,0.07);
  overflow: hidden;
  display: grid;
  grid-template-rows: 140px auto;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(31,42,31,0.11);
}
.cat-media {
  position: relative;
  background: linear-gradient(135deg, rgba(220,233,247,0.80), rgba(246,214,200,0.75));
}
.cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-media img.is-icon {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(31,42,31,0.10);
  background: rgba(255,255,255,0.75);
}

.cat-body {
  padding: 14px;
  display: grid;
  gap: 6px;
}
.cat-title {
  margin: 0;
  font-weight: 800;
}
.cat-desc {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
}

.cat-cta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(176,195,162,0.35);
  background: rgba(176,195,162,0.16);
  color: var(--ink);
  font-weight: 700;
  font-size: 12px;
}
.cat-card:hover .cat-cta {
  background: rgba(176,195,162,0.24);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.soft-panel {
  padding: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(243,246,240,0.65);
  box-shadow: 0 18px 40px rgba(31,42,31,0.06);
}
.steps {
  display: grid;
  gap: 12px;
}
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.65);
}
.step-num {
  width: 36px; height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(176,195,162,0.25);
  border: 1px solid rgba(176,195,162,0.35);
  font-weight: 800;
}
.step h4 {
  margin: 0;
  font-size: 14px;
}
.step p {
  margin: 4px 0 0;
  color: var(--ink-2);
  font-size: 13px;
}

.about p {
  color: var(--ink-2);
  margin: 0;
}

.testimonials {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: stretch;
}
.quote {
  padding: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.75);
  box-shadow: 0 18px 40px rgba(31,42,31,0.08);
}
.quote p {
  margin: 0;
  color: var(--ink-2);
}
.quote strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
}
.quote .stars {
  letter-spacing: 2px;
  color: #c69c3b;
  font-size: 12px;
}

.app {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  align-items: center;
}
.app .copy {
  padding: 18px;
}
.store-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.store-badge {
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.75);
  font-weight: 700;
  font-size: 13px;
}
.footer {
  margin-top: 28px;
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
  padding: 26px 0;
}
.footer h4 {
  margin: 0 0 10px;
  font-size: 14px;
}
.footer a {
  color: var(--ink-2);
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
}
.footer a:hover {
  color: var(--ink);
}
.small {
  font-size: 12px;
  color: var(--ink-2);
}
.copyline {
  padding: 12px 0 18px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.page-hero {
  padding: 26px 0 10px;
}
.breadcrumbs {
  font-size: 13px;
  color: var(--ink-2);
}
.page-title {
  font-family: "Fraunces", serif;
  margin: 10px 0 0;
  font-size: 30px;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}
.field {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255,255,255,0.7);
}
.field label {
  font-size: 12px;
  color: var(--ink-2);
}
.field select, .field input, .field textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(31,42,31,0.14);
  font: inherit;
  background: rgba(255,255,255,0.9);
}
.field textarea {
  resize: vertical;
  min-height: 96px;
}
.fake-uploader {
  border: 2px dashed rgba(31,42,31,0.18);
  border-radius: 18px;
  padding: 14px;
  color: var(--ink-2);
  font-size: 13px;
  background: rgba(243,246,240,0.55);
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .header-inner { gap: 16px; padding: 18px 0; }
  .brand img { width: 64px; height: 64px; }
  .brand .name strong { font-size: 25px; }
  .brand .name span { font-size: 14px; }
  .hero-offer { justify-content: center; width: 100%; padding: 0 14px; min-height: 36px; border-radius: 0; text-align: center; }
  .hero-offer strong { font-size: 14px; }
  .testimonials { grid-template-columns: 1fr; }
  .app { grid-template-columns: 1fr; }
  .grid-8 { grid-template-columns: repeat(2, 1fr); }
  .callout-card { grid-template-columns: 1fr; }
  .mosaic { min-height: 280px; }
  .nav { display: none; }
  .mobile-toggle { display: inline-grid; }
  .order-access-trigger { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .mobile-drawer.open {
    display: block;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 35;
  }
  .product-layout { grid-template-columns: 1fr; }

  .page-hero-inner { flex-direction: column; align-items: stretch; }
  .page-hero-media { order: -1; flex: 0 0 auto; }
}

@media (max-width: 820px) {
}

@media (max-width: 520px) {
  .topbar-layout { justify-content: flex-start; }
  .topbar-brand { white-space: normal; }
  .grid-8 { grid-template-columns: 1fr; }
}


/* --- Producto: galería + subida (ClassicPrint) --- */
.gallery { display: grid; gap: 12px; }
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.thumb {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(31,42,31,0.14);
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.thumb:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(31,42,31,0.10); }
.thumb.selected { border-color: rgba(138,163,138,0.9); box-shadow: 0 14px 30px rgba(138,163,138,0.20); }
.thumb img { width: 100%; height: 74px; object-fit: contain; display:block; }

.uploader { display: grid; gap: 12px; }
.uploader-drop {
  border: 2px dashed rgba(31,42,31,0.18);
  border-radius: 18px;
  padding: 14px;
  background: rgba(243,246,240,0.55);
}
.uploader-drop.dragover { border-color: rgba(138,163,138,0.9); background: rgba(176,195,162,0.20); }
.uploader-actions { display:flex; flex-wrap: wrap; align-items:center; gap: 10px; }
.upload-preview {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(31,42,31,0.10);
  background: rgba(255,255,255,0.65);
}
.upload-preview .remove{
  position:absolute;
  top:8px;
  right:8px;
  width:28px;
  height:28px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.55);
  color: #fff;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.upload-status{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(220,233,247,0.55);
  border: 1px solid rgba(70,120,200,0.18);
  color: var(--ink);
}
.form-error{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,241,241,0.9);
  border: 1px solid rgba(255,208,208,1);
  color: #7a1f1f;
  font-weight: 600;
}
.upload-main {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(31,42,31,0.10);
  background: linear-gradient(135deg, rgba(220,233,247,0.55), rgba(246,214,200,0.55));
  min-height: 210px;
  display: grid;
  place-items: center;
}

/* --- Estilos de tapa: cards + mini preview --- */
.cover-style-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.cover-style-card{
  border:1px solid rgba(31,42,31,0.14);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,0.9);
  cursor:pointer;
  transition:transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.cover-style-card:hover{ transform:translateY(-1px); box-shadow:0 12px 26px rgba(31,42,31,0.10); }
.cover-style-card.selected{ border-color: rgba(138,163,138,0.9); box-shadow:0 14px 30px rgba(138,163,138,0.20); }
.cover-style-card img{ width:100%; height:92px; object-fit:cover; display:block; }
.cover-style-card .meta{ padding:10px; display:grid; gap:2px; }
.cover-style-card .title{ font-size:13px; font-weight:700; }
.cover-style-card .sub{ font-size:12px; color:var(--ink-2); }

.cover-style-preview{ display:grid; gap:10px; margin-top:10px; }
.cover-style-main{ border-radius:16px; overflow:hidden; border:1px solid rgba(31,42,31,0.12); background:rgba(255,255,255,0.7); }
.cover-style-main img{ width:100%; height:200px; object-fit:contain; display:block; }
.cover-style-thumbs{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.cover-style-thumb{ border-radius:14px; overflow:hidden; border:1px dashed rgba(31,42,31,0.18); background:rgba(255,255,255,0.55); padding:0; cursor:pointer; opacity:0.9; }
.cover-style-thumb:hover{ opacity:1; border-style:solid; }
.cover-style-thumb img{ width:100%; height:64px; object-fit:cover; display:block; }

/* Preview más "secundario" (como ventana ilustrativa) */
.cover-style-preview{ max-width:560px; }

@media (max-width: 520px){
  .cover-style-grid{ grid-template-columns:1fr; }
  .cover-style-card img{ height:120px; }
}
.upload-main img { width: 100%; height: 230px; object-fit: cover; display:none; }
.upload-main.has-image img { display:block; }
.upload-main-hint {
  position:absolute;
  left: 12px;
  bottom: 10px;
  background: rgba(251,250,247,0.85);
  border: 1px solid rgba(31,42,31,0.10);
  padding: 6px 10px;
  border-radius: 999px;
}
.upload-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.upload-thumbs .thumb img { height: 62px; }

@media (max-width: 980px){
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); }
  .upload-thumbs { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 520px){
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .upload-thumbs { grid-template-columns: repeat(3, 1fr); }
}


/* --- Marca: estilo cursiva tipo Printoria --- */
.brand .name strong.brand-script{
  font-family: var(--font-brand);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: none; /* Respeta Arte Ph */
  line-height: 1;
}


/* --- Ajuste: centrar imágenes (evitar recortes) --- */
.product-card img,
.product-thumb img,
.gallery-main img,
.gallery-thumbs img,
.grid-card img {
  object-fit: contain !important;
  object-position: center !important;
  background: #ffffff;
}

/* Contenedores con fondo suave para que no se vea vacío */
.product-thumb,
.gallery-main,
.product-card .img,
.product-card .product-card__img,
.grid-card .img {
  background: rgba(255,255,255,0.85);
}

/* Thumbs: un poco de padding para que entren textos de medidas */
.thumb img { padding: 6px; box-sizing: border-box; }


/* --- Plantilla para fotos con medidas (00.*) --- */
.product-card.is-measure .product-thumb{
  background: #fff !important;
  border: 1px solid rgba(31,42,31,0.14);
  box-shadow: inset 0 0 0 1px rgba(31,42,31,0.06);
}

.product-card.is-measure .product-thumb img{
  height: 230px;             /* más alto para leer medidas */
  padding: 12px;             /* margen blanco tipo “mockup” */
  box-sizing: border-box;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

@media (max-width: 520px){
  .product-card.is-measure .product-thumb img{
    height: 200px;
    padding: 10px;
  }
}


/* --- Categoría Arte en pared: secciones --- */
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin: 6px 0 12px; }
.section-head h2 { margin: 0; font-size: 22px; letter-spacing: -0.02em; }
.wallart .grid { margin-top: 8px; }
@media (max-width: 520px){
  .section-head { flex-direction: column; align-items:flex-start; }
}


/* --- Arte en pared: presentación de impacto (2 columnas) --- */
.wallart-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}

.wallart-feature{
  display:flex;
  flex-direction:column;
  border-radius: 22px;
  overflow:hidden;
  text-decoration:none;
  color: inherit;
  background: linear-gradient(135deg, rgba(245, 243, 236, 0.85), rgba(220, 233, 247, 0.65));
  border: 1px solid rgba(31,42,31,0.10);
  box-shadow: 0 10px 28px rgba(31,42,31,0.08);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}

.wallart-feature:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(31,42,31,0.12);
}

.wallart-media{
  position:relative;
  width:100%;
  aspect-ratio: 4 / 3;
  background: #fff;
}

.wallart-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  display:block;
  filter: saturate(1.02) contrast(1.02);
}

.wallart-body{
  padding: 16px 16px 14px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.wallart-body h2{
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.wallart-price{
  font-weight: 700;
  letter-spacing: -0.01em;
}

.wallart-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.wallart-cta{
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
}

.wallart-thumbs{
  display:flex;
  gap: 10px;
}

.wallart-thumb{
  width: 58px;
  height: 46px;
  border-radius: 12px;
  overflow:hidden;
  background:#fff;
  border: 1px solid rgba(31,42,31,0.10);
  box-shadow: 0 6px 16px rgba(31,42,31,0.06);
}

.wallart-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

@media (max-width: 860px){
  .wallart-split{ grid-template-columns: 1fr; }
  .wallart-media{ aspect-ratio: 16 / 10; }
}

/* Sticky buy bar (mobile) */
.sticky-buy{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 12px 14px;
  background: rgba(251,250,247,0.80);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  display: none;
}
.sticky-buy-inner{
  width: min(var(--max), calc(100% - 20px));
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.sticky-price{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
}

@media (max-width: 760px){
  .sticky-buy{ display:block; }
  body[data-page="product"]{ padding-bottom: 84px; }
}


/* --- Mejora visibilidad título Tapas Línea Print --- */
[data-cover-wrap] > label[data-cover-label]{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
[data-cover-wrap] > label[data-cover-label]::before{
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(138,163,138,0.18);
  color: rgba(31,42,31,0.85);
  font-size: 14px;
}

/* --- Card seleccionada más protagonista, sin afectar precio --- */
.cover-style-card{
  position: relative;
}
.cover-style-card.selected{
  transform: scale(1.05);
  z-index: 2;
}
.cover-style-card.selected::after{
  content: "Seleccionada";
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31,42,31,0.86);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* Preview principal un poco más grande y nítido */
.cover-style-preview .cover-style-main{
  min-height: 240px;
}
.cover-style-preview .cover-style-main img{
  width: 100%;
  height: 240px;
  object-fit: contain;
  image-rendering: auto;
}

.product-detail-card{
  display:grid;
  gap:16px;
  padding:18px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius-xl);
  background:#fff;
}
.product-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.product-detail-block{
  display:grid;
  gap:8px;
}
.product-detail-block h2,
.product-detail-block h3{
  margin:0;
}
.product-detail-text{
  margin:0;
  color:var(--muted);
}
.product-detail-list{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:6px;
  color:var(--ink);
}
.product-detail-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.product-meta-chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:var(--paper-2);
  color:var(--ink);
  font-size:.95rem;
}
@media (max-width: 760px){
  .product-detail-grid{
    grid-template-columns:1fr;
  }
}


.product-config-column{
  display:grid;
  gap:12px;
}
.product-config-header{
  display:grid;
  gap:8px;
  padding:18px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius-xl);
  background:linear-gradient(180deg,#fff 0%, #faf7f4 100%);
}
.badge-soft{
  display:inline-flex;
  width:max-content;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(176,195,162,.22);
  color:var(--ink);
  font-size:.82rem;
  font-weight:700;
}
.product-config-title{
  margin:0;
  font-family:"Fraunces", serif;
  font-size:clamp(1.4rem,2.8vw,2rem);
  line-height:1.05;
}
.product-config-title .creative-title-top{
  display:block;
  font-family:"Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size:clamp(1.1rem,2vw,1.45rem);
  font-weight:600;
  letter-spacing:.01em;
  color:var(--ink-2);
  margin-bottom:4px;
}
.product-config-title .creative-title-script{
  display:block;
  font-family:var(--font-brand);
  font-size:clamp(2.1rem,4.1vw,3.6rem);
  line-height:.95;
  color:var(--sage-deep);
  font-weight:700;
}
.product-config-copy{
  margin:0;
}
body.is-fixed-print-product [data-finish-wrap],
body.is-fixed-print-product [data-qty-wrap]{
  padding:16px 18px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius-xl);
  background:#fff;
}
body.is-fixed-print-product [data-finish-wrap] label::before,
body.is-fixed-print-product [data-qty-wrap] label::before{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  margin-right:8px;
  border-radius:999px;
  background:rgba(176,195,162,.26);
  color:var(--ink);
  font-size:.85rem;
  font-weight:700;
}
body.is-fixed-print-product [data-finish-wrap] label::before{ content:"1"; }
body.is-fixed-print-product [data-qty-wrap] label::before{ content:"2"; }
body.is-fixed-print-product [data-uploader]{
  padding:18px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius-xl);
  background:#fff;
}
body.is-fixed-print-product .uploader-title strong::before{
  content:"3";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  margin-right:8px;
  border-radius:999px;
  background:rgba(176,195,162,.26);
  color:var(--ink);
  font-size:.85rem;
  font-weight:700;
  vertical-align:middle;
}
body.is-fixed-print-product .product-detail-card{
  background:linear-gradient(180deg,#fff 0%, #fcfbf8 100%);
}
@media (max-width:760px){
  .product-config-header{ padding:16px; }
  body.is-fixed-print-product [data-finish-wrap],
  body.is-fixed-print-product [data-qty-wrap],
  body.is-fixed-print-product [data-uploader]{ padding:14px; }
}


/* Forzar configuración simple en Fotos fijas */
body.is-fixed-print-product [data-material-wrap],
body.is-fixed-print-product [data-variant-wrap],
body.is-fixed-print-product [data-cover-wrap] {
  display: none !important;
}

body.is-fixed-print-product [data-finish-wrap],
body.is-fixed-print-product [data-qty-wrap],
body.is-fixed-print-product [data-uploader] {
  display: block;
}


.order-item-card{
  border:1px solid rgba(0,0,0,.06);
}
.order-item-meta{
  display:grid;
  gap:6px;
  margin-top:4px;
}
.order-item-meta-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:8px 10px;
  border-radius:12px;
  background:rgba(176,195,162,.12);
  font-size:.92rem;
}
.order-item-meta-row span{
  color:var(--muted);
}
.checkout-note{
  border:1px dashed rgba(0,0,0,.12);
  background:#fffaf2;
}
.btn-inline-copy{
  margin-left:8px;
  padding:4px 8px;
  font-size:.8rem;
}
@media (max-width:760px){
  .order-item-meta-row{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
  .btn-inline-copy{
    display:block;
    margin:8px 0 0;
  }
}


/* Checkout mobile optimization */
.checkout-layout{
  display:grid;
  gap:18px;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);
  align-items:start;
}
.checkout-main-card,.checkout-summary-card{
  min-width:0;
  padding:16px;
}
.checkout-summary-card{
  position:sticky;
  top:16px;
}
.checkout-form,.checkout-items-list,.checkout-actions{
  display:grid;
  gap:12px;
}
.checkout-row{
  display:grid;
  gap:12px;
}
.checkout-row > *{
  min-width:0;
}
.checkout-row-2{ grid-template-columns:1fr 1fr; }
.checkout-row-3{ grid-template-columns:1fr 1fr 1fr; }
.checkout-flow{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.checkout-step-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(176,195,162,.14);
  color:var(--ink);
  font-size:.9rem;
  font-weight:600;
}
.checkout-step-chip.is-active{
  background:rgba(176,195,162,.34);
}
.checkout-section-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(176,195,162,.18);
  color:var(--ink);
  font-size:.82rem;
  font-weight:700;
}
.field-hint{
  margin-top:6px;
  color:var(--muted);
  font-size:.84rem;
  line-height:1.35;
}
.checkout-payment-panel{
  scroll-margin-top:88px;
}
.checkout-trust-row{
  margin-top:2px;
}
@media (max-width:980px){
  .checkout-layout{
    grid-template-columns:1fr;
  }
  .checkout-summary-card{
    position:static;
    order:-1;
  }
}
@media (max-width:760px){
  .checkout-main-card,.checkout-summary-card{
    padding:14px;
  }
  .checkout-row-2,.checkout-row-3{
    grid-template-columns:1fr;
  }
  .checkout-step-chip{
    width:100%;
    justify-content:center;
  }
  .checkout-actions .btn{
    min-height:52px;
  }
  .checkout-summary-card .trust-row{
    gap:8px;
  }
}


@media (min-width: 900px) {
  .checkout-info-band {
    grid-template-columns: .85fr 1.15fr;
  }
}

.transfer-box{
  display:grid;
  gap:0;
}
.transfer-checklist-panel{
  display:grid;
  gap:0;
}
.transfer-checklist{
  display:grid;
  gap:8px;
}
.transfer-check-item{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
}
.transfer-check-item__icon{
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:.95rem;
  font-weight:700;
}
.transfer-check-item__title{
  display:block;
  margin-bottom:2px;
}
.transfer-check-item.is-valid{
  border-color:rgba(176,195,162,.55);
  background:rgba(176,195,162,.12);
}
.transfer-check-item.is-valid .transfer-check-item__icon{
  background:rgba(176,195,162,.85);
  color:#fff;
}
.transfer-check-item.is-invalid{
  border-color:rgba(205,93,93,.26);
  background:#fff7f7;
}
.transfer-check-item.is-invalid .transfer-check-item__icon{
  background:rgba(205,93,93,.92);
  color:#fff;
}
.transfer-payment-details{
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.06);
}
.transfer-confirm{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(176,195,162,.1);
}
.transfer-confirm input{
  margin-top:3px;
}
.transfer-confirm-hint{
  margin-top:8px;
  color:var(--muted);
}
.btn[disabled]{
  opacity:.55;
  pointer-events:none;
}
@media (max-width:760px){
  .transfer-check-item{
    grid-template-columns:24px minmax(0,1fr);
    padding:10px;
  }
  .transfer-check-item__icon{
    width:24px;
    height:24px;
    font-size:.82rem;
  }
}

/* === 2026 strategy refresh === */
.section-tight{
  padding-top: 10px;
  padding-bottom: 8px;
}
.feature-strip{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.mini-stat{
  padding:16px;
  border-radius:var(--radius-xl);
  border:1px solid var(--border);
  background:rgba(255,255,255,.74);
  box-shadow:0 18px 40px rgba(31,42,31,.06);
  display:grid;
  gap:6px;
}
.mini-stat strong{
  font-size:15px;
}
.mini-stat p{
  margin:0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.5;
}
.mini-stat__eyebrow{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--sage-deep);
  font-weight:700;
}
.intent-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.intent-card{
  display:grid;
  grid-template-rows:190px auto;
  border-radius:var(--radius-xl);
  overflow:hidden;
  border:1px solid var(--border);
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 40px rgba(31,42,31,.08);
  transition:transform 160ms ease, box-shadow 160ms ease;
}
.intent-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(31,42,31,.12);
}
.intent-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.intent-card__body{
  padding:14px;
  display:grid;
  gap:8px;
}
.intent-card__body h3{
  margin:0;
  font-size:17px;
}
.intent-card__body p{
  margin:0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.5;
}
.split-uneven{
  grid-template-columns:1.05fr .95fr;
}
.assurance-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.assurance-card{
  padding:14px;
  border-radius:18px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.66);
}
.assurance-card strong{
  display:block;
  font-size:14px;
}
.assurance-card p{
  margin:6px 0 0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.5;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.faq-item{
  padding:14px 16px;
  border-radius:20px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 30px rgba(31,42,31,.06);
}
.faq-item summary{
  cursor:pointer;
  list-style:none;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.faq-item summary::-webkit-details-marker{
  display:none;
}
.faq-item summary::after{
  content:'+';
  font-size:22px;
  line-height:1;
  color:var(--sage-deep);
}
.faq-item[open] summary::after{
  content:'–';
}
.faq-item p{
  margin:12px 0 0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.55;
}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}
.contact-card{
  padding:20px;
  border-radius:var(--radius-xl);
  border:1px solid var(--border);
  background:rgba(255,255,255,.74);
  box-shadow:0 18px 40px rgba(31,42,31,.08);
}
.callout-card--compact .callout-media{
  min-height:280px;
}
.product-helper-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:14px 16px;
  border-radius:20px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.72);
}
.product-helper-card strong{
  display:block;
  margin-bottom:4px;
}
.product-helper-card p,
.product-helper-note{
  margin:0;
  color:var(--ink-2);
  line-height:1.5;
}
.product-helper-btn{
  white-space:nowrap;
}
.uploader-note{
  margin-top:10px;
  padding:12px 14px;
  border-radius:16px;
  border:1px dashed rgba(176,195,162,.55);
  background:rgba(176,195,162,.12);
  color:var(--ink-2);
  font-size:13px;
  line-height:1.5;
}
.uploader-note strong{
  color:var(--ink);
}
@media (max-width:980px){
  .feature-strip,
  .intent-grid,
  .faq-grid,
  .contact-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:760px){
  .feature-strip,
  .intent-grid,
  .faq-grid,
  .contact-grid,
  .assurance-grid,
  .split-uneven{
    grid-template-columns:1fr;
  }
  .product-helper-row{
    grid-template-columns:1fr;
  }
  .product-helper-btn{
    width:100%;
  }
  .mini-stat,
  .contact-card{
    padding:14px;
  }
}

/* --- CRO refresh: home trust + intent sections --- */
.section-tight{
  padding-top: 8px;
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.proof-card{
  padding:18px;
  border-radius:var(--radius-xl);
  border:1px solid var(--border);
  background:rgba(255,255,255,0.78);
  box-shadow:0 18px 40px rgba(31,42,31,0.06);
  display:grid;
  gap:8px;
}
.proof-card__eyebrow{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--ink-2);
}
.proof-card h2{
  margin:0;
  font-size:18px;
  line-height:1.2;
}
.proof-card p{
  margin:0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.55;
}
.intent-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.intent-card{
  overflow:hidden;
  display:grid;
  border-radius:var(--radius-xl);
  border:1px solid var(--border);
  background:rgba(255,255,255,0.78);
  box-shadow:0 18px 40px rgba(31,42,31,0.07);
  transition:transform 160ms ease, box-shadow 160ms ease;
}
.intent-card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 44px rgba(31,42,31,0.12);
}
.intent-card__media{
  min-height:220px;
  background:linear-gradient(135deg, rgba(220,233,247,0.80), rgba(246,214,200,0.75));
}
.intent-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.intent-card__body{
  padding:16px;
  display:grid;
  gap:8px;
}
.intent-card__body h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
}
.intent-card__body p{
  margin:0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.55;
}
.guarantee-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.guarantee-item{
  background:rgba(255,255,255,0.72);
}
.info-split{
  align-items:start;
}
.faq-list{
  display:grid;
  gap:10px;
}
.faq-item{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.76);
  border-radius:18px;
  padding:0 14px;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:14px 0;
  font-weight:700;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item p{
  margin:0 0 14px;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.55;
}
.coupon-panel{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:20px 22px;
  border-radius:var(--radius-xl);
  border:1px solid var(--border);
  background:linear-gradient(135deg, rgba(176,195,162,0.16), rgba(255,255,255,0.88));
  box-shadow:0 18px 40px rgba(31,42,31,0.06);
}
.product-reassurance-panel{
  padding:16px;
}
.product-post-cta-note{
  margin:0;
  color:var(--ink-2);
}
@media (max-width:980px){
  .proof-grid,
  .intent-grid{
    grid-template-columns:1fr;
  }
  .coupon-panel{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .guarantee-grid{
    grid-template-columns:1fr;
  }
  .proof-card h2,
  .intent-card__body h3{
    font-size:17px;
  }
  .coupon-panel{
    padding:18px;
  }
}


/* WhatsApp support */

/* Home breathing room: cleaner sections with larger readable copy */
.section-airy .section-header{
  margin-bottom: 18px;
}
.section-airy .section-title{
  font-size: 25px;
}
#ideas-regalo .intent-grid,
#categorias .grid-8,
#testimonios .testimonials{
  margin-top: 4px;
}
#ideas-regalo .badge-soft{
  font-size: 13px;
  padding: 9px 13px;
}
#ideas-regalo .intent-card__body{
  padding: 18px;
  gap: 10px;
}
#ideas-regalo .intent-card__body h3{
  font-size: 20px;
  line-height: 1.28;
}
#ideas-regalo .intent-card__body p{
  font-size: 14px;
  line-height: 1.7;
}
#categorias .cat-body{
  padding: 16px;
  gap: 8px;
}
#categorias .cat-title{
  font-size: 18px;
  line-height: 1.3;
}
#categorias .cat-desc{
  font-size: 14px;
  line-height: 1.65;
}
#testimonios .quote{
  padding: 22px;
}
#testimonios .quote .stars{
  font-size: 13px;
}
#testimonios .quote p{
  font-size: 18px;
  line-height: 1.7;
}
#testimonios .quote strong{
  margin-top: 14px;
  font-size: 18px;
}
@media (max-width: 720px){
  .section-airy .section-title{
    font-size: 23px;
  }
  #ideas-regalo .intent-card__body h3{
    font-size: 18px;
  }
  #ideas-regalo .intent-card__body p,
  #categorias .cat-desc,
  #testimonios .quote p{
    font-size: 15px;
  }
  #testimonios .quote strong{
    font-size: 17px;
  }
}

.whatsapp-float{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sage-deep), #789078);
  color: #fff;
  box-shadow: 0 18px 36px rgba(31,42,31,0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}
.whatsapp-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(31,42,31,0.26);
}
.whatsapp-float.is-hidden{
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
.whatsapp-float__icon,
.whatsapp-inline-link__icon{
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
}
.whatsapp-float__label{
  display: none;
}
.whatsapp-inline-card{
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(138,163,138,0.26);
  background: rgba(176,195,162,0.12);
}
.whatsapp-inline-card .small{
  margin: 0;
  color: var(--ink-2);
}
.whatsapp-inline-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--sage-deep);
  font-weight: 700;
}
.whatsapp-inline-link:hover{
  color: var(--ink);
}
.whatsapp-inline-compact{
  display: grid;
  gap: 8px;
  margin-top: 12px;
  color: var(--ink-2);
}
.whatsapp-inline-link.is-compact{
  font-size: 14px;
}
body[data-page="product"] .whatsapp-float{
  bottom: 96px;
}

@media (max-width: 760px){
  .order-access-modal__dialog{
    width: min(100% - 20px, 560px);
    margin-top: 4vh;
    padding: 20px;
    border-radius: 22px;
  }
  .order-access-modal__dialog h2{
    font-size: 24px;
  }
  .order-access-form__actions{
    display: grid;
  }
  .whatsapp-float{
    right: 16px;
    bottom: 20px;
    width: 56px;
    height: 56px;
  }
  body[data-page="product"] .whatsapp-float{
    bottom: 98px;
  }
}


body[data-page="index"] .whatsapp-float{
  display: inline-grid !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border: 3px solid rgba(255,255,255,0.92);
  box-shadow: 0 20px 42px rgba(31,42,31,0.28);
}
body[data-page="index"] .whatsapp-float__icon{
  width: 26px;
  height: 26px;
}
@media (max-width: 760px){
  body[data-page="index"] .whatsapp-float{
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}
