:root {
  --forest: #1c3525;
  --forest-deep: #14291c;
  --moss: #6b8f71;
  --sage: #c5d9c7;
  --sage-pale: #e8f0e9;
  --rose: #c8968e;
  --rose-light: #f0dbd8;
  --paper: #faf6f0;
  --ink: #1c2820;
  --muted: #6b7d72;
  --white: #faf6f0;
  --shadow: 0 24px 80px rgba(28, 53, 37, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Nunito, system-ui, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(107, 143, 113, 0.2), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(200, 150, 142, 0.14), transparent 26%),
    var(--forest);
  color: var(--white);
  padding: clamp(100px, 14vw, 140px) clamp(24px, 5vw, 48px) 80px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  margin: 0 auto;
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  padding: 8px 20px;
  border: 1px solid rgba(107, 143, 113, 0.35);
  border-radius: 999px;
  background: rgba(107, 143, 113, 0.18);
  color: var(--sage);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  animation: fadeUp 0.85s ease forwards;
}

.hero-badge span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--moss);
}

.hero-watermark {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 253, 248, 0.065);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 13vw, 10.625rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--moss);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin: 0 0 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.75rem, 7.5vw, 6rem);
  font-weight: 400;
  line-height: 1.08;
  animation: fadeUp 0.85s ease 0.1s both;
}

h1 em {
  color: var(--rose);
  font-style: italic;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.95;
}

.hero-copy {
  max-width: 460px;
  margin: 0 0 48px;
  color: rgba(250, 246, 240, 0.68);
  font-size: clamp(1rem, 2vw, 1.1875rem);
  font-weight: 300;
  line-height: 1.75;
  animation: fadeUp 0.85s ease 0.2s both;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 0.85s ease 0.3s both;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--rose-light);
  color: var(--forest-deep);
  box-shadow: 0 16px 42px rgba(200, 150, 142, 0.18);
}

.button-secondary {
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.28);
  color: var(--white);
}

.hero .button {
  min-height: 56px;
  border-radius: 999px;
  padding: 0 40px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero .button-primary {
  background: var(--rose);
  color: white;
}

.hero .button-secondary {
  background: transparent;
  border-color: rgba(197, 217, 199, 0.35);
  color: var(--sage);
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  width: min(720px, 100%);
  margin: 80px 0 0;
  padding-top: 48px;
  border-top: 1px solid rgba(197, 217, 199, 0.15);
  animation: fadeUp 0.85s ease 0.45s both;
}

.stats div {
  min-width: 130px;
}

.stats dt {
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
}

.stats dd {
  margin: 6px 0 0;
  color: rgba(197, 217, 199, 0.55);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-leaf {
  position: absolute;
  z-index: 1;
  --leaf-rotate: 0deg;
  pointer-events: none;
  animation: float 7s ease-in-out infinite;
}

.hero-leaf svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-leaf-one {
  top: 7%;
  right: 5%;
  width: 110px;
  color: var(--moss);
  --leaf-rotate: 0deg;
}

.hero-leaf-two {
  bottom: 10%;
  left: 3%;
  width: 72px;
  color: var(--rose);
  --leaf-rotate: 28deg;
  animation-delay: -2.2s;
}

.hero-leaf-three {
  top: 35%;
  right: 18%;
  width: 50px;
  color: #b8895a;
  --leaf-rotate: -15deg;
  animation-delay: -4s;
}

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(197, 217, 199, 0.35);
  transform: translateX(-50%);
}

.hero-scroll span {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scroll i {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(197, 217, 199, 0.4), transparent);
}

@keyframes breathe {
  50% {
    transform: scale(1.16);
    opacity: 0.7;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--leaf-rotate));
  }

  33% {
    transform: translateY(-14px) rotate(calc(var(--leaf-rotate) + 3deg));
  }

  50% {
    opacity: 0.8;
  }

  66% {
    transform: translateY(-7px) rotate(calc(var(--leaf-rotate) - 2deg));
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.marquee {
  overflow: hidden;
  background: var(--rose);
  color: var(--forest-deep);
  padding: 16px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 22s linear infinite;
}

.marquee span {
  padding-right: 26px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-style: italic;
  white-space: nowrap;
}

@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(78px, 10vw, 130px) 24px;
}

.section-heading {
  width: min(1060px, 100%);
  margin: 0 auto 36px;
}

.section-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.feature-grid {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.feature-card,
.quote-card,
.testimonial-card,
.booking-form,
.booking-quote {
  border-radius: 8px;
}

.feature-card {
  min-height: 240px;
  padding: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-tall {
  grid-row: span 2;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(255, 253, 248, 0.18), rgba(255, 253, 248, 0.9)),
    radial-gradient(circle at 25% 20%, var(--sage), transparent 42%),
    var(--white);
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

.quote-card {
  grid-column: 2 / 4;
  padding: 34px;
  background: var(--forest);
  color: var(--white);
}

.quote-card p,
.booking-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-style: italic;
  line-height: 1.02;
}

.testimonials {
  background: #f3ecdf;
}

.testimonial-grid {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid transparent;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 12px 38px rgba(6, 47, 36, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.testimonial-card:hover,
.testimonial-card:focus-visible,
.testimonial-card.is-active {
  transform: translateY(-8px);
  border-color: var(--rose);
  box-shadow: 0 24px 70px rgba(6, 47, 36, 0.18);
}

.stars {
  color: #ba8355;
  letter-spacing: 0.08em;
}

.testimonial-card q {
  display: block;
  margin: 26px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.08;
}

.person {
  color: var(--muted);
  font-weight: 700;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 47, 36, 0.24);
  cursor: pointer;
}

.dot.is-active {
  width: 34px;
  background: var(--forest);
}

.booking {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.booking-quote {
  margin-top: 34px;
  padding: 30px;
  background: var(--forest);
  color: var(--white);
}

.booking-form,
.newsletter-form {
  display: grid;
  gap: 18px;
}

.booking-form {
  padding: clamp(24px, 5vw, 44px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.booking-buttons .button {
  flex: 1;
  min-width: 200px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d8d3c7;
  border-radius: 8px;
  padding: 0 14px;
  background: #fffaf1;
  color: var(--ink);
}

input:focus {
  outline: 3px solid rgba(216, 160, 165, 0.34);
  border-color: var(--rose);
}

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

.amount-field {
  position: relative;
}

.amount-field span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-weight: 800;
}

.amount-field input {
  padding-left: 32px;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: #8f3b3b;
  font-weight: 700;
}

.form-message.success {
  color: #2f6d45;
}

.form-note {
  margin: 12px 0 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

.confidentiality-note {
  margin: 24px 0 0 0;
  padding: 16px;
  background: #fffaf1;
  border-radius: 8px;
  border-left: 4px solid var(--rose);
  font-size: 0.9rem;
  color: var(--ink);
  font-style: italic;
  text-align: center;
}

.confirmation {
  padding: 44px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.confirmation h3 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
}

.confirmation p {
  margin: 0 0 18px;
}

.whatsapp-booking-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 22px;
  padding: 12px 16px;
  color: var(--white);
  background: #1f9d55;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(31, 157, 85, 0.2);
}

.whatsapp-booking-link:hover {
  background: #187c43;
}

.whatsapp-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer {
  background: var(--forest-deep);
  color: var(--white);
  padding: 64px 24px 22px;
}

.footer-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 42px;
}

.footer h2 {
  margin-bottom: 18px;
  font-size: 2rem;
}

.footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer a {
  color: rgba(255, 253, 248, 0.74);
  text-decoration: none;
}

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

.newsletter-form label {
  color: var(--white);
}

.newsletter-form input {
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.2);
  color: var(--white);
}

.instagram-link {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 800;
}

.footer-bottom {
  width: min(1120px, 100%);
  margin: 54px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  margin: 0;
  color: var(--rose-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-style: italic;
}

.footer-bottom span {
  color: rgba(255, 253, 248, 0.58);
}

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

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .hero-badge {
    margin-bottom: 32px;
  }

  .stats {
    gap: 28px;
    margin-top: 56px;
    padding-top: 34px;
  }

  .stats,
  .testimonial-grid,
  .booking,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-tall,
  .quote-card {
    grid-row: auto;
    grid-column: auto;
    min-height: 280px;
  }

  .booking {
    width: min(100% - 32px, 1120px);
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom,
  .form-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-badge {
    padding: 8px 14px;
    font-size: 0.64rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-watermark {
    font-size: 5.7rem;
  }

  .hero-scroll {
    display: none;
  }
}

@media (min-height: 1101px) {
  .hero-scroll {
    display: flex;
  }
}
