:root {
  --bg: #f6f2ea;
  --surface: #fffcf7;
  --surface-soft: #efe7da;
  --text: #1f1b16;
  --muted: #6a5f54;
  --accent: #6f4e37;
  --accent-2: #a67c52;
  --accent-warm: #d5b07b;
  --line: rgba(50, 36, 24, 0.16);
  --radius: 14px;
  --shadow-1: 0 2px 8px rgba(40, 28, 19, 0.08), 0 24px 50px -30px rgba(40, 28, 19, 0.26);
  --shadow-2: 0 24px 48px -20px rgba(40, 28, 19, 0.3), 0 10px 26px -10px rgba(40, 28, 19, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fffdfa 0%, var(--bg) 50%, #efe5d6 100%);
  line-height: 1.6;
}

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

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

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.95), rgba(244, 235, 223, 0.95)),
    url("https://static.wixstatic.com/media/155ee0_318e5ac667224ec0bc0bc62eb9b165da~mv2.jpeg/v1/fill/w_1800,h_1200,al_c,q_85/155ee0_318e5ac667224ec0bc0bc62eb9b165da~mv2.jpeg");
  background-size: cover;
  background-position: center;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.topbar {
  background: #2b1f17;
  color: #f6e8d7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.topbar p {
  margin: 0;
  font-size: 0.85rem;
}

.topbar a {
  font-weight: 700;
  font-size: 0.9rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px) saturate(1.1);
  background: rgba(255, 252, 247, 0.88);
  box-shadow: 0 12px 30px -24px rgba(44, 28, 16, 0.35);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.brand:hover {
  color: var(--accent);
}

.nav {
  position: fixed;
  top: 114px;
  left: 0;
  right: 0;
  display: grid;
  gap: 10px;
  padding: 18px 4%;
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 1px solid var(--line);
  transform: translateY(-135%);
  transition: transform 0.3s ease;
}

.nav.is-open {
  transform: translateY(0);
}

.nav a {
  color: #5b4b3a;
}

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

.menu-toggle {
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow: 0 8px 24px rgba(111, 78, 55, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 14px 28px rgba(111, 78, 55, 0.42);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 8px 20px rgba(40, 28, 19, 0.1);
}

.btn-ghost:hover {
  border-color: rgba(111, 78, 55, 0.4);
}

.btn-small {
  min-height: 40px;
  padding: 0 14px;
}

.btn-full {
  width: 100%;
}

.hero {
  min-height: calc(100svh - 114px);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://static.wixstatic.com/media/155ee0_36fd361cae7e4149b3430fdd4b3beffa~mv2.jpeg/v1/fill/w_1920,h_1200,al_c,q_88/155ee0_36fd361cae7e4149b3430fdd4b3beffa~mv2.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: contrast(1.02) saturate(0.95);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(213, 176, 123, 0.2), transparent 42%),
    radial-gradient(circle at 85% 75%, rgba(111, 78, 55, 0.16), transparent 38%),
    linear-gradient(110deg, rgba(255, 253, 250, 0.92), rgba(255, 251, 246, 0.7), rgba(255, 247, 235, 0.9));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 26px;
  align-items: center;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(2.05rem, 5.4vw, 4.4rem);
  line-height: 1.05;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #7f5b3e;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.hero-content p {
  margin: 16px 0 0;
  max-width: 700px;
  color: #5e5246;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #4f453a;
  font-weight: 500;
}

.trust-list li::before {
  content: "✓";
  margin-right: 8px;
  color: #8c6644;
  font-weight: 800;
}

.hero-card {
  background: rgba(255, 252, 247, 0.86);
  border: 1px solid rgba(255, 247, 237, 0.9);
  box-shadow: var(--shadow-2);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(10px);
}

.hero-card h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.hero-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(111, 78, 55, 0.5);
  box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.2);
}

.form-message {
  margin: 8px 0 0;
  min-height: 24px;
  color: #334155;
}

.metrics {
  padding-top: 0;
}

.metrics-grid {
  margin-top: -36px;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
}

.metrics-grid article {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}

.metrics-grid strong {
  display: block;
  font-size: 1.2rem;
}

.metrics-grid span {
  color: var(--muted);
  font-size: 0.92rem;
}

.cards-grid {
  display: grid;
  gap: 16px;
}

.card {
  background: linear-gradient(170deg, rgba(255, 252, 247, 0.97), rgba(255, 247, 238, 0.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(111, 78, 55, 0.4);
  box-shadow: var(--shadow-2);
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(111, 78, 55, 0.14), rgba(166, 124, 82, 0.18));
  color: #6f4e37;
  font-weight: 800;
  margin-bottom: 10px;
}

.card h3 {
  margin: 0 0 8px;
}

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

.split {
  display: grid;
  gap: 24px;
}

.benefits {
  display: grid;
  gap: 12px;
}

.benefits article {
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 12px 28px -22px rgba(15, 23, 42, 0.36);
}

.benefits h3 {
  margin: 0 0 6px;
}

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

.source-note {
  margin-top: 12px;
  font-size: 0.9rem;
}

.source-note a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gallery-item {
  border: 0;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #e6d8c7;
  box-shadow: 0 14px 34px -20px rgba(40, 28, 19, 0.55);
  position: relative;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(43, 31, 23, 0.62) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: contrast(1.06) saturate(1.08);
}

.timeline {
  display: grid;
  gap: 14px;
}

.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 10px 26px -20px rgba(44, 28, 16, 0.45);
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.step h3 {
  margin: 0;
}

.step p {
  margin: 6px 0 0;
  color: var(--muted);
}

.cta {
  background:
    linear-gradient(120deg, rgba(43, 31, 23, 0.92), rgba(57, 40, 29, 0.9)),
    url("https://static.wixstatic.com/media/155ee0_bdc206606463455691d4cb9c02aa058d~mv2.jpeg/v1/fill/w_1800,h_900,al_c,q_80/155ee0_bdc206606463455691d4cb9c02aa058d~mv2.jpeg");
  background-size: cover;
  background-position: center;
  color: #f8ead9;
}

.cta-wrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  display: grid;
  gap: 18px;
  align-items: center;
}

.cta h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

.cta p {
  margin: 8px 0 0;
  color: #e9d5bc;
}

.contact-grid {
  display: grid;
  gap: 24px;
}

.contact-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.contact-list li {
  margin-bottom: 6px;
  color: var(--muted);
}

.map-placeholder {
  min-height: 190px;
  border: 1px dashed rgba(111, 78, 55, 0.45);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background: #fffaf3;
  color: var(--muted);
  text-align: center;
}

.contact-form {
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-1);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.footer {
  background:
    linear-gradient(120deg, rgba(34, 24, 18, 0.96), rgba(26, 19, 14, 0.94)),
    url("https://static.wixstatic.com/media/155ee0_011bc4343e984d03bbeb28961ce72967~mv2.jpeg/v1/fill/w_1800,h_900,al_c,q_80/155ee0_011bc4343e984d03bbeb28961ce72967~mv2.jpeg");
  background-size: cover;
  background-position: center;
  color: #ead8c3;
  padding-top: 44px;
}

.footer-grid {
  display: grid;
  gap: 22px;
}

.footer h3 {
  margin: 0 0 10px;
  color: #fff;
}

.footer p,
.footer a {
  margin: 0 0 8px;
  color: #d8c1a4;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  margin-top: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #baa183;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1080px, 100%);
  max-height: 88vh;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: #ffffff;
  display: grid;
  place-items: center;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-box {
  text-align: center;
}

.loader-box span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 10px;
  border-radius: 10px;
  border: 2px solid rgba(111, 78, 55, 0.4);
  font-weight: 800;
  animation: pulse 1.3s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.08); opacity: 1; }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 110;
  background: linear-gradient(90deg, var(--accent-2), var(--accent), var(--accent-warm));
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

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

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

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

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

  .cta-wrap {
    grid-template-columns: 1fr auto;
  }

  .contact-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .menu-toggle {
    display: none;
  }

  .nav {
    position: static;
    transform: none;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
  }

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

  .gallery-item img {
    height: 220px;
  }
}
