:root {
  --cream: #fbfaf7;
  --paper: #fffefd;
  --coffee-50: #f0e8dd;
  --coffee-100: #ded2c2;
  --coffee-300: #a3927e;
  --coffee-500: #74614f;
  --coffee-700: #4b3b2e;
  --charcoal: #28231f;
  --rose: #ad7467;
  --sage: #60735d;
  --whatsapp: #25d366;
  --line: rgba(79, 64, 50, 0.16);
  --shadow: 0 22px 60px rgba(79, 64, 50, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 248, 243, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 700;
  color: var(--coffee-700);
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--coffee-100);
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--coffee-700);
}

.nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: var(--coffee-500);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-toggle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 3px;
}

.lang-btn {
  min-width: 42px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--coffee-700);
  background: transparent;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.lang-btn.active {
  color: #fff;
  background: var(--coffee-700);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--coffee-700);
  border-radius: 999px;
  background: var(--coffee-700);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(79, 64, 50, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #3f3328;
}

.btn-secondary {
  color: var(--coffee-700);
  background: transparent;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
}

.btn-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(72px, 9vw, 120px) clamp(18px, 6vw, 84px) 66px;
  background:
    radial-gradient(circle at 88% 18%, rgba(184, 128, 114, 0.16), transparent 28%),
    linear-gradient(135deg, #fbf8f3 0%, #efe6da 58%, #f9f6ef 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--coffee-700);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.06;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.9rem, 6.1vw, 5.8rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(2.05rem, 4vw, 4rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(37, 33, 29, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--coffee-700);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
  padding-bottom: 160px;
}

.hero-visual::before {
  position: absolute;
  width: min(92%, 460px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(127, 109, 89, 0.28);
  border-radius: 50%;
}

.logo-frame {
  position: relative;
  width: min(76vw, 390px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--coffee-100);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appointment-card {
  position: absolute;
  right: clamp(8px, 4vw, 54px);
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(82%, 300px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.card-icon,
.contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--coffee-50);
  color: var(--coffee-700);
}

.card-icon svg,
.contact-icon svg,
.map-button svg,
.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.appointment-card span,
.contact-card span,
.service-card span {
  display: block;
  color: var(--rose);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.appointment-card strong {
  display: block;
  margin-top: 6px;
  color: var(--coffee-700);
}

.appointment-card small {
  color: rgba(37, 33, 29, 0.68);
  font-weight: 700;
}

.section {
  padding: clamp(62px, 9vw, 112px) clamp(18px, 6vw, 84px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 38px;
  align-items: end;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.intro-band p:last-child,
.about-copy p {
  margin: 0;
  color: rgba(37, 33, 29, 0.76);
  font-size: 1.02rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.contact-card,
.why-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.76);
}

.service-card {
  min-height: 220px;
  padding: 24px;
}

.service-card h3 {
  margin-top: 28px;
}

.service-card p {
  margin: 12px 0 0;
  color: rgba(37, 33, 29, 0.68);
  font-size: 0.95rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: 44px;
  background:
    linear-gradient(rgba(255, 253, 249, 0.8), rgba(255, 253, 249, 0.8)),
    repeating-linear-gradient(90deg, rgba(127, 109, 89, 0.08) 0 1px, transparent 1px 80px);
}

.about-copy p {
  margin-top: 18px;
}

.why-panel {
  padding: 28px;
  background: var(--coffee-700);
  color: #fff;
}

.why-panel h3 {
  color: #fff;
}

.why-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.why-panel li {
  position: relative;
  padding-left: 28px;
}

.why-panel li::before {
  position: absolute;
  left: 0;
  color: var(--coffee-100);
  content: "✓";
  font-weight: 800;
}

.booking-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(34px, 5vw, 56px) clamp(18px, 6vw, 84px);
  background: var(--coffee-700);
  color: #fff;
}

.booking-strip h2,
.booking-strip .section-kicker {
  color: #fff;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-strip .btn {
  border-color: #fff;
  background: #fff;
  color: var(--coffee-700);
}

.booking-strip .btn-secondary {
  background: transparent;
  color: #fff;
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.contact-card {
  min-height: 230px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(79, 64, 50, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 64, 50, 0.28);
  box-shadow: 0 18px 44px rgba(79, 64, 50, 0.1);
}

.contact-card-primary {
  background: linear-gradient(145deg, #fffefd, #f4eee6);
}

.contact-card a,
.contact-card p {
  display: block;
  margin: 12px 0 0;
  color: var(--coffee-700);
  font-weight: 700;
}

.contact-card span {
  margin-top: 22px;
}

.contact-main {
  font-size: 1.28rem;
}

.whatsapp-icon {
  background: rgba(37, 211, 102, 0.14);
  color: #128c4a;
}

.whatsapp-icon svg,
.floating-whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.maps-icon {
  background: rgba(66, 133, 244, 0.12);
  color: #2b6fc8;
}

.map-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--coffee-700);
  color: #fff !important;
  font-size: 0.92rem;
  line-height: 1;
}

.map-button span {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}

.map-button:hover {
  background: #3f3328;
  color: #fff !important;
}

.map-button svg {
  width: 18px;
  height: 18px;
}

.contact-card a:hover {
  color: var(--rose);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 18px 40px rgba(37, 33, 29, 0.2);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 34px clamp(18px, 6vw, 84px);
  border-top: 0;
  background: var(--coffee-700);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  color: var(--coffee-50);
  font: inherit;
}

@media (max-width: 1080px) {
  .services-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-actions,
  .booking-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .booking-actions .btn {
    width: 100%;
  }

  .intro-band,
  .section-heading,
  .about-section {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .booking-strip,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 520px;
    padding-bottom: 145px;
  }

  .appointment-card {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
  }
}

@media (max-width: 460px) {
  .brand span {
    display: none;
  }

  .lang-btn {
    min-width: 38px;
  }

  h1 {
    font-size: 2.72rem;
  }

  .service-card,
  .contact-card,
  .why-panel {
    padding: 20px;
  }
}
