:root {
  --ink: #073643;
  --pink: #fdebf3;
  --soft-pink: #fff5f8;
  --accent: #c81e61;
  --gold: #b99142;
  --shell: 430px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff7fa;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

.page-shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  background: var(--pink);
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 380px;
  padding: 28px 18px 0;
  background: linear-gradient(180deg, #fff6fa 0%, #fde9f2 100%);
  text-align: center;
}

.hero-logo {
  width: 48px;
  margin: 0 auto 10px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 280px;
  margin: 0 auto;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 5.4vw, 22px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.hero p {
  margin: 6px 0 8px;
  color: #48323c;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #b7a157;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 7px 16px rgba(7, 54, 67, .12);
}

.hero-people {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.people-group {
  width: 100%;
  height: auto;
  transform: translateY(56px) scale(1.08);
  transform-origin: bottom center;
}

.person,
.person-left,
.person-mid,
.person-right {
  display: none;
}

.visual-section {
  position: relative;
  z-index: 2;
}

.visual-section img,
.visual-section picture {
  width: 100%;
}

.compact {
  margin-top: -1px;
}

.testimonials {
  padding: 32px 24px 24px;
  background: #fff7fa;
  text-align: center;
}

.testimonials h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.slider {
  position: relative;
  width: 100%;
  min-width: 0;
}

.slider-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: center;
}

.slide img {
  width: 100%;
  height: auto;
}

.testimonial-slider {
  padding: 0 26px;
}

.testimonial-slider .slide img {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(7, 54, 67, .12);
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 6px 14px rgba(7, 54, 67, .16);
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

.location-slider .slider-btn {
  background: rgba(255, 255, 255, .22);
  color: #fff;
  box-shadow: none;
}

.location-slider .slider-track {
  gap: 0;
}

.location-slider .slider-prev {
  left: 10px;
}

.location-slider .slider-next {
  right: 10px;
}

.bottom-info {
  display: grid;
  gap: 14px;
  padding: 0 24px 34px;
  background: #fff7fa;
}

.location-card,
.offering-card,
.map-card,
.offer-column {
  width: 100%;
  min-width: 0;
}

.offering-card img,
.map-card iframe {
  width: 100%;
}

.location-card,
.offering-card,
.map-card {
  overflow: hidden;
  background: #fff;
}

.location-card {
  aspect-ratio: 1 / 1.45;
}

.location-card .slider-track,
.location-card .slide,
.location-card img {
  height: 100%;
}

.location-card img {
  object-fit: cover;
  object-position: center top;
}

.offer-column {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.offering-card picture {
  display: block;
  width: 100%;
}

.offering-card {
  width: 100%;
  margin-inline: 0;
}

.offering-card img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.map-card {
  width: 100%;
  aspect-ratio: 1.76 / 1;
}

.map-card iframe {
  display: block;
  height: 100%;
}

.bottom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(7, 54, 67, .12);
}

@media (min-width: 768px) {
  :root {
    --shell: 1200px;
  }

  body {
    background: #fff7fa;
  }

  .hero {
    min-height: 700px;
    padding: 46px 42px 0;
  }

  .hero-logo {
    width: 88px;
    margin-bottom: 20px;
  }

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

  .hero h1 {
    font-size: clamp(34px, 4vw, 52px);
  }

  .hero p {
    font-size: 16px;
    margin-top: 12px;
  }

  .mini-cta {
    min-height: 34px;
    padding: 9px 26px;
    font-size: 12px;
  }

  .hero-people {
    width: 1080px;
    max-width: 100%;
  }

  .people-group {
    transform: translateY(82px) scale(1);
  }

  .testimonials {
    padding: 48px 64px 32px;
  }

  .testimonials h2 {
    font-size: 18px;
  }

  .testimonial-slider {
    padding: 0 34px;
  }

  .testimonial-slider .slider-track {
    gap: 18px;
  }

  .testimonial-slider .slide {
    flex-basis: calc((100% - 54px) / 4);
  }

  .testimonial-slider .slider-prev {
    left: 0;
  }

  .testimonial-slider .slider-next {
    right: 0;
  }

  .bottom-info {
    grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 0 70px 56px;
  }

  .offer-column {
    gap: 16px;
  }

  .offering-card {
    width: 100%;
    margin-inline: 0;
  }

  .offering-card img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .bottom-cta {
    min-height: 30px;
    padding: 8px 20px;
  }

  .map-card iframe {
    height: 100%;
  }
}

@media (max-width: 360px) {
  .hero {
    min-height: 350px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero h1 {
    font-size: 16px;
  }

  .hero-logo {
    width: 42px;
  }
}
