:root {
  --cream: #fff9ef;
  --paper: #ffffff;
  --ink: #211438;
  --muted: #665a78;
  --orange-soft: #ff7a1a;
  --sun: #ffc33d;
  --aqua: #2fb8c4;
  --violet: #7653d6;
  --rose: #ed5c8b;
  --line: rgba(33, 20, 56, 0.1);
  --home-shadow: 0 18px 60px rgba(33, 20, 56, 0.13);
}

.index-page {
  background: var(--cream);
}

.index-page .reveal {
  opacity: 1;
  transform: none;
}

.index-page .site-nav {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.index-page .nav-logo {
  display: none !important;
}

.index-page .nav-links a {
  color: white;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.hero-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 128px clamp(16px, 4vw, 56px) 32px;
  background: #1f1732;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 23, 50, 0.9) 0%, rgba(31, 23, 50, 0.58) 48%, rgba(31, 23, 50, 0.2) 100%),
    linear-gradient(0deg, rgba(31, 23, 50, 0.84) 0%, rgba(31, 23, 50, 0.05) 46%);
}

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

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.hero-copy {
  max-width: 720px;
  color: white;
  padding-bottom: clamp(80px, 10vw, 140px);
}

.hero-note,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange-soft);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.hero-copy h1 {
  margin: 0;
  color: white;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 8.3vw, 7.25rem);
  line-height: 0.88;
  max-width: 780px;
}

.hero-text {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.btn-primary,
.btn-secondary {
  min-height: 48px;
  border-radius: 999px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange-soft), var(--rose));
  color: white;
  box-shadow: 0 14px 28px rgba(237, 92, 139, 0.26);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.hero-card {
  align-self: end;
  display: grid;
  gap: 16px;
  padding: 22px;
  margin-bottom: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(18px);
}

.hero-card div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.hero-card div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-card span,
.quick-strip span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-card strong,
.quick-strip strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

.quick-strip {
  width: min(1120px, calc(100% - 32px));
  margin: -30px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--line);
  box-shadow: 0 16px 40px rgba(33, 20, 56, 0.1);
}

.quick-strip a {
  min-width: 0;
  padding: 20px;
  background: white;
  text-decoration: none;
}

.section-block {
  padding: clamp(64px, 10vw, 118px) clamp(16px, 4vw, 56px);
}

.two-col,
.method-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.method-card h2,
.contact-band h2 {
  margin: 0;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-copy p:not(.section-kicker),
.method-card p,
.contact-band p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--violet);
  font-weight: 900;
  text-decoration: none;
}

.image-panel,
.photo-grid figure {
  overflow: hidden;
  border-radius: 26px;
  background: white;
  box-shadow: var(--home-shadow);
}

.image-panel {
  aspect-ratio: 4 / 5;
}

.image-panel img,
.photo-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-block {
  background: white;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.service-tile {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 12px 24px;
  border-radius: 22px;
  color: var(--ink);
  text-decoration: none;
  background: var(--cream);
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-tile:nth-child(2) {
  background: #eef9fb;
}

.service-tile:nth-child(3) {
  background: #f4efff;
}

.service-tile:nth-child(4) {
  background: #fff0f5;
}

.service-tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 14px;
  margin-bottom: 18px;
  background: white;
}

.service-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--home-shadow);
}

.tile-number {
  color: var(--orange-soft);
  font-weight: 900;
}

.service-tile h3 {
  margin: 14px 12px 10px;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: 1.35rem;
}

.service-tile p {
  margin: 0 12px;
  color: var(--muted);
  line-height: 1.55;
}

.service-tile .tile-number {
  margin-left: 12px;
}

.activities-block {
  background: #fffaf1;
  overflow: hidden;
}

.activity-rail {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.activity-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  color: white;
  text-decoration: none;
  box-shadow: var(--home-shadow);
  background: var(--ink);
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 20, 56, 0.05), rgba(33, 20, 56, 0.72));
}

.activity-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.activity-card span {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
}

.activity-card:hover img {
  transform: scale(1.04);
}

.activity-wide {
  grid-row: span 2;
}

.method-block {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 195, 61, 0.38), transparent 26%),
    linear-gradient(135deg, #fff7e7, #f3efff 70%, #eef9fb);
}

.method-card {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 28px;
  background: white;
  box-shadow: var(--home-shadow);
}

.method-points {
  display: grid;
  gap: 14px;
}

.method-points div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.method-points strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
}

.method-points span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.photo-grid figure {
  position: relative;
}

.photo-grid .photo-large {
  grid-row: span 2;
}

.photo-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.contact-band {
  background: var(--ink);
  color: white;
}

.contact-band h2,
.contact-band .section-kicker {
  color: white;
}

.contact-band p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.contact-actions .text-link {
  color: white;
  margin-top: 0;
}

.whatsapp-fab {
  font-size: 0.84rem;
  font-weight: 900;
}

@media (max-width: 1040px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-rail {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .hero-card {
    max-width: 620px;
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-copy {
    padding-bottom: 48px;
  }

  .two-col,
  .method-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .image-panel {
    aspect-ratio: 16 / 11;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .hero-section {
    padding: 104px 16px 22px;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(31, 23, 50, 0.92) 0%, rgba(31, 23, 50, 0.72) 52%, rgba(31, 23, 50, 0.35) 100%);
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 17vw, 4.4rem);
    line-height: 0.92;
  }

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

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-card {
    padding: 18px;
    border-radius: 22px;
  }

  .quick-strip {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-top: 12px;
    border-radius: 18px;
  }

  .quick-strip a {
    padding: 16px;
  }

  .section-block {
    padding: 58px 16px;
  }

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

  .service-tile {
    min-height: 0;
  }

  .service-tile img {
    aspect-ratio: 16 / 9;
  }

  .activity-rail {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .activity-wide {
    grid-row: span 1;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .photo-grid .photo-large {
    grid-row: span 1;
  }

  .footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .hero-copy h1 {
    font-size: 2.72rem;
  }

  .section-copy h2,
  .section-heading h2,
  .method-card h2,
  .contact-band h2 {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
