:root {
  --yellow: #ffdf62;
  --black: #050505;
  --white: #ffffff;
  --soft: #f3f3f3;
  --line: #d8d8d8;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.12;
}

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

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

figure {
  margin: 0;
}

strong {
  font-weight: 800;
}

section[id] {
  scroll-margin-top: 72px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 2px solid var(--black);
  background: rgba(255, 255, 255, 0.97);
}

.header-brand {
  flex: 0 0 auto;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.brand {
  display: inline-block;
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding: 9px 0 7px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: var(--black);
}

.site-nav .nav-contact {
  border: 2px solid var(--black);
  padding: 10px 16px;
  background: var(--yellow);
}

.site-nav .nav-contact:hover,
.site-nav .nav-contact:focus-visible {
  background: var(--black);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  min-height: calc(100svh - 72px);
  max-width: var(--max);
  margin: 0 auto;
}

.hero-visual,
.contact-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 5vw, 72px);
}

.pattern-black {
  position: relative;
  background-color: var(--black);
  background-image: repeating-linear-gradient(135deg, transparent 0 72px, rgba(255, 255, 255, .08) 72px 82px);
}

.yellow-panel {
  background: var(--yellow);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 92px);
}

.hero-copy>p {
  max-width: 8.5em;
  margin: 0;
  font-size: clamp(3.1rem, 6.6vw, 6.6rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.hero-copy h1 {
  margin: clamp(24px, 4vw, 56px) 0 0;
  font-size: clamp(3.1rem, 6vw, 6.2rem);
}

.text-link {
  align-self: flex-start;
  margin-top: clamp(28px, 5vw, 64px);
  border-bottom: 3px solid var(--black);
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.numbered-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #cfcfcf;
}

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

.blob {
  border-radius: 38% 62% 45% 55% / 58% 36% 64% 42%;
}

.blob-hero {
  width: min(88%, 700px);
  border-radius: 31% 69% 38% 62% / 56% 32% 68% 44%;
  transform: rotate(-2deg);
}

.section-pad {
  padding: clamp(64px, 8vw, 120px) clamp(24px, 5vw, 78px);
}

.eyebrow {
  margin: 0 0 24px;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  letter-spacing: -0.035em;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(360px, 0.85fr);
  max-width: var(--max);
  margin: 0 auto;
  border-top: 2px solid var(--black);
}

.about-copy h2,
.birthday-copy h2,
.reviews-section h2,
.event-copy h2 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.lead {
  max-width: 32em;
  margin: 28px 0 0;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  letter-spacing: -0.035em;
}

.about-strong {
  max-width: 38em;
  margin: 40px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 800;
}

.verb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 42px;
  font-size: clamp(1.35rem, 2.6vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 54px;
}

.mini-gallery .numbered-image {
  border-radius: 0;
}

.about-media {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--black);
  color: var(--white);
}

.about-main-image {
  width: 100%;
  border-radius: 0;
}

.activities-panel {
  padding: clamp(32px, 4vw, 60px);
}

.activities-panel h3 {
  margin: 0 0 34px;
  font-size: clamp(1.9rem, 3.2vw, 3.3rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.activities-panel ul,
.special-claim ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.activities-panel li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: baseline;
  margin: 17px 0;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.activities-panel li span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
}

.birthday-section,
.event-section,
.reviews-section,
.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 2px solid var(--black);
}

.birthday-copy {
  position: relative;
  overflow: hidden;
}

.striped-edge::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(12px, 2vw, 30px);
  background: repeating-linear-gradient(135deg, var(--black) 0 12px, var(--white) 12px 24px);
  content: "";
}

.birthday-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  margin-top: clamp(42px, 6vw, 72px);
}

.birthday-grid h3 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  letter-spacing: -0.045em;
}

.birthday-grid article h3:not(:first-child) {
  margin-top: 28px;
}

.birthday-grid p {
  max-width: 42em;
  margin: 0 0 14px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.18;
}

.big-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
  border-bottom: 4px solid var(--black);
  padding-bottom: 6px;
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.birthday-gallery {
  padding-top: 20px;
}

.gallery-title {
  margin: 0 0 36px;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px;
}

.gallery-feature,
.gallery-small {
  min-height: 600px;
}

.gallery-feature {
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 68px);
}

.blob-large {
  width: min(90%, 620px);
  border-radius: 35% 65% 42% 58% / 57% 34% 66% 43%;
}

.gallery-small {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}

.gallery-small .numbered-image {
  width: 100%;
  height: 100%;
}

.blob-small {
  border-radius: 42% 58% 34% 66% / 49% 37% 63% 51%;
}

.blob-wide {
  border-radius: 30% 70% 46% 54% / 53% 34% 66% 47%;
}

.event-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  min-height: 760px;
}

.event-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.event-claim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 74px);
}

.event-claim p,
.special-claim h2 {
  max-width: 7em;
  margin: 0;
  font-size: clamp(3.5rem, 6.2vw, 6.4rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.event-claim p+p {
  margin-top: 0.2em;
}

.event-claim>.brand,
.special-claim>.brand {
  margin-top: 0.45em;
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
}

.event-copy {
  padding-bottom: 74px;
}

.event-copy h3 {
  margin: 4px 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  letter-spacing: -0.05em;
}

.event-copy>p {
  max-width: 62em;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
}

.event-copy .upper {
  margin-top: 0;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  text-transform: uppercase;
}

.event-signoff {
  margin: 62px 0 0;
  font-size: clamp(1.7rem, 3.1vw, 3rem) !important;
  letter-spacing: -0.055em;
}

.event-signoff .brand {
  margin-left: 14px;
  font-size: 1.12em;
}

.stripe-bg {
  background-color: var(--white);
  background-image: repeating-linear-gradient(90deg, var(--black) 0 38px, var(--white) 38px 92px),
    repeating-linear-gradient(150deg, transparent 0 120px, var(--black) 120px 145px);
}

.stripe-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 6vw, 90px);
  min-height: 430px;
  padding: clamp(54px, 7vw, 100px);
}

.blob-triptych {
  width: 100%;
  align-self: center;
  border: 12px solid transparent;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .45);
}

.special-claim {
  justify-content: flex-start;
}

.special-claim h2 {
  max-width: 6em;
}

.special-claim ul {
  margin-top: 50px;
}

.special-claim li {
  position: relative;
  margin: 17px 0;
  padding-left: 30px;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}

.special-claim li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--black);
  content: "";
}

.reviews-section h2 {
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 50px;
}

.review-card {
  position: relative;
  min-height: 230px;
  padding: clamp(24px, 3vw, 44px);
  background: var(--soft);
}

.review-card:nth-child(2),
.review-card:nth-child(3) {
  transform: translateY(20px);
}

.stars {
  display: inline-block;
  margin-right: 12px;
  color: #ffbf00;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.review-card small {
  color: #666;
}

.review-card p {
  margin: 24px 0 0;
  color: #444;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.35;
}

.reviews-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px;
  margin-top: 100px;
}

.reviews-gallery>div {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: clamp(28px, 5vw, 64px);
}

.review-images-small {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-visual {
  min-height: 680px;
}

.blob-contact {
  width: min(82%, 560px);
  border-radius: 34% 66% 42% 58% / 62% 35% 65% 38%;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 100px);
}

.contact-copy h2 {
  max-width: 8em;
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.contact-subtitle {
  margin: 20px 0 42px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.06em;
}

.contact-copy address {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-style: normal;
}

.contact-copy address a {
  width: fit-content;
  border-bottom: 2px solid transparent;
}

.contact-copy address a:hover,
.contact-copy address a:focus-visible {
  border-bottom-color: var(--black);
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 430px;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 9vw, 130px);
  border-top: 2px solid var(--black);
}

.site-footer p {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.site-footer>.brand {
  font-size: clamp(2.6rem, 5vw, 5rem);
}

@media (max-width: 1050px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    max-width: 72vw;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hero,
  .event-hero {
    grid-template-columns: 1.25fr 0.75fr;
  }

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

  .event-hero {
    min-height: 650px;
  }
}

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

  .site-header {
    min-height: 62px;
    padding: 10px 16px;
  }

  .site-nav {
    gap: 18px;
    max-width: 68vw;
    font-size: 0.76rem;
  }

  .site-nav .nav-contact {
    border: 0;
    padding: 9px 0 7px;
    background: transparent;
  }

  .hero,
  .about-section,
  .event-hero,
  .contact-section,
  .reviews-gallery {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 72vw;
    padding: 28px;
  }

  .hero-copy {
    min-height: 510px;
    padding: 48px 28px;
  }

  .hero-copy>p {
    font-size: clamp(3.25rem, 16vw, 5.4rem);
  }

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

  .activities-panel {
    padding: 42px 28px;
  }

  .birthday-grid,
  .gallery-layout,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .gallery-feature,
  .gallery-small {
    min-height: 390px;
  }

  .gallery-small {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .event-hero {
    min-height: 0;
  }

  .event-photo {
    aspect-ratio: 1;
  }

  .event-claim {
    min-height: 560px;
    padding: 48px 28px;
  }

  .event-claim p,
  .special-claim h2 {
    font-size: clamp(3.6rem, 16vw, 5.7rem);
  }

  .stripe-gallery {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 42px;
  }

  .stripe-gallery .numbered-image {
    width: min(88%, 430px);
  }

  .stripe-gallery .numbered-image:nth-child(2) {
    justify-self: end;
  }

  .review-card:nth-child(2),
  .review-card:nth-child(3) {
    transform: none;
  }

  .reviews-gallery {
    margin-top: 70px;
  }

  .reviews-gallery>div {
    min-height: 380px;
  }

  .contact-visual {
    min-height: 90vw;
  }

  .contact-copy {
    min-height: 650px;
    padding: 48px 28px;
  }

  .site-footer {
    display: block;
    min-height: 480px;
    padding: 70px 28px;
  }

  .site-footer>.brand {
    margin-top: 70px;
  }
}

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

:focus-visible {
  outline: 3px solid #3468ff;
  outline-offset: 4px;
}

@media (min-width: 761px) {
  /* Portada */

  #inicio {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  #inicio .hero-copy {
    min-width: 0;
    padding: clamp(30px, 3.6vw, 54px);
  }

  #inicio .hero-copy>p {
    max-width: 100%;
    font-size: clamp(3rem, 4.8vw, 5.25rem);
  }

  #inicio .hero-copy h1 {
    font-size: clamp(3rem, 4.6vw, 5rem);
  }

  /* Corporativos y eventos especiales */

  #corporativos .event-hero,
  #especiales .event-hero {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  }

  #corporativos .event-claim,
  #especiales .event-claim {
    min-width: 0;
    padding: clamp(30px, 3.4vw, 50px);
  }

  #corporativos .event-claim p,
  #especiales .event-claim h2 {
    max-width: 100%;
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  }

  #especiales .event-claim>.brand {
    max-width: 100%;
    font-size: clamp(2.7rem, 4vw, 4.3rem);
  }
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  border-radius: 999px;
  background: #25d366;
  color: white;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s, background-color 0.2s;
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

@media (max-width: 760px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    justify-content: center;
    padding: 14px;
  }

  .whatsapp-float span {
    display: none;
  }
}

/* Galería de cumpleaños a todo el ancho */

.birthday-gallery {
  --gallery-side: clamp(24px, 5vw, 78px);
  padding-left: 0;
  padding-right: 0;
}

.birthday-gallery .gallery-title {
  margin-left: var(--gallery-side);
  margin-right: var(--gallery-side);
}


/* Galería de reseñas a todo el ancho */

.reviews-section {
  --gallery-side: clamp(24px, 5vw, 78px);
}

.reviews-section .reviews-gallery {
  width: calc(100% + var(--gallery-side) + var(--gallery-side));

  margin-left: calc(0px - var(--gallery-side));
  margin-right: calc(0px - var(--gallery-side));
}