:root {
  --bg: #f6f1eb;
  --bg-strong: #efe0d5;
  --panel: rgba(255, 255, 255, 0.22);
  --panel-alt: #eaddd3;
  --text: #1d1917;
  --muted: #544b46;
  --accent: #9d5d43;
  --accent-dark: #73442f;
  --line: rgba(29, 25, 23, 0.1);
  --shadow: rgba(35, 22, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.8), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-strong) 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-sm {
  padding: 30px 0 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(246, 241, 235, 0.74);
  border-bottom: 1px solid rgba(29, 25, 23, 0.06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.12em;
}

.brand-word {
  font-size: 0.72rem;
  font-weight: 700;
}

.brand-word-muted {
  margin-top: 3px;
  color: var(--muted);
}

.brand-detail {
  margin-top: 8px;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(157, 93, 67, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--accent-dark) 0%, #643c2e 100%);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: var(--text);
  border: 1px solid rgba(29, 25, 23, 0.08);
  backdrop-filter: blur(4px);
}

.hero {
  padding-top: 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 42px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--muted);
}

.hero-copy h1,
.section-head h2,
.about-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.hero-copy h1 {
  max-width: 560px;
  font-size: clamp(3.3rem, 3.8vw, 5.8rem);
}

.lead {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-badges span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(29, 25, 23, 0.08);
  background: rgba(255,255,255,0.15);
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-media {
  display: flex;
  justify-content: center;
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: var(--panel-alt);
  border: 1px solid rgba(29, 25, 23, 0.06);
  box-shadow: 0 28px 60px rgba(35, 22, 18, 0.12);
}

.image-frame-large {
  width: min(100%, 520px);
  min-height: 640px;
}

.image-frame-portrait {
  width: min(100%, 430px);
  min-height: 600px;
}

.image-frame-soft {
  border-radius: 36px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  padding-bottom: 14px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.stats-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 20px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.14);
}

.stats-grid strong {
  font-size: clamp(2.1rem, 2.2vw, 3rem);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.stats-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 48px;
}

.section-head {
  margin-bottom: 34px;
}

.section-head.centered {
  text-align: center;
}

.section-head h2,
.about-copy h2,
.contact-copy h2 {
  font-size: clamp(2.5rem, 3vw, 4rem);
  letter-spacing: -0.03em;
  font-weight: 500;
}

.about-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.specialty-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(29, 25, 23, 0.09);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 8px 24px rgba(32, 28, 26, 0.015);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.specialty-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(32, 28, 26, 0.04);
}

.card-number {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: var(--accent-dark);
  font-weight: 700;
}

.specialty-card h3 {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.process-step {
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.2);
  border: 1px solid var(--line);
}

.step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(157, 93, 67, 0.12);
  color: var(--accent-dark);
  font-weight: 700;
}

.process-step h3 {
  margin: 18px 0 10px;
  font-size: 1.3rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.process-step small {
  display: block;
  margin-top: 18px;
  font-weight: 700;
  color: var(--text);
}

.services {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.14);
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(25, 20, 18, 0.02);
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card span {
  display: inline-block;
  margin-top: 20px;
  color: var(--accent-dark);
  font-weight: 700;
}

.quote-block {
  margin-top: 42px;
  padding: 36px 24px;
  text-align: center;
  border-radius: 24px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(29, 25, 23, 0.08);
}

.quote-block p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 1;
}

.quote-block span {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  padding: 28px 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.12);
}

.testimonial-card p {
  margin-top: 0;
  font-size: 1.05rem;
  color: var(--text);
}

.testimonial-card span {
  color: var(--muted);
  font-weight: 600;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(29, 25, 23, 0.08);
  background: rgba(255,255,255,0.12);
  color: var(--muted);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  font-weight: 500;
}

.contact-pill:hover,
.contact-pill:focus-visible {
  color: var(--text);
  border-color: rgba(157, 93, 67, 0.45);
  background: rgba(255,255,255,0.24);
  transform: translateY(-1px);
}

.lead-form {
  margin-top: 32px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.1);
}

.field-row {
  margin-bottom: 18px;
}

.field-row-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.lead-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(29, 25, 23, 0.12);
  background: rgba(255,255,255,0.52);
  color: var(--text);
  font: inherit;
}

.lead-form input::placeholder {
  color: rgba(84, 75, 70, 0.7);
}

.lead-form button {
  width: fit-content;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 26px rgba(37, 211, 102, 0.26);
  z-index: 50;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1fb85f;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .contact-grid,
  .specialties-grid,
  .process-grid,
  .services-grid,
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .button {
    width: 100%;
  }

  .hero-cta {
    flex-direction: column;
  }

  .specialties-grid,
  .process-grid,
  .services-grid,
  .testimonials-grid,
  .stats-grid,
  .about-grid,
  .contact-grid,
  .field-row-duo {
    grid-template-columns: 1fr;
  }

  .image-frame-large,
  .image-frame-portrait {
    min-height: 420px;
  }

  .section {
    padding: 72px 0;
  }

  .lead-form {
    padding: 18px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
