/* Tu Logo Digital — CSS del artefacto.
   Reset mínimo propio (sustituye el preflight de Tailwind) + diseño verbatim de site/app/globals.css.
   No editar a mano: se regenera desde el artefacto. */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ol,ul{margin:0}
ol[class],ul[class]{list-style:none;padding:0}
button,input,select,textarea{font:inherit;color:inherit;margin:0}
button{background:none;border:0;cursor:pointer}
img,picture,svg,video,canvas{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;width:1.15em;height:1.15em}
table{border-collapse:collapse}
summary{cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
:where(a){color:inherit}
hr{border:0;border-top:1px solid currentColor;opacity:.15}

:root {
  --brand-yellow: #fdc71f;
  --brand-yellow-deep: #e5ae08;
  --brand-ink: #191919;
  --brand-orange: #ed552e;
  --brand-cream: #fffaf0;
  --background: #fffdf8;
  --foreground: #191919;
  --primary: #191919;
  --primary-foreground: #ffffff;
  --secondary: #fdc71f;
  --secondary-foreground: #191919;
  --accent: #ed552e;
  --accent-foreground: #ffffff;
  --border: #191919;
  --ring: #ed552e;
  --radius: 0.9rem;
}

.dark {
  --background: #191919;
  --foreground: #ffffff;
  --primary: #fdc71f;
  --primary-foreground: #191919;
  --secondary: #2a2a2a;
  --secondary-foreground: #ffffff;
  --accent: #ed552e;
  --accent-foreground: #ffffff;
  --border: #4a4a4a;
  --ring: #fdc71f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist), Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(25 25 25 / 14%);
  background: rgb(255 253 248 / 92%);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand-link {
  display: inline-flex;
  width: 132px;
  align-items: center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav > li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-nav a {
  padding-block: 12px;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #a63b1f;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--brand-ink);
  border-radius: 14px;
  padding: 0 20px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.main-nav a:focus-visible,
.brand-link:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.button-dark {
  background: var(--brand-ink);
  color: white;
  box-shadow: 4px 4px 0 var(--brand-orange);
}

.button-dark:hover {
  box-shadow: 6px 6px 0 var(--brand-orange);
}

.button-ghost {
  background: transparent;
  color: var(--brand-ink);
}

.button-ghost:hover {
  background: rgb(255 255 255 / 48%);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  border-bottom: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
  padding-block: 58px 70px;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 9px;
  border: 1.5px solid var(--brand-ink);
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  padding: 9px 13px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-orange);
  content: '';
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.85rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

h1 span {
  display: inline;
  color: white;
  text-shadow: 3px 3px 0 var(--brand-ink);
}

.hero-text {
  max-width: 610px;
  margin: 32px 0 0;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  font-weight: 540;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.brand-stamp {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 2%;
  display: flex;
  width: 176px;
  min-height: 102px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-ink);
  border-radius: 18px;
  background: white;
  box-shadow: 7px 7px 0 var(--brand-ink);
  transform: rotate(2.5deg);
}

.brand-stamp img {
  width: 142px;
}

.card-stack {
  position: absolute;
  inset: 28px 0 0;
}

.sample-card {
  position: absolute;
  overflow: hidden;
  width: min(52%, 265px);
  margin: 0;
  border: 2px solid var(--brand-ink);
  border-radius: 20px;
  background: var(--brand-yellow);
  box-shadow: 13px 15px 0 rgb(25 25 25 / 18%);
}

.sample-card img {
  display: block;
  width: 100%;
  height: auto;
}

.sample-card-front {
  z-index: 2;
  top: 25px;
  left: 1%;
  transform: rotate(-5deg);
}

.sample-card-back {
  z-index: 3;
  right: 6%;
  bottom: 0;
  transform: rotate(5deg);
}

.hero-note {
  position: absolute;
  z-index: 6;
  right: 2%;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 13px;
  background: var(--brand-orange);
  color: white;
  padding: 11px 15px;
  transform: rotate(-2deg);
}

.hero-note span {
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.hero-note p {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dot-field {
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(rgb(25 25 25 / 28%) 1.35px, transparent 1.35px);
  background-size: 24px 24px;
}

.dot-field-hero {
  right: -90px;
  bottom: -90px;
  width: 47vw;
  height: 58%;
  transform: rotate(-7deg);
}

.mobile-nav {
  display: none;
}

.section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 10vw, 132px);
}

.section-light {
  background: var(--brand-cream);
}

.section-heading {
  margin-bottom: clamp(42px, 6vw, 72px);
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 56px;
}

.section-heading h2,
.cards-copy h2,
.cta-panel h2,
.contact-intro h2 {
  margin: 0;
  font-size: clamp(2.65rem, 5.7vw, 5.7rem);
  font-weight: 930;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.heading-split > p {
  max-width: 500px;
  margin: 0 0 4px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.kicker {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 10px;
  color: #a63b1f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kicker::before {
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--brand-orange);
  content: '';
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit-card {
  min-height: 330px;
  border: 2px solid var(--brand-ink);
  border-radius: 22px;
  background: white;
  padding: clamp(25px, 3vw, 36px);
  box-shadow: 8px 8px 0 var(--brand-yellow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-card:nth-child(2) {
  background: var(--brand-yellow);
  box-shadow: 8px 8px 0 var(--brand-orange);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 11px 13px 0 var(--brand-yellow);
}

.benefit-card:nth-child(2):hover {
  box-shadow: 11px 13px 0 var(--brand-orange);
}

.benefit-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-box {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-ink);
  border-radius: 14px;
  background: var(--brand-yellow);
}

.benefit-card:nth-child(2) .icon-box {
  background: white;
}

.icon-box svg {
  width: 27px;
  height: 27px;
  stroke-width: 2.35;
}

.benefit-number {
  color: rgb(25 25 25 / 34%);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.benefit-card h3 {
  margin: 72px 0 14px;
  font-size: clamp(1.42rem, 2.5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.benefit-card p {
  margin: 0;
  color: #47433c;
  line-height: 1.6;
}

.cards-section {
  background: white;
}

.cards-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 8vw, 102px);
}

.cards-copy {
  position: sticky;
  top: 124px;
  align-self: start;
}

.cards-copy .lead {
  max-width: 550px;
  margin: 28px 0 0;
  color: #413d36;
  font-size: 1.1rem;
  line-height: 1.7;
}

.mini-points {
  display: grid;
  margin-top: 28px;
  gap: 12px;
}

.mini-points p {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 680;
  line-height: 1.45;
}

.mini-points svg {
  width: 20px;
  min-width: 20px;
  color: #b94121;
}

.cards-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid var(--brand-ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.text-link svg {
  width: 16px;
}

.text-link:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 4px;
}

.gallery-wrap {
  min-width: 0;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--brand-ink);
  border-radius: 22px;
  background: var(--brand-cream);
  box-shadow: 8px 8px 0 rgb(25 25 25 / 13%);
}

.gallery-card:nth-child(2) {
  transform: translateY(44px);
}

.gallery-card-board {
  grid-column: 1 / -1;
  margin-top: 36px;
}

.gallery-image {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--brand-ink);
}

.portrait-image {
  min-height: 430px;
  background: #f6f1e8;
  padding: 24px;
}

.portrait-image img {
  width: auto;
  height: 410px;
  object-fit: contain;
}

.board-image {
  height: 430px;
  background: #f4f1ea;
  padding: 24px;
}

.board-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-card figcaption {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px 17px;
}

.gallery-card figcaption span {
  color: #a63b1f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-card figcaption strong {
  margin-top: 4px;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
}

.gallery-card-yellow figcaption {
  background: var(--brand-yellow);
}

.gallery-card-orange figcaption {
  background: #f47a58;
}

.gallery-hint {
  display: none;
}

.dot-field-cards {
  top: 4%;
  right: -80px;
  width: 420px;
  height: 320px;
  opacity: 0.35;
}

.ideal-section {
  border-block: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

.centered-heading {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading .kicker {
  justify-content: center;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.audience-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 2px solid var(--brand-ink);
  border-radius: 19px;
  background: white;
  padding: 22px 20px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.audience-card:nth-child(even) {
  background: var(--brand-ink);
  color: white;
}

.audience-card:hover {
  transform: rotate(-1.5deg) translateY(-4px);
}

.audience-index {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgb(25 25 25 / 34%);
  font-size: 0.7rem;
  font-weight: 900;
}

.audience-card:nth-child(even) .audience-index {
  color: rgb(255 255 255 / 42%);
}

.audience-card svg {
  width: 31px;
  height: 31px;
  margin-bottom: 26px;
  color: var(--brand-orange);
}

.audience-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 880;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.cta-section {
  background: var(--brand-cream);
  padding: clamp(34px, 5vw, 66px) 0;
}

.cta-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(26px, 5vw, 60px);
  border-radius: 26px;
  background: var(--brand-ink);
  color: white;
  padding: clamp(30px, 5vw, 64px);
}

.cta-panel::after {
  position: absolute;
  right: 14%;
  bottom: -68px;
  width: 170px;
  height: 170px;
  border: 22px solid var(--brand-orange);
  border-radius: 50%;
  content: '';
  opacity: 0.22;
}

.cta-mark {
  display: flex;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--brand-yellow);
  color: var(--brand-ink);
  transform: rotate(-4deg);
}

.cta-mark svg {
  width: 46px;
  height: 46px;
}

.kicker-yellow {
  color: var(--brand-yellow);
}

.kicker-yellow::before {
  background: var(--brand-yellow);
}

.cta-panel h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 4.7vw, 4.8rem);
}

.cta-panel > div:nth-child(2) > p:last-child {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 74%);
  font-size: 1.02rem;
  line-height: 1.6;
}

.button-yellow {
  position: relative;
  z-index: 2;
  background: var(--brand-yellow);
  color: var(--brand-ink);
  box-shadow: 5px 5px 0 var(--brand-orange);
}

.button-yellow:hover {
  box-shadow: 7px 7px 0 var(--brand-orange);
}

.contact-section {
  background: white;
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
  gap: clamp(56px, 9vw, 116px);
}

.contact-intro > p:not(.kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: #4f4a42;
  font-size: 1.04rem;
  line-height: 1.7;
}

.button-pending {
  margin-top: 34px;
  cursor: not-allowed;
  opacity: 0.82;
}

.contact-intro small {
  display: block;
  margin-top: 15px;
  color: #6e675d;
  font-size: 0.76rem;
}

.contact-list {
  display: grid;
  margin: 0;
  gap: 12px;
  font-style: normal;
}

.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  border: 1.5px solid rgb(25 25 25 / 20%);
  border-radius: 17px;
  background: var(--brand-cream);
  padding: 15px 18px;
}

.contact-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-ink);
  border-radius: 13px;
  background: var(--brand-yellow);
}

.contact-icon svg {
  width: 23px;
  height: 23px;
}

.contact-item > div {
  display: grid;
  gap: 3px;
}

.contact-item > div > span {
  color: #696156;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-item strong {
  overflow-wrap: anywhere;
  font-size: clamp(0.9rem, 1.6vw, 1.08rem);
  letter-spacing: -0.015em;
}

.dot-field-contact {
  right: -160px;
  bottom: -80px;
  width: 520px;
  height: 420px;
  opacity: 0.27;
}

.site-footer {
  border-top: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

.footer-top {
  display: grid;
  min-height: 150px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.footer-top img {
  width: 126px;
}

.footer-top p {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.footer-top > span {
  border: 1.5px solid var(--brand-ink);
  border-radius: 999px;
  background: rgb(255 255 255 / 52%);
  padding: 9px 13px;
  font-size: 0.74rem;
  font-weight: 820;
}

.footer-bottom {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgb(25 25 25 / 24%);
  font-size: 0.76rem;
  font-weight: 680;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-bottom svg {
  width: 15px;
}

@media (max-width: 1080px) {
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audience-card {
    min-height: 190px;
  }

  .cta-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cta-panel > .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 126px;
  }

  .header-inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 7vw, 42px);
    border-top: 1px solid rgb(25 25 25 / 10%);
    background: white;
    font-size: 0.72rem;
    font-weight: 820;
  }

  .mobile-nav a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
  }

  .mobile-nav a:focus-visible {
    outline: 3px solid var(--brand-orange);
    outline-offset: -3px;
  }

  .brand-link {
    width: 116px;
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 15px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 48px 66px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: min(100%, 560px);
    min-height: 560px;
    margin-inline: auto;
  }

  .heading-split,
  .cards-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .heading-split {
    gap: 24px;
  }

  .section-heading h2,
  .cards-copy h2,
  .contact-intro h2 {
    max-width: 720px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-card:last-child {
    grid-column: 1 / -1;
  }

  .benefit-card {
    min-height: 300px;
  }

  .cards-copy {
    position: static;
  }

  .gallery-track {
    display: flex;
    margin-inline: -16px;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 16px 18px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .gallery-card {
    min-width: min(72vw, 330px);
    flex: 0 0 min(72vw, 330px);
    scroll-snap-align: start;
  }

  .gallery-card:nth-child(2) {
    transform: none;
  }

  .gallery-card-board {
    margin-top: 0;
  }

  .portrait-image,
  .board-image {
    min-height: 390px;
    height: 390px;
  }

  .portrait-image img {
    height: 350px;
  }

  .gallery-hint {
    display: block;
    margin: 6px 0 0;
    color: #696156;
    font-size: 0.76rem;
    font-weight: 720;
    text-align: center;
  }

  .contact-layout {
    gap: 48px;
  }

  .footer-top {
    grid-template-columns: auto 1fr;
  }

  .footer-top > span {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .benefit-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card:last-child {
    grid-column: auto;
  }

  .benefit-card {
    min-height: 280px;
  }

  .audience-card {
    min-height: 155px;
  }

  .audience-card svg {
    margin-bottom: 18px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-mark {
    width: 72px;
    height: 72px;
  }

  .cta-mark svg {
    width: 36px;
    height: 36px;
  }

  .cta-panel > .button {
    grid-column: auto;
  }

  .footer-top {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 35px;
  }

  .footer-top > span {
    grid-column: auto;
  }

  .footer-bottom {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 22px;
  }
}

@media (max-width: 540px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .brand-link img {
    width: 112px;
  }

  .header-cta svg {
    display: none;
  }

  .header-cta {
    width: auto;
    min-height: 44px;
    font-size: 0.86rem;
  }

  .hero-grid {
    padding-top: 38px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(3.05rem, 16vw, 4.65rem);
  }

  .hero-text {
    margin-top: 25px;
    font-size: 1.02rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .brand-stamp {
    top: -8px;
    right: 2px;
    width: 143px;
    min-height: 86px;
  }

  .brand-stamp img {
    width: 115px;
  }

  .sample-card {
    width: min(53%, 205px);
    border-radius: 16px;
  }

  .sample-card-front {
    top: 38px;
    left: 4px;
  }

  .sample-card-back {
    right: 5px;
    bottom: 8px;
  }

  .hero-note {
    right: 2px;
    bottom: 4px;
  }

  .section {
    padding-block: 74px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .cards-copy h2,
  .contact-intro h2 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .heading-split > p,
  .cards-copy .lead,
  .contact-intro > p:not(.kicker) {
    font-size: 1rem;
  }

  .benefit-card h3 {
    margin-top: 54px;
  }

  .cards-actions {
    display: grid;
  }

  .cards-actions .text-link {
    justify-self: start;
  }

  .gallery-track {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .gallery-card {
    min-width: 82vw;
    flex-basis: 82vw;
  }

  .portrait-image,
  .board-image {
    min-height: 360px;
    height: 360px;
  }

  .portrait-image img {
    height: 330px;
  }

  .centered-heading {
    text-align: left;
  }

  .centered-heading .kicker {
    justify-content: flex-start;
  }

  .cta-panel {
    width: calc(100% - 24px);
    border-radius: 22px;
    padding: 28px 22px;
  }

  .cta-panel h2 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .contact-item {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding-inline: 13px;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .contact-item strong {
    font-size: 0.84rem;
  }

  .button-pending {
    height: auto;
    padding-block: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Updated multi-service experience */
.site-header-v2 .header-inner-v2 {
  min-height: 78px;
  gap: 22px;
}

.main-nav-v2 {
  gap: clamp(13px, 1.8vw, 25px);
  font-size: 0.82rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(40px, 6vw, 86px);
  padding-block: clamp(40px, 5vw, 68px);
}

.home-hero-copy {
  max-width: 720px;
}

.home-hero h1 {
  max-width: 820px;
  font-size: clamp(3.15rem, 4.5vw, 4.8rem);
  line-height: 0.92;
}

.home-hero .hero-text {
  max-width: 680px;
}

.button-whatsapp {
  border-color: var(--brand-ink);
  background: #137a4f;
  color: white;
  box-shadow: 4px 4px 0 var(--brand-ink);
}

.button-whatsapp:hover {
  background: #0f6843;
  box-shadow: 6px 6px 0 var(--brand-ink);
}

.review-note {
  margin: 18px 0 0;
  font-size: 0.76rem;
  font-weight: 720;
}

.media-placeholder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border: 2px dashed rgb(25 25 25 / 58%);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 78%), rgb(255 250 240 / 92%)),
    var(--brand-cream);
  box-shadow: 11px 13px 0 rgb(25 25 25 / 16%);
}

.media-placeholder-16-10 {
  aspect-ratio: 16 / 10;
}

.media-placeholder-4-3 {
  aspect-ratio: 4 / 3;
}

.media-placeholder-horizontal {
  aspect-ratio: 16 / 7;
}

.placeholder-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgb(25 25 25 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(25 25 25 / 7%) 1px, transparent 1px);
  background-size: 34px 34px;
}

.placeholder-orbit {
  position: absolute;
  z-index: -1;
  display: block;
  border: 2px solid var(--brand-ink);
  border-radius: 999px;
}

.placeholder-orbit-one {
  top: 13%;
  right: 12%;
  width: 42%;
  aspect-ratio: 1;
  background: var(--brand-yellow);
}

.placeholder-orbit-two {
  bottom: -19%;
  left: 7%;
  width: 38%;
  aspect-ratio: 1;
  border-color: var(--brand-orange);
  background: rgb(237 85 46 / 15%);
}

.placeholder-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1.5px solid var(--brand-ink);
  border-radius: 14px;
  background: rgb(255 255 255 / 92%);
  padding: 12px 14px;
}

.placeholder-label strong {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.placeholder-label span {
  color: #6f675b;
  font-size: 0.7rem;
  font-weight: 650;
  text-align: right;
}

.need-section {
  background: var(--brand-cream);
}

.compact-heading {
  margin-bottom: 44px;
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid var(--brand-ink);
  border-radius: 23px;
  background: white;
}

.need-route {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1.5px solid rgb(25 25 25 / 25%);
  padding: 28px 24px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.need-route:last-child {
  border-right: 0;
}

.need-route:hover,
.need-route:focus-visible {
  z-index: 2;
  background: var(--brand-yellow);
  outline: 3px solid var(--brand-orange);
  outline-offset: 2px;
  transform: translateY(-3px);
}

.need-route-number {
  align-self: flex-end;
  color: rgb(25 25 25 / 36%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.need-route > svg {
  width: 34px;
  height: 34px;
  margin: 26px 0 30px;
  color: #b94121;
  stroke-width: 2.1;
}

.need-route h3 {
  margin: 0;
  font-size: 1.34rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.need-route p {
  margin: 12px 0 22px;
  color: #5d574e;
  font-size: 0.91rem;
  line-height: 1.52;
}

.need-route strong {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 6px;
  font-size: 0.79rem;
}

.need-route strong svg {
  width: 15px;
}

@media (max-width: 1060px) {
  .main-nav-v2 {
    display: none;
  }

  .header-inner-v2 {
    grid-template-columns: 1fr auto;
  }

  .mobile-nav-v2 {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 18px;
    scrollbar-width: none;
  }

  .mobile-nav-v2::-webkit-scrollbar {
    display: none;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    max-width: 850px;
  }

  .home-hero-media {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .need-route:nth-child(2) {
    border-right: 0;
  }

  .need-route:nth-child(-n + 2) {
    border-bottom: 1.5px solid rgb(25 25 25 / 25%);
  }
}

@media (max-width: 620px) {
  .home-hero-grid {
    gap: 22px;
    padding-block: 26px 38px;
  }

  .home-hero h1 {
    font-size: clamp(2.25rem, 10.4vw, 2.75rem);
    line-height: 0.93;
  }

  .home-hero-media {
    width: min(220px, 64vw);
    justify-self: center;
  }

  .home-hero .review-note {
    display: none;
  }

  .home-hero .hero-actions {
    display: grid;
  }

  .home-hero .button {
    width: 100%;
  }

  .home-hero .placeholder-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .home-hero .placeholder-label span {
    text-align: left;
  }

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

  .need-route {
    min-height: 252px;
    border-right: 0;
    border-bottom: 1.5px solid rgb(25 25 25 / 25%);
  }

  .need-route:last-child {
    border-bottom: 0;
  }

  .header-inner-v2 {
    gap: 8px;
  }

  .header-cta {
    padding-inline: 11px;
    font-size: 0.74rem;
  }

  .header-cta svg {
    width: 17px;
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
  padding-block: clamp(54px, 8vw, 94px);
}

.page-hero-grid,
.calculator-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
}

.page-hero h1,
.calculator-page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.25rem, 6.2vw, 6.8rem);
}

.page-hero-grid > div:first-child > p:last-child,
.calculator-hero-grid > div:first-child > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(1.03rem, 2vw, 1.25rem);
  line-height: 1.62;
}

.page-hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid var(--brand-ink);
  border-radius: 21px;
  background: rgb(255 255 255 / 84%);
  padding: 26px;
  box-shadow: 8px 8px 0 var(--brand-orange);
}

.page-hero-aside > strong {
  font-size: 1.05rem;
}

.page-hero-aside > span {
  margin: 10px 0 24px;
  color: #5d574e;
  font-size: 0.88rem;
  line-height: 1.55;
}

.package-section,
.catalog-section,
.print-bundles-section,
.print-design-section {
  background: white;
}

.bundle-grid,
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bundle-card,
.catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1.5px solid rgb(25 25 25 / 32%);
  border-radius: 21px;
  background: white;
  padding: 26px;
  box-shadow: 5px 6px 0 rgb(25 25 25 / 8%);
}

.bundle-card-featured {
  border: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
  box-shadow: 7px 8px 0 var(--brand-orange);
}

.bundle-card-top {
  display: flex;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.bundle-card-top > strong {
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-align: right;
}

.bundle-card h3,
.catalog-card h3 {
  margin: 32px 0 10px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 930;
  letter-spacing: -0.05em;
  line-height: 1;
}

.bundle-card > p,
.catalog-card-heading > p {
  margin: 0;
  color: #585249;
  font-size: 0.93rem;
  line-height: 1.58;
}

.service-tag {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid var(--brand-ink);
  border-radius: 999px;
  background: var(--brand-yellow);
  padding: 4px 9px;
  color: var(--brand-ink);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-tag + .service-tag {
  margin-left: 6px;
}

.service-tag-muted {
  background: var(--brand-cream);
}

.catalog-price {
  display: block;
  margin-top: 24px;
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.compact-list {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.compact-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.86rem;
  font-weight: 680;
  line-height: 1.45;
}

.compact-list svg {
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-top: 1px;
  color: #a63b1f;
  stroke-width: 2.6;
}

.catalog-details {
  margin-top: 18px;
}

.catalog-details summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  border-top: 1px solid rgb(25 25 25 / 17%);
  border-radius: 0;
  padding-block: 12px;
  align-items: center;
  justify-content: space-between;
  font-weight: 850;
  text-decoration: none;
}

.catalog-details summary::-webkit-details-marker {
  display: none;
}

.catalog-details summary::after {
  content: '+';
  font-size: 1.15rem;
}

.catalog-details[open] summary::after {
  content: '\2212';
}

.catalog-details-content {
  padding: 4px 0 12px;
  color: #5d574e;
  line-height: 1.55;
}

.exclusion-block {
  margin-top: 14px;
  border-left: 3px solid var(--brand-orange);
  padding-left: 12px;
}

.exclusion-block ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.card-quote-button {
  width: 100%;
  margin-top: auto;
}

.card-action-stack {
  display: grid;
  margin-top: auto;
  gap: 10px;
}

.quantity-note {
  margin: 10px 0 0;
  color: #6d655b;
  font-size: 0.76rem;
  font-weight: 820;
}

.finish-list {
  display: grid;
  margin-bottom: 18px;
  gap: 16px;
}

.finish-list > div > strong,
.finish-list > div > span {
  display: block;
}

.finish-list > div > span {
  margin-top: 3px;
  color: #766e64;
  font-size: 0.72rem;
}

.finish-list ul {
  display: grid;
  margin: 8px 0 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}

.finish-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgb(25 25 25 / 10%);
  padding-bottom: 5px;
  font-size: 0.76rem;
}

.section-action-row,
.category-action-row {
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.workflow-section {
  border-block: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

.workflow-list {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.workflow-list li {
  min-height: 220px;
  border-left: 1.5px solid rgb(25 25 25 / 28%);
  padding: 22px;
}

.workflow-list li:first-child {
  border-left: 0;
}

.workflow-list li > span {
  display: block;
  color: #a63b1f;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.workflow-list li > div {
  margin-top: 64px;
}

.workflow-list h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.workflow-list p {
  margin: 10px 0 0;
  color: #554f46;
  font-size: 0.86rem;
  line-height: 1.5;
}

.category-showcase-section,
.faq-section,
.calculator-section,
.print-products-section {
  background: var(--brand-cream);
}

.category-showcase-grid {
  display: grid;
  gap: clamp(72px, 10vw, 128px);
}

.category-showcase-item {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 8vw, 96px);
}

.category-showcase-reverse .media-placeholder {
  order: 2;
}

.category-showcase-item > div:last-child h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.25rem, 4.7vw, 4.7rem);
  font-weight: 930;
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.category-showcase-item > div:last-child > p:not(.kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #5d574e;
  line-height: 1.65;
}

.category-showcase-item > div:last-child > a {
  display: inline-flex;
  min-height: 46px;
  margin-top: 24px;
  align-items: center;
  gap: 7px;
  border-bottom: 2px solid var(--brand-ink);
  font-size: 0.9rem;
  font-weight: 880;
}

.category-showcase-item > div:last-child > a svg {
  width: 16px;
}

.faq-layout,
.conditions-layout,
.finish-guide-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(54px, 9vw, 112px);
}

.faq-layout h2,
.conditions-layout h2,
.finish-guide-layout h2,
.final-cta-grid h2,
.compact-cta-panel h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 930;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.faq-layout > div:first-child > p:last-child {
  margin-top: 24px;
  color: #5d574e;
  line-height: 1.6;
}

.faq-accordion details,
.conditions-accordion {
  border-bottom: 1.5px solid rgb(25 25 25 / 22%);
}

.faq-accordion summary,
.conditions-accordion summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  min-height: 58px;
  padding-block: 15px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.faq-accordion summary::-webkit-details-marker,
.conditions-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after,
.conditions-accordion summary::after {
  content: '+';
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.faq-accordion details[open] summary::after,
.conditions-accordion[open] summary::after {
  content: '\2212';
}

.faq-accordion details > div,
.conditions-accordion > div {
  padding: 0 0 18px;
  color: #5d574e;
  font-size: 0.94rem;
  line-height: 1.62;
}

.final-cta-section {
  background: var(--brand-ink);
  color: white;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
}

.final-cta-grid .kicker {
  color: var(--brand-yellow);
}

.final-cta-grid > div:first-child > p:not(.kicker) {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 74%);
  line-height: 1.65;
}

.final-cta-grid .button-ghost {
  border-color: white;
  color: white;
}

.final-cta-grid .media-placeholder {
  color: var(--brand-ink);
}

.contact-pending-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  margin-top: 54px;
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding-top: 34px;
  gap: 28px;
}

.contact-pending-panel h3 {
  max-width: 440px;
  margin: 8px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.contact-pending-panel dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-pending-panel dl > div {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 13px;
  padding: 13px 14px;
}

.contact-pending-panel dt {
  color: rgb(255 255 255 / 66%);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-pending-panel dd {
  overflow-wrap: anywhere;
  margin: 6px 0 0;
  color: var(--brand-yellow);
  font-size: 0.83rem;
  font-weight: 800;
}

.tabs-scroller {
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.services-tabs-list {
  display: flex;
  min-width: max-content;
  gap: 8px;
}

.services-tab-trigger {
  min-width: 142px;
  min-height: 64px;
  flex-direction: column;
  align-items: flex-start;
  border: 1.5px solid rgb(25 25 25 / 22%);
  border-radius: 13px;
  background: white;
  padding: 9px 12px;
  color: var(--brand-ink);
}

.services-tab-trigger[data-active] {
  border-color: var(--brand-ink);
  background: var(--brand-yellow);
  box-shadow: 3px 4px 0 var(--brand-orange);
}

.services-tab-trigger small {
  color: #6c655b;
  font-size: 0.65rem;
  white-space: normal;
  text-align: left;
}

.filter-label-row {
  display: flex;
  margin-bottom: 14px;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.filter-label-row span {
  color: #6c655b;
  font-size: 0.76rem;
}

.services-tab-content {
  margin-top: 30px;
}

.category-note {
  max-width: 880px;
  margin: 0 0 20px;
  border-left: 4px solid var(--brand-orange);
  padding: 10px 14px;
  background: var(--brand-cream);
  color: #544e46;
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.5;
}

.all-bundles-section,
.print-bundles-section {
  border-block: 2px solid var(--brand-ink);
  background: var(--brand-yellow);
}

/* Seis paquetes → 3 columnas × 2 filas. Con 4 columnas las tarjetas quedaban
   angostas y la segunda fila con sólo dos huérfanas. */
.all-bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.all-bundle-grid .bundle-card,
.print-bundle-grid .bundle-card {
  background: white;
}

.conditions-section {
  background: white;
}

.condition-summary-list {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.condition-summary-list li {
  border-left: 3px solid var(--brand-orange);
  padding-left: 14px;
  color: #514c44;
  line-height: 1.5;
}

.conditions-accordion ol,
.conditions-accordion ul {
  display: grid;
  margin: 0;
  padding-left: 22px;
  gap: 11px;
}

.compact-cta-section {
  background: var(--brand-cream);
  padding-block: 44px;
}

.compact-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  border-radius: 24px;
  background: var(--brand-ink);
  color: white;
  padding: clamp(28px, 5vw, 56px);
}

.compact-cta-panel h2 {
  max-width: 850px;
  font-size: clamp(2.25rem, 4.5vw, 4.4rem);
}

.print-page-hero .media-placeholder {
  max-width: 500px;
  justify-self: end;
}

.print-separation-section {
  background: var(--brand-cream);
  padding-block: 28px;
}

.print-separation-alert {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border: 2px solid var(--brand-ink);
  border-radius: 19px;
  background: #fff0e9;
  padding: 22px 24px;
  box-shadow: 5px 6px 0 var(--brand-orange);
}

.print-separation-alert > svg {
  width: 34px;
  height: 34px;
  color: #a63b1f;
}

.print-separation-alert h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 930;
  letter-spacing: -0.04em;
}

.print-separation-alert p {
  margin: 8px 0 0;
  color: #5b514b;
  line-height: 1.55;
}

.print-bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-notice {
  display: grid;
  gap: 7px;
  border-left: 3px solid var(--brand-orange);
  padding-left: 15px;
}

.pricing-notice span {
  color: #635c52;
  font-size: 0.82rem;
  line-height: 1.5;
}

.finish-guide-section {
  background: var(--brand-ink);
  color: white;
}

.finish-guide-section .kicker {
  color: var(--brand-yellow);
}

.finish-guide-list {
  display: grid;
  gap: 14px;
}

.finish-guide-list article {
  display: grid;
  grid-template-columns: 42px minmax(120px, 0.5fr) 1fr;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  padding-block: 18px;
}

.finish-guide-list article > span {
  color: var(--brand-yellow);
  font-size: 0.72rem;
  font-weight: 900;
}

.finish-guide-list h3 {
  margin: 0;
  font-size: 1rem;
}

.finish-guide-list p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 0.86rem;
  line-height: 1.55;
}

.production-reminders {
  display: grid;
  margin-top: 30px;
  gap: 12px;
}

.production-reminders p {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.5;
}

.production-reminders svg {
  width: 21px;
  min-width: 21px;
  color: #a63b1f;
}

.calculator-page-hero {
  background: var(--brand-yellow);
}

.calculator-mode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 560px);
  height: auto;
  margin-bottom: 28px;
  border: 1.5px solid var(--brand-ink);
  border-radius: 15px;
  background: white;
  padding: 4px;
}

.calculator-mode-trigger {
  border: 0;
  background: transparent;
  cursor: pointer;
  min-height: 50px;
  border-radius: 11px;
  padding-inline: 18px;
  color: var(--brand-ink);
  font-weight: 850;
}

.calculator-mode-trigger[data-active] {
  background: var(--brand-yellow);
  box-shadow: none;
}

.calculator-panel {
  margin-top: 0;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: start;
  gap: clamp(32px, 6vw, 72px);
}

.calculator-controls {
  display: grid;
  gap: 22px;
  border: 1.5px solid rgb(25 25 25 / 24%);
  border-radius: 22px;
  background: white;
  padding: clamp(22px, 4vw, 36px);
}

/* align-content: start es lo que mantiene a los campos hermanos alineados
   dentro de .field-pair. Sin él, cuando un campo es más alto (p. ej. Acabado
   con su texto de ayuda), la celda vecina se estira y el grid interno infla
   label y select para llenar el hueco: el selector de «Tamaño o presentación»
   llegaba a 80px de alto. Con start, cada fila conserva su altura natural y
   el sobrante queda abajo (v0.9.1). */
.quote-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.quote-field label,
.quote-choice-group legend {
  font-size: 0.82rem;
  font-weight: 880;
}

.quote-field small,
.quote-result small {
  color: #6d655b;
  font-size: 0.74rem;
  line-height: 1.45;
}

.quote-select {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid rgb(25 25 25 / 42%);
  border-radius: 12px;
  background: var(--brand-cream);
  color: var(--brand-ink);
  padding: 0 38px 0 13px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 720;
}

.quote-select:focus-visible,
.quote-choice-group input:focus-visible + span {
  outline: 3px solid var(--brand-orange);
  outline-offset: 2px;
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-choice-group {
  display: grid;
  margin: 0;
  border: 0;
  padding: 0;
  gap: 8px;
}

.quote-choice-group legend {
  margin-bottom: 3px;
}

.quote-choice-group label {
  position: relative;
  cursor: pointer;
}

.quote-choice-group input {
  position: absolute;
  opacity: 0;
}

.quote-choice-group span {
  display: flex;
  min-height: 48px;
  align-items: center;
  border: 1.5px solid rgb(25 25 25 / 28%);
  border-radius: 12px;
  background: var(--brand-cream);
  padding: 10px 13px;
  font-size: 0.86rem;
  font-weight: 720;
}

.quote-choice-group input:checked + span {
  border-color: var(--brand-ink);
  background: var(--brand-yellow);
  box-shadow: 3px 3px 0 var(--brand-orange);
}

.calculator-service-summary {
  border-left: 4px solid var(--brand-yellow);
  background: var(--brand-cream);
  padding: 18px;
}

/* Sin position: sticky. El sticky con top: 110px arrancaba el panel 21px
   abajo del formulario y lo hacía derivar con el scroll, así que la coordenada
   superior de «Estimado inicial» cambiaba según la categoría y el alto del
   formulario. Estático, arranca SIEMPRE alineado y el formulario crece hacia
   abajo (v0.9.0). */
.quote-result {
  border: 2px solid var(--brand-ink);
  border-radius: 22px;
  background: var(--brand-ink);
  color: white;
  padding: clamp(24px, 4vw, 34px);
  box-shadow: 8px 9px 0 var(--brand-orange);
}

.quote-result-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-yellow);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.quote-result-heading svg {
  width: 20px;
}

.quote-result dl {
  display: grid;
  margin: 28px 0 0;
  gap: 0;
}

.quote-result dl > div {
  display: grid;
  grid-template-columns: minmax(95px, 0.45fr) 1fr;
  gap: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  padding-block: 11px;
}

.quote-result dt {
  color: rgb(255 255 255 / 58%);
  font-size: 0.75rem;
}

.quote-result dd {
  margin: 0;
  font-size: 0.83rem;
  font-weight: 760;
  text-align: right;
}

.quote-total {
  display: flex;
  margin-top: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.quote-total span {
  color: rgb(255 255 255 / 70%);
  font-size: 0.78rem;
}

.quote-total strong {
  color: var(--brand-yellow);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.quote-result > p {
  margin: 22px 0 0;
  color: rgb(255 255 255 / 70%);
  font-size: 0.78rem;
  line-height: 1.55;
}

.result-button {
  width: 100%;
  height: auto;
  margin-top: 22px;
  padding-block: 14px;
  text-align: center;
  white-space: normal;
}

.pricing-date {
  margin: 28px 0 0;
  color: #625b52;
  font-size: 0.77rem;
  line-height: 1.55;
}

.estimate-disclaimer-section {
  background: var(--brand-yellow);
  padding-block: 28px;
}

.estimate-disclaimer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.estimate-disclaimer p {
  max-width: 720px;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .bundle-grid,
  .catalog-grid,
  .all-bundle-grid,
  .print-bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-list li:nth-child(3) {
    border-left: 0;
  }

  .workflow-list li:nth-child(-n + 2) {
    border-bottom: 1.5px solid rgb(25 25 25 / 28%);
  }
}

@media (max-width: 860px) {
  .page-hero-grid,
  .calculator-hero-grid,
  .category-showcase-item,
  .faq-layout,
  .conditions-layout,
  .finish-guide-layout,
  .final-cta-grid,
  .contact-pending-panel,
  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-aside,
  .print-page-hero .media-placeholder,
  .home-hero-media {
    width: min(100%, 700px);
    justify-self: start;
  }

  .category-showcase-reverse .media-placeholder {
    order: 0;
  }

  .compact-cta-panel {
    grid-template-columns: 1fr;
  }

  .compact-cta-panel .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .page-hero,
  .calculator-page-hero {
    padding-block: 40px 54px;
  }

  .page-hero h1,
  .calculator-page-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .bundle-grid,
  .catalog-grid,
  .all-bundle-grid,
  .print-bundle-grid,
  .workflow-list {
    grid-template-columns: 1fr;
  }

  .bundle-card,
  .catalog-card {
    padding: 22px;
  }

  .contact-pending-panel dl {
    grid-template-columns: 1fr;
  }

  .workflow-list li {
    min-height: 180px;
    border-left: 0;
    border-bottom: 1.5px solid rgb(25 25 25 / 28%);
  }

  .workflow-list li:last-child {
    border-bottom: 0;
  }

  .workflow-list li > div {
    margin-top: 38px;
  }

  .category-showcase-item > div:last-child h3,
  .faq-layout h2,
  .conditions-layout h2,
  .finish-guide-layout h2,
  .final-cta-grid h2,
  .compact-cta-panel h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .filter-label-row,
  .category-action-row,
  .estimate-disclaimer {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-action-row .button,
  .section-action-row .button,
  .compact-cta-panel .button {
    width: 100%;
  }

  .print-separation-alert {
    grid-template-columns: 1fr;
  }

  .finish-guide-list article {
    grid-template-columns: 32px 1fr;
  }

  .finish-guide-list article p {
    grid-column: 2;
  }

  .field-pair {
    grid-template-columns: 1fr;
  }

  .calculator-mode-list {
    width: 100%;
  }

  .calculator-mode-trigger {
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .quote-result dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .quote-result dd {
    text-align: left;
  }

  .quote-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-total strong {
    font-size: 2.65rem;
  }
}

@media (max-width: 360px) {
  .shell {
    width: min(100% - 20px, 1180px);
  }

  .header-cta {
    padding-inline: 12px;
  }

  .brand-link,
  .brand-link img {
    width: 102px;
  }

  .mobile-nav-v2 {
    padding-inline: 12px;
  }

  .placeholder-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}
