:root {
  --bg: #f5efe7;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-dark: #11131c;
  --text: #18161c;
  --muted: #635d67;
  --line: rgba(24, 22, 28, 0.1);
  --accent: #ff6b57;
  --accent-2: #f5b942;
  --accent-3: #0b8f8c;
  --shadow: 0 24px 60px rgba(42, 30, 24, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 107, 87, 0.18), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(245, 185, 66, 0.16), transparent 26%),
    linear-gradient(180deg, #f8f0e5 0%, #f4efe8 48%, #f7f3ed 100%);
  line-height: 1.5;
}

simma-header,
simma-footer {
  display: contents;
}

main {
  position: relative;
  z-index: 0;
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("fondo.png") center / cover no-repeat;
  filter: grayscale(100%);
  opacity: 0.14;
}

body.menu-open {
  overflow: hidden;
}

.page-start-anchor {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

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

a {
  color: inherit;
}

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

.contact-strip {
  background: #191a23;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-inner {
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.contact-inner a,
.contact-inner span {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 14px;
}

.contact-link-email {
  text-transform: none;
}

.contact-link + .contact-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.18);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.96);
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-icon-whatsapp {
  width: 21px;
  height: 21px;
}

.contact-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.contact-value {
  color: rgba(255, 255, 255, 0.84);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(248, 243, 236, 0.78);
  border-bottom: 1px solid rgba(24, 22, 28, 0.05);
  box-shadow: 0 10px 28px rgba(44, 32, 24, 0.05);
  transition: background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.nav-wrap {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(120px, 148px) 1fr auto;
  align-items: center;
  gap: 18px;
  transition: min-height 0.28s ease, gap 0.28s ease;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand img {
  width: 148px;
  max-height: 58px;
  height: auto;
  object-fit: contain;
  transition: width 0.28s ease, max-height 0.28s ease, transform 0.28s ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(24, 22, 28, 0.06);
  box-shadow: 0 14px 34px rgba(48, 35, 28, 0.06);
  transition: background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, padding 0.28s ease;
}

.nav a {
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #312d36;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.76);
  color: #19161d;
  transform: translateY(-1px);
}

.nav a.is-active {
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.14), rgba(245, 185, 66, 0.18));
  color: #17131b;
  box-shadow: inset 0 0 0 1px rgba(255, 107, 87, 0.16);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.menu-btn {
  display: none;
  border: 0;
  background: rgba(255, 255, 255, 0.54);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  color: #1a1720;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(37, 26, 21, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #ff8d5e 56%, var(--accent-2));
  box-shadow: 0 16px 34px rgba(255, 107, 87, 0.28);
}

.btn-soft {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 22, 28, 0.1);
  color: #2f2a34;
}

.btn-nav {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 13px;
  box-shadow: 0 14px 28px rgba(255, 107, 87, 0.22);
}

.topbar.is-condensed {
  background: rgba(248, 243, 236, 0.92);
  border-bottom-color: rgba(24, 22, 28, 0.08);
  box-shadow: 0 16px 34px rgba(42, 30, 24, 0.08);
}

.topbar.is-condensed .nav-wrap {
  min-height: 66px;
  gap: 16px;
}

.topbar.is-condensed .brand img {
  width: 138px;
  max-height: 54px;
  transform: translateY(-1px);
}

.topbar.is-condensed .nav {
  padding: 5px;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(24, 22, 28, 0.08);
  box-shadow: 0 16px 30px rgba(48, 35, 28, 0.08);
}

.section {
  padding: 44px 0;
}

#experiencia.section {
  padding-top: 8px;
}

.section-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.eyebrow,
.mini-kicker {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow {
  color: #8e4936;
  font-size: 18px;
}

.mini-kicker {
  color: #8b6c32;
  font-size: 14px;
}

.heading h2,
.hero-copy h1,
.story-panel h2,
.cta-inner h2 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.94;
}

.heading h2 {
  font-size: clamp(30px, 4vw, 52px);
  margin-top: 6px;
}

#galeria .heading h2 {
  font-size: clamp(26px, 3vw, 42px);
}

#servicios .heading h2 {
  font-size: clamp(26px, 3vw, 42px);
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-copy {
  max-width: 44ch;
  color: var(--muted);
  font-size: 15px;
}

.hero {
  position: relative;
  padding: 24px 0 52px;
  overflow: clip;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
}

.hero-orb-a {
  width: 340px;
  height: 340px;
  left: -80px;
  top: 40px;
  background: radial-gradient(circle, rgba(255, 107, 87, 0.22), transparent 70%);
}

.hero-orb-b {
  width: 300px;
  height: 300px;
  right: -40px;
  top: 20px;
  background: radial-gradient(circle, rgba(11, 143, 140, 0.18), transparent 68%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(520px, 1.2fr);
  gap: 36px;
  align-items: start;
  padding: 20px 0 0;
}

.hero-copy {
  padding-top: 10px;
}

.hero-copy h1 {
  font-size: clamp(58px, 6.2vw, 98px);
  margin: 12px 0 18px;
  max-width: 9.4ch;
  line-height: 0.9;
}

.hero-spotlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 560px);
  padding: 12px 16px 12px 12px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 240, 234, 0.9));
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.hero-spotlight-media {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.14), rgba(245, 185, 66, 0.16));
  flex: 0 0 auto;
}

.hero-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-spotlight-copy {
  display: grid;
  gap: 3px;
  flex: 1 1 auto;
}

.hero-spotlight-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b6c32;
}

.hero-spotlight-copy strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  line-height: 0.95;
}

.hero-spotlight::after {
  content: "Servicio premium";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(24, 22, 28, 0.06);
  color: #514753;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  max-width: 48ch;
  font-size: 18px;
  color: #4f4b56;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof article {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.hero-proof strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 13px;
}

.hero-media-wall {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 14px;
  align-items: stretch;
  min-height: 540px;
  padding-top: 12px;
}

.hero-canvas {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(245, 185, 66, 0.14), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(255, 107, 87, 0.1), transparent 24%),
    linear-gradient(135deg, #f6f2ec 0%, #eadfd6 52%, #e0d3c8 100%);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.hero-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
    url("assets/img/hero/strips/strip5.jpg") center/cover no-repeat;
  opacity: 0.05;
  mix-blend-mode: luminosity;
}

.hero-main-frame {
  position: absolute;
  inset: 36px 16px 16px 150px;
  z-index: 3;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: 0 24px 54px rgba(31, 22, 18, 0.16);
}

.hero-main-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-strip {
  position: absolute;
  width: 146px;
  border-radius: 18px;
  overflow: hidden;
  border: 8px solid rgba(252, 248, 244, 0.92);
  box-shadow: 0 24px 42px rgba(26, 17, 20, 0.14);
  animation: heroStripFloat 9s ease-in-out infinite;
}

.hero-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-strip-a {
  left: 14px;
  top: 118px;
  height: 236px;
  --strip-rotate: -8deg;
  transform: rotate(-8deg);
  z-index: 2;
}

.hero-strip-b {
  left: 88px;
  top: 26px;
  height: 288px;
  --strip-rotate: -3deg;
  transform: rotate(-3deg);
  animation-delay: -3s;
  z-index: 1;
}

.hero-strip-c {
  left: 76px;
  bottom: 20px;
  height: 186px;
  --strip-rotate: 4deg;
  transform: rotate(4deg);
  animation-delay: -5.2s;
  z-index: 4;
}

.hero-rail {
  display: grid;
  grid-template-rows: 132px 1fr 102px;
  gap: 14px;
}

.hero-rail-note {
  padding: 18px 16px;
}

.hero-rail-note ul {
  gap: 10px;
}

.hero-rail-photo img,
.hero-rail-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-rail-photo img {
  object-position: center;
}

.hero-rail-mini {
  overflow: hidden;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(17, 19, 28, 0.92), rgba(47, 37, 34, 0.82));
  color: #fff6ee;
}

.hero-badge span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.hero-badge strong {
  font-size: 18px;
}

.hero-actions,
.hero-proof {
  max-width: 560px;
}

.hero-card-note {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 236, 229, 0.9));
}

.hero-card-note ul {
  list-style: none;
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.hero-card-note li {
  padding-left: 16px;
  position: relative;
  color: #463d47;
  font-size: 14px;
}

.hero-card-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.hero-mini-stack img {
  object-position: center top;
}

@keyframes heroStripFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--strip-rotate, 0deg));
  }
  50% {
    transform: translateY(-7px) rotate(calc(var(--strip-rotate, 0deg) + 0.8deg));
  }
}

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

.brand-ribbon span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 18px 18px 16px 66px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(24, 22, 28, 0.06);
  border-radius: 22px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(42, 30, 24, 0.05);
}

.brand-ribbon span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 34px;
  height: 3px;
  transform: none;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.82), rgba(245, 185, 66, 0.82));
}

.brand-ribbon span::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-28%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 6px 14px rgba(42, 30, 24, 0.08));
}

.brand-ribbon span:nth-child(1)::after {
  background-image: url("img/iconos/puntualidad_real.png");
}

.brand-ribbon span:nth-child(2)::after {
  background-image: url("img/iconos/montaje_visual_premium.png");
}

.brand-ribbon span:nth-child(3)::after {
  background-image: url("img/iconos/atencion_clara.png");
}

.brand-ribbon span:nth-child(4)::after {
  background-image: url("img/iconos/experiencias.png");
}

.story-grid {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
}

.story-panel {
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.story-panel-dark {
  background: linear-gradient(135deg, #171922, #25202d 58%, #4f3829);
  color: #fff8f4;
}

.story-panel-dark .eyebrow {
  color: #ffb497;
}

.story-panel-dark p:last-child {
  color: rgba(255, 248, 244, 0.8);
}

.story-panel-light {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 22, 28, 0.08);
}

.story-panel h2 {
  font-size: clamp(36px, 5vw, 60px);
  margin: 10px 0 16px;
  max-width: 11ch;
}

.story-panel p {
  font-size: 15px;
}

.process-list {
  display: grid;
  gap: 16px;
  margin-top: 10px;
}

.process-list div {
  padding-top: 14px;
  border-top: 1px solid rgba(24, 22, 28, 0.08);
}

.process-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.process-list p {
  color: var(--muted);
}

.about-shell {
  display: grid;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
}

.about-card {
  border-radius: 28px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(24, 22, 28, 0.05);
  box-shadow: 0 18px 36px rgba(42, 30, 24, 0.05);
}

.about-card-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(245, 185, 66, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 239, 233, 0.74));
}

.about-card-intro .eyebrow {
  font-size: 20px;
  margin-bottom: auto;
}

.about-logo {
  width: min(100%, 320px);
  height: auto;
  margin: 6px auto 10px;
  object-fit: contain;
}

.about-card-intro::before,
.about-card-process::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 18px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.82), rgba(245, 185, 66, 0.82));
}

.about-card-intro h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-top: 12px;
  max-width: 22ch;
}

.about-lead {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
  text-align: justify;
}

.about-card-process {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58));
}

.about-steps {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.about-steps div {
  padding: 10px 0 0 18px;
  border-top: 1px solid rgba(24, 22, 28, 0.07);
  position: relative;
}

.about-steps div:first-child {
  padding-top: 0;
  border-top: 0;
}

.about-steps div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.about-steps div:first-child::before {
  top: 7px;
}

.about-steps strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #211c24;
}

.about-steps p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.service-card,
.service-cta,
.metric-card,
.reviews-shell,
.faq-wrap {
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 260px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.74);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(24, 22, 28, 0.08);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  filter: none;
  transform: none;
  opacity: 0.6;
  z-index: -2;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 22, 0.28), rgba(18, 17, 22, 0.58)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(12, 11, 15, 0.16));
  z-index: -1;
}

.service-card img {
  display: none;
}

.service-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  margin-bottom: 6px;
  color: #fffaf5;
}

.service-card p {
  color: rgba(255, 248, 244, 0.88);
  font-size: 14px;
}

.featured-service {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 244px;
  color: #fff8f4;
}

.featured-service p {
  color: rgba(255, 248, 244, 0.78);
}

.service-copy {
  max-width: 42ch;
}

.service-card-letras {
  background-image: url("img/letras-gigantes/16.jpg");
}

.service-card-photobooth {
  background-image: url("img/photobooth/13.jpg");
}

.service-card-360 {
  background-image: url("img/cabina-360/18.jpg");
}

.service-card-espejo {
  background-image: url("img/espejo-magico/1.jpg");
}

.service-card-snacks {
  background-image: url("img/barras-snacks/13.jpg");
}

.service-cta {
  grid-column: span 3;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.34), rgba(245, 185, 66, 0.26), rgba(11, 143, 140, 0.18));
  border: 1px solid rgba(24, 22, 28, 0.12);
  box-shadow: 0 24px 44px rgba(255, 107, 87, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.14), transparent 36%),
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.44), transparent 24%),
    radial-gradient(circle at 88% 50%, rgba(255, 255, 255, 0.22), transparent 22%);
  pointer-events: none;
}

.service-cta::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #201b23;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(42, 30, 24, 0.12);
  flex: 0 0 auto;
}

.service-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 22, 28, 0.16);
  box-shadow: 0 28px 48px rgba(255, 107, 87, 0.18);
}

.service-cta strong {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 1;
  color: #18131b;
}

.service-cta span {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  color: #433947;
  font-size: 14px;
  text-align: right;
}

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

.metric-card {
  min-height: 118px;
  padding: 24px 22px 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(24, 22, 28, 0.06);
  box-shadow: 0 10px 24px rgba(42, 30, 24, 0.05);
}

.metric-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 12px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.82), rgba(245, 185, 66, 0.82));
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.1;
  color: #1f1a22;
}

.metric-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.gallery-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 14px;
}

#galeria .split-heading > .btn.btn-soft {
  min-height: 58px;
  min-width: 236px;
  padding: 14px 28px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.24), rgba(245, 185, 66, 0.2), rgba(11, 143, 140, 0.14));
  border: 1px solid rgba(24, 22, 28, 0.1);
  box-shadow: 0 18px 34px rgba(255, 107, 87, 0.12);
  color: #1d1820;
  font-size: 15px;
  font-weight: 800;
}

#galeria .split-heading > .btn.btn-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.14), transparent 40%),
    radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.22), transparent 18%);
  pointer-events: none;
}

#galeria .split-heading > .btn.btn-soft::after {
  content: "→";
  margin-left: 12px;
  font-size: 20px;
  line-height: 1;
}

.gallery-feature,
.gallery-side img {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.gallery-feature img,
.gallery-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-feature {
  min-height: 560px;
}

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

.gallery-side img {
  min-height: 273px;
}

.reviews-shell {
  padding: 26px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 177, 138, 0.18), transparent 44%),
    radial-gradient(circle at 86% 82%, rgba(102, 173, 196, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(248, 243, 236, 0.92), rgba(244, 238, 231, 0.9));
  border: 1px solid rgba(24, 22, 28, 0.09);
}

#opiniones .split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  align-items: end;
}

#opiniones .split-heading > div {
  display: contents;
}

#opiniones .split-heading .eyebrow,
#opiniones .split-heading h2,
#opiniones .split-heading .section-copy {
  grid-column: 1;
}

#opiniones .split-heading .reviews-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
}

#opiniones .section-copy {
  max-width: 72ch;
}

.reviews-link {
  min-height: 48px;
  padding: 12px 18px;
  margin-top: 0;
  border: 1px solid rgba(24, 22, 28, 0.1);
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.14), rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.1);
  font-weight: 800;
  white-space: nowrap;
}

.reviews-link-bottom {
  display: none;
}

.brands-slider,
.reviews-slider {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
}

.slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(24, 22, 28, 0.12);
  background: rgba(255, 255, 255, 0.86);
  font-size: 26px;
  cursor: pointer;
}

.reviews-track-wrap,
.brands-track-wrap {
  overflow: hidden;
}

.brands-track-wrap {
  touch-action: pan-y;
}

.reviews-track,
.brands-track {
  display: flex;
  transition: transform 0.35s ease;
}

.brands-track {
  gap: 12px;
}

.review-item {
  flex: 0 0 33.333%;
  padding: 10px;
  display: flex;
  border-radius: 22px;
  border: 0.5px solid rgba(24, 22, 28, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 199, 156, 0.12), rgba(255, 199, 156, 0.04) 22%, rgba(167, 214, 229, 0.05) 78%, rgba(167, 214, 229, 0.11)),
    rgba(255, 255, 255, 0.72);
}

.review-item img {
  width: 100%;
  height: auto;
  max-height: 308px;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 22, 28, 0.1);
  box-shadow: 0 10px 24px rgba(24, 22, 28, 0.08);
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.faq-wrap {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 182, 141, 0.14), transparent 36%),
    radial-gradient(circle at 88% 84%, rgba(150, 210, 217, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 243, 236, 0.8));
  border: 1px solid rgba(24, 22, 28, 0.08);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faq-grid details {
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(24, 22, 28, 0.09);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(42, 30, 24, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq-grid details[open] {
  border-color: rgba(255, 107, 87, 0.26);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(255, 107, 87, 0.12);
}

.faq-grid summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  font-weight: 800;
  font-size: 15px;
}

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

.faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #5f5361;
  background: rgba(24, 22, 28, 0.06);
}

.faq-grid details[open] summary::after {
  content: "−";
}

.faq-grid details p {
  margin: 0;
  padding: 12px 20px 18px;
  border-top: 1px solid rgba(24, 22, 28, 0.07);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cta-inner {
  padding: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.16), rgba(245, 185, 66, 0.16), rgba(11, 143, 140, 0.16));
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.cta-inner h2 {
  font-size: clamp(34px, 5vw, 56px);
  max-width: 21ch;
  text-wrap: balance;
  margin-top: 8px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brand-item {
  flex: 0 0 calc((100% - 48px) / 5);
  min-height: 98px;
  margin: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 193, 150, 0.18), transparent 44%),
    radial-gradient(circle at 84% 78%, rgba(152, 201, 216, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 245, 238, 0.92));
  border: 1px solid rgba(24, 22, 28, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  box-shadow: 0 10px 22px rgba(24, 22, 28, 0.06);
  pointer-events: none;
}

.brand-item img {
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.brands-legal {
  margin-top: 6px;
  max-width: 94ch;
  color: #6a6670;
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
  margin-left: auto;
}

#marcas-confianza .split-heading {
  margin-bottom: 14px;
}

.footer {
  margin-top: 12px;
  border-top: 1px solid rgba(24, 22, 28, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer p {
  color: #5e5862;
  font-size: 13px;
}

.footer-note {
  margin-top: 4px;
}

.socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.socials a {
  text-decoration: none;
  font-weight: 700;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
  z-index: 1200;
}

.wa-float img {
  width: 30px;
  height: 30px;
}

.mobile-sticky {
  display: none;
}

.page-hero {
  padding: 34px 0 30px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 22px;
  align-items: center;
}

.page-hero-copy h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.95;
  margin: 10px 0 16px;
  max-width: 11ch;
}

.page-hero-panel {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.page-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.page-hero-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 22, 28, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.page-hero-image {
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-list {
  display: grid;
  gap: 16px;
}

.service-detail-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.service-detail-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 236, 229, 0.75));
}

.service-detail-media img {
  width: auto;
  height: 105px;
}

.service-detail-copy h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  margin: 6px 0 8px;
}

.service-detail-copy p {
  color: var(--muted);
}

.service-detail-copy ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.service-detail-copy li {
  position: relative;
  padding-left: 18px;
  color: #4c4450;
  font-size: 14px;
}

.service-detail-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.service-detail-actions {
  display: grid;
  gap: 10px;
  min-width: 170px;
}

.page-contact .service-detail-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.page-contact .service-detail-copy,
.page-contact .service-detail-actions {
  min-width: 0;
}

.page-contact .page-hero {
  padding: 24px 0 16px;
}

.page-contact .section {
  padding: 28px 0;
}

.page-contact .page-hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 18px;
  align-items: start;
}

.page-contact .page-hero-copy h1 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 0.96;
  max-width: 18ch;
  text-wrap: balance;
}

.page-contact .page-hero-copy .section-copy {
  max-width: 52ch;
}

.page-contact .page-hero-tags {
  margin-bottom: 12px;
}

.page-contact .hero-actions {
  gap: 10px;
}

.page-contact .page-hero-panel {
  padding: 14px;
}

.page-contact .service-detail-list {
  gap: 12px;
}

.page-contact .service-detail-copy h3 {
  white-space: nowrap;
}

.page-contact .service-detail-actions {
  align-self: center;
  margin-top: 10px;
}

.contact-form-shell {
  display: grid;
  gap: 14px;
}

.contact-form-card {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  gap: 18px;
}

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

.contact-form-field {
  display: grid;
  gap: 8px;
}

.contact-form-field span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4d4650;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  width: 100%;
  border: 1px solid rgba(24, 22, 28, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #18161c;
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.contact-form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  border-color: rgba(255, 107, 87, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 107, 87, 0.12);
  background: #fff;
}

.contact-form-field-full {
  grid-column: 1 / -1;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-form-status {
  display: none;
  width: 100%;
  min-height: 0;
  padding: 14px 16px;
  border: 1px solid rgba(24, 22, 28, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(34, 25, 19, 0.08);
  color: #433d46;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form-status.is-visible {
  display: block;
}

.contact-form-status.is-pending {
  border-color: rgba(214, 145, 72, 0.26);
  background: linear-gradient(135deg, rgba(255, 212, 164, 0.34), rgba(255, 247, 233, 0.94));
  color: #8a4d12;
}

.contact-form-status.is-success {
  border-color: rgba(22, 116, 79, 0.24);
  background: linear-gradient(135deg, rgba(171, 236, 208, 0.34), rgba(242, 255, 249, 0.96));
  color: #0f6a47;
}

.contact-form-status.is-error {
  border-color: rgba(177, 61, 53, 0.22);
  background: linear-gradient(135deg, rgba(255, 198, 191, 0.3), rgba(255, 246, 244, 0.96));
  color: #9d332c;
}

.contact-form-botcheck {
  display: none;
}

@media (max-width: 820px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-actions {
    align-items: stretch;
  }

  .contact-form-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1220px) {
  .page-contact .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-contact .page-hero-copy {
    max-width: none;
    width: 100%;
  }

  .page-contact .metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .page-contact .page-hero-copy h1 {
    width: min(100%, 30ch);
    max-width: none;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 0.98;
    text-wrap: pretty;
  }

  .page-contact .page-hero-copy .section-copy {
    width: min(100%, 72ch);
    max-width: none;
  }
}

@media (max-width: 760px) {
  .page-contact .section {
    padding: 22px 0;
  }

  .page-contact .page-hero {
    padding: 18px 0 12px;
  }

  .page-contact .page-hero-copy h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 0.98;
  }

  .page-contact .page-hero-tags {
    gap: 6px;
  }

  .page-contact .page-hero-tags span {
    padding: 7px 10px;
    font-size: 12px;
  }

  .page-contact .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .page-contact .service-detail-card {
    padding: 18px;
    gap: 14px;
  }

  .page-contact .metrics-grid {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-form-card,
  .page-contact .cta-inner {
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .page-contact .service-detail-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-contact .service-detail-actions {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .page-contact .service-detail-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .page-contact .service-detail-copy h3 {
    font-size: clamp(22px, 5vw, 30px);
    white-space: normal;
  }
}

.page-contact .service-detail-copy h3 {
  font-size: clamp(24px, 3vw, 34px);
  overflow-wrap: anywhere;
}

.page-contact .metric-card {
  padding: 18px;
}

.page-contact .metrics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-contact .cta-inner {
  padding: 22px;
  gap: 18px;
}

.page-contact .cta-inner h2 {
  font-size: clamp(28px, 4vw, 42px);
  max-width: none;
  text-wrap: initial;
}

.package-band {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(17, 19, 28, 0.96), rgba(59, 42, 36, 0.92));
  color: #fff8f4;
  box-shadow: var(--shadow);
}

.package-band .eyebrow {
  color: #ffb08d;
}

.package-band h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.94;
  margin-top: 6px;
  max-width: 11ch;
}

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

.package-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.package-card strong,
.package-card p {
  display: block;
}

.package-card strong {
  font-size: 18px;
  margin-bottom: 8px;
}

.package-card p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 0.95;
  margin-bottom: 10px;
}

.package-card span {
  color: rgba(255, 248, 244, 0.74);
  font-size: 14px;
}

.gallery-filter-shell {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filtros button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(24, 22, 28, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #2a2630;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.filtros button:hover,
.filtros button.is-active {
  transform: translateY(-1px);
  border-color: rgba(255, 107, 87, 0.4);
  box-shadow: 0 14px 28px rgba(42, 30, 24, 0.12);
}

.gallery-shell {
  padding-top: 0;
}

.galeria.normal,
.galeria.inicio {
  display: grid;
  gap: 16px;
}

.galeria.normal {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.galeria.normal img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  cursor: zoom-in;
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
}

.gallery-status {
  grid-column: 1 / -1;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
  text-align: center;
  color: #4c4450;
  font-weight: 700;
}

.galeria.inicio {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.collage-item {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.collage-titulo {
  padding: 18px 18px 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 0.95;
}

.collage-img {
  height: 240px;
}

.collage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: var(--lightbox-top-offset, 0px) 0 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 10, 14, 0.88);
}

.lightbox.oculto {
  display: none;
}

.lightbox img {
  width: min(92vw, 1100px);
  max-height: calc(100vh - var(--lightbox-top-offset, 0px) - 44px);
  object-fit: contain;
  border-radius: 18px;
}

.lb-close,
.lb-prev,
.lb-next {
  position: absolute;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1d1922;
  font-size: 28px;
  cursor: pointer;
}

.collage-item:focus-visible,
.galeria.normal img[role="button"]:focus-visible,
.lb-close:focus-visible,
.lb-prev:focus-visible,
.lb-next:focus-visible {
  outline: 3px solid rgba(255, 186, 112, 0.95);
  outline-offset: 4px;
}

.lb-close:disabled,
.lb-prev:disabled,
.lb-next:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.lb-close {
  top: 18px;
  right: 18px;
}

.lb-prev {
  left: 18px;
}

.lb-next {
  right: 18px;
}

@media (max-width: 1080px) {
  .hero-shell,
  .story-grid,
  .gallery-showcase,
  .cta-inner,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy h1,
  .story-panel h2,
  .cta-inner h2 {
    max-width: none;
  }

  .hero-proof,
  .metrics-grid,
  .brand-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .page-services .metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .page-services .metric-card {
    min-height: 0;
    padding: 22px 18px 18px;
  }

  .page-services .metric-card strong {
    font-size: 16px;
  }

  .page-services .metric-card p {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-media-wall {
    grid-template-columns: 1fr 154px;
  }

  .hero-canvas {
    min-height: 500px;
  }

  .hero-main-frame {
    inset: 34px 14px 14px 144px;
  }

  .hero-rail {
    grid-template-rows: 132px 1fr 108px;
  }
}

@media (max-width: 920px) {
  .split-heading,
  .cta-inner {
    align-items: flex-start;
  }

  #opiniones .split-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #opiniones .split-heading > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  #opiniones .split-heading .reviews-link {
    grid-column: 1;
    grid-row: auto;
    justify-self: end;
    align-self: flex-end;
    margin-top: 0;
  }

  #opiniones .split-heading h2 {
    margin-bottom: 0;
  }

  .service-grid,
  .faq-grid,
  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-detail-card {
    grid-template-columns: 1fr;
  }

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

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

  .featured-service,
  .service-cta {
    grid-column: span 2;
  }

  .review-item {
    flex: 0 0 50%;
  }

  .brand-item {
    flex: 0 0 calc((100% - 24px) / 3);
    min-height: 90px;
    padding: 12px 14px;
  }

  .brand-item img {
    max-height: 60px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 68px;
  }

  .contact-inner {
    flex-direction: column;
    gap: 1px;
    padding: 5px 0;
    font-size: 10px;
  }

  #opiniones .split-heading .reviews-link {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 14px;
  }

  #opiniones .reviews-link-top {
    display: none;
  }

  #opiniones .reviews-link-bottom {
    display: flex;
    width: fit-content;
    min-height: 38px;
    padding: 7px 12px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: auto;
  }

  #opiniones .section-copy {
    margin-top: 2px;
  }

  .faq-wrap .split-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .faq-wrap .split-heading .section-copy {
    margin-top: 6px;
    max-width: 38ch;
  }

  .faq-grid details p {
    padding: 10px 16px 16px;
  }

  .faq-grid summary {
    padding: 16px;
    font-size: 16px;
  }

  .faq-grid summary::after {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  #marcas-confianza .split-heading {
    margin-bottom: 10px;
  }

  #marcas-confianza .brands-legal {
    margin-top: 4px;
  }

  .brands-legal {
    font-size: 10px;
    line-height: 1.4;
  }

  #contacto .cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 22px 18px;
  }

  #contacto .cta-inner h2 {
    margin-top: 6px;
    max-width: none;
    font-size: clamp(34px, 9vw, 48px);
    line-height: 0.9;
  }

  #contacto .cta-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #contacto .cta-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.1;
  }

  .nav-wrap {
    min-height: 64px;
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 12px;
  }

  .brand img {
    width: 126px;
    max-height: 46px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: max-content;
    max-width: calc(100vw - 24px);
    background:
      radial-gradient(circle at top left, rgba(255, 107, 87, 0.1), transparent 34%),
      radial-gradient(circle at 85% 12%, rgba(245, 185, 66, 0.12), transparent 26%),
      linear-gradient(180deg, rgba(248, 243, 236, 0.995), rgba(244, 239, 232, 0.995));
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(24, 22, 28, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(42, 30, 24, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transform-origin: top right;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 1005;
  }

  .nav.nav-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    width: 100%;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 22, 28, 0.05);
    box-shadow: 0 10px 20px rgba(42, 30, 24, 0.05);
    white-space: nowrap;
  }

  .btn-nav {
    display: none;
  }

  .menu-btn {
    display: block;
    z-index: 1001;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-spotlight {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-spotlight::after {
    display: none;
  }

  .about-card {
    padding: 22px;
    border-radius: 24px;
  }

  .about-card-intro::before,
  .about-card-process::before {
    left: 22px;
    top: 14px;
    width: 36px;
  }

  .about-card-intro h2 {
    max-width: none;
    font-size: clamp(28px, 7vw, 40px);
  }

  .about-lead {
    font-size: 15px;
  }

  .hero-proof,
  .brand-ribbon,
  .service-grid,
  .faq-grid,
  .metrics-grid,
  .gallery-side,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .hero-media-wall,
  .gallery-showcase,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    max-width: 10ch;
  }

  .hero-canvas {
    min-height: 430px;
    padding: 16px;
  }

  .hero-main-frame {
    inset: 42px 12px 12px 108px;
  }

  .hero-strip {
    width: 96px;
    border-radius: 16px;
    border-width: 6px;
  }

  .hero-strip-a {
    left: 8px;
    top: 96px;
    height: 190px;
  }

  .hero-strip-b {
    left: 48px;
    top: 18px;
    height: 208px;
  }

  .hero-strip-c {
    left: 26px;
    bottom: 18px;
    height: 154px;
  }

  .hero-rail {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-feature,
  .gallery-side img,
  .page-hero-image {
    min-height: 280px;
  }

  .page-hero-copy h1,
  .package-band h2 {
    max-width: none;
  }

  .featured-service,
  .service-cta {
    grid-column: auto;
  }

  .featured-service {
    grid-template-columns: 1fr;
  }

  .service-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-cta span {
    text-align: left;
  }

  .brands-slider,
  .reviews-slider {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    display: none;
  }

  .lb-prev,
  .lb-next {
    top: auto;
    bottom: 18px;
  }

  .review-item {
    flex: 0 0 100%;
  }

  .brand-item {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 72vw;
    min-height: 94px;
    padding: 10px 12px;
  }

  .brand-item img {
    width: auto;
    max-height: 54px;
    max-width: 56vw;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px 0;
  }

  .wa-float {
    bottom: 74px;
  }

  .mobile-sticky {
    display: flex;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), #ff8d5e 56%, var(--accent-2));
    font-weight: 800;
    z-index: 1400;
  }
}

/* Hero override: full-width horizontal banner */
.hero .wrap {
  width: min(100%, 100vw);
}

.hero-band {
  display: block;
  min-height: 430px;
  padding: 0;
  border-radius: 30px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-showcase {
  display: block;
  min-height: 430px;
}

.hero-canvas {
  position: relative;
  min-height: 430px;
  border-radius: 30px;
  padding: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(110, 204, 197, 0.24), transparent 20%),
    radial-gradient(circle at 86% 14%, rgba(255, 107, 87, 0.16), transparent 22%),
    linear-gradient(90deg, #9fe6de 0%, #d4d8e9 38%, #ef7db3 100%);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: 0 28px 70px rgba(42, 30, 24, 0.12);
}

.hero-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("assets/img/hero/strips/strip5.jpg") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.hero-topbar {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.hero-top-cta {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 18px;
}

.hero-main-frame {
  position: absolute;
  inset: 26px 18px 60px 170px;
  z-index: 3;
  overflow: hidden;
  border-radius: 22px;
  background: #1b1720;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 54px rgba(31, 22, 18, 0.22);
}

.hero-stage-backdrop,
.hero-stage-foreground {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-stage-backdrop {
  object-fit: cover;
  filter: blur(16px) brightness(0.62);
  transform: scale(1.08);
  opacity: 0.92;
}

.hero-stage-foreground {
  z-index: 2;
  object-fit: contain;
  object-position: center;
  padding: 14px 18px 18px;
}

.hero-strip {
  position: absolute;
  width: 108px;
  border-radius: 14px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 26px rgba(26, 17, 20, 0.18);
  animation: heroStripFloat 9s ease-in-out infinite;
}

.hero-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-strip-a {
  left: 22px;
  top: 104px;
  height: 132px;
  --strip-rotate: -8deg;
  transform: rotate(-8deg);
  z-index: 2;
}

.hero-strip-b {
  left: 78px;
  top: 182px;
  height: 148px;
  --strip-rotate: -2deg;
  transform: rotate(-2deg);
  animation-delay: -3s;
  z-index: 1;
}

.hero-strip-c {
  left: 98px;
  bottom: 76px;
  height: 110px;
  --strip-rotate: 4deg;
  transform: rotate(4deg);
  animation-delay: -5.2s;
  z-index: 4;
}

.hero-bottom-bar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  color: #fffaf6;
}

.hero-bottom-bar p {
  max-width: 38ch;
  font-size: 13px;
  font-weight: 700;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 19, 28, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.hero-badge {
  background: linear-gradient(135deg, rgba(17, 19, 28, 0.88), rgba(47, 37, 34, 0.72));
  max-width: 68%;
  z-index: 3;
}

@media (max-width: 1080px) {
  .hero-main-frame {
    inset: 58px 14px 58px 164px;
  }

  .hero-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-band {
    border-radius: 24px;
  }

  .hero-canvas {
    min-height: 430px;
  }

  .hero-topbar {
    left: 12px;
    right: 12px;
  }

  .hero-top-cta {
    min-height: 40px;
  }

  .hero-main-frame {
    inset: 118px 12px 60px 106px;
  }

  .hero-strip {
    width: 86px;
    border-width: 5px;
  }

  .hero-strip-a {
    left: 8px;
    top: 170px;
    height: 104px;
  }

  .hero-strip-b {
    left: 46px;
    top: 212px;
    height: 112px;
  }

  .hero-strip-c {
    left: 24px;
    bottom: 80px;
    height: 94px;
  }

  .hero-bottom-bar {
    left: 12px;
    right: 12px;
    bottom: 10px;
    padding: 10px 12px;
  }
}

/* Final hero slider rebuild */
.hero {
  padding: 18px 0 44px;
}

.hero-slider-shell {
  width: min(1880px, 99vw);
  margin: 0 auto;
}

.hero-slider {
  position: relative;
  min-height: 460px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 1s ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.hero-slide-inner {
  min-height: 460px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: center;
  padding: 34px 54px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: 0 30px 70px rgba(32, 23, 19, 0.16);
  position: relative;
}

.hero-slide-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("assets/img/hero/strips/strip5.jpg") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.hero-slide-photobooth .hero-slide-inner {
  background: linear-gradient(90deg, #91ddd7 0%, #c6d5e4 42%, #e974ad 100%);
}

.hero-slide-360 .hero-slide-inner {
  background: linear-gradient(90deg, #7fd4dd 0%, #c9d1f0 40%, #f48f72 100%);
}

.hero-slide-mirror .hero-slide-inner {
  background: linear-gradient(90deg, #c6e5db 0%, #e9d7dc 44%, #d8b8cb 100%);
}

.hero-slide-welcome .hero-slide-inner {
  background: linear-gradient(90deg, #d7e5dd 0%, #eaded8 44%, #e8c6bb 100%);
}

.hero-slide-letters .hero-slide-inner {
  background: linear-gradient(90deg, #d6d1c7 0%, #ead6cb 44%, #efb06f 100%);
}

.hero-slide-snacks .hero-slide-inner {
  background: linear-gradient(90deg, #f1d18e 0%, #efb683 42%, #dd6b82 100%);
}

.hero-slide-amor .hero-slide-inner {
  background: linear-gradient(90deg, #dbc8c8 0%, #ead7de 44%, #d9899f 100%);
}

.hero-collage,
.hero-feature {
  position: relative;
  z-index: 2;
}

.hero-collage {
  min-height: 370px;
}

.hero-collage-card {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(26, 17, 20, 0.22);
}

.hero-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-collage-main {
  width: 268px;
  height: 336px;
  left: 158px;
  top: 10px;
  transform: rotate(-7deg);
}

.hero-collage-top {
  width: 248px;
  height: 286px;
  left: 378px;
  top: 4px;
  transform: rotate(-1deg);
}

.hero-collage-side {
  width: 188px;
  height: 316px;
  left: 530px;
  top: 58px;
  transform: rotate(8deg);
}

.hero-feature {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: center;
}

.hero-feature-media {
  position: relative;
  height: 340px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 52px rgba(31, 22, 18, 0.18);
}

.hero-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  z-index: 1;
}

.hero-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-feature-copy {
  color: #fffdf9;
}

.hero-service-tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-service-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.88;
  margin: 10px 0 10px;
  color: #fff;
}

.hero-service-subtitle {
  max-width: 26ch;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.hero-service-meta {
  margin-top: 14px;
  max-width: 34ch;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-feature-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-slider-nav {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: grid;
  gap: 10px;
}

.hero-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-dot.is-active {
  background: #fff;
}

@media (max-width: 1120px) {
  .hero-slider-shell {
    width: min(calc(100vw - 18px), 980px);
  }

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

  .hero-slide-inner {
    min-height: 470px;
    grid-template-columns: 1fr;
    padding: 24px 28px 76px;
    gap: 18px;
    border-radius: 28px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature {
    width: min(100%, 860px);
    grid-template-columns: minmax(340px, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
    justify-items: stretch;
    align-items: center;
    text-align: left;
  }

  .hero-feature-media {
    width: 100%;
    height: 338px;
    border-radius: 22px;
    justify-self: stretch;
  }

  .hero-service-title {
    font-size: clamp(40px, 6vw, 56px);
    max-width: 8ch;
    margin: 8px 0 10px;
  }

  .hero-service-subtitle {
    max-width: 26ch;
    margin: 0;
    font-size: 16px;
  }

  .hero-service-meta {
    max-width: 34ch;
    margin: 10px 0 0;
    font-size: 13px;
  }

  .hero-feature-actions {
    margin-top: 16px;
    gap: 10px;
    justify-content: flex-start;
  }

  .hero-feature-actions .btn {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .hero-slider-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 900px) {
  .hero-slider-shell {
    width: min(calc(100vw - 16px), 860px);
  }

  .hero-slider {
    min-height: 500px;
  }

  .hero-slide-inner {
    min-height: 500px;
    padding: 18px 18px 64px;
    gap: 16px;
    border-radius: 26px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature {
    width: 100%;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
    gap: 16px;
    order: initial;
    align-items: center;
  }

  .hero-feature-media {
    height: 308px;
    border-radius: 22px;
  }

  .hero-service-title {
    font-size: clamp(34px, 6.8vw, 46px);
    max-width: 8ch;
    margin: 6px 0 8px;
  }

  .hero-service-subtitle {
    max-width: 24ch;
    font-size: 15px;
    line-height: 1.15;
  }

  .hero-service-meta {
    max-width: 30ch;
    font-size: 12px;
    margin-top: 10px;
  }

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

  .hero-feature-actions .btn {
    width: auto;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .hero-slider-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
  }

  .hero-collage-card {
    border-width: 2px;
  }
}

@media (max-width: 760px) {
  .hero-slider {
    min-height: 548px;
  }

  .hero-slide-inner {
    min-height: 548px;
    padding: 16px 14px 60px;
    gap: 10px;
  }

  .hero-feature {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-feature-media {
    height: 318px;
    border-radius: 21px;
  }

  .hero-feature-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(15, 12, 16, 0), rgba(15, 12, 16, 0.2));
    z-index: 1;
    pointer-events: none;
  }

  .hero-feature-copy {
    padding: 0 4px;
    margin-top: -72px;
    position: relative;
    z-index: 4;
  }

  .hero-service-title {
    font-size: clamp(34px, 8.4vw, 46px);
    max-width: none;
    margin: 0 0 48px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .hero-service-tag {
    display: none;
  }

  .hero-service-subtitle,
  .hero-service-meta {
    max-width: none;
  }

  .hero-feature-actions {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 18px 0 40px;
  }

  .hero .wrap {
    width: min(100%, calc(100vw - 16px));
  }

  .hero-slider {
    min-height: 560px;
  }

  .hero-slide-inner {
    min-height: 560px;
    padding: 14px 12px 58px;
    gap: 10px;
    border-radius: 22px;
  }

  .hero-feature-media {
    height: 300px;
    border-radius: 20px;
  }

  .hero-feature-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(15, 12, 16, 0), rgba(15, 12, 16, 0.22));
    z-index: 1;
    pointer-events: none;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature-copy {
    padding: 0 4px;
    margin-top: -74px;
    position: relative;
    z-index: 4;
  }

  .hero-service-title {
    font-size: clamp(34px, 13vw, 50px);
    max-width: none;
    margin: 0 0 52px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
  }

  .hero-service-tag {
    display: none;
  }

  .hero-service-subtitle {
    font-size: 15px;
    padding: 0 6px;
  }

  .hero-service-meta {
    font-size: 12px;
    padding: 0 6px;
  }

  .hero-dot {
    width: 12px;
    height: 12px;
  }

  .hero-feature-actions {
    display: none;
  }
}

@media (max-width: 420px) {
  .contact-strip {
    display: none;
  }

  .nav-wrap {
    min-height: 60px;
  }

  .brand img {
    width: 118px;
    max-height: 42px;
  }

  .nav {
    top: calc(100% + 8px);
    padding: 9px;
    max-width: calc(100vw - 20px);
  }

  .nav a {
    padding: 12px 14px;
    font-size: 16px;
  }

  .hero-slider {
    min-height: 520px;
  }

  .hero-slide-inner {
    min-height: 520px;
  }

  .hero-feature-media {
    height: 272px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature-copy {
    margin-top: -66px;
  }

  .hero-service-title {
    margin-bottom: 46px;
    padding-left: 8px;
  }
}

/* Hero proportional scaling on intermediate screens */
@media (max-width: 1280px) and (min-width: 761px) {
  .hero-slider-shell {
    width: min(calc(100vw - 16px), 1320px);
  }

  .hero-slider {
    min-height: clamp(390px, 37vw, 460px);
  }

  .hero-slide-inner {
    min-height: clamp(390px, 37vw, 460px);
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(14px, 2vw, 30px);
    padding: clamp(18px, 2.4vw, 34px) clamp(18px, 3.2vw, 54px);
    border-radius: clamp(24px, 2.6vw, 34px);
  }

  .hero-collage {
    display: block;
    min-height: clamp(240px, 30vw, 370px);
  }

  .hero-collage-card {
    border-width: clamp(2px, 0.26vw, 3px);
    border-radius: clamp(12px, 1.4vw, 18px);
  }

  .hero-collage-main {
    width: 36.2%;
    height: 90.8%;
    left: 21.4%;
    top: 2.7%;
  }

  .hero-collage-top {
    width: 33.5%;
    height: 77.3%;
    left: 51.1%;
    top: 1.1%;
  }

  .hero-collage-side {
    width: 25.4%;
    height: 85.4%;
    left: 71.6%;
    top: 15.7%;
  }

  .hero-feature {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(12px, 1.8vw, 30px);
    align-items: center;
  }

  .hero-feature-media {
    height: clamp(230px, 27vw, 340px);
    border-radius: clamp(16px, 2vw, 24px);
  }

  .hero-service-title {
    font-size: clamp(40px, 5.1vw, 80px);
    margin: clamp(6px, 1vw, 10px) 0 clamp(6px, 1vw, 10px);
  }

  .hero-service-subtitle {
    font-size: clamp(15px, 1.65vw, 22px);
    line-height: 1.1;
    max-width: 28ch;
  }

  .hero-service-meta {
    margin-top: clamp(8px, 1vw, 14px);
    font-size: clamp(12px, 1.15vw, 16px);
    max-width: 36ch;
  }

  .hero-feature-actions {
    margin-top: clamp(12px, 1.4vw, 20px);
    gap: clamp(8px, 1vw, 12px);
  }

  .hero-feature-actions .btn {
    min-height: clamp(38px, 3.2vw, 46px);
    padding: clamp(8px, 0.8vw, 12px) clamp(12px, 1.2vw, 18px);
    font-size: clamp(12px, 1vw, 14px);
  }

  .hero-slider-nav {
    right: clamp(8px, 1.2vw, 16px);
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    display: grid;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    gap: clamp(6px, 0.7vw, 10px);
  }

  .hero-dot {
    width: clamp(11px, 1.05vw, 16px);
    height: clamp(11px, 1.05vw, 16px);
    border-width: clamp(1.5px, 0.14vw, 2px);
  }
}

/* Final heading and section composition tuning */
.heading h2 {
  font-size: clamp(28px, 2.6vw, 40px) !important;
  line-height: 1.02;
  max-width: none;
  text-wrap: pretty;
}

.split-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  align-items: center;
  justify-content: normal;
  gap: 14px 24px;
}

.split-heading > * {
  min-width: 0;
}

.split-heading .section-copy {
  max-width: 48ch;
  justify-self: start;
}

#servicios .split-heading,
#galeria .split-heading,
#opiniones .split-heading,
.faq-wrap .split-heading,
#marcas-confianza .split-heading {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

#servicios .heading h2,
#galeria .heading h2,
#opiniones .heading h2,
.faq-wrap .heading h2,
#marcas-confianza .heading h2 {
  font-size: clamp(26px, 2.4vw, 36px) !important;
  max-width: 24ch;
}

#servicios .section-copy,
#galeria .section-copy,
#opiniones .section-copy,
.faq-wrap .section-copy,
#marcas-confianza .section-copy {
  max-width: 56ch;
}

#contacto .cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 22px;
}

#contacto .cta-inner > div:first-child {
  min-width: 0;
}

#contacto .cta-inner h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 2.3vw, 34px) !important;
  line-height: 1.02;
  max-width: 24ch;
  margin-top: 0;
}

#contacto .cta-actions {
  justify-self: start;
}

@media (max-width: 920px) {
  .split-heading {
    grid-template-columns: 1fr !important;
    align-items: flex-start;
  }

  .split-heading .section-copy {
    max-width: 52ch;
  }

  #contacto .cta-inner {
    grid-template-columns: 1fr;
  }

  .heading h2 {
    font-size: clamp(26px, 6vw, 34px) !important;
  }

  #contacto .cta-inner h2 {
    font-size: clamp(24px, 6vw, 30px) !important;
    max-width: none;
  }
}

/* Final heading and section composition tuning */
.heading h2 {
  font-size: clamp(28px, 2.6vw, 40px) !important;
  line-height: 1.02;
  max-width: none;
  text-wrap: pretty;
}

.split-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  align-items: center;
  justify-content: normal;
  gap: 14px 24px;
}

.split-heading > * {
  min-width: 0;
}

.split-heading .section-copy {
  max-width: 48ch;
  justify-self: start;
}

#servicios .split-heading,
#galeria .split-heading,
#opiniones .split-heading,
.faq-wrap .split-heading,
#marcas-confianza .split-heading {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

#servicios .heading h2,
#galeria .heading h2,
#opiniones .heading h2,
.faq-wrap .heading h2,
#marcas-confianza .heading h2 {
  font-size: clamp(26px, 2.4vw, 36px) !important;
  max-width: 24ch;
}

#servicios .section-copy,
#galeria .section-copy,
#opiniones .section-copy,
.faq-wrap .section-copy,
#marcas-confianza .section-copy {
  max-width: 56ch;
}

#contacto .cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 22px;
}

#contacto .cta-inner > div:first-child {
  min-width: 0;
}

#contacto .cta-inner h2 {
  font-size: clamp(24px, 2.3vw, 34px) !important;
  line-height: 1.02;
  max-width: 24ch;
  margin-top: 0;
}

#contacto .cta-actions {
  justify-self: start;
}

@media (max-width: 920px) {
  .split-heading {
    grid-template-columns: 1fr !important;
    align-items: flex-start;
  }

  .split-heading .section-copy {
    max-width: 52ch;
  }

  #contacto .cta-inner {
    grid-template-columns: 1fr;
  }

  .heading h2 {
    font-size: clamp(26px, 6vw, 34px) !important;
  }

  #contacto .cta-inner h2 {
    font-size: clamp(24px, 6vw, 30px) !important;
    max-width: none;
  }
}

/* Final home heading size override */
#opiniones .heading h2,
.faq-wrap .heading h2,
#marcas-confianza .heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

#opiniones .section-copy,
.faq-wrap .section-copy,
#marcas-confianza .section-copy {
  font-size: 14px;
  line-height: 1.65;
}

#contacto .cta-inner h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 2.8vw, 38px) !important;
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

@media (max-width: 760px) {
  #opiniones .heading h2,
  .faq-wrap .heading h2,
  #marcas-confianza .heading h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
    max-width: none;
  }

  #contacto .cta-inner h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
    max-width: none;
  }
}

/* Final home heading size override */
#opiniones .heading h2,
.faq-wrap .heading h2,
#marcas-confianza .heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

#opiniones .section-copy,
.faq-wrap .section-copy,
#marcas-confianza .section-copy {
  font-size: 14px;
  line-height: 1.65;
}

#contacto .cta-inner h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 2.8vw, 38px) !important;
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

@media (max-width: 760px) {
  #opiniones .heading h2,
  .faq-wrap .heading h2,
  #marcas-confianza .heading h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
    max-width: none;
  }

  #contacto .cta-inner h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
    max-width: none;
  }
}

/* Home section heading scale fix */
#opiniones .heading h2,
.faq-wrap .heading h2,
#marcas-confianza .heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

#opiniones .section-copy,
.faq-wrap .section-copy,
#marcas-confianza .section-copy {
  font-size: 14px;
  line-height: 1.65;
}

#contacto .cta-inner h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

#opiniones .split-heading,
.faq-wrap .split-heading,
#marcas-confianza .split-heading {
  align-items: center;
}

@media (max-width: 760px) {
  #opiniones .heading h2,
  .faq-wrap .heading h2,
  #marcas-confianza .heading h2 {
    font-size: clamp(24px, 7vw, 32px);
    max-width: none;
  }

  #contacto .cta-inner h2 {
    font-size: clamp(24px, 7vw, 30px);
    max-width: none;
  }
}

/* Gallery mobile polish */
@media (max-width: 768px) {
  #galeria .split-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #galeria .split-heading > .btn.btn-soft {
    min-width: 0;
    width: auto;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 14px;
  }

  #galeria .gallery-showcase {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    overflow: hidden;
  }

  #galeria .gallery-feature {
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  #galeria .gallery-feature img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  #galeria .gallery-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 10px;
    align-items: stretch;
    overflow: hidden;
  }

  #galeria .gallery-side img {
    min-height: 0 !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    display: block;
  }
}

@media (max-width: 430px) {
  #galeria .gallery-feature {
    aspect-ratio: 5 / 4;
  }

  #galeria .gallery-side img {
    aspect-ratio: 1 / 1;
  }
}

/* Gallery page visual polish */
.page-gallery .gallery-filter-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.2vw, 28px);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 238, 0.86) 54%, rgba(243, 249, 246, 0.84)),
    radial-gradient(circle at 82% 20%, rgba(245, 185, 66, 0.1), transparent 46%);
  border: 1px solid rgba(24, 22, 28, 0.12);
  box-shadow:
    0 20px 46px rgba(36, 24, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.page-gallery .gallery-filter-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 107, 87, 0.12), transparent 34%),
    radial-gradient(circle at 80% 86%, rgba(11, 143, 140, 0.08), transparent 42%);
  pointer-events: none;
}

.page-gallery .gallery-filter-shell > * {
  position: relative;
  z-index: 1;
}

.page-gallery .gallery-filter-shell .split-heading {
  margin-bottom: 18px;
}

.page-gallery .gallery-filter-shell .section-copy {
  max-width: 36ch;
}

.page-gallery .filtros {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(24, 22, 28, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-gallery .filtros button {
  flex: 0 0 calc((100% - 40px) / 6);
  max-width: calc((100% - 40px) / 6);
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(24, 22, 28, 0.06);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 10px rgba(38, 27, 20, 0.05);
  text-align: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.page-gallery .filtros button:hover,
.page-gallery .filtros button.is-active {
  border-color: rgba(255, 107, 87, 0.18);
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.14), rgba(245, 185, 66, 0.18));
  box-shadow: 0 8px 18px rgba(39, 26, 20, 0.1);
}

.page-gallery .filtros button.is-active {
  color: #17131b;
  font-weight: 800;
}

.page-gallery .gallery-shell {
  margin-top: 10px;
}

.page-gallery .galeria.inicio {
  gap: 18px;
}

.page-gallery .collage-item {
  position: relative;
  min-height: 292px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 22, 28, 0.07);
  box-shadow:
    0 10px 24px rgba(31, 21, 17, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.page-gallery .collage-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 107, 87, 0.78), rgba(245, 185, 66, 0.82));
  pointer-events: none;
  z-index: 1;
}

.page-gallery .collage-item::after {
  content: "";
  position: absolute;
  inset: -18% 48% 44% -12%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translate3d(-14px, 12px, 0);
  transition: opacity 0.34s ease, transform 0.34s ease;
  pointer-events: none;
  z-index: 1;
}

.page-gallery .collage-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 107, 87, 0.14);
  box-shadow:
    0 24px 42px rgba(31, 21, 17, 0.14),
    0 8px 18px rgba(255, 107, 87, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.page-gallery .collage-item:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-gallery .collage-titulo {
  position: absolute;
  top: 26px;
  left: 20px;
  right: 20px;
  z-index: 3;
  width: auto;
  max-width: calc(100% - 40px);
  padding: 9px 12px 10px;
  background: linear-gradient(135deg, rgba(255, 243, 237, 0.94), rgba(244, 249, 247, 0.9));
  border: 1px solid rgba(24, 22, 28, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(28, 20, 16, 0.07);
  font-size: clamp(21px, 1.65vw, 24px);
  line-height: 0.96;
  letter-spacing: 0;
  color: #17131b;
  transition: transform 0.28s ease, color 0.28s ease, letter-spacing 0.28s ease;
}

.page-gallery .collage-img {
  position: relative;
  z-index: 2;
  height: 236px;
  margin: 42px 0 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(23, 18, 18, 0.1);
}

.page-gallery .collage-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 15, 17, 0.05), rgba(18, 15, 17, 0.01) 32%, rgba(18, 15, 17, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.02));
  pointer-events: none;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.page-gallery .collage-img img {
  transition: transform 0.8s ease, filter 0.35s ease;
}

.page-gallery .collage-item:hover .collage-titulo {
  transform: translateY(-1px);
  color: #111017;
  letter-spacing: 0.01em;
}

.page-gallery .collage-item:hover .collage-img::after {
  background:
    linear-gradient(180deg, rgba(18, 15, 17, 0.01), rgba(18, 15, 17, 0) 28%, rgba(18, 15, 17, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.page-gallery .collage-item:hover .collage-img img {
  transform: scale(1.045);
  filter: saturate(1.03) contrast(1.02);
}

.page-gallery #contacto {
  margin-top: 64px;
}

.page-gallery #contacto .cta-inner {
  border-radius: 28px;
  border: 1px solid rgba(24, 22, 28, 0.1);
  box-shadow: 0 18px 40px rgba(34, 24, 18, 0.12);
}

@media (max-width: 768px) {
  .page-gallery .filtros {
    gap: 7px;
    padding: 8px;
    border-radius: 20px;
  }

  .page-gallery .filtros button {
    flex-basis: calc((100% - 14px) / 3);
    max-width: calc((100% - 14px) / 3);
    min-height: 40px;
    padding: 8px 12px;
  }

  .page-gallery .gallery-filter-shell .split-heading {
    margin-bottom: 14px;
  }

  .page-gallery .gallery-filter-shell .section-copy {
    max-width: 46ch;
  }

  .page-gallery .galeria.inicio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .page-gallery .collage-item {
    min-height: auto;
    padding: 12px;
    border-radius: 20px;
  }

  .page-gallery .collage-item::before {
    left: 14px;
    top: 14px;
    width: 28px;
  }

  .page-gallery .collage-titulo {
    position: relative;
    top: auto;
    left: 14px;
    right: 14px;
    max-width: none;
    margin: 12px 0 10px;
    padding: 8px 10px 9px;
    font-size: clamp(18px, 3.5vw, 21px);
    line-height: 0.98;
  }

  .page-gallery .collage-img {
    height: auto;
    aspect-ratio: 1 / 1.06;
    margin-top: 0;
    border-radius: 16px;
  }

  .page-gallery #contacto {
    margin-top: 40px;
  }
}

@media (max-width: 560px) {
  .page-gallery .filtros {
    padding: 7px;
    border-radius: 18px;
  }

  .page-gallery .filtros button {
    flex-basis: calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
    min-height: 38px;
    font-size: 12px;
  }

  .page-gallery .collage-item {
    padding: 10px;
    border-radius: 18px;
  }

  .page-gallery .collage-item::before {
    left: 12px;
    top: 12px;
    width: 24px;
  }

  .page-gallery .collage-titulo {
    left: 12px;
    right: 12px;
    margin: 10px 0 9px;
    padding: 8px 10px 9px;
    font-size: clamp(16px, 4.6vw, 19px);
  }

  .page-gallery .collage-img {
    border-radius: 14px;
  }
}

@media (max-width: 430px) {
  .page-gallery .filtros {
    gap: 6px;
  }

  .page-gallery .filtros button {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-gallery .galeria.inicio {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-gallery .collage-item {
    padding: 12px;
  }

  .page-gallery .collage-item::before {
    left: 14px;
    top: 14px;
    width: 28px;
  }

  .page-gallery .collage-titulo {
    left: 14px;
    right: 14px;
    margin: 12px 0 10px;
    font-size: clamp(18px, 6vw, 22px);
  }

  .page-gallery .collage-img {
    aspect-ratio: 1 / 0.82;
    border-radius: 15px;
  }
}

@media (hover: none) {
  .page-gallery .collage-item::after,
  .page-gallery .collage-titulo,
  .page-gallery .collage-img::after,
  .page-gallery .collage-img img {
    transition: none;
  }
}

/* Services page polish */
.page-services .page-hero {
  padding: 24px 0 10px;
}

.page-services .page-services-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(240px, 0.56fr);
  grid-template-areas:
    "lead copy"
    "actions copy";
  align-items: end;
  column-gap: clamp(16px, 2vw, 28px);
  row-gap: 14px;
  padding: clamp(22px, 2.2vw, 30px);
}

.page-services .page-services-heading {
  display: contents;
}

.page-services .page-services-hero-lead {
  grid-area: lead;
  min-width: 0;
}

.page-services .page-services-hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-top: 6px;
  margin-bottom: 0;
  max-width: none;
  text-wrap: balance;
}

.page-services .page-services-hero-title span {
  display: block;
}

.page-services .page-services-hero-copy {
  grid-area: copy;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  margin: 0;
  max-width: 29ch;
  font-size: 14px;
  line-height: 1.65;
}

.page-services .page-services-hero-actions {
  grid-area: actions;
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
  display: flex;
  width: auto;
  align-items: center;
  gap: 12px;
}

.page-services .page-services-hero-link {
  position: absolute;
  right: clamp(22px, 2.6vw, 34px);
  bottom: clamp(22px, 2.6vw, 34px);
}

.page-services .page-hero + .section {
  padding-top: 4px;
}

.page-services .metrics-grid {
  gap: 16px;
}

.page-services .metric-card {
  padding: 26px 24px 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 242, 236, 0.82)),
    radial-gradient(circle at 86% 16%, rgba(150, 210, 217, 0.12), transparent 30%);
  border: 1px solid rgba(24, 22, 28, 0.08);
  box-shadow: 0 12px 28px rgba(32, 23, 18, 0.08);
}

.page-services .metric-card strong {
  font-size: 18px;
}

.page-services .service-detail-list {
  gap: 22px;
}

.page-services .services-portfolio-section {
  padding-top: 18px;
}

.page-services .services-portfolio-section + .section {
  padding-top: 0;
}

.page-services .service-detail-card {
  --service-accent-rgb: 215, 126, 88;
  --service-accent: rgb(var(--service-accent-rgb));
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  grid-template-areas:
    "media copy"
    "media actions";
  gap: 18px 28px;
  padding: 20px;
  border-radius: 30px;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 238, 0.9)),
    radial-gradient(circle at 90% 12%, rgba(var(--service-accent-rgb), 0.08), transparent 34%);
  border: 1px solid rgba(24, 22, 28, 0.07);
  box-shadow: 0 16px 34px rgba(32, 22, 17, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-services .service-detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(90deg, transparent 56%, rgba(255, 255, 255, 0.12) 100%);
  pointer-events: none;
}

.page-services .service-detail-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-rgb), 0.2));
  opacity: 0.9;
  pointer-events: none;
}

.page-services .service-detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--service-accent-rgb), 0.16);
  box-shadow: 0 22px 44px rgba(32, 22, 17, 0.12);
}

.page-services .service-detail-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  grid-template-areas:
    "copy media"
    "actions media";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 238, 0.9)),
    radial-gradient(circle at 12% 16%, rgba(var(--service-accent-rgb), 0.08), transparent 34%);
}

.page-services .service-detail-card:nth-child(even)::before {
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(270deg, transparent 56%, rgba(255, 255, 255, 0.12) 100%);
}

.page-services .service-detail-card:nth-child(even)::after {
  inset: 0 0 0 auto;
}

.page-services .service-detail-media {
  grid-area: media;
  position: relative;
  z-index: 1;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #f2ece6;
  border: 1px solid rgba(var(--service-accent-rgb), 0.14);
  box-shadow: 0 14px 28px rgba(28, 21, 18, 0.08);
}

.page-services .service-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 276px;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.page-services .service-detail-card:hover .service-detail-media img {
  transform: scale(1.03);
}

.page-services .service-detail-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  padding: 24px 26px 10px;
  align-self: stretch;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5));
  border: 1px solid rgba(24, 22, 28, 0.05);
  border-bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.page-services .service-detail-copy .mini-kicker {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--service-accent);
}

.page-services .service-detail-copy h3 {
  font-size: clamp(32px, 3vw, 39px);
  line-height: 0.96;
  margin-top: 8px;
}

.page-services .service-detail-copy p {
  font-size: 15px;
  line-height: 1.6;
}

.page-services .service-detail-copy ul {
  margin-top: 16px;
}

.page-services .service-detail-actions {
  grid-area: actions;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: start;
  min-width: 0;
  padding: 0 26px 24px;
  margin-top: -10px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(24, 22, 28, 0.05);
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.page-services .service-detail-actions .btn-soft {
  border-color: rgba(var(--service-accent-rgb), 0.2);
  color: #26222d;
  background: rgba(255, 255, 255, 0.7);
}

.page-services .service-detail-actions .btn-soft:hover {
  border-color: rgba(var(--service-accent-rgb), 0.34);
  background: rgba(255, 255, 255, 0.94);
}

.page-services .service-detail-toggle {
  border-color: rgba(var(--service-accent-rgb), 0.22);
}

.page-services .service-detail-more {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  margin-top: -2px;
  padding: 18px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 241, 236, 0.92)),
    radial-gradient(circle at 92% 18%, rgba(var(--service-accent-rgb), 0.08), transparent 30%);
  border: 1px solid rgba(24, 22, 28, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
  transition:
    height 0.32s ease,
    opacity 0.24s ease,
    transform 0.24s ease,
    margin-top 0.24s ease;
}

.page-services .service-detail-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.page-services .service-detail-more-full {
  grid-column: 1 / -1;
}

.page-services .service-detail-label {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--service-accent);
}

.page-services .service-detail-more ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.page-services .service-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  width: 100%;
}

.page-services .service-detail-columns ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.page-services .service-detail-columns li {
  line-height: 1.42;
}

.page-services .service-detail-note {
  color: #5d5264;
}

.page-services .service-detail-note::before {
  background: rgba(124, 112, 138, 0.85);
}

.page-services .service-detail-more li {
  position: relative;
  padding-left: 16px;
  color: #4b4450;
  font-size: 14px;
  line-height: 1.55;
}

.page-services .service-detail-more li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--service-accent);
}

.page-services .service-detail-close {
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #282330;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-services .service-detail-close:hover {
  border-color: rgba(var(--service-accent-rgb), 0.34);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
}

.page-services .service-detail-card:nth-child(1) { --service-accent-rgb: 210, 142, 92; }
.page-services .service-detail-card:nth-child(2) { --service-accent-rgb: 115, 137, 177; }
.page-services .service-detail-card:nth-child(3) { --service-accent-rgb: 92, 161, 168; }
.page-services .service-detail-card:nth-child(4) { --service-accent-rgb: 156, 129, 184; }
.page-services .service-detail-card:nth-child(5) { --service-accent-rgb: 171, 138, 96; }
.page-services .service-detail-card:nth-child(6) { --service-accent-rgb: 102, 150, 125; }
.page-services .service-detail-card:nth-child(7) { --service-accent-rgb: 180, 108, 118; }
.page-services .service-detail-card:nth-child(8) { --service-accent-rgb: 142, 120, 102; }

.page-services .service-detail-card:nth-child(even) .service-detail-copy,
.page-services .service-detail-card:nth-child(even) .service-detail-actions {
  text-align: left;
}

.page-services .package-band {
  position: relative;
  overflow: hidden;
  padding: 28px 32px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 176, 141, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(17, 19, 28, 0.98), rgba(61, 43, 36, 0.95));
  box-shadow: 0 22px 48px rgba(18, 15, 20, 0.18);
}

.page-services .package-band > div:first-child {
  max-width: 980px;
}

.page-services .package-band h2 {
  font-size: clamp(28px, 3.1vw, 38px);
  line-height: 0.98;
  max-width: 28ch;
  margin-top: 4px;
  text-wrap: balance;
}

.page-services .package-grid {
  margin-top: 18px;
  gap: 16px;
}

.page-services .package-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-services .faq-wrap {
  border-radius: 30px;
  box-shadow: 0 16px 34px rgba(32, 24, 18, 0.08);
}

.page-services #contacto {
  margin-top: 8px;
}

.page-services #contacto .cta-inner {
  border-radius: 30px;
  box-shadow: 0 22px 44px rgba(33, 24, 18, 0.12);
}

@media (max-width: 920px) {
  .page-services .services-portfolio-section {
    padding-top: 12px;
  }

  .page-services .metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .page-services .metric-card {
    min-height: 0;
    padding: 22px 18px 18px;
  }

  .page-services .metric-card strong {
    font-size: 16px;
  }

  .page-services .metric-card p {
    font-size: 14px;
    line-height: 1.45;
  }

  .page-services .service-detail-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy"
      "actions";
    gap: 16px;
  }

  .page-services .service-detail-media img {
    min-height: 260px;
  }

  .page-services .service-detail-card:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy"
      "actions";
  }

  .page-services .service-detail-copy {
    padding: 22px 22px 8px;
  }

  .page-services .service-detail-actions {
    padding: 0 22px 22px;
  }

  .page-services .service-detail-more {
    padding: 18px;
  }

  .page-services .service-detail-more-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-services .service-detail-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-services .metrics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-services .page-services-hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "copy"
      "actions";
    padding: 22px 18px;
    border-radius: 24px;
    row-gap: 12px;
  }

  .page-services .page-services-hero-title {
    max-width: none;
    font-size: clamp(28px, 6.2vw, 38px);
  }

  .page-services .page-services-hero-title span {
    display: inline;
  }

  .page-services .page-services-hero-copy {
    grid-row: auto;
    grid-column: auto;
    max-width: 42ch;
    font-size: 14px;
  }

  .page-services .page-services-hero-actions {
    display: flex;
    grid-column: auto;
    grid-row: auto;
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }

  .page-services .page-services-hero-link {
    position: static;
  }

  .page-services .service-detail-card {
    padding: 14px;
    border-radius: 22px;
  }

  .page-services .service-detail-media {
    border-radius: 18px;
  }

  .page-services .service-detail-media img {
    min-height: 220px;
  }

  .page-services .package-band,
  .page-services .faq-wrap,
  .page-services #contacto .cta-inner {
    border-radius: 24px;
  }
}

/* 2026 visual refresh */
:root {
  --bg: #f3ede5;
  --surface: rgba(255, 250, 245, 0.74);
  --surface-strong: rgba(255, 252, 248, 0.92);
  --surface-dark: #15161d;
  --text: #17141a;
  --muted: #655b60;
  --line: rgba(54, 38, 31, 0.12);
  --accent: #d46b4d;
  --accent-2: #f0b55a;
  --accent-3: #3f807a;
  --shadow: 0 28px 68px rgba(39, 28, 23, 0.12);
}

body {
  background:
    radial-gradient(circle at 0% 0%, rgba(219, 116, 85, 0.2), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(240, 181, 90, 0.2), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(63, 128, 122, 0.12), transparent 26%),
    linear-gradient(180deg, #f8f2eb 0%, #f2ebe2 48%, #f7f4ef 100%);
}

main::before {
  opacity: 0.1;
  mix-blend-mode: multiply;
}

.contact-strip {
  background: linear-gradient(90deg, #14161e 0%, #22191a 52%, #1b2324 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.contact-inner {
  min-height: 42px;
}

.topbar {
  background: rgba(248, 242, 235, 0.72);
  border-bottom: 1px solid rgba(60, 44, 36, 0.08);
  box-shadow: 0 16px 38px rgba(40, 27, 21, 0.08);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 107, 77, 0), rgba(212, 107, 77, 0.26), rgba(240, 181, 90, 0.28), rgba(212, 107, 77, 0));
  pointer-events: none;
}

.nav-wrap {
  min-height: 78px;
}

.brand img {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
}

.nav {
  padding: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 244, 238, 0.52)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.48), transparent 34%);
  border: 1px solid rgba(76, 57, 45, 0.12);
  box-shadow:
    0 18px 40px rgba(38, 28, 23, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(18px);
}

.nav a {
  padding: 10px 15px;
  color: #302934;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(76, 57, 45, 0.08);
}

.nav a.is-active {
  background: linear-gradient(135deg, rgba(212, 107, 77, 0.18), rgba(240, 181, 90, 0.24));
  box-shadow:
    inset 0 0 0 1px rgba(212, 107, 77, 0.18),
    0 10px 24px rgba(212, 107, 77, 0.12);
}

.menu-btn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 243, 237, 0.68));
  border: 1px solid rgba(76, 57, 45, 0.12);
}

.btn {
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(34, 26, 22, 0.08);
}

.btn-primary {
  background: linear-gradient(135deg, #d45d46 0%, #ea8866 48%, #f0b24f 100%);
  box-shadow:
    0 18px 38px rgba(212, 107, 77, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  box-shadow:
    0 20px 42px rgba(212, 107, 77, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-soft {
  color: #2c2630;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 244, 239, 0.78)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.44), transparent 30%);
  border-color: rgba(76, 57, 45, 0.12);
  box-shadow:
    0 14px 28px rgba(34, 26, 22, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.btn-soft:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 247, 242, 0.9)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.46), transparent 30%);
  border-color: rgba(212, 107, 77, 0.18);
}

.btn-nav {
  box-shadow: 0 18px 34px rgba(212, 107, 77, 0.22);
}

.eyebrow {
  color: #9a533f;
  font-size: 17px;
  letter-spacing: 0.11em;
}

.mini-kicker {
  color: #8b6743;
}

.section-copy,
.service-detail-copy p,
.metric-card p,
.catalog-help,
.contador,
.footer p {
  color: var(--muted);
}

.metric-card,
.gallery-filter-shell,
.page-hero-panel,
.contact-form-card,
.gallery-status,
.collage-item,
.brand-item,
.faq-grid details {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 235, 0.72)),
    radial-gradient(circle at 90% 14%, rgba(240, 181, 90, 0.1), transparent 24%),
    radial-gradient(circle at 10% 16%, rgba(212, 107, 77, 0.07), transparent 20%);
  border: 1px solid rgba(76, 57, 45, 0.11);
  box-shadow:
    0 24px 52px rgba(39, 28, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(18px);
}

.hero {
  padding: 22px 0 56px;
}

.hero-slider-shell {
  width: min(1880px, calc(100vw - 18px));
}

.hero-slide-inner {
  min-height: 500px;
  padding: 38px 58px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 34px 80px rgba(31, 21, 18, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-slide-inner::before {
  opacity: 0.12;
}

.hero-slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(16, 10, 18, 0.05) 100%);
  pointer-events: none;
}

.hero-slide-photobooth .hero-slide-inner {
  background: linear-gradient(110deg, #789a99 0%, #c3b09d 44%, #d47a76 100%);
}

.hero-slide-360 .hero-slide-inner {
  background: linear-gradient(110deg, #688f9d 0%, #bda8a5 46%, #d9876b 100%);
}

.hero-slide-mirror .hero-slide-inner {
  background: linear-gradient(110deg, #7f9c95 0%, #cab6b1 44%, #a77ea1 100%);
}

.hero-slide-welcome .hero-slide-inner {
  background: linear-gradient(110deg, #8ea89a 0%, #ccb3a5 44%, #cd8d75 100%);
}

.hero-slide-letters .hero-slide-inner {
  background: linear-gradient(110deg, #8f8378 0%, #c7a58f 44%, #d98f4f 100%);
}

.hero-slide-snacks .hero-slide-inner {
  background: linear-gradient(110deg, #b39451 0%, #cf8d72 44%, #bb6477 100%);
}

.hero-slide-amor .hero-slide-inner {
  background: linear-gradient(110deg, #a88f8f 0%, #caa2af 44%, #b76f8b 100%);
}

.hero-collage-card {
  border-width: 4px;
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(26, 17, 20, 0.24);
}

.hero-feature-media {
  height: 356px;
  border-radius: 28px;
  border: 4px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 56px rgba(23, 17, 15, 0.2);
}

.hero-feature-copy {
  text-shadow: 0 8px 24px rgba(18, 12, 16, 0.12);
}

.hero-service-tag {
  color: rgba(255, 251, 247, 0.84);
}

.hero-service-title {
  letter-spacing: -0.03em;
}

.hero-service-subtitle {
  max-width: 27ch;
  font-size: 21px;
  line-height: 1.18;
}

.hero-service-meta {
  color: rgba(255, 248, 242, 0.82);
}

.hero-dot {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 18px rgba(17, 10, 14, 0.16);
}

.hero-dot.is-active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 231, 207, 0.92));
}

.page-hero {
  padding: 38px 0 34px;
}

.page-hero-copy h1 {
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.page-hero-panel {
  padding: 20px;
  border-radius: 30px;
}

.page-hero-tags span {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 243, 238, 0.8));
  border-color: rgba(76, 57, 45, 0.1);
  box-shadow: 0 10px 20px rgba(39, 28, 23, 0.06);
}

.metric-card {
  border-radius: 24px;
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.04;
}

.cta-inner {
  padding: 30px 32px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 247, 240, 0.9), rgba(246, 239, 224, 0.86), rgba(231, 241, 236, 0.82)),
    radial-gradient(circle at 0% 20%, rgba(212, 107, 77, 0.12), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(63, 128, 122, 0.12), transparent 24%);
  border: 1px solid rgba(90, 71, 56, 0.12);
  box-shadow:
    0 28px 56px rgba(39, 28, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.cta-inner h2 {
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.gallery-filter-shell {
  border-radius: 30px;
}

.filtros button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 243, 238, 0.8));
  border-color: rgba(76, 57, 45, 0.1);
  box-shadow:
    0 12px 22px rgba(39, 28, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.filtros button:hover,
.filtros button.is-active {
  background: linear-gradient(135deg, rgba(212, 107, 77, 0.16), rgba(240, 181, 90, 0.2));
  border-color: rgba(212, 107, 77, 0.24);
  box-shadow: 0 16px 30px rgba(39, 28, 23, 0.1);
}

.galeria.normal img,
.collage-item {
  border-radius: 24px;
}

.galeria.normal img {
  box-shadow: 0 18px 38px rgba(39, 28, 23, 0.1);
}

.collage-item {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.collage-item:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 107, 77, 0.2);
  box-shadow: 0 24px 46px rgba(39, 28, 23, 0.12);
}

.collage-img img {
  transition: transform 0.35s ease;
}

.collage-item:hover .collage-img img {
  transform: scale(1.04);
}

.page-gallery .gallery-filter-shell {
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.88), rgba(246, 239, 233, 0.74)),
    radial-gradient(circle at 90% 14%, rgba(63, 128, 122, 0.1), transparent 24%);
}

.page-services .page-services-hero-shell {
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.88), rgba(246, 239, 233, 0.72)),
    radial-gradient(circle at 92% 18%, rgba(240, 181, 90, 0.12), transparent 24%),
    radial-gradient(circle at 12% 14%, rgba(212, 107, 77, 0.08), transparent 20%);
  border: 1px solid rgba(76, 57, 45, 0.11);
  box-shadow:
    0 28px 60px rgba(39, 28, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.page-services .page-services-hero-title {
  letter-spacing: -0.03em;
}

.page-services .metric-card {
  box-shadow: 0 20px 42px rgba(39, 28, 23, 0.08);
}

.page-services .service-detail-card {
  border-radius: 32px;
  box-shadow: 0 22px 48px rgba(39, 28, 23, 0.08);
}

.page-services .service-detail-card:hover {
  box-shadow: 0 28px 56px rgba(39, 28, 23, 0.12);
}

.page-services .service-detail-media {
  border-radius: 26px;
  box-shadow: 0 18px 34px rgba(28, 21, 18, 0.08);
}

.page-services .service-detail-copy {
  border-radius: 26px 26px 0 0;
}

.page-services .service-detail-actions {
  border-radius: 0 0 26px 26px;
}

.page-contact .page-hero {
  padding-top: 34px;
}

.page-contact .page-hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.9), rgba(245, 238, 232, 0.78)),
    radial-gradient(circle at 88% 18%, rgba(240, 181, 90, 0.12), transparent 22%);
}

.page-contact .service-detail-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 242, 236, 0.82)),
    radial-gradient(circle at 92% 18%, rgba(212, 107, 77, 0.08), transparent 20%);
  border: 1px solid rgba(76, 57, 45, 0.1);
  box-shadow:
    0 18px 38px rgba(39, 28, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.contact-form-card {
  border-radius: 30px;
}

.footer {
  margin-top: 18px;
  border-top: 0;
  background:
    linear-gradient(135deg, rgba(20, 22, 30, 0.98), rgba(30, 24, 31, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-inner {
  min-height: 104px;
}

.footer p {
  color: rgba(255, 255, 255, 0.72);
}

.socials a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.socials a:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 181, 90, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1120px) {
  .hero-slide-inner {
    min-height: 470px;
    padding: 28px 30px 80px;
    border-radius: 30px;
  }

  .hero-feature-media {
    height: 318px;
  }
}

@media (max-width: 900px) {
  .footer-inner {
    min-height: auto;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-inner,
  .gallery-filter-shell,
  .page-hero-panel {
    border-radius: 26px;
  }
}

@media (max-width: 760px) {
  .topbar {
    background: rgba(248, 242, 235, 0.86);
  }

  .nav {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 238, 0.92));
  }

  .hero {
    padding-top: 14px;
  }

  .hero-slide-inner,
  .cta-inner,
  .page-services .page-services-hero-shell {
    border-radius: 24px;
  }

  .hero-service-subtitle {
    font-size: 18px;
  }
}

/* 2026 bold refresh pass */
.heading h2,
.page-hero-copy h1,
.page-services .page-services-hero-title,
.service-detail-copy h3,
.cta-inner h2,
.catalog-toolbar-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.heading h2 {
  font-size: clamp(42px, 4.6vw, 68px);
}

.page-hero-copy h1 {
  font-size: clamp(56px, 7.4vw, 100px);
  max-width: 10.5ch;
}

.page-services .page-services-hero-title {
  font-size: clamp(46px, 5vw, 70px);
}

.service-detail-copy h3 {
  font-size: clamp(38px, 3.1vw, 48px);
}

.heading.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 20px 28px;
  align-items: end;
}

.heading.split-heading .section-copy {
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.7;
  justify-self: end;
}

.hero-slider {
  min-height: 540px;
}

.hero-slide-inner {
  min-height: 540px;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hero-collage {
  min-height: 420px;
}

.hero-collage-main {
  width: 292px;
  height: 366px;
  left: 108px;
  top: 18px;
}

.hero-collage-top {
  width: 262px;
  height: 302px;
  left: 322px;
  top: -2px;
}

.hero-collage-side {
  width: 208px;
  height: 334px;
  left: 500px;
  top: 78px;
}

.hero-feature {
  grid-template-columns: 286px 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.9), rgba(244, 236, 228, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(212, 107, 77, 0.1), transparent 26%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 24px 54px rgba(28, 20, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
}

.hero-feature-media {
  height: 100%;
  min-height: 380px;
}

.hero-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1f1a1f;
  text-shadow: none;
}

.hero-service-tag {
  color: rgba(80, 57, 47, 0.8);
}

.hero-service-title {
  color: #17131a;
  font-size: clamp(52px, 5.4vw, 84px);
}

.hero-service-subtitle {
  max-width: 29ch;
  color: #2f2831;
}

.hero-service-meta {
  color: rgba(49, 41, 46, 0.72);
}

.hero-feature-actions {
  margin-top: 24px;
}

.section {
  padding: 52px 0;
}

.metric-card {
  padding: 28px 26px 24px;
}

.metric-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.page-services .service-detail-card {
  gap: 22px 30px;
}

.page-services .service-detail-card::after {
  inset: 0 0 auto 0;
  width: auto;
  height: 4px;
}

.page-services .service-detail-card:nth-child(even)::after {
  inset: 0 0 auto 0;
}

.page-services .service-detail-copy {
  padding-top: 28px;
}

.page-services .service-detail-copy p,
.page-services .service-detail-more li,
.page-services .service-detail-columns li {
  font-size: 15px;
}

.page-contact .page-hero-grid {
  gap: 28px;
}

.page-contact .service-detail-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 24px;
  padding: 26px;
}

.page-contact .service-detail-copy strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f5944;
}

.page-contact .service-detail-copy h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 3vw, 52px);
  letter-spacing: -0.03em;
}

.contact-form-shell .heading.split-heading {
  align-items: start;
}

.contact-form-shell .heading h2 {
  max-width: 12ch;
}

.gallery-filter-shell .heading h2,
.page-gallery #contacto .cta-inner h2 {
  max-width: 13ch;
}

.footer-note {
  opacity: 0.88;
}

@media (max-width: 1120px) {
  .heading.split-heading {
    grid-template-columns: 1fr;
  }

  .heading.split-heading .section-copy {
    justify-self: start;
    max-width: 46ch;
  }

  .hero-slider,
  .hero-slide-inner {
    min-height: 490px;
  }

  .hero-feature {
    grid-template-columns: 240px 1fr;
  }

  .hero-feature-media {
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .page-contact .service-detail-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .heading h2,
  .page-hero-copy h1,
  .page-services .page-services-hero-title,
  .service-detail-copy h3,
  .cta-inner h2,
  .catalog-toolbar-copy h2 {
    letter-spacing: -0.03em;
    line-height: 0.94;
  }

  .hero-feature {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .hero-feature-media {
    min-height: 260px;
  }

  .metric-card strong {
    font-size: 28px;
  }
}

/* Luxury minimal refinement */
:root {
  --bg: #f4f1eb;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-dark: #16181d;
  --text: #17181b;
  --muted: #646264;
  --line: rgba(33, 29, 27, 0.1);
  --accent: #b88753;
  --accent-2: #d4b07a;
  --accent-3: #6f7f74;
  --shadow: 0 24px 56px rgba(33, 28, 25, 0.08);
}

body {
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 176, 122, 0.12), transparent 24%),
    radial-gradient(circle at 100% 100%, rgba(111, 127, 116, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f5f0 0%, #f1ede6 48%, #f7f4ef 100%);
}

.topbar {
  background: rgba(247, 244, 239, 0.84);
  box-shadow: 0 14px 34px rgba(33, 28, 25, 0.06);
}

.topbar::before {
  background: linear-gradient(90deg, rgba(184, 135, 83, 0), rgba(184, 135, 83, 0.22), rgba(212, 176, 122, 0.2), rgba(184, 135, 83, 0));
}

.nav {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 244, 239, 0.66));
  box-shadow:
    0 16px 34px rgba(33, 28, 25, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.btn {
  min-height: 46px;
  font-size: 13px;
  box-shadow: 0 12px 22px rgba(33, 28, 25, 0.06);
}

.btn-primary {
  background: linear-gradient(135deg, #a97a49 0%, #bf9361 52%, #d4b07a 100%);
  box-shadow:
    0 14px 28px rgba(169, 122, 73, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-primary:hover {
  box-shadow:
    0 16px 30px rgba(169, 122, 73, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.86));
}

.eyebrow {
  color: #8d6845;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.heading h2,
.page-hero-copy h1,
.page-services .page-services-hero-title,
.service-detail-copy h3,
.cta-inner h2,
.catalog-toolbar-copy h2,
.metric-card strong {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.heading h2 {
  font-size: clamp(34px, 3.8vw, 54px);
}

.page-hero-copy h1 {
  font-size: clamp(42px, 6vw, 72px);
  max-width: 12ch;
}

.page-services .page-services-hero-title {
  font-size: clamp(38px, 4.2vw, 56px);
}

.service-detail-copy h3 {
  font-size: clamp(30px, 2.6vw, 40px);
}

.metric-card strong {
  font-size: 24px;
}

.heading.split-heading {
  gap: 18px 24px;
}

.hero-slider {
  min-height: 500px;
}

.hero-slide-inner {
  min-height: 500px;
  gap: 30px;
  border-radius: 32px;
}

.hero-feature {
  padding: 16px;
  gap: 18px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 241, 235, 0.8)),
    radial-gradient(circle at 100% 0%, rgba(184, 135, 83, 0.08), transparent 24%);
  box-shadow:
    0 18px 40px rgba(33, 28, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.hero-feature-media {
  min-height: 340px;
  border-radius: 22px;
}

.hero-service-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 0.92;
}

.hero-service-subtitle {
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
}

.hero-service-meta {
  margin-top: 12px;
  font-size: 15px;
}

.hero-dot {
  width: 12px;
  height: 12px;
}

.metric-card,
.gallery-filter-shell,
.page-hero-panel,
.contact-form-card,
.gallery-status,
.collage-item,
.brand-item,
.faq-grid details {
  box-shadow:
    0 18px 42px rgba(33, 28, 25, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.cta-inner {
  padding: 26px 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(244, 240, 233, 0.84), rgba(237, 241, 236, 0.78));
  box-shadow:
    0 20px 44px rgba(33, 28, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.cta-inner h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 0.98;
}

.page-services .page-services-hero-shell,
.page-gallery .gallery-filter-shell,
.page-contact .page-hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 240, 233, 0.8));
  box-shadow:
    0 20px 48px rgba(33, 28, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.page-services .service-detail-card {
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(33, 28, 25, 0.07);
}

.page-services .service-detail-card::after {
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 135, 83, 0.82), rgba(212, 176, 122, 0.35));
}

.page-services .service-detail-media,
.page-services .service-detail-copy,
.page-services .service-detail-actions {
  border-radius: 22px;
}

.page-contact .service-detail-card {
  padding: 22px;
}

.page-contact .service-detail-copy h3 {
  font-size: clamp(34px, 2.8vw, 44px);
}

.footer {
  background: linear-gradient(135deg, rgba(20, 21, 26, 0.98), rgba(30, 29, 30, 0.98));
}

@media (max-width: 1120px) {
  .hero-slider,
  .hero-slide-inner {
    min-height: 460px;
  }

  .page-hero-copy h1 {
    font-size: clamp(38px, 5.6vw, 58px);
  }
}

@media (max-width: 760px) {
  .heading h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .page-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .page-services .page-services-hero-title {
    font-size: clamp(32px, 8vw, 42px);
  }

  .hero-service-title {
    font-size: clamp(36px, 8vw, 50px);
  }

  .cta-inner h2 {
    font-size: clamp(26px, 8vw, 34px);
  }
}

/* Hero slider stability restore */
.hero {
  padding: 18px 0 44px;
}

.hero-slider-shell {
  width: min(1880px, 99vw);
  margin: 0 auto;
}

.hero-slider {
  position: relative;
  min-height: 460px;
}

.hero-slide-inner {
  min-height: 460px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: center;
  padding: 34px 54px;
  border-radius: 34px;
}

.hero-slide-inner::before {
  opacity: 0.08;
}

.hero-slide-photobooth .hero-slide-inner {
  background: linear-gradient(90deg, #91ddd7 0%, #c6d5e4 42%, #e974ad 100%);
}

.hero-slide-360 .hero-slide-inner {
  background: linear-gradient(90deg, #7fd4dd 0%, #c9d1f0 40%, #f48f72 100%);
}

.hero-slide-mirror .hero-slide-inner {
  background: linear-gradient(90deg, #c6e5db 0%, #e9d7dc 44%, #d8b8cb 100%);
}

.hero-slide-welcome .hero-slide-inner {
  background: linear-gradient(90deg, #d7e5dd 0%, #eaded8 44%, #e8c6bb 100%);
}

.hero-slide-letters .hero-slide-inner {
  background: linear-gradient(90deg, #d6d1c7 0%, #ead6cb 44%, #efb06f 100%);
}

.hero-slide-snacks .hero-slide-inner {
  background: linear-gradient(90deg, #f1d18e 0%, #efb683 42%, #dd6b82 100%);
}

.hero-slide-amor .hero-slide-inner {
  background: linear-gradient(90deg, #dbc8c8 0%, #ead7de 44%, #d9899f 100%);
}

.hero-collage {
  min-height: 370px;
}

.hero-collage-card {
  border-radius: 18px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(26, 17, 20, 0.22);
}

.hero-collage-main {
  width: 268px;
  height: 336px;
  left: 158px;
  top: 10px;
}

.hero-collage-top {
  width: 248px;
  height: 286px;
  left: 378px;
  top: 4px;
}

.hero-collage-side {
  width: 188px;
  height: 316px;
  left: 530px;
  top: 58px;
}

.hero-feature {
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-feature-media {
  height: 340px;
  min-height: 0;
  border-radius: 24px;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.hero-feature-copy {
  display: block;
  color: #fffdf9;
}

.hero-service-tag {
  color: rgba(255, 255, 255, 0.78);
}

.hero-service-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.88;
  margin: 10px 0 10px;
  color: #fff;
}

.hero-service-subtitle {
  max-width: 26ch;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
  color: #fffdf9;
}

.hero-service-meta {
  margin-top: 14px;
  max-width: 34ch;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-feature-actions {
  margin-top: 20px;
}

.hero-slider-nav {
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  z-index: 8;
  display: grid;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.hero-dot {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.hero-dot.is-active {
  background: #fff;
}

@media (max-width: 1120px) {
  .hero-slider-shell {
    width: min(calc(100vw - 18px), 980px);
  }

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

  .hero-slide-inner {
    min-height: 470px;
    grid-template-columns: 1fr;
    padding: 24px 28px 76px;
    gap: 18px;
    border-radius: 28px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature {
    width: min(100%, 860px);
    grid-template-columns: minmax(340px, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
    justify-items: stretch;
    align-items: center;
    text-align: left;
  }

  .hero-feature-media {
    width: 100%;
    height: 338px;
    border-radius: 22px;
  }

  .hero-service-title {
    font-size: clamp(40px, 6vw, 56px);
    max-width: 8ch;
    margin: 8px 0 10px;
  }

  .hero-service-subtitle {
    max-width: 26ch;
    margin: 0;
    font-size: 16px;
  }

  .hero-service-meta {
    max-width: 34ch;
    margin: 10px 0 0;
    font-size: 13px;
  }

  .hero-feature-actions {
    margin-top: 16px;
    gap: 10px;
    justify-content: flex-start;
  }

  .hero-feature-actions .btn {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .hero-slider-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 900px) {
  .hero-slider-shell {
    width: min(calc(100vw - 16px), 860px);
  }

  .hero-slider {
    min-height: 500px;
  }

  .hero-slide-inner {
    min-height: 500px;
    padding: 18px 18px 64px;
    gap: 16px;
    border-radius: 26px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature {
    width: 100%;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
    gap: 16px;
    order: initial;
    align-items: center;
  }

  .hero-feature-media {
    height: 308px;
    border-radius: 22px;
  }

  .hero-service-title {
    font-size: clamp(34px, 6.8vw, 46px);
    max-width: 8ch;
    margin: 6px 0 8px;
  }

  .hero-service-subtitle {
    max-width: 24ch;
    font-size: 15px;
    line-height: 1.15;
  }

  .hero-service-meta {
    max-width: 30ch;
    font-size: 12px;
    margin-top: 10px;
  }

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

  .hero-feature-actions .btn {
    width: auto;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .hero-slider-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
  }

  .hero-collage-card {
    border-width: 2px;
  }
}

@media (max-width: 760px) {
  .hero-slider {
    min-height: 548px;
  }

  .hero-slide-inner {
    min-height: 548px;
    padding: 16px 14px 60px;
    gap: 10px;
  }

  .hero-feature {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-feature-media {
    height: 318px;
    border-radius: 21px;
  }

  .hero-feature-copy {
    padding: 0 4px;
    margin-top: -72px;
    position: relative;
    z-index: 4;
  }

  .hero-service-title {
    font-size: clamp(34px, 8.4vw, 46px);
    max-width: none;
    margin: 0 0 48px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .hero-service-tag {
    display: none;
  }

  .hero-service-subtitle,
  .hero-service-meta {
    max-width: none;
  }

  .hero-feature-actions {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 18px 0 40px;
  }

  .hero .wrap {
    width: min(100%, calc(100vw - 16px));
  }

  .hero-slider {
    min-height: 560px;
  }

  .hero-slide-inner {
    min-height: 560px;
    padding: 14px 12px 58px;
    gap: 10px;
    border-radius: 22px;
  }

  .hero-feature-media {
    height: 300px;
    border-radius: 20px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature-copy {
    padding: 0 4px;
    margin-top: -74px;
    position: relative;
    z-index: 4;
  }

  .hero-service-title {
    font-size: clamp(34px, 13vw, 50px);
    max-width: none;
    margin: 0 0 52px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
  }

  .hero-service-tag {
    display: none;
  }

  .hero-service-subtitle {
    font-size: 15px;
    padding: 0 6px;
  }

  .hero-service-meta {
    font-size: 12px;
    padding: 0 6px;
  }

  .hero-dot {
    width: 12px;
    height: 12px;
  }

  .hero-feature-actions {
    display: none;
  }
}

@media (max-width: 420px) {
  .hero-slider {
    min-height: 520px;
  }

  .hero-slide-inner {
    min-height: 520px;
  }

  .hero-feature-media {
    height: 272px;
  }

  .hero-collage {
    display: none;
  }

  .hero-feature-copy {
    margin-top: -66px;
  }

  .hero-service-title {
    margin-bottom: 46px;
    padding-left: 8px;
  }
}

@media (max-width: 1280px) and (min-width: 761px) {
  .hero-slider-shell {
    width: min(calc(100vw - 16px), 1320px);
  }

  .hero-slider {
    min-height: clamp(390px, 37vw, 460px);
  }

  .hero-slide-inner {
    min-height: clamp(390px, 37vw, 460px);
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(14px, 2vw, 30px);
    padding: clamp(18px, 2.4vw, 34px) clamp(18px, 3.2vw, 54px);
    border-radius: clamp(24px, 2.6vw, 34px);
  }

  .hero-collage {
    display: block;
    min-height: clamp(240px, 30vw, 370px);
  }

  .hero-collage-card {
    border-width: clamp(2px, 0.26vw, 3px);
    border-radius: clamp(12px, 1.4vw, 18px);
  }

  .hero-collage-main {
    width: 36.2%;
    height: 90.8%;
    left: 21.4%;
    top: 2.7%;
  }

  .hero-collage-top {
    width: 33.5%;
    height: 77.3%;
    left: 51.1%;
    top: 1.1%;
  }

  .hero-collage-side {
    width: 25.4%;
    height: 85.4%;
    left: 71.6%;
    top: 15.7%;
  }

  .hero-feature {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(12px, 1.8vw, 30px);
    align-items: center;
  }

  .hero-feature-media {
    height: clamp(230px, 27vw, 340px);
    border-radius: clamp(16px, 2vw, 24px);
  }

  .hero-service-title {
    font-size: clamp(40px, 5.1vw, 80px);
    margin: clamp(6px, 1vw, 10px) 0 clamp(6px, 1vw, 10px);
  }

  .hero-service-subtitle {
    font-size: clamp(15px, 1.65vw, 22px);
    line-height: 1.1;
    max-width: 28ch;
  }

  .hero-service-meta {
    margin-top: clamp(8px, 1vw, 14px);
    font-size: clamp(12px, 1.15vw, 16px);
    max-width: 36ch;
  }

  .hero-feature-actions {
    margin-top: clamp(12px, 1.4vw, 20px);
    gap: clamp(8px, 1vw, 12px);
  }

  .hero-feature-actions .btn {
    min-height: clamp(38px, 3.2vw, 46px);
    padding: clamp(8px, 0.8vw, 12px) clamp(12px, 1.2vw, 18px);
    font-size: clamp(12px, 1vw, 14px);
  }

  .hero-slider-nav {
    right: clamp(8px, 1.2vw, 16px);
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    display: grid;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    gap: clamp(6px, 0.7vw, 10px);
  }

  .hero-dot {
    width: clamp(11px, 1.05vw, 16px);
    height: clamp(11px, 1.05vw, 16px);
    border-width: clamp(1.5px, 0.14vw, 2px);
  }
}
