:root {
  --green: #668358;
  --green-dark: #40573a;
  --blue: #82aabd;
  --blue-dark: #567f93;
  --gold: #d3a75c;
  --peach: #f7dfcf;
  --cream: #fffaf5;
  --ink: #26302b;
  --muted: #687069;
  --white: #fff;
  --border: rgba(64, 87, 58, 0.14);
  --shadow: 0 24px 70px rgba(58, 71, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}

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

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

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Nunito", sans-serif;
  line-height: 1.08;
}

h1 {
  max-width: 790px;
  font-size: clamp(3.25rem, 7vw, 6.4rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.55rem;
}

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

.section {
  padding: 110px 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--green-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding: 22px 0;
}

.site-header.scrolled {
  position: fixed;
  padding: 12px 0;
  background: rgba(255, 250, 245, 0.94);
  box-shadow: 0 10px 35px rgba(64, 87, 58, 0.08);
  backdrop-filter: blur(16px);
}

.nav-wrap,
.site-header nav,
.hero-actions,
.section-heading,
.contact-card,
.contact-actions,
.footer-grid {
  display: flex;
  align-items: center;
}

.nav-wrap {
  justify-content: space-between;
}

.brand {
  width: 205px;
}

.brand img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

.site-header.scrolled .brand img {
  height: 58px;
}

.site-header nav {
  gap: 30px;
  font-weight: 600;
}

.site-header nav > a:not(.button) {
  position: relative;
}

.site-header nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.site-header nav > a:hover::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  color: var(--white);
  font-weight: 700;
  background: var(--green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(102, 131, 88, 0.22);
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 46px;
  padding: 0 21px;
  font-size: 0.92rem;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 860px;
  padding: 190px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 92%, rgba(130, 170, 189, 0.18), transparent 28%),
    linear-gradient(120deg, var(--cream) 0%, #fff5ed 58%, var(--peach) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--green);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--green-dark);
}

.hero-text {
  max-width: 680px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions {
  gap: 25px;
  margin-top: 40px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--green-dark);
  font-weight: 700;
}

.text-link span {
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.hero-art {
  position: relative;
  min-height: 530px;
}

.art-card {
  position: absolute;
  top: 15px;
  right: 0;
  width: min(450px, 100%);
  aspect-ratio: 0.9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 48% 48% 18% 48%;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.art-card img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 74%;
  filter: drop-shadow(0 18px 25px rgba(48, 66, 54, 0.11));
  transform: translate(-50%, -50%) rotate(-3deg);
}

.puzzle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.17;
}

.puzzle-gold {
  top: -12%;
  left: -15%;
  width: 290px;
  height: 290px;
  background: var(--gold);
}

.puzzle-green {
  right: -18%;
  bottom: -7%;
  width: 330px;
  height: 330px;
  background: var(--green);
}

.puzzle-blue {
  bottom: -8%;
  left: -10%;
  width: 220px;
  height: 220px;
  background: var(--blue);
}

.floating-note {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  left: -35px;
  width: 240px;
  padding: 22px;
  background: white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.floating-note strong,
.floating-note span {
  display: block;
}

.floating-note strong {
  margin-bottom: 4px;
  color: var(--green-dark);
  font-family: "Nunito", sans-serif;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-shape {
  position: absolute;
  border: 2px solid rgba(102, 131, 88, 0.13);
  border-radius: 50%;
}

.hero-shape-one {
  top: -290px;
  right: -100px;
  width: 650px;
  height: 650px;
}

.hero-shape-two {
  bottom: -300px;
  left: -180px;
  width: 520px;
  height: 520px;
}

.intro {
  background: white;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.intro h2 {
  max-width: 520px;
  color: var(--green-dark);
}

.intro-copy {
  padding-top: 45px;
  color: var(--muted);
  font-size: 1.12rem;
}

.intro-copy p + p {
  margin-top: 22px;
}

.services {
  background: #f5eee8;
}

.section-heading {
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 55px;
}

.section-heading h2 {
  color: var(--green-dark);
}

.section-heading > p {
  max-width: 440px;
  color: var(--muted);
}

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

.service-card {
  position: relative;
  min-height: 390px;
  padding: 38px 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card.featured {
  color: white;
  background: var(--green);
}

.card-number {
  position: absolute;
  top: 25px;
  right: 28px;
  color: rgba(64, 87, 58, 0.25);
  font-weight: 800;
  font-size: 0.82rem;
}

.featured .card-number {
  color: rgba(255, 255, 255, 0.55);
}

.card-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 65px;
  place-items: center;
  font-size: 2.1rem;
  border-radius: 22px;
}

.card-icon-gold {
  color: #9b6f28;
  background: rgba(211, 167, 92, 0.25);
}

.card-icon-blue {
  color: white;
  background: rgba(255, 255, 255, 0.16);
}

.card-icon-green {
  color: var(--green-dark);
  background: rgba(102, 131, 88, 0.18);
}

.service-card h3 {
  margin-bottom: 16px;
}

.service-card p {
  color: var(--muted);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.8);
}

.process {
  background: white;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.process-copy h2 {
  max-width: 520px;
  color: var(--green-dark);
}

.process-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 26px 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 25px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
}

.steps li > span {
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--green-dark);
  font-weight: 800;
  background: var(--peach);
  border-radius: 50%;
  place-items: center;
}

.steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
}

.steps p {
  color: var(--muted);
}

.contact {
  padding-top: 30px;
  background: white;
}

.contact-card {
  position: relative;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 75px;
  overflow: hidden;
  color: white;
  background: var(--green-dark);
  border-radius: 32px;
}

.contact-card::after {
  position: absolute;
  right: -120px;
  bottom: -240px;
  width: 480px;
  height: 480px;
  content: "";
  border: 70px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.contact-card > * {
  position: relative;
  z-index: 2;
}

.contact-card h2 {
  margin-bottom: 18px;
}

.contact-card p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow-light {
  color: var(--peach);
}

.contact-actions {
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
}

.button-light {
  color: var(--green-dark);
  background: white;
  box-shadow: none;
}

.button-light:hover {
  color: white;
}

.phone {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

footer {
  padding: 65px 0 35px;
  background: white;
}

.footer-grid {
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  font-size: 0.88rem;
}

.brand-footer {
  width: 170px;
}

.footer-grid > a:last-child {
  color: var(--green-dark);
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.35);
  place-items: center;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.07);
}

.whatsapp-float svg {
  width: 32px;
  fill: white;
}

@media (max-width: 960px) {
  .menu-button {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 12px;
    background: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(64, 87, 58, 0.1);
    place-content: center;
    gap: 5px;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-dark);
    transition: transform 0.2s ease;
  }

  .site-header nav {
    position: absolute;
    top: 92px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 25px;
    background: white;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

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

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

  .hero {
    padding-top: 180px;
  }

  .hero-art {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .intro-grid,
  .process-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .intro-copy {
    padding-top: 0;
  }

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

  .service-card {
    min-height: 320px;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    align-items: flex-start;
  }
}

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

  .section {
    padding: 80px 0;
  }

  .brand {
    width: 175px;
  }

  .hero {
    min-height: auto;
    padding-top: 155px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-actions,
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    gap: 20px;
  }

  .hero-art {
    min-height: 430px;
  }

  .art-card {
    right: 5%;
    left: 5%;
    width: auto;
  }

  .floating-note {
    bottom: 5px;
    left: 0;
  }

  .section-heading {
    gap: 25px;
  }

  .service-card {
    padding: 30px 27px;
  }

  .contact-card {
    padding: 48px 30px;
  }

  .button {
    width: 100%;
    padding-inline: 22px;
  }

  .contact-actions {
    width: 100%;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
