:root {
  --ink: #314936;
  --muted: #59685d;
  --sage: #8ba98d;
  --sage-dark: #507a54;
  --mint: #d9e9e3;
  --cream: #f7f1ec;
  --warm: #f2e8df;
  --peach: #eab8a1;
  --gold: #dcc48f;
  --card: #fffdf9;
  --line: #eee6dc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

h1,
h2,
h3,
.brand strong,
.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 84px;
  padding: 12px clamp(18px, 7vw, 108px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(87, 72, 55, 0.05);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
}

.brand > span:last-child {
  position: relative;
  z-index: 1;
}

.brand strong,
.footer-brand strong {
  display: block;
  color: #52633c;
  font-size: 29px;
  font-style: italic;
  line-height: 0.96;
}

.brand small,
.footer-brand small {
  display: block;
  margin-top: 5px;
  color: #9b8067;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.house-mark {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 2px solid #d9c8b9;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.house-mark .roof {
  position: absolute;
  top: -15px;
  left: 4px;
  width: 30px;
  height: 30px;
  border-left: 2px solid #d9c8b9;
  border-top: 2px solid #d9c8b9;
  transform: rotate(45deg);
}

.house-mark .heart::before {
  position: absolute;
  left: 12px;
  top: 15px;
  color: #9eb18e;
  content: "\2661";
  font-size: 20px;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.nav a:first-child {
  color: var(--sage-dark);
  border-bottom: 2px solid var(--sage-dark);
}

.nav a {
  transition: color 180ms ease, border-color 180ms ease;
}

.nav a:hover {
  color: var(--sage-dark);
}

.whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  max-width: 100%;
  padding: 0 18px 0 15px;
  color: #fff;
  background: linear-gradient(180deg, #5dae59 0%, #438b42 100%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 9px 18px rgba(57, 111, 55, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp::before {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3.2A12.68 12.68 0 0 0 5.19 22.48L3.7 28.8l6.46-1.43A12.68 12.68 0 1 0 16.01 3.2Zm0 2.35a10.32 10.32 0 0 1 0 20.64c-1.74 0-3.45-.44-4.96-1.28l-.4-.22-3.68.82.85-3.58-.26-.42A10.32 10.32 0 0 1 16.01 5.55Zm-4.12 5.25c-.24 0-.62.09-.95.45-.33.36-1.25 1.22-1.25 2.98 0 1.76 1.28 3.46 1.46 3.7.18.24 2.47 3.96 6.1 5.39 3.02 1.19 3.63.95 4.29.89.66-.06 2.13-.87 2.43-1.71.3-.84.3-1.56.21-1.71-.09-.15-.33-.24-.69-.42-.36-.18-2.13-1.05-2.46-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.89-1.79-1.07-.95-1.79-2.13-2-2.49-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.59-.61-.81-.62h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3.2A12.68 12.68 0 0 0 5.19 22.48L3.7 28.8l6.46-1.43A12.68 12.68 0 1 0 16.01 3.2Zm0 2.35a10.32 10.32 0 0 1 0 20.64c-1.74 0-3.45-.44-4.96-1.28l-.4-.22-3.68.82.85-3.58-.26-.42A10.32 10.32 0 0 1 16.01 5.55Zm-4.12 5.25c-.24 0-.62.09-.95.45-.33.36-1.25 1.22-1.25 2.98 0 1.76 1.28 3.46 1.46 3.7.18.24 2.47 3.96 6.1 5.39 3.02 1.19 3.63.95 4.29.89.66-.06 2.13-.87 2.43-1.71.3-.84.3-1.56.21-1.71-.09-.15-.33-.24-.69-.42-.36-.18-2.13-1.05-2.46-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.89-1.79-1.07-.95-1.79-2.13-2-2.49-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.59-.61-.81-.62h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(57, 111, 55, 0.3);
  filter: saturate(1.04);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 416px;
  background:
    radial-gradient(circle at 5% 62%, rgba(148, 188, 183, 0.32) 0 58px, transparent 59px),
    linear-gradient(90deg, #fbf6f0 0%, #f9eee7 48%, #fff 48%);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  align-self: center;
  max-width: 520px;
  margin-left: clamp(28px, 13vw, 170px);
  padding: 54px 20px 50px 0;
}

.hero-copy::before {
  position: absolute;
  left: -115px;
  top: 120px;
  width: 90px;
  height: 130px;
  background:
    radial-gradient(circle at 19px 18px, #e8bfb8 0 8px, transparent 9px),
    linear-gradient(135deg, transparent 0 38px, #8ab3ad 39px 42px, transparent 43px),
    linear-gradient(45deg, transparent 0 48px, #8ab3ad 49px 52px, transparent 53px);
  content: "";
  opacity: 0.9;
}

.hero h1 {
  max-width: 430px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.04;
}

.hero p {
  max-width: 500px;
  margin-bottom: 23px;
  color: #34483e;
  font-size: 14px;
}

.hero-photo {
  min-height: 416px;
  background-image: url("assets/hero-care.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 22px 0 40px rgba(255, 248, 242, 0.5);
}

main > section:not(.hero) {
  padding-right: clamp(22px, 7vw, 105px);
  padding-left: clamp(22px, 7vw, 105px);
}

.purpose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
}

.purpose > div:first-child {
  align-self: center;
}

.purpose h2,
.services h2,
.benefits h2,
.steps h2,
.about h2,
.inclusion h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  text-align: inherit;
}

.purpose p {
  max-width: 590px;
  font-size: 13px;
}

.family-illustration {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(100%, 245px);
  min-height: 185px;
  transform: translateY(18px);
}

.home-line {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 185px;
  height: 112px;
  border: 4px solid #e3cbb7;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.home-line::before,
.home-line::after {
  position: absolute;
  top: -50px;
  content: "";
  width: 106px;
  height: 4px;
  background: #e3cbb7;
}

.home-line::before {
  left: -8px;
  transform: rotate(-39deg);
}

.home-line::after {
  right: -8px;
  transform: rotate(39deg);
}

.family {
  position: absolute;
  left: 50%;
  top: 64px;
  display: flex;
  align-items: end;
  gap: 6px;
  transform: translateX(-50%);
}

.family span {
  display: block;
  width: 25px;
  height: 46px;
  background: #8fb190;
  border-radius: 14px 14px 6px 6px;
}

.family span:nth-child(2),
.family span:nth-child(4) {
  height: 62px;
  background: #d2a477;
}

.family span:nth-child(3) {
  height: 38px;
  background: #e8b5a3;
}

.services {
  padding-top: 28px;
  padding-bottom: 36px;
  background: var(--cream);
  text-align: center;
}

.tiny-heart {
  display: block;
  margin: -12px 0 18px;
  color: #d5a797;
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  min-height: 260px;
  padding: 23px 17px 20px;
  background: var(--card);
  border: 1px solid #f3ece3;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(88, 73, 54, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: #eadfd4;
  box-shadow: 0 14px 28px rgba(88, 73, 54, 0.09);
}

.service-card h3,
.benefit-grid h3 {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.12;
}

.service-card p,
.benefit-grid p,
.step-grid p {
  margin-bottom: 0;
  color: #263b31;
  font-size: 11px;
  line-height: 1.5;
}

.icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
}

.stack {
  background: repeating-radial-gradient(ellipse at center, #e5d394 0 9px, #8fb9b0 10px 15px, transparent 16px 23px);
  clip-path: polygon(50% 0, 86% 26%, 74% 100%, 26% 100%, 14% 26%);
}

.rainbow {
  border: 8px solid #e7b09c;
  border-bottom-color: transparent;
  border-radius: 60px 60px 0 0;
  box-shadow: inset 0 0 0 7px #dec987, inset 0 0 0 16px #93b79b;
}

.book {
  background:
    linear-gradient(90deg, transparent 48%, #c59b78 49% 51%, transparent 52%),
    repeating-linear-gradient(0deg, transparent 0 10px, #d7bda7 11px 13px);
  border: 5px solid #dec6a4;
  border-radius: 5px;
}

.flag {
  color: #fff;
  background:
    linear-gradient(45deg, transparent 42%, #fff 43% 49%, #d34d4d 50% 56%, #fff 57% 63%, transparent 64%),
    linear-gradient(-45deg, transparent 42%, #fff 43% 49%, #d34d4d 50% 56%, #fff 57% 63%, transparent 64%),
    linear-gradient(90deg, transparent 38%, #fff 39% 44%, #d34d4d 45% 55%, #fff 56% 61%, transparent 62%),
    linear-gradient(0deg, transparent 38%, #fff 39% 44%, #d34d4d 45% 55%, #fff 56% 61%, transparent 62%),
    #446aa8;
  border-radius: 50%;
  font-size: 0;
}

.puzzle {
  background:
    radial-gradient(circle at 73% 27%, #f8f2e9 0 8px, transparent 9px),
    linear-gradient(#d9b781 0 0) center / 36px 54px no-repeat,
    linear-gradient(90deg, #98b995 0 0) center / 56px 32px no-repeat;
}

.people {
  background:
    radial-gradient(circle at 22px 19px, #e6af9b 0 11px, transparent 12px),
    radial-gradient(circle at 50px 19px, #8ab3ad 0 11px, transparent 12px),
    radial-gradient(circle at 36px 12px, #d8be7e 0 11px, transparent 12px),
    linear-gradient(90deg, #e6af9b 0 28px, #8ab3ad 28px 56px);
  border-radius: 30px 30px 12px 12px;
}

.inclusion {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 36px;
  align-items: center;
  margin: 30px clamp(22px, 7vw, 105px);
  padding: 0 44px 0 0;
  background:
    linear-gradient(90deg, rgba(217, 233, 227, 0.98), rgba(232, 242, 238, 0.96)),
    var(--mint);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(74, 98, 82, 0.08);
  overflow: hidden;
}

.hands-photo,
.about-photo {
  background-size: cover;
  background-repeat: no-repeat;
}

.hands-photo {
  min-height: 205px;
  background-image: url("assets/inclusion-heart.png");
  background-position: 33% center;
}

.inclusion h2 {
  margin-bottom: 12px;
}

.inclusion p {
  margin-bottom: 9px;
  font-size: 13px;
}

.benefits,
.steps {
  text-align: center;
}

.benefits {
  padding-top: 10px;
  padding-bottom: 18px;
}

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

.benefit-grid article {
  min-height: 180px;
  padding: 8px 28px 0;
  border-right: 1px solid #eee7df;
  transition: transform 180ms ease;
}

.benefit-grid article:hover {
  transform: translateY(-2px);
}

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

.round {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #f2d7c7;
}

.round::before {
  color: var(--ink);
  font-size: 28px;
}

.personal::before { content: "\25CE"; }
.home::before { content: "\2302"; }
.heart::before { content: "\2661"; }
.group::before { content: "\25CB\25CB"; font-size: 18px; }
.star::before { content: "\2606"; }

.home {
  background: #b4cfad;
}

.heart {
  background: #cbe1dd;
}

.group {
  background: #efb8a5;
}

.star {
  background: #edf0d3;
}

.steps {
  position: relative;
  padding-top: 4px;
  padding-bottom: 38px;
}

.steps::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 84px;
  height: 38px;
  border-top: 2px dashed #ddd1c6;
  border-radius: 50%;
  content: "";
}

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

.step-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.step-grid b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #9ab585;
  border-radius: 50%;
}

.step-grid article:nth-child(2) b,
.step-grid article:nth-child(5) b {
  background: #e3a46e;
}

.step-grid article:nth-child(3) b,
.step-grid article:nth-child(6) b {
  background: #89b6b2;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #809b83;
  background: #f8f2eb;
  border-radius: 50%;
  font-size: 27px;
}

.about {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 28px;
  background: linear-gradient(90deg, #f0e4db 0%, #f8efe7 100%);
}

.about-photo {
  min-height: 218px;
  background-image: url("assets/about-team.png");
  background-position: center;
}

.about p {
  font-size: 13px;
}

.footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  gap: 46px;
  padding: 28px clamp(22px, 7vw, 105px) 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.58) 0 70px, transparent 71px),
    linear-gradient(180deg, #d9eeeb 0%, #cde5e1 100%);
  border-top: 1px solid #c8ddd8;
}

.footer h2 {
  margin-bottom: 12px;
  font-size: 20px;
}

.footer p {
  margin-bottom: 8px;
  font-size: 13px;
}

.footer-brand {
  justify-self: end;
  text-align: center;
}

.footer-brand strong {
  font-size: 32px;
  line-height: 0.96;
}

.footer-brand small {
  margin-top: 8px;
}

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

.social-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #45644f;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(69, 100, 79, 0.2);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(69, 100, 79, 0.12);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.social-icon::before {
  display: block;
  content: "";
}

.social-icon.instagram::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 6px;
  box-shadow: inset 0 0 0 4px transparent;
}

.social-icon.instagram::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.social-icon.facebook::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.social-icon:hover {
  color: #fff;
  background: #6b9a79;
  transform: translateY(-1px);
}

.copyright {
  padding: 8px 20px;
  color: #fff;
  background: #6b9a79;
  font-size: 11px;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #5fc45d 0%, #3f9840 100%);
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(45, 101, 48, 0.33);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float::before {
  display: block;
  width: 32px;
  height: 32px;
  background: url("assets/whatsapp.svg") center / contain no-repeat;
  content: "";
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 36px rgba(45, 101, 48, 0.38);
}

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

  .nav {
    order: 3;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

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

  .purpose {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.58fr);
    gap: 34px;
  }

  .family-illustration {
    width: min(100%, 210px);
    transform: translateY(16px);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    justify-content: center;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .top {
    display: none;
  }

  .hero,
  .purpose,
  .inclusion,
  .about,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    background: #fbf2ec;
  }

  .hero-copy {
    margin-left: 0;
    padding: 36px 24px 28px;
  }

  .hero-copy::before {
    display: none;
  }

  .hero-photo {
    min-height: 315px;
    background-position: center;
  }

  .purpose {
    gap: 8px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .family-illustration {
    width: min(100%, 180px);
    min-height: 132px;
    margin-top: 10px;
    transform: translateY(0);
  }

  .home-line {
    width: 155px;
    height: 94px;
    border-width: 3px;
  }

  .home-line::before,
  .home-line::after {
    top: -42px;
    width: 89px;
    height: 3px;
  }

  .family {
    top: 54px;
    gap: 5px;
  }

  .family span {
    width: 21px;
    height: 39px;
  }

  .family span:nth-child(2),
  .family span:nth-child(4) {
    height: 52px;
  }

  .family span:nth-child(3) {
    height: 32px;
  }

  .service-grid,
  .benefit-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .benefit-grid article {
    min-height: auto;
  }

  .benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid #eee7df;
    padding-bottom: 22px;
  }

  .steps::before {
    display: none;
  }

  .inclusion {
    margin: 22px;
    padding: 0 0 26px;
  }

  .inclusion div:not(.hands-photo) {
    padding: 0 22px;
  }

  .hands-photo,
  .about-photo {
    min-height: 220px;
  }

  .footer-brand {
    justify-self: start;
    text-align: left;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float::before {
    width: 30px;
    height: 30px;
  }
}
