:root {
  --navy-950: #0a1524;
  --navy-900: #10223a;
  --navy-800: #18304d;
  --navy-700: #274666;
  --cream: #f4f0ea;
  --white: #ffffff;
  --ink: #182536;
  --muted: #657184;
  --copper: #b98a61;
  --copper-light: #dfc3a7;
  --green: #1ba66b;
  --border: #dde3e9;
  --shadow: 0 24px 70px rgba(10, 21, 36, .15);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--navy-900);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(10, 21, 36, .88);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}

.header.scrolled {
  background: rgba(10, 21, 36, .98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.identity-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(223, 195, 167, .68);
  border-radius: 50%;
  color: var(--copper-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .08em;
}

.identity-copy {
  display: grid;
  line-height: 1.14;
}

.identity-copy strong {
  font-size: 14px;
  letter-spacing: .03em;
}

.identity-copy span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.navigation {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
}

.navigation a {
  transition: color .2s ease;
}

.navigation a:hover,
.navigation a:focus-visible {
  color: var(--white);
}

.nav-whatsapp {
  padding: 10px 18px;
  border: 1px solid rgba(223, 195, 167, .6);
  border-radius: 999px;
  color: var(--white);
}

.menu-button {
  width: 46px;
  height: 46px;
  display: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform .25s ease, opacity .25s ease;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 145px 0 90px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 34px 34px,
    radial-gradient(circle at 78% 13%, rgba(185, 138, 97, .17), transparent 34%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255,255,255,.08), transparent);
}

.hero-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-decoration-one {
  top: 110px;
  left: -180px;
  width: 390px;
  height: 390px;
  background: rgba(49, 78, 117, .32);
}

.hero-decoration-two {
  right: -170px;
  bottom: -140px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(223, 195, 167, .1);
  box-shadow: 0 0 0 70px rgba(223, 195, 167, .035), 0 0 0 140px rgba(223, 195, 167, .02);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
}

.overline {
  margin: 0 0 18px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.overline-dark {
  color: #956742;
}

.hero h1,
.section-heading h2,
.image-copy h2,
.location-title h2,
.contact-layout h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 6vw, 80px);
  line-height: .98;
}

.hero h1 span {
  color: #ecd9c6;
}

.hero-specialty {
  position: relative;
  margin: 28px 0 0;
  padding-left: 46px;
  color: rgba(255,255,255,.74);
  font-size: clamp(18px, 2.1vw, 24px);
}

.hero-specialty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: var(--copper-light);
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.button-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 34px rgba(27, 166, 107, .27);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #178d5b;
}

.button-outline {
  border-color: rgba(255,255,255,.2);
  color: var(--white);
  background: rgba(255,255,255,.04);
}

.hero-details {
  max-width: 570px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  padding-top: 23px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.hero-details > div {
  display: grid;
  gap: 5px;
}

.hero-details > div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.hero-details span {
  color: rgba(255,255,255,.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-details a,
.hero-details p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

.hero-photo-wrap {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}

.hero-photo-frame {
  padding: 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 38px 38px 125px 38px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 34px 90px rgba(0,0,0,.35);
}

.hero-photo-frame img {
  width: 100%;
  height: auto;
  border-radius: 28px 28px 112px 28px;
  background: #d9dde2;
}

.hero-card {
  position: absolute;
  right: -34px;
  bottom: 68px;
  width: min(288px, 76%);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(16,34,58,.91);
  box-shadow: 0 18px 44px rgba(0,0,0,.29);
  backdrop-filter: blur(14px);
}

.hero-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--copper-light);
  background: rgba(185,138,97,.16);
}

.hero-card-icon svg,
.specialty-icon svg,
.location-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hero-card > span:last-child {
  display: grid;
  gap: 2px;
}

.hero-card small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-card strong {
  color: var(--white);
  font-size: 13px;
  line-height: 1.35;
}

.section {
  padding: 110px 0;
}

.specialties {
  background: var(--cream);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 50px;
}

.section-heading h2,
.location-title h2 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.06;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.specialty-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #e1d9d0;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(24,37,54,.07);
}

.specialty-card::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -76px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(185,138,97,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(185,138,97,.045), 0 0 0 50px rgba(185,138,97,.025);
}

.specialty-card-dark {
  border-color: transparent;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-800), var(--navy-950));
}

.specialty-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(24,37,54,.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1;
}

.specialty-card-dark .specialty-number {
  color: rgba(255,255,255,.08);
}

.specialty-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 18px;
  color: #956742;
  background: #f1e7dc;
}

.specialty-card-dark .specialty-icon {
  color: var(--copper-light);
  background: rgba(185,138,97,.15);
}

.specialty-card h3 {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.image-section {
  color: var(--white);
  background: var(--navy-900);
}

.image-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.image-copy h2 {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.05;
}

.profile-lines {
  display: grid;
  gap: 0;
  margin: 38px 0 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.profile-lines p {
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--copper-light);
  font-size: 14px;
  font-weight: 800;
}

.image-display {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
}

.image-display img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.location-section {
  background: var(--white);
}

.location-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: clamp(48px, 8vw, 100px);
}

.location-title > p:last-child {
  max-width: 360px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.location-cards {
  display: grid;
  gap: 18px;
}

.location-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fbfcfd;
  box-shadow: 0 16px 46px rgba(24,37,54,.06);
}

.location-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #956742;
  background: #f1e7dc;
}

.location-label {
  display: block;
  margin-bottom: 7px;
  color: #956742;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.location-card h3 {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 400;
  line-height: 1.15;
}

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

.contact-section {
  padding: 80px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
}

.contact-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-layout h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.08;
}

.contact-layout p:last-child {
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
}

.button-light {
  flex: 0 0 auto;
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(0,0,0,.2);
}

.footer {
  padding: 35px 0;
  color: rgba(255,255,255,.72);
  background: #07111e;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-layout > div {
  display: grid;
  gap: 5px;
}

.footer-layout > div:last-child {
  text-align: right;
}

.footer strong,
.footer a {
  color: var(--white);
}

.footer span {
  font-size: 13px;
}

.whatsapp-float {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 34px rgba(18,90,61,.34);
  transition: transform .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .menu-button {
    display: block;
  }

  .navigation {
    position: fixed;
    top: 84px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 24px;
    transform: translateY(-130%);
    visibility: hidden;
    opacity: 0;
    color: var(--white);
    background: rgba(10,21,36,.99);
    box-shadow: 0 20px 40px rgba(0,0,0,.24);
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }

  .navigation.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .navigation a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .nav-whatsapp {
    margin-top: 12px;
    padding: 13px 18px !important;
    border-bottom: 1px solid rgba(223,195,167,.6) !important;
    text-align: center;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding-top: 130px;
  }

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

  .hero-content {
    max-width: 760px;
  }

  .hero-photo-wrap {
    width: min(100%, 570px);
    max-width: none;
    margin: 0 auto;
  }

  .image-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .image-copy {
    max-width: 700px;
  }

  .location-title {
    max-width: 620px;
  }
}

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

  .header {
    height: 76px;
  }

  .identity-copy {
    display: none;
  }

  .navigation {
    top: 76px;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 72px;
  }

  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-details > div + div {
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-left: 0;
  }

  .hero-card {
    right: 12px;
    bottom: 26px;
    width: calc(100% - 24px);
  }

  .section {
    padding: 78px 0;
  }

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

  .specialty-card {
    min-height: 260px;
    padding: 28px;
  }

  .image-display {
    padding: 8px;
    border-radius: 22px;
  }

  .image-display img {
    border-radius: 15px;
  }

  .location-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .contact-layout,
  .footer-layout {
    display: grid;
  }

  .footer-layout > div:last-child {
    text-align: left;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

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

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