:root {
  --ink: #24162d;
  --muted: #6f6176;
  --paper: #fff8e8;
  --surface: #ffffff;
  --violet: #88409b;
  --coral: #ee7182;
  --lime: #a8cc45;
  --sun: #f6c85f;
  --sky: #72d1d0;
  --mint: #dff5d2;
  --cream: #fff1c9;
  --deep: #211226;
  --shadow: 0 28px 80px rgba(18, 12, 34, .2);
  --soft-shadow: 0 16px 42px rgba(18, 12, 34, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

main,
footer {
  position: relative;
  z-index: 2;
}

body::before {
  display: none;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 22px;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.site-header.is-scrolled {
  padding-block: 9px;
  background: rgba(255, 248, 237, .9);
  box-shadow: 0 12px 34px rgba(23, 20, 33, .13);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 30px rgba(23, 20, 33, .16);
  animation: logo-breathe 4.8s ease-in-out infinite;
}

.brand-name {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name strong {
  font-size: 1.03rem;
}

.brand-name span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
}

.site-header:not(.is-scrolled) .brand-name {
  color: rgba(255, 255, 255, .96);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.site-header:not(.is-scrolled) .brand-name span {
  color: rgba(255, 255, 255, .72);
}

.monsterfun-home .site-header:not(.is-scrolled) .brand-name,
.page-inflables .site-header:not(.is-scrolled) .brand-name,
.page-decoracion .site-header:not(.is-scrolled) .brand-name,
.page-golosinas .site-header:not(.is-scrolled) .brand-name,
.page-mobiliario .site-header:not(.is-scrolled) .brand-name,
.page-photobooth .site-header:not(.is-scrolled) .brand-name,
.page-contacto .site-header:not(.is-scrolled) .brand-name {
  color: var(--ink);
  text-shadow: none;
}

.monsterfun-home .site-header:not(.is-scrolled) .brand-name span,
.page-inflables .site-header:not(.is-scrolled) .brand-name span,
.page-decoracion .site-header:not(.is-scrolled) .brand-name span,
.page-golosinas .site-header:not(.is-scrolled) .brand-name span,
.page-mobiliario .site-header:not(.is-scrolled) .brand-name span,
.page-photobooth .site-header:not(.is-scrolled) .brand-name span,
.page-contacto .site-header:not(.is-scrolled) .brand-name span {
  color: var(--muted);
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(20, 15, 32, .76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
}

.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  font-size: .88rem;
  font-weight: 900;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: #fff;
  background: var(--violet);
  outline: none;
  transform: translateY(-2px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-link,
.menu-toggle {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--violet);
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 20, 33, .13);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.icon-link svg,
.menu-toggle svg {
  width: 19px;
  height: 19px;
  display: block;
  flex: 0 0 auto;
}

.icon-link:hover,
.menu-toggle:hover {
  background: var(--sun);
  transform: translateY(-2px) rotate(-4deg);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  padding: 130px 22px 56px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero.compact {
  min-height: 78vh;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 9% 24%, rgba(238, 113, 130, .32) 0 13px, transparent 14px),
    radial-gradient(circle at 18% 68%, rgba(114, 209, 208, .28) 0 17px, transparent 18px),
    radial-gradient(circle at 42% 14%, rgba(246, 200, 95, .36) 0 19px, transparent 20px),
    radial-gradient(circle at 72% 28%, rgba(168, 204, 69, .28) 0 18px, transparent 19px),
    radial-gradient(circle at 92% 74%, rgba(136, 64, 155, .18) 0 16px, transparent 17px),
    linear-gradient(180deg, #edfafa 0%, #fff1c9 56%, #f4fae7 100%);
  background-position: 0 0;
  background-size: 100% 100%;
  transform: none;
  animation: hero-light-shift 16s ease-in-out infinite alternate;
}

.hero::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  font-size: .85rem;
  font-weight: 900;
  animation: badge-drop .7s cubic-bezier(.2, .72, .18, 1) both;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(168, 204, 69, .24);
}

.hero h1 {
  margin: 24px 0 16px;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.15rem);
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
  animation: headline-rise .82s cubic-bezier(.2, .72, .18, 1) .08s both;
}

.hero-copy {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.17rem;
  line-height: 1.62;
  animation: copy-rise .78s cubic-bezier(.2, .72, .18, 1) .18s both;
}

.monsterfun-home .hero h1,
.page-inflables .hero h1,
.page-decoracion .hero h1,
.page-golosinas .hero h1,
.page-mobiliario .hero h1,
.page-photobooth .hero h1,
.page-contacto .hero h1 {
  color: var(--ink);
  text-shadow: 0 8px 0 rgba(255, 255, 255, .48);
}

.monsterfun-home .hero-copy,
.page-inflables .hero-copy,
.page-decoracion .hero-copy,
.page-golosinas .hero-copy,
.page-mobiliario .hero-copy,
.page-photobooth .hero-copy,
.page-contacto .hero-copy {
  color: #3d374a;
}

.monsterfun-home .eyebrow,
.page-inflables .eyebrow,
.page-decoracion .eyebrow,
.page-golosinas .eyebrow,
.page-mobiliario .eyebrow,
.page-photobooth .eyebrow,
.page-contacto .eyebrow {
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  border-color: rgba(23, 20, 33, .14);
  box-shadow: 0 12px 28px rgba(23, 20, 33, .1);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  animation: copy-rise .78s cubic-bezier(.2, .72, .18, 1) .28s both;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 14px 30px rgba(238, 113, 130, .32);
  font-weight: 950;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover,
.btn:focus-visible {
  background: #df5f78;
  box-shadow: 0 20px 44px rgba(238, 113, 130, .44);
  outline: none;
  transform: translateY(-3px) scale(1.02);
}

.cta-row .btn:first-child {
  animation: cta-pulse 3.4s ease-in-out 1.2s infinite;
}

.btn.secondary {
  color: var(--ink);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.btn.secondary:hover {
  background: var(--sun);
}

.hero-stage,
.showcase-stage {
  position: relative;
  min-height: 590px;
  perspective: 1200px;
  transform-style: preserve-3d;
  animation: stage-arrive .95s cubic-bezier(.2, .72, .18, 1) both;
}

.hero-stage::after,
.showcase-stage::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 5%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, .86) 0 14px, transparent 15px),
    radial-gradient(circle at 62% 66%, rgba(255, 255, 255, .62) 0 10px, transparent 11px),
    linear-gradient(135deg, rgba(238, 113, 130, .36), rgba(246, 200, 95, .2), rgba(114, 209, 208, .24));
  animation: soft-pop 4.8s ease-in-out infinite;
}

.portal-ring {
  position: absolute;
  inset: 6% 4% auto;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  transform: rotateX(70deg) rotateZ(22deg);
  animation: spin 18s linear infinite;
}

.portal-ring:nth-child(2) {
  inset: 14% 12% auto;
  animation-duration: 27s;
  animation-direction: reverse;
}

.stage-card,
.float-photo {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 30px 86px rgba(0, 0, 0, .32);
  transform-style: preserve-3d;
  will-change: transform, translate;
}

.stage-card img,
.float-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-card.primary {
  width: 72%;
  height: 58%;
  right: 4%;
  top: 10%;
  transform: rotateY(-16deg) rotateX(6deg) translateZ(60px);
  animation: card-pop .9s cubic-bezier(.2, .72, .18, 1) both, float-a 7s ease-in-out .9s infinite;
}

.stage-card.side {
  width: 48%;
  height: 35%;
  left: 0;
  bottom: 16%;
  transform: rotateY(20deg) rotateZ(-4deg) translateZ(120px);
  animation: card-pop .95s cubic-bezier(.2, .72, .18, 1) .14s both, float-b 8s ease-in-out 1.05s infinite;
}

.stage-card.mini {
  width: 39%;
  height: 29%;
  right: 0;
  bottom: 1%;
  transform: rotateY(-18deg) rotateZ(5deg) translateZ(170px);
  animation: card-pop 1s cubic-bezier(.2, .72, .18, 1) .24s both, float-c 7.5s ease-in-out 1.16s infinite;
}

.stats-strip {
  position: absolute;
  left: 8%;
  right: 7%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transform: translateZ(190px);
}

.stat {
  padding: 15px 10px;
  border-radius: 6px;
  text-align: center;
  background: #fff;
}

.stat strong {
  display: block;
  color: var(--violet);
  font-size: 1.45rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 64px 22px 88px;
  content-visibility: auto;
  contain-intrinsic-size: 780px;
}

.section.tight {
  margin-top: 0;
  padding-top: 76px;
  background:
    linear-gradient(180deg, rgba(255, 248, 232, .72), rgba(244, 255, 234, .9)),
    var(--paper);
}

.section.tight::before {
  display: none;
}

.section.tight::after {
  display: none;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section.dark {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 22%, rgba(246, 200, 95, .34) 0 90px, transparent 92px),
    radial-gradient(circle at 86% 18%, rgba(114, 209, 208, .22) 0 120px, transparent 122px),
    radial-gradient(circle at 74% 82%, rgba(238, 113, 130, .2) 0 110px, transparent 112px),
    linear-gradient(180deg, #fff8e8, #edfafa);
}

.section.dark::before {
  content: "";
  position: absolute;
  inset: auto -10% -18%;
  height: 44%;
  background:
    radial-gradient(ellipse at 28% 20%, rgba(168, 204, 69, .36) 0 24%, transparent 25%),
    radial-gradient(ellipse at 62% 8%, rgba(246, 200, 95, .35) 0 28%, transparent 29%),
    radial-gradient(ellipse at 86% 26%, rgba(238, 113, 130, .25) 0 22%, transparent 23%);
  opacity: .82;
  animation: soft-drift 12s ease-in-out infinite alternate;
}

.container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(260px, .46fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head::before,
.service-page-grid::before,
.contact-panel::before {
  display: none;
}

.kicker {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: .84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dark .kicker {
  color: var(--coral);
}

h2 {
  margin: 0;
  font-size: clamp(2.05rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head p,
.split-copy p,
.service-intro p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.dark .section-head p,
.dark .split-copy p {
  color: var(--muted);
}

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

.service-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
  transform-style: preserve-3d;
  isolation: isolate;
  cursor: pointer;
  transition: transform .26s ease, box-shadow .26s ease;
}

.service-card:nth-child(5n + 1) { --card-pop: var(--coral); }
.service-card:nth-child(5n + 2) { --card-pop: var(--sun); }
.service-card:nth-child(5n + 3) { --card-pop: var(--lime); }
.service-card:nth-child(5n + 4) { --card-pop: var(--sky); }
.service-card:nth-child(5n) { --card-pop: var(--violet); }

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(10, 8, 16, .22) 54%, rgba(10, 8, 16, .72));
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  opacity: 0;
  transform: translateZ(30px) scale(.96);
  transition: opacity .25s ease, transform .25s ease;
}

.service-card .service-content::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--card-pop, var(--sun));
  box-shadow:
    26px -14px 0 rgba(255, 255, 255, .72),
    52px 4px 0 rgba(246, 200, 95, .7);
  opacity: .92;
  transform: translateZ(-1px);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .55s ease;
}

.service-card:hover {
  box-shadow: 0 32px 82px rgba(26, 18, 46, .24);
  animation: card-wiggle .55s ease;
}

.service-card:hover::after {
  opacity: 1;
  transform: translateZ(60px) scale(1);
}

.service-card:hover img {
  transform: scale(1.14);
}

.service-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  padding: 19px;
  color: #fff;
  transform: translateZ(55px);
}

.service-content small,
.tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-content h3 {
  margin: 0 0 8px;
  font-size: 1.24rem;
  line-height: 1.08;
}

.service-content p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .9rem;
  line-height: 1.45;
}

.split-grid,
.service-intro {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 52px;
  align-items: center;
}

.split-copy h2 {
  margin-bottom: 18px;
}

.check-list,
.feature-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}

.check-list li::before,
.feature-list li::before {
  content: "";
  flex: 0 0 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 5px currentColor;
}

.showcase-stage {
  min-height: 530px;
}

.float-photo {
  border: 8px solid #fff;
}

.float-photo.one {
  width: 58%;
  height: 56%;
  left: 0;
  top: 4%;
  transform: rotateZ(-4deg) rotateY(16deg) translateZ(40px);
  animation: float-a 7s ease-in-out infinite;
}

.float-photo.two {
  width: 58%;
  height: 56%;
  right: 0;
  top: 24%;
  transform: rotateZ(5deg) rotateY(-18deg) translateZ(100px);
  animation: float-b 8s ease-in-out infinite;
}

.float-photo.three {
  width: 55%;
  height: 47%;
  left: 19%;
  bottom: 0;
  transform: rotateZ(2deg) rotateX(9deg) translateZ(160px);
  animation: float-c 7.5s ease-in-out infinite;
}

.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tab-btn {
  padding: 10px 15px;
  border: 1px solid rgba(136, 64, 155, .18);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.tab-btn:hover,
.tab-btn.is-active {
  color: #fff;
  background: var(--violet);
  transform: translateY(-2px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  perspective: 1000px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  background: #ddd;
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .18s ease, opacity .18s ease;
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item:hover {
  transform: translateY(-7px) rotateX(7deg) rotateY(-5deg);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 9px 10px;
  border-radius: 6px;
  color: #fff;
  background: rgba(23, 20, 33, .72);
  backdrop-filter: blur(10px);
  font-weight: 850;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  perspective: 1100px;
}

.step,
.info-card {
  padding: 22px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease;
  transform-style: preserve-3d;
}

.step:hover,
.info-card:hover {
  box-shadow: none;
  transform: translateY(-4px);
}

.step strong {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 12px 24px rgba(136, 64, 155, .25);
}

.step h3,
.info-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.step p,
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: .95rem;
}

.info-card {
  padding-left: 22px;
  border-left: 6px solid var(--coral);
  border-radius: 0;
}

.service-page-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .42fr);
  gap: 26px;
  align-items: start;
}

.feature-list {
  margin: 0;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-gallery .gallery-item {
  aspect-ratio: 1;
}

.service-gallery .gallery-item {
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.service-gallery .gallery-item:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 30px 72px rgba(36, 22, 45, .18);
}

.service-gallery .gallery-item:hover img {
  transform: scale(1.055);
}

.service-gallery .gallery-item span {
  left: 18px;
  right: auto;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 30, 45, .9), rgba(136, 64, 155, .78));
  box-shadow: 0 12px 28px rgba(36, 22, 45, .22);
}

.contact-band {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(33, 18, 38, .94), rgba(136, 64, 155, .78)),
    url("../images/remote/pic-nic-2-34fc8b08.jpg") center/cover;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.contact-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, .76);
}

.contact-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-weight: 900;
}

footer {
  padding: 36px 22px;
  color: rgba(255, 255, 255, .75);
  background: #171421;
}

.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-logo {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  font-weight: 850;
}

.footer-links a:hover {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(37, 211, 102, .36);
  transition: transform .2s ease;
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  display: block;
  flex: 0 0 auto;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
}

.reveal {
  opacity: 0;
  transform: translateY(14px) scale(.996);
  transition: opacity .48s ease, transform .48s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(12, 9, 19, .86);
  backdrop-filter: blur(12px);
}

.lightbox.is-open {
  display: grid;
}

.lightbox button {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-weight: 950;
}

.lightbox img {
  max-height: min(82vh, 820px);
  width: auto;
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42);
  animation: lightbox-in .24s ease both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes spin {
  to {
    transform: rotateX(70deg) rotateZ(382deg);
  }
}

@keyframes theme-top-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes float-a {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@keyframes float-b {
  0%, 100% { translate: 0 0; }
  50% { translate: 10px 16px; }
}

@keyframes float-c {
  0%, 100% { translate: 0 0; }
  50% { translate: -8px -14px; }
}

@keyframes hero-zoom {
  to {
    transform: scale(1.12) translate3d(1.5%, -1%, 0);
  }
}

@keyframes hero-light-shift {
  to {
    background-position: 0 0, 52px -34px, 0 0;
  }
}

@keyframes stage-arrive {
  from { opacity: 0; transform: translateY(34px) rotateX(8deg) scale(.97); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); }
}

@keyframes card-pop {
  from { opacity: 0; scale: .86; filter: blur(6px); }
  to { opacity: 1; scale: 1; filter: blur(0); }
}

@keyframes badge-drop {
  from { opacity: 0; transform: translateY(-14px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes headline-rise {
  from { opacity: 0; transform: translateY(22px) scale(.98); filter: blur(4px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes copy-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 14px 30px rgba(238, 113, 130, .32); }
  50% { box-shadow: 0 18px 42px rgba(238, 113, 130, .5); }
}

@keyframes party-wave {
  to {
    transform: translate3d(-3%, 10px, 0);
  }
}

@keyframes inflatable-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0) scaleY(1); }
  38% { transform: translateX(-50%) translateY(-16px) scaleY(1.04); }
  56% { transform: translateX(-50%) translateY(4px) scaleY(.96); }
}

@keyframes balloon-sway {
  from { transform: translate3d(0, 0, 0) rotate(-2deg); }
  to { transform: translate3d(14px, -18px, 0) rotate(3deg); }
}

@keyframes candy-float {
  from { transform: translate3d(0, 0, 0) rotate(-4deg) scale(1); }
  to { transform: translate3d(18px, -20px, 0) rotate(8deg) scale(1.04); }
}

@keyframes candy-spin {
  to { transform: rotate(360deg); }
}

@keyframes picnic-lift {
  from { transform: translate3d(0, 0, 0) rotate(-1deg); }
  to { transform: translate3d(0, -14px, 0) rotate(2deg); }
}

@keyframes flash-pulse {
  from { transform: scale(.92); opacity: .38; filter: blur(1px); }
  to { transform: scale(1.08); opacity: .72; filter: blur(0); }
}

@keyframes message-pop {
  from { transform: translate3d(0, 8px, 0) scale(.96); }
  to { transform: translate3d(10px, -10px, 0) scale(1.04); }
}

@keyframes home-bubbles {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-10px, -18px, 0) scale(1.04); }
}

@keyframes home-orbit {
  from { transform: translate3d(0, 0, 0) rotate(-8deg); }
  to { transform: translate3d(22px, -16px, 0) rotate(9deg); }
}

@keyframes logo-breathe {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-3px) rotate(-2deg); }
}

@keyframes lightbox-in {
  from { opacity: 0; transform: scale(.94) rotateX(8deg); }
  to { opacity: 1; transform: scale(1) rotateX(0); }
}

@keyframes card-wiggle {
  0%, 100% { rotate: 0deg; }
  28% { rotate: -1.2deg; }
  62% { rotate: .8deg; }
}

@keyframes balloon-rise-pop {
  0% { opacity: 0; transform: translateY(24px) scale(.72); }
  16% { opacity: .82; }
  68% { opacity: .82; transform: translateY(-34px) scale(1); }
  82% { opacity: .34; transform: translateY(-42px) scale(1.18); }
  100% { opacity: 0; transform: translateY(-46px) scale(.2); }
}

@keyframes soft-pop {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  45% { transform: translate3d(0, -14px, 0) scale(1.04); }
  70% { transform: translate3d(0, -3px, 0) scale(.98); }
}

@keyframes gentle-wiggle {
  0%, 100% { rotate: -2deg; }
  50% { rotate: 3deg; }
}

@keyframes sprinkle-burst {
  0% { opacity: 0; transform: scale(.82) rotate(-8deg); }
  22% { opacity: .9; }
  78% { opacity: .9; transform: scale(1.05) rotate(7deg); }
  100% { opacity: 0; transform: scale(.9) rotate(12deg); }
}

@keyframes upper-showpiece {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  45% {
    transform: translate3d(-10px, 7px, 0) scale(1.01);
  }

  70% {
    transform: translate3d(7px, 3px, 0) scale(1.006);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}


@media (min-width: 761px) {
  .page-inflables .hero.compact,
  .page-decoracion .hero.compact,
  .page-golosinas .hero.compact,
  .page-mobiliario .hero.compact,
  .page-photobooth .hero.compact {
    min-height: 94vh !important;
    padding-bottom: 72px !important;
    background:
      radial-gradient(circle at 12% 20%, rgba(168, 204, 69, .2) 0 138px, transparent 140px),
      radial-gradient(circle at 86% 18%, rgba(114, 209, 208, .18) 0 160px, transparent 162px),
      radial-gradient(circle at 52% 82%, rgba(246, 200, 95, .2) 0 190px, transparent 192px),
      linear-gradient(145deg, #fff8e8 0%, #f5f9df 48%, #edfafa 100%) !important;
  }

  .page-decoracion .hero.compact {
    background:
      radial-gradient(circle at 12% 20%, rgba(136, 64, 155, .14) 0 138px, transparent 140px),
      radial-gradient(circle at 86% 18%, rgba(238, 113, 130, .16) 0 160px, transparent 162px),
      radial-gradient(circle at 52% 82%, rgba(168, 204, 69, .18) 0 190px, transparent 192px),
      linear-gradient(145deg, #fff8e8 0%, #f5f9df 48%, #edfafa 100%) !important;
  }

  .page-golosinas .hero.compact {
    background:
      radial-gradient(circle at 12% 20%, rgba(246, 200, 95, .24) 0 138px, transparent 140px),
      radial-gradient(circle at 86% 18%, rgba(238, 113, 130, .14) 0 160px, transparent 162px),
      radial-gradient(circle at 52% 82%, rgba(114, 209, 208, .16) 0 190px, transparent 192px),
      linear-gradient(145deg, #fff8e8 0%, #f5f9df 48%, #edfafa 100%) !important;
  }

  .page-photobooth .hero.compact {
    background:
      radial-gradient(circle at 12% 20%, rgba(114, 209, 208, .22) 0 138px, transparent 140px),
      radial-gradient(circle at 86% 18%, rgba(136, 64, 155, .13) 0 160px, transparent 162px),
      radial-gradient(circle at 52% 82%, rgba(238, 113, 130, .14) 0 190px, transparent 192px),
      linear-gradient(145deg, #fff8e8 0%, #f5f9df 48%, #edfafa 100%) !important;
  }

  .page-inflables .hero.compact .hero-grid,
  .page-decoracion .hero.compact .hero-grid,
  .page-golosinas .hero.compact .hero-grid,
  .page-mobiliario .hero.compact .hero-grid,
  .page-photobooth .hero.compact .hero-grid {
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr) !important;
    gap: 46px !important;
  }

  .page-inflables .hero.compact .hero-stage,
  .page-decoracion .hero.compact .hero-stage,
  .page-golosinas .hero.compact .hero-stage,
  .page-mobiliario .hero.compact .hero-stage,
  .page-photobooth .hero.compact .hero-stage {
    min-height: 640px !important;
    isolation: isolate;
  }

  .page-inflables .hero.compact .hero-stage::before,
  .page-decoracion .hero.compact .hero-stage::before,
  .page-golosinas .hero.compact .hero-stage::before,
  .page-mobiliario .hero.compact .hero-stage::before,
  .page-photobooth .hero.compact .hero-stage::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 0;
    top: 0;
    bottom: 3%;
    z-index: -2;
    border-radius: 230px 230px 44px 44px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .14)),
      radial-gradient(ellipse at 50% 100%, transparent 0 42%, rgba(168, 204, 69, .18) 43% 45%, transparent 46%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .62), 0 32px 90px rgba(36, 22, 45, .08);
  }

  .page-inflables .hero.compact .portal-ring,
  .page-decoracion .hero.compact .portal-ring,
  .page-golosinas .hero.compact .portal-ring,
  .page-mobiliario .hero.compact .portal-ring,
  .page-photobooth .hero.compact .portal-ring,
  .page-inflables .hero.compact .hero-grid::after,
  .page-decoracion .hero.compact .hero-grid::after,
  .page-golosinas .hero.compact .hero-grid::after,
  .page-mobiliario .hero.compact .hero-grid::after,
  .page-photobooth .hero.compact .hero-grid::after {
    display: none !important;
  }

  .page-inflables .hero.compact .stage-card,
  .page-decoracion .hero.compact .stage-card,
  .page-golosinas .hero.compact .stage-card,
  .page-mobiliario .hero.compact .stage-card,
  .page-photobooth .hero.compact .stage-card {
    border-width: 8px !important;
    border-color: rgba(255, 255, 255, .94) !important;
    border-radius: 34px !important;
    box-shadow: 0 30px 76px rgba(36, 22, 45, .2) !important;
  }

  .page-inflables .hero.compact .stage-card.primary,
  .page-decoracion .hero.compact .stage-card.primary,
  .page-golosinas .hero.compact .stage-card.primary,
  .page-mobiliario .hero.compact .stage-card.primary,
  .page-photobooth .hero.compact .stage-card.primary {
    width: 72% !important;
    height: 72% !important;
    right: 1% !important;
    top: 5% !important;
    border-radius: 220px 220px 38px 38px !important;
    transform: rotateY(-7deg) rotateX(3deg) translateZ(70px) !important;
  }

  .page-inflables .hero.compact .stage-card.side,
  .page-decoracion .hero.compact .stage-card.side,
  .page-golosinas .hero.compact .stage-card.side,
  .page-mobiliario .hero.compact .stage-card.side,
  .page-photobooth .hero.compact .stage-card.side {
    width: 43% !important;
    height: 34% !important;
    left: 4% !important;
    bottom: 8% !important;
    border-radius: 38px 38px 38px 96px !important;
    transform: rotateY(10deg) rotateZ(-2deg) translateZ(118px) !important;
  }

  .page-inflables .hero.compact .stage-card.mini,
  .page-decoracion .hero.compact .stage-card.mini,
  .page-golosinas .hero.compact .stage-card.mini,
  .page-mobiliario .hero.compact .stage-card.mini,
  .page-photobooth .hero.compact .stage-card.mini {
    width: 34% !important;
    height: 29% !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 38px 38px 96px 38px !important;
    transform: rotateY(-9deg) rotateZ(3deg) translateZ(145px) !important;
  }

  .page-inflables .hero.compact .stage-card img,
  .page-decoracion .hero.compact .stage-card img,
  .page-golosinas .hero.compact .stage-card img,
  .page-mobiliario .hero.compact .stage-card img,
  .page-photobooth .hero.compact .stage-card img {
    object-fit: cover !important;
  }
}

@media (max-width: 1080px) {

  .main-nav {
    position: fixed;
    top: 96px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: var(--radius);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    text-align: center;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .hero-grid,
  .split-grid,
  .service-intro {
    grid-template-columns: 1fr;
  }

  .hero-stage,
  .showcase-stage {
    min-height: 500px;
  }

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

  .service-card:last-child {
    grid-column: span 2;
  }

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

@media (min-width: 1081px) and (max-width: 1260px) {

  .nav-shell {
    gap: 12px;
  }

  .main-nav {
    gap: 3px;
    padding: 7px;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: .82rem;
  }

  .brand-name strong {
    font-size: .95rem;
  }

  .brand-name span {
    font-size: .66rem;
  }
}

@media (max-width: 760px) {

  .site-header {
    padding-inline: 10px;
  }

  .nav-shell {
    width: 100%;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .brand-name strong {
    font-size: .92rem;
  }

  .brand-name span {
    font-size: .66rem;
  }

  .header-actions .icon-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 17vw, 3.05rem);
    line-height: .94;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .eyebrow {
    width: fit-content;
    white-space: nowrap;
    font-size: .78rem;
  }

  .hero-stage,
  .showcase-stage {
    min-height: 380px;
  }

  .stage-card.primary {
    width: 76%;
    height: 54%;
  }

  .stage-card.side {
    width: 52%;
  }

  .stats-strip {
    left: 0;
    right: 0;
  }

  .stat {
    padding: 12px 6px;
  }

  .stat strong {
    font-size: 1.12rem;
  }

  .stat span {
    font-size: .68rem;
  }

  .section {
    padding: 64px 16px;
  }

  .section-head,
  .contact-panel,
  .footer-grid,
  .service-page-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery-grid,
  .process,
  .service-gallery {
    grid-template-columns: 1fr;
  }

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

  .float-photo {
    width: 72% !important;
  }

  .whatsapp-float {
    top: 76px;
    right: 12px;
    bottom: auto;
    width: 44px;
    height: 44px;
    box-shadow: 0 12px 26px rgba(37, 211, 102, .28);
  }

  .whatsapp-float svg {
    width: 22px;
    height: 22px;
  }

  .contact-actions {
    justify-items: start;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 760px) {

  body {
    background:
      radial-gradient(circle at 12% 8%, rgba(246, 200, 95, .22) 0 92px, transparent 94px),
      radial-gradient(circle at 92% 18%, rgba(114, 209, 208, .16) 0 110px, transparent 112px),
      var(--paper);
  }

  .site-header {
    padding: 8px 10px;
  }

  .site-header.is-scrolled {
    padding-block: 7px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-name strong {
    font-size: .82rem;
  }

  .brand-name span {
    font-size: .58rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .92);
  }

  .main-nav {
    top: 74px;
    left: 10px;
    right: 10px;
    gap: 5px;
    padding: 10px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 44px rgba(23, 20, 33, .16);
  }

  .main-nav a {
    color: var(--ink);
    background: rgba(23, 20, 33, .04);
  }

  .main-nav a.is-active {
    color: #fff;
  }

  .hero {
    min-height: 100svh;
    padding: 86px 16px 28px;
    align-items: start;
  }

  .hero.compact {
    min-height: 100svh;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .hero-grid > .reveal:first-child {
    order: 2;
  }

  .hero-stage {
    order: 1;
    width: 100%;
    min-height: 258px;
    margin-top: 0;
    border-radius: 30px;
    perspective: 900px;
  }

  .hero-stage::before {
    content: "";
    position: absolute;
    inset: 11% 6% 8%;
    border-radius: 32px;
    background:
      radial-gradient(circle at 24% 22%, rgba(255, 255, 255, .72) 0 18px, transparent 19px),
      linear-gradient(135deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .12));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .56);
  }

  .hero-stage::after,
  .showcase-stage::after {
    width: 92px;
    height: 92px;
    right: 0;
    top: 0;
    opacity: .58;
  }

  .portal-ring {
    display: none;
  }

  .stage-card {
    border-width: 5px;
    box-shadow: 0 18px 42px rgba(23, 20, 33, .2);
  }

  .stage-card.primary {
    width: 74%;
    height: 69%;
    right: 2%;
    top: 2%;
    border-radius: 28px;
    transform: rotateY(-7deg) rotateX(3deg) translateZ(40px);
  }

  .stage-card.side {
    width: 47%;
    height: 34%;
    left: 0;
    bottom: 9%;
    border-radius: 22px;
    transform: rotateY(8deg) rotateZ(-3deg) translateZ(70px);
  }

  .stage-card.mini {
    width: 40%;
    height: 31%;
    right: 0;
    bottom: 0;
    border-radius: 22px;
    transform: rotateY(-8deg) rotateZ(4deg) translateZ(90px);
  }

  .stats-strip {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 14px 30px rgba(23, 20, 33, .12);
    padding: 6px;
    backdrop-filter: blur(14px);
    transform: none;
  }

  .stat {
    padding: 9px 4px;
    border: 1px solid rgba(23, 20, 33, .08);
    box-shadow: 0 10px 24px rgba(23, 20, 33, .08);
  }

  .stat strong {
    font-size: 1rem;
  }

  .stat span {
    font-size: .6rem;
    line-height: 1.12;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(2.18rem, 12vw, 3rem);
    line-height: .96;
    text-shadow: 0 5px 0 rgba(255, 255, 255, .55);
  }

  .hero-copy {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
  }

  .section {
    padding: 54px 16px;
    contain-intrinsic-size: 520px;
  }

  .section-head {
    gap: 12px;
    margin-bottom: 22px;
  }

  h2 {
    font-size: clamp(1.72rem, 9vw, 2.25rem);
    line-height: 1.06;
  }

  .service-grid,
  .gallery-grid,
  .process,
  .service-gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 16px 18px;
    margin-inline: -16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-grid::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar,
  .process::-webkit-scrollbar,
  .service-gallery::-webkit-scrollbar {
    display: none;
  }

  .service-card,
  .gallery-item,
  .step {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: center;
  }

  .service-card {
    min-height: 380px;
    border-radius: 28px;
  }

  .service-card .service-content::before {
    width: 44px;
    height: 44px;
    top: -18px;
  }

  .service-card img {
    min-height: 380px;
  }

  .gallery-item {
    aspect-ratio: 4 / 5;
    border-radius: 26px;
  }

  .process {
    align-items: stretch;
  }

  .step {
    min-height: 210px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 34px rgba(23, 20, 33, .1);
  }

  .service-page-grid {
    gap: 20px;
  }

  .info-card {
    padding: 18px;
    border-left: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 34px rgba(23, 20, 33, .1);
  }

  .contact-panel {
    gap: 18px;
  }

  .contact-actions {
    width: 100%;
  }

  .phone-pill {
    width: 100%;
    justify-content: center;
  }

  footer {
    padding-bottom: 82px;
  }
}
