:root {
  --ink: #37352d;
  --muted: #6f6b61;
  --sage: #596244;
  --sage-dark: #465034;
  --sage-soft: #e4e8d9;
  --paper: #fffdfa;
  --cream: #f8f3ec;
  --mist: #f1eee7;
  --rose: #e7c7bd;
  --gold: #d5a84a;
  --line: rgba(89, 98, 68, 0.18);
  --shadow: 0 20px 55px rgba(62, 55, 42, 0.14);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Assistant", "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 250, 0.88);
  border-bottom: 1px solid rgba(89, 98, 68, 0.12);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.nav-shell > *,
.hero-grid > * {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 220px;
}

.brand-mark {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--sage);
  border-radius: 999px;
  color: var(--sage);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
}

.brand-copy {
  display: grid;
  line-height: 1.18;
}

.brand-copy strong {
  font-size: 1.55rem;
  color: var(--sage-dark);
}

.brand-copy span {
  font-size: 1rem;
  color: var(--sage);
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 0.98rem;
  color: #48443c;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.whatsapp-cta,
.primary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: var(--radius);
  background: var(--sage);
  color: white;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(89, 98, 68, 0.22);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.whatsapp-cta {
  min-width: 210px;
  padding-inline: 22px;
}

.whatsapp-cta:hover,
.primary-button:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(89, 98, 68, 0.27);
}

.whatsapp-cta svg,
.primary-button svg {
  width: 21px;
  height: 21px;
}

.menu-toggle {
  display: none;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--sage-dark);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: clamp(500px, 33.5vw, 686px);
  padding: 0;
  overflow: hidden;
  background: #f8f3ec url("c2b03ffa-746a-4f8b-9f37-abb1504e5b2b.png") center top / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("2e2d3da7-43ba-4c5e-8586-43781ad3a688.jpg");
  background-size: cover;
  background-position: center top;
  opacity: 0.045;
  filter: saturate(0.75);
  pointer-events: none;
  display: none;
}

.desktop-hero-link {
  position: absolute;
  z-index: 8;
  left: 28.1%;
  top: 68.7%;
  width: 20%;
  height: 11%;
  border-radius: var(--radius);
}

.hero-grid {
  position: relative;
  min-height: inherit;
}

.hero-copy {
  display: none;
  position: absolute;
  top: 54px;
  left: clamp(0px, 3.5vw, 72px);
  z-index: 5;
  width: min(570px, 46vw);
  max-width: 570px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage);
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--sage);
  font-size: clamp(3.65rem, 5vw, 4.9rem);
  line-height: 1.08;
  font-weight: 600;
}

.line-nowrap {
  white-space: nowrap;
}

.hero-lede {
  width: min(100%, 520px);
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.booking-card {
  width: min(100%, 520px);
  margin: 54px auto 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(89, 98, 68, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--sage);
}

.form-title h2 {
  margin: 0;
  font-size: 1.28rem;
}

.form-title svg {
  width: 26px;
  height: 26px;
}

.field {
  min-height: 58px;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  padding-inline: 15px;
  border: 1px solid rgba(89, 98, 68, 0.2);
  border-radius: var(--radius);
  background: white;
  color: var(--muted);
}

.field:focus-within {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(89, 98, 68, 0.1);
}

.field svg {
  width: 20px;
  height: 20px;
}

.field input,
.field select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.field select {
  appearance: none;
  cursor: pointer;
}

.primary-button {
  width: 100%;
  margin-top: 2px;
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.privacy-note svg {
  width: 15px;
  height: 15px;
}

.form-status {
  margin: 8px 0 0;
  min-height: 20px;
  text-align: center;
  color: var(--sage);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-visual {
  display: none;
  position: absolute;
  inset: 0;
  min-height: 835px;
  pointer-events: none;
}

.portrait-panel {
  position: absolute;
  top: 0;
  right: min(-18px, calc((100vw - 1180px) / -2));
  width: min(50vw, 680px);
  height: 835px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.portrait-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 243, 236, 0.38), transparent 22%),
    linear-gradient(180deg, transparent 78%, rgba(248, 243, 236, 0.72));
}

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

.hands-panel {
  position: absolute;
  left: min(-40px, calc((100vw - 1180px) / -2));
  top: 46px;
  width: min(20vw, 255px);
  height: 720px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  z-index: 0;
}

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

.promise-card {
  position: absolute;
  left: clamp(18px, 8vw, 78px);
  bottom: 28px;
  width: min(360px, 68%);
  padding: 30px;
  background: rgba(255, 253, 250, 0.92);
  border: 1px solid rgba(89, 98, 68, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  z-index: 2;
  display: none;
}

.promise-card h2 {
  margin: 0 0 10px;
  color: var(--sage);
  font-size: clamp(1.28rem, 2.6vw, 1.6rem);
  line-height: 1.3;
}

.promise-card p {
  margin: 0;
  color: #565146;
  font-size: 1.04rem;
}

.benefit-strip {
  border-block: 1px solid rgba(89, 98, 68, 0.15);
  background: #fffaf6;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
  min-height: 172px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px 18px;
  color: var(--sage);
  border-inline-start: 1px solid rgba(89, 98, 68, 0.15);
}

.benefit-grid article:last-child {
  border-inline-start: 0;
}

.benefit-grid svg {
  width: 46px;
  height: 46px;
  stroke-width: 1.55;
}

.benefit-grid h2 {
  margin: 0;
  font-size: 1.18rem;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
}

.content-section {
  padding: clamp(58px, 8vw, 95px) 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.split-grid h2,
.section-heading h2 {
  margin: 0;
  color: var(--sage);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.22;
  font-weight: 600;
}

.section-text p {
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.soft-band {
  background:
    linear-gradient(180deg, rgba(248, 243, 236, 0.88), rgba(255, 253, 250, 0.96)),
    url("2e2d3da7-43ba-4c5e-8586-43781ad3a688.jpg") center 34% / cover;
  border-block: 1px solid rgba(89, 98, 68, 0.1);
}

.section-heading {
  width: min(100%, 680px);
  margin: 0 auto 34px;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  position: relative;
  min-height: 230px;
  padding: 34px 30px 28px;
  border: 1px solid rgba(89, 98, 68, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(59, 51, 39, 0.08);
  text-align: center;
}

.quote-mark {
  display: block;
  height: 28px;
  color: var(--sage);
  font-size: 3rem;
  line-height: 0.5;
  font-weight: 700;
}

.testimonial-card p {
  margin: 10px 0 18px;
  color: #514c43;
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  direction: ltr;
}

.testimonial-card strong {
  display: block;
  margin-top: 7px;
  color: var(--sage-dark);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.fit-grid article {
  min-height: 156px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 24px 14px;
  text-align: center;
}

.fit-grid svg {
  width: 66px;
  height: 66px;
  padding: 16px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--sage);
  stroke-width: 1.6;
}

.fit-grid h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #4e493f;
}

.contact-band {
  padding: 34px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(89, 98, 68, 0.18);
  box-shadow: 0 18px 44px rgba(59, 51, 39, 0.08);
}

.contact-grid article {
  min-height: 142px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
  padding: 28px;
  background: var(--sage-soft);
}

.contact-grid svg {
  width: 52px;
  height: 52px;
  color: var(--sage);
  stroke-width: 1.55;
}

.contact-grid h2 {
  margin: 0;
  color: var(--sage-dark);
  font-size: 1.2rem;
}

.contact-grid p {
  margin: 4px 0 0;
  color: var(--muted);
}

.contact-grid a {
  display: inline-block;
  margin-top: 5px;
  color: var(--sage-dark);
  font-size: 1.42rem;
  font-weight: 800;
  direction: ltr;
}

.faq-section {
  padding-top: 54px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

details {
  border: 1px solid rgba(89, 98, 68, 0.13);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 28px rgba(59, 51, 39, 0.05);
}

summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  color: #4d493f;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--sage);
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.site-footer {
  padding: 32px 0;
  border-top: 1px solid rgba(89, 98, 68, 0.13);
  color: var(--muted);
  background: #fbf8f4;
}

.footer-inner {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    position: fixed;
    inset: 86px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 22px;
    background: rgba(255, 253, 250, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 42px rgba(59, 51, 39, 0.11);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 8px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .whatsapp-cta {
    min-width: auto;
    padding-inline: 16px;
  }

  .hero {
    min-height: 0;
    padding: clamp(30px, 4vw, 58px) 0 clamp(26px, 3.5vw, 44px);
    background:
      linear-gradient(90deg, rgba(231, 199, 189, 0.18), transparent 31%),
      linear-gradient(180deg, #fffdfa 0%, #f8f3ec 100%);
  }

  .hero::before {
    display: block;
  }

  .desktop-hero-link {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "copy";
    gap: 28px;
  }

  .hero-copy {
    display: block;
    position: static;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .booking-card {
    width: 100%;
  }

  .hero-visual {
    display: block;
    position: relative;
    inset: auto;
    min-height: 520px;
  }

  .portrait-panel {
    top: 0;
    right: 10%;
    width: min(62vw, 390px);
    height: 480px;
    border-radius: var(--radius);
    box-shadow: 0 26px 70px rgba(59, 51, 39, 0.18);
  }

  .hands-panel {
    left: 0;
    width: 160px;
    height: 370px;
    top: 72px;
    border-radius: var(--radius);
    box-shadow: 0 20px 46px rgba(77, 61, 45, 0.14);
  }

  .promise-card {
    width: min(400px, 72%);
    left: 7%;
  }

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

  .fit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 560px);
  }

  .nav-shell {
    position: relative;
    min-height: 118px;
    display: block;
    gap: 12px;
  }

  .brand {
    position: absolute;
    top: 0;
    right: 0;
    left: 70px;
    width: auto;
    display: block;
    text-align: right;
    min-width: 0;
    max-width: 100%;
  }

  .brand-mark {
    display: none;
  }

  .brand-copy strong {
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .brand-copy small {
    display: none;
  }

  .whatsapp-cta {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    min-height: 48px;
    width: 100%;
    margin-bottom: 10px;
  }

  .menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-grid;
    place-items: center;
    z-index: 4;
  }

  .site-header {
    position: relative;
  }

  .site-nav {
    inset-block-start: 134px;
  }

  .hero {
    min-height: 0;
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(2.05rem, 9vw, 2.65rem);
  }

  .line-nowrap {
    white-space: normal;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lede,
  .booking-card {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 340px;
  }

  .portrait-panel {
    right: 0;
    width: 76%;
    height: 320px;
  }

  .hands-panel {
    left: 0;
    top: 58px;
    width: 104px;
    height: 258px;
  }

  .promise-card {
    left: 0;
    bottom: 0;
    width: min(84%, 340px);
    padding: 22px;
  }

  .benefit-grid,
  .testimonial-grid,
  .split-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    border-inline-start: 0;
    border-bottom: 1px solid rgba(89, 98, 68, 0.12);
    min-height: 142px;
  }

  .benefit-grid article:last-child {
    border-bottom: 0;
  }

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

  .contact-grid article {
    grid-template-columns: 48px 1fr;
    padding: 24px 20px;
  }
}

@media (max-width: 460px) {
  .container {
    width: min(100% - 22px, 420px);
  }

  .booking-card {
    padding: 18px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .portrait-panel {
    width: 82%;
    height: 300px;
  }

  .hands-panel {
    width: 92px;
    height: 238px;
  }

  .promise-card {
    width: 88%;
    padding: 18px;
  }

  .promise-card p {
    font-size: 0.95rem;
  }

  .fit-grid {
    gap: 10px;
  }

  .fit-grid article {
    padding-inline: 8px;
  }

  .fit-grid svg {
    width: 58px;
    height: 58px;
    padding: 14px;
  }
}
