:root {
  --ink: #111111;
  --muted: #626761;
  --line: #e9e0d1;
  --paper: #fffdfa;
  --soft: #f4efe7;
  --gold: #d5ba7f;
  --gold-strong: #b99043;
  --moss: #596d5b;
  --white: #ffffff;
  --green: #20b15a;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

h1,
h2,
h3,
.nav-link,
.section-kicker,
.eyebrow,
.quick-grid strong {
  font-family: "Baloo 2", "Inter", Arial, sans-serif;
}

h1 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0;
}

p {
  font-size: 1.06rem;
  line-height: 1.78;
}

a {
  color: inherit;
}

.site-nav {
  min-height: 78px;
  background: rgba(255, 253, 250, 0.9);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-nav.is-scrolled {
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.08);
}

.brand-logo {
  width: min(248px, 54vw);
  max-height: 58px;
  object-fit: contain;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(213, 186, 127, 0.58);
}

.nav-link {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--gold-strong);
}

.btn {
  border-radius: 8px;
  font-weight: 800;
}

.btn-lg {
  padding: 0.92rem 1.2rem;
}

.btn-ghost {
  border: 1px solid rgba(17, 17, 17, 0.25);
  background: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover,
.btn-ghost:focus {
  border-color: var(--gold-strong);
  color: var(--gold-strong);
}

.btn-gold {
  color: #191510;
  background: var(--gold);
  border-color: var(--gold);
}

.btn-gold:hover,
.btn-gold:focus {
  color: #191510;
  background: #e5cc90;
  border-color: #e5cc90;
}

.btn-whatsapp {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: var(--white);
  background: #158d45;
  border-color: #158d45;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  background: var(--ink);
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) contrast(1.08) saturate(0.92);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.28) 58%, rgba(17, 17, 17, 0.58)),
    linear-gradient(180deg, rgba(17, 17, 17, 0.14), rgba(17, 17, 17, 0.82));
  pointer-events: none;
}

.hero-panel {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 176px 0 84px;
}

.hero-panel .lead {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  color: rgba(255, 255, 255, 0.88);
}

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

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

.appointment-card {
  margin-left: auto;
  max-width: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.appointment-card span {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.appointment-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.55rem;
}

.appointment-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
}

.appointment-card a {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
  width: 7%;
}

.carousel-indicators {
  z-index: 4;
}

.quick-strip {
  position: relative;
  z-index: 5;
  margin-top: -42px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.12);
}

.quick-grid div {
  padding: 25px 28px;
  border-right: 1px solid var(--line);
}

.quick-grid div:last-child {
  border-right: 0;
}

.quick-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-grid strong {
  font-size: 1.24rem;
  line-height: 1.15;
}

.section {
  padding: 110px 0;
}

.section-soft {
  background:
    linear-gradient(135deg, rgba(213, 186, 127, 0.22), rgba(244, 239, 231, 0.92)),
    var(--soft);
}

.about-section {
  padding-top: 132px;
}

.body-copy {
  color: #2f332f;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
}

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

.mini-divider {
  width: 92px;
  height: 5px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--gold);
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 16px;
  margin-top: 58px;
}

.photo-mosaic img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(17, 17, 17, 0.12);
}

.photo-mosaic img:nth-child(2) {
  margin-top: 36px;
}

.photo-mosaic img:nth-child(3) {
  margin-top: 14px;
}

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

.chip-grid span {
  display: flex;
  min-height: 72px;
  align-items: center;
  border: 1px solid rgba(185, 144, 67, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 16px 18px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(98, 78, 41, 0.08);
}

.chip-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--gold-strong);
}

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

.sticky-copy {
  position: sticky;
  top: 110px;
}

.practice-list {
  display: grid;
  gap: 13px;
}

.practice-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 86px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.practice-list span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--gold-strong);
  background: #f4efe7;
  font-weight: 900;
}

.practice-list strong {
  padding: 18px 22px;
  font-size: 1.08rem;
}

.team-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), #faf7f1);
}

.team-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 30px 80px rgba(17, 17, 17, 0.09);
}

.director {
  margin-bottom: 30px;
}

.director span {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--gold-strong);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.director h3 {
  margin: 0;
}

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

.team-list span {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
  padding: 14px;
  color: #7f642e;
  font-weight: 800;
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 20, 20, 0.96), rgba(35, 33, 29, 0.92)),
    #141414;
}

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

.location-copy {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a {
  display: block;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--gold);
}

.map-wrap {
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #222222;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
  filter: contrast(1.08) saturate(0.9);
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-logo {
  width: min(220px, 58vw);
  max-height: 54px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .site-nav {
    min-height: 70px;
  }

  .navbar-collapse {
    padding: 16px 0 8px;
  }

  .navbar-nav {
    gap: 6px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-panel {
    padding: 150px 0 82px;
  }

  .appointment-card {
    max-width: none;
    margin-left: 0;
  }

  .quick-strip {
    margin-top: 0;
  }

  .quick-grid,
  .chip-grid,
  .team-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid div:nth-child(2) {
    border-right: 0;
  }

  .quick-grid div:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
  }

  .photo-mosaic img,
  .photo-mosaic img:nth-child(2),
  .photo-mosaic img:nth-child(3) {
    height: 300px;
    margin-top: 0;
  }

  .sticky-copy {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: min(210px, 60vw);
  }

  .section {
    padding: 74px 0;
  }

  .about-section {
    padding-top: 86px;
  }

  .hero {
    min-height: 780px;
  }

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

  .quick-grid,
  .chip-grid,
  .team-list {
    grid-template-columns: 1fr;
  }

  .quick-grid div,
  .quick-grid div:nth-child(2),
  .quick-grid div:last-child {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .quick-grid div:first-child {
    border-top: 0;
  }

  .practice-list article {
    grid-template-columns: 58px 1fr;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
