@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/playfair-display-latin.woff2") format("woff2");
}

:root {
  --color-page: #e6ebf4;
  --color-surface: #f7f9fc;
  --color-white: #ffffff;
  --color-primary: #7093af;
  --color-primary-400: #7fa8c9;
  --color-text: #273142;
  --color-muted: #5e6b7a;
  --color-soft: #d7e1ee;
  --color-photo: #ead7c7;
  --shadow-soft: 0 8px 12px rgba(112, 147, 175, 0.09);
  --shadow-photo: 0 20px 60px rgba(0, 0, 0, 0.15);
  --container: 1200px;
  --radius-large: 24px;
  --radius-button: 8px;
}

* {
  box-sizing: border-box;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--color-page);
  color: var(--color-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

html.nav-open,
body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.section-pad {
  padding: 112px 0;
}

.button {
  display: inline-flex;
  min-height: 52px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-button);
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 14px 24px;
}

.button img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.button:hover {
  background: var(--color-primary-400);
}

.button:focus-visible,
.primary-nav a:focus-visible,
.footer-nav a:focus-visible,
.footer-contact a:focus-visible,
.floating-whatsapp:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(112, 147, 175, 0.4);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0 14px;
  background: rgba(230, 235, 244, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-shell {
  width: min(var(--container), calc(100% - 48px));
  min-height: 58px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand img {
  width: 72px;
  height: auto;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.primary-nav a {
  padding: 8px 0;
}

.header-cta {
  width: 240px;
  padding-inline: 20px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 8px;
  background: var(--color-primary);
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--color-white);
}

.hero {
  position: relative;
  z-index: 0;
  min-height: 760px;
  overflow: visible;
}

.hero-shape {
  position: absolute;
  top: 136px;
  left: calc(50% - 413px);
  right: 0;
  height: 715px;
  background: url("assets/shape-hero-background.webp") center / 100% 100% no-repeat;
  filter: blur(1px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 486px 588px;
  align-items: start;
  gap: 102px;
  padding-top: 228px;
}

.hero-copy {
  max-width: 500px;
}

.crp-pill {
  display: inline-flex;
  height: 42px;
  align-items: center;
  margin: 0 0 12px;
  padding: 4px 12px;
  border: 1px solid rgba(112, 147, 175, 0.25);
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
}

.professional-name,
.section-heading h2,
.about-content h2,
.quote-cta h2,
.location-content h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-text);
}

.professional-name {
  max-width: 486px;
  font-size: 60px;
  line-height: 64px;
}

.professional-name span {
  display: block;
}

.hero-subtitle {
  margin: 16px 0 12px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.hero-text {
  max-width: 500px;
  margin: 0 0 4px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.35;
}

.hero-copy-localization {
  max-width: 500px;
  margin: 0 0 16px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.35;
}

.hero-button {
  width: 240px;
  padding-inline: 20px;
}

.hero-benefits {
  display: flex;
  gap: 32px;
  align-items: center;
  width: max-content;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.benefit-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(112, 147, 175, 0.1);
  flex: 0 0 40px;
}

.benefit-icon img {
  width: 24px;
  height: 24px;
}

.benefit-label {
  display: block;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  width: 588px;
  aspect-ratio: 588 / 430;
  overflow: hidden;
  border-radius: var(--radius-large);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
    var(--color-photo);
  box-shadow: var(--shadow-photo);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.floating-whatsapp {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 20;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(39, 49, 66, 0.14);
}

.floating-whatsapp img {
  width: 62px;
  height: 62px;
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading p,
.eyebrow,
.location-eyebrow {
  margin: 0 0 16px;
  color: var(--color-muted);
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.section-heading.marked p {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
}

.section-heading.marked p::before,
.section-heading.marked p::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(39, 49, 66, 0.45);
}

.section-heading h2 {
  font-size: 52px;
  line-height: 1.12;
}

.section-heading span {
  display: block;
  max-width: 670px;
  margin: 14px auto 0;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.45;
}

.specialties {
  position: relative;
  z-index: 2;
  padding-top: 72px;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  grid-auto-rows: 132px;
  gap: 16px;
  align-items: stretch;
}

.specialty-card,
.process-card,
.treatment-card,
.treatment-feature {
  border-radius: var(--radius-large);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.specialty-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  min-width: 210px;
  height: 132px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 22px 22px 22px 26px;
  border: 1px solid rgba(112, 147, 175, 0.2);
  border-radius: 14px;
  background: rgba(248, 250, 253, 0.94);
  box-shadow: 0 10px 28px rgba(39, 49, 66, 0.07);
  text-align: left;
}

.specialty-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--color-primary);
}

.specialty-index {
  display: none;
}

.icon-bubble {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff2f6;
}

.icon-bubble img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.specialty-card .icon-bubble {
  position: relative;
  isolation: isolate;
  width: 68px;
  height: 68px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.specialty-card .icon-bubble::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: -8px;
  width: 54px;
  height: 36px;
  border-bottom: 2px solid rgba(112, 147, 175, 0.34);
  border-left: 2px solid rgba(112, 147, 175, 0.34);
  border-radius: 0 0 0 24px;
}

.specialty-card .icon-bubble::after {
  content: none;
}

.specialty-card .icon-bubble img {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 4px 7px rgba(112, 147, 175, 0.18));
}

.icon-bubble.large {
  width: 60px;
  height: 60px;
}

.specialty-card h3,
.process-card h3,
.treatment-card h3,
.mini-cta h3,
.wide-cta h3 {
  margin: 32px 0 22px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.specialty-card h3 {
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
  text-align: left;
  text-wrap: balance;
}

.specialty-card p,
.process-card p,
.treatment-card p,
.treatment-feature p {
  margin: 0;
  color: rgba(39, 49, 66, 0.7);
  font-size: 18px;
  line-height: 1.4;
}

.specialty-card p {
  max-width: 240px;
  margin: 0 auto;
  font-size: 16px;
}

.mini-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  padding: 24px 26px;
  border-radius: 8px;
  background: var(--color-soft);
}

.mini-cta > img {
  width: 40px;
  height: 40px;
}

.mini-cta h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.mini-cta p {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
}

.mini-cta .button {
  width: 240px;
  padding-inline: 20px;
}

.about {
  padding: 42px 0 39px;
}

.about-grid {
  width: min(var(--container), calc(100% - 48px));
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.about-photo {
  position: relative;
  height: 695px;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: var(--color-photo);
  box-shadow: 0 24px 60px rgba(112, 147, 175, 0.2);
}

.about-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
}

.about-content {
  max-width: 742px;
  padding-top: 4px;
  text-align: justify;
}

.eyebrow {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.about-content h2 {
  font-size: 52px;
  line-height: 1.15;
}

.crp-text {
  margin: 36px 0 24px;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
}

.about-content p:not(.eyebrow):not(.crp-text) {
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.6;
}

.process {
  padding-top: 88px;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.process-card {
  position: relative;
  min-height: 257px;
  padding: 24px 32px 30px;
  text-align: center;
}

.process-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 71px;
  right: -58px;
  width: 100px;
  height: 1px;
  background-image: linear-gradient(to right, rgba(39, 49, 66, 0.55) 40%, transparent 0);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  z-index: 2;
}

.process-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 67px;
  right: -60px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(39, 49, 66, 0.75);
  border-right: 1px solid rgba(39, 49, 66, 0.75);
  transform: rotate(45deg);
  z-index: 3;
}

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

.process-card p {
  max-width: 320px;
  margin: 0 auto;
}

.step {
  position: absolute;
  top: 54px;
  right: 23px;
  z-index: 4;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #eff2f6;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
}

.wide-cta {
  width: 100%;
  display: grid;
  grid-template-columns: 222px 1px minmax(0, 1fr) 96px auto;
  column-gap: 22px;
  align-items: center;
  min-height: 175px;
  margin: 50px auto 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-soft);
  padding: 0 36px 0 30px;
}

.wide-cta-art {
  position: relative;
  height: 175px;
}

.wide-cta-illustration {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 244px;
  height: auto;
}

.wide-cta-divider {
  width: 1px;
  height: 112px;
  background: rgba(39, 49, 66, 0.28);
}

.wide-cta h3 {
  margin: 0 0 24px;
  font-size: 24px;
}

.wide-cta-mobile-illustration {
  display: none;
}

.wide-cta p {
  max-width: 520px;
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
}

.wide-cta-arrow {
  width: 132px;
  height: auto;
  align-self: center;
  justify-self: center;
  transform: translate(14px, 32px);
}

.wpp-button {
  width: 224px;
  min-height: 48px;
  padding: 12px 20px;
}

.treatments {
  padding-top: 50px;
  padding-bottom: 146px;
}

.treatment-grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  align-items: stretch;
}

.treatment-feature {
  width: 100%;
  aspect-ratio: 384 / 626;
  min-height: 0;
  padding: 48px 26px 32px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.treatment-feature picture {
  width: 330px;
  max-width: none;
  margin: 0 auto;
}

.treatment-feature img {
  width: 100%;
  height: auto;
}

.treatment-feature h3 {
  max-width: 280px;
  margin: 0;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.treatment-feature-copy {
  display: grid;
  gap: 20px;
}

.treatment-feature p {
  max-width: 290px;
  margin: 0;
  color: rgba(39, 49, 66, 0.7);
  font-size: 16px;
  line-height: 1.4;
}

.treatment-list {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 32px;
  align-content: stretch;
}

.treatment-card {
  width: 100%;
  aspect-ratio: 384 / 297;
  min-height: 0;
  padding: 30px 28px 28px;
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-content: space-between;
  text-align: center;
  border-radius: 14px;
}

.treatment-card .icon-bubble {
  width: 60px;
  height: 60px;
}

.treatment-card .icon-bubble img {
  width: 36px;
  height: 36px;
}

.treatment-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.treatment-card h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 12px auto 0;
  border-radius: 99px;
  background: var(--color-primary);
}

.treatment-card p {
  max-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.35;
}

.quote-cta {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 66px 0 72px;
}

.quote-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.quote-cta h2 {
  max-width: 865px;
  color: var(--color-white);
  font-size: 52px;
  line-height: 1.12;
}

.quote-cta p {
  max-width: 720px;
  margin: 44px 0 48px;
  font-size: 18px;
  line-height: 1.5;
}

.light-button {
  min-width: 438px;
  background: var(--color-surface);
  color: var(--color-primary);
}

.light-button:hover {
  background: var(--color-white);
}

.location {
  padding-top: 136px;
  padding-bottom: 136px;
}

.location-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: center;
}

.location-eyebrow {
  position: relative;
  margin-bottom: 48px;
}

.location-eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 48px;
  height: 2px;
  background: var(--color-primary);
}

.location-content h2 {
  margin-bottom: 34px;
  font-size: 42px;
  line-height: 1.15;
}

.location-content > p {
  margin: 0 0 48px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.35;
}

.location-list {
  display: grid;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--color-text);
  font-size: 16px;
}

.location-list img {
  width: 36px;
  height: 36px;
}

.map-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 4px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 48px rgba(39, 49, 66, 0.14);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  aspect-ratio: 16 / 9;
}

.site-footer {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 56px 0 42px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 138px);
  align-items: start;
}

.footer-brand {
  padding-top: 70px;
}

.footer-brand img {
  width: 210px;
  height: auto;
}

.footer-nav,
.footer-contact {
  display: grid;
  justify-items: start;
}

.footer-nav {
  gap: 24px;
}

.footer-contact {
  gap: 39px;
  min-width: 360px;
}

.footer-nav h2,
.footer-contact h2 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-nav a,
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.4;
}

.footer-contact img {
  width: 40px;
  height: 40px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  column-gap: clamp(48px, 6vw, 88px);
  align-items: center;
  margin-top: 96px;
  padding-top: 55px;
  border-top: 2px solid rgba(255, 255, 255, 0.85);
}

.footer-love {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 39px;
  align-items: center;
  width: min(330px, 100%);
  justify-self: center;
}

.footer-love img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.footer-love p,
.copyright {
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.copyright {
  justify-self: center;
}

.footer-separator {
  width: 1px;
  height: 93px;
  background: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1240px) {
  .header-shell {
    gap: 24px;
  }

  .brand img {
    width: 66px;
  }

  .primary-nav {
    gap: 22px;
    font-size: 13px;
  }

  .header-cta {
    width: 232px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .header-cta img {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .hero-shape {
    top: clamp(150px, calc(258px - 8vw), 186px);
  }

  .hero-inner {
    grid-template-columns: minmax(0, 486px) minmax(420px, clamp(520px, 49vw, 588px));
    justify-content: space-between;
    gap: 48px;
  }

  .hero-visual {
    width: 100%;
  }

}

@media (max-width: 1180px) {
  .header-shell {
    width: min(var(--container), calc(100% - 48px));
    gap: 18px;
  }

  .brand img {
    width: 60px;
  }

  .header-cta {
    width: 222px;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .header-cta img {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, clamp(520px, 49vw, 588px));
    gap: 48px;
  }

  .hero-visual {
    width: 100%;
  }

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

  .process-grid {
    width: 100%;
    max-width: none;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .process-card {
    display: grid;
    grid-template-columns: 52px auto minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 12px;
    align-items: start;
    min-width: 0;
    min-height: auto;
    padding: 28px 32px;
    text-align: left;
  }

  .process-card .icon-bubble {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
  }

  .process-card .icon-bubble img {
    width: 30px;
    height: 30px;
  }

  .step {
    position: static;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    background: #eff2f6;
  }

  .process-card h3 {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    margin: 0;
  }

  .process-card p {
    grid-column: 2 / 4;
    grid-row: 2;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .process-card:not(:last-child)::after {
    display: block;
    top: calc(100% + 8px);
    right: auto;
    left: 57px;
    width: 1px;
    height: 28px;
    background-image: linear-gradient(to bottom, rgba(39, 49, 66, 0.55) 40%, transparent 0);
    background-size: 1px 8px;
    background-repeat: repeat-y;
  }

  .process-card:not(:last-child)::before {
    display: block;
    top: calc(100% + 31px);
    right: auto;
    left: 53px;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid rgba(39, 49, 66, 0.75);
    border-bottom: 1px solid rgba(39, 49, 66, 0.75);
    transform: rotate(45deg);
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .treatment-grid {
    grid-template-columns: minmax(240px, 0.82fr) repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .treatment-feature {
    display: grid;
    grid-template-columns: 1fr;
    grid-row: span 2;
    justify-content: stretch;
    gap: 28px;
    align-content: center;
    aspect-ratio: auto;
    min-height: auto;
    padding: 28px 24px 32px;
  }

  .treatment-feature picture {
    width: min(240px, 100%);
    max-width: 330px;
    margin: 0 auto;
  }

  .treatment-feature h3 {
    font-size: 21px;
  }

  .treatment-feature-copy {
    grid-column: auto;
    display: grid;
    gap: 20px;
  }

  .treatment-feature-copy h3 {
    margin-bottom: 0;
  }

  .treatment-list {
    display: contents;
    grid-column: auto;
  }

  .treatment-card {
    aspect-ratio: auto;
    min-height: 190px;
    padding: 24px clamp(16px, 2vw, 24px);
    align-content: center;
    gap: 14px;
  }

  .treatment-card .icon-bubble {
    width: 52px;
    height: 52px;
  }

  .treatment-card .icon-bubble img {
    width: 30px;
    height: 30px;
  }

  .treatment-card h3 {
    font-size: 19px;
  }

  .treatment-card h3::after {
    margin-top: 10px;
  }

}

@media (max-width: 980px) {
  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .treatment-feature {
    grid-row: auto;
    grid-template-columns: minmax(150px, 0.82fr) minmax(240px, 1.18fr);
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 32px clamp(24px, 5vw, 48px);
  }

  .treatment-feature picture {
    width: min(220px, 100%);
  }

  .treatment-feature-copy {
    grid-column: 2;
  }

  .treatment-list {
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .header-shell {
    width: min(var(--container), calc(100% - 48px));
    gap: 12px;
  }

  .primary-nav {
    gap: 14px;
  }

  .brand img {
    width: 54px;
  }

  .header-cta {
    width: 214px;
    min-height: 44px;
    padding: 11px 12px;
  }

  .header-cta img {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  .wide-cta {
    grid-template-columns: 190px 1px minmax(280px, 1fr) auto;
    column-gap: 20px;
    min-height: 166px;
    padding: 0 28px 0 24px;
  }

  .wide-cta-art {
    height: 166px;
  }

  .wide-cta-illustration {
    left: -6px;
    bottom: -6px;
    width: 210px;
  }

  .wide-cta h3 {
    margin-bottom: 16px;
  }

  .wide-cta p {
    max-width: 360px;
    font-size: 16px;
    line-height: 1.45;
  }

  .wide-cta-arrow {
    display: none;
  }
}

@media (max-width: 980px) and (min-width: 901px) {
  .header-shell {
    width: min(var(--container), calc(100% - 48px));
    gap: 8px;
  }

  .primary-nav {
    gap: 12px;
  }

  .brand img {
    width: 48px;
  }

  .header-cta {
    width: 206px;
    min-height: 42px;
    padding: 10px;
  }

  .header-cta img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

@media (max-width: 950px) {
  .site-header {
    padding: 14px 0;
  }

  .site-header.is-open {
    max-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .header-shell {
    grid-template-columns: auto auto;
    grid-template-rows: 58px;
    column-gap: 18px;
    row-gap: 0;
  }

  .brand img {
    width: 58px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .primary-nav,
  .header-cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px);
  }

  .primary-nav {
    display: grid;
    gap: 4px;
    padding: 0;
    border-top: 1px solid transparent;
    font-size: 16px;
  }

  .header-cta {
    display: inline-flex;
    width: 100%;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header.is-open .primary-nav,
  .site-header.is-open .header-cta {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header.is-open .primary-nav {
    max-height: 340px;
    padding: 14px 0 2px;
    border-top: 1px solid rgba(112, 147, 175, 0.18);
  }

  .primary-nav a {
    padding: 10px 0;
  }

  .site-header.is-open .header-cta {
    max-height: 64px;
    min-height: 52px;
    margin-top: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .site-header.is-open .header-shell::after {
    content: "";
    grid-column: 1 / -1;
    display: block;
    width: 72%;
    height: 1px;
    justify-self: center;
    margin-top: 4px;
    background: linear-gradient(90deg, transparent, rgba(112, 147, 175, 0.52), transparent);
  }
}

@media (max-width: 900px) {
  .footer-grid {
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(280px, 1fr);
    gap: 42px;
    align-items: start;
  }

  .footer-brand {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .footer-contact {
    min-width: 0;
  }

  .footer-contact a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 64px;
    padding-top: 42px;
  }

  .footer-love,
  .copyright {
    justify-self: start;
  }

  .footer-separator {
    display: none;
  }
}

@media (max-width: 900px) {
  .specialty-grid {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
  }

  .specialty-card {
    min-width: 210px;
  }

  .hero {
    min-height: auto;
    overflow-x: clip;
    overflow-y: visible;
    padding-bottom: 58px;
  }

  .hero-shape {
    top: clamp(464px, calc(954px - 54.5vw), 562px);
    left: 50%;
    right: auto;
    width: min(1135px, max(760px, calc(100% + 160px)));
    height: auto;
    aspect-ratio: 1135 / 715;
    transform: translateX(-50%);
    background-position: center top;
    background-size: contain;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 128px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .professional-name {
    font-size: 50px;
    line-height: 54px;
  }

  .hero-visual {
    width: min(100%, 588px);
  }

  .about-grid {
    width: min(743px, calc(100% - 48px));
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 30px;
  }

  .about-photo {
    width: auto;
    height: 428px;
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(112, 147, 175, 0.18);
  }

  .about-photo img {
    width: 100%;
  }

  .about-content {
    max-width: 524px;
    padding-top: 3px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .about-content h2 {
    font-size: 39px;
    line-height: 1.08;
  }

  .crp-text {
    margin: 26px 0 23px;
    font-size: 14px;
  }

  .about-content p:not(.eyebrow):not(.crp-text) {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.45;
  }

  .wide-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 30px;
    text-align: center;
  }

  .wide-cta-divider,
  .wide-cta-arrow {
    display: none;
  }

  .wide-cta-art {
    display: grid;
    width: 100%;
    height: auto;
    place-items: center;
    margin: -4px 0 2px;
  }

  .wide-cta-illustration {
    display: none;
  }

  .wide-cta-mobile-illustration {
    display: block;
    width: clamp(118px, 30vw, 150px);
    height: auto;
    transform: translateX(-12px);
  }

  .wide-cta-text {
    width: 100%;
  }

  .wide-cta h3 {
    margin-bottom: 12px;
  }

  .wide-cta p {
    max-width: 480px;
    margin-inline: auto;
  }

  .wpp-button {
    width: 100%;
  }

  .floating-whatsapp {
    width: 62px;
    height: 62px;
    right: 22px;
    bottom: 22px;
  }

  .floating-whatsapp img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container,
  .header-shell {
    width: min(100% - 32px, var(--container));
  }

  .section-pad {
    padding: 66px 0;
  }

  .brand img {
    width: 58px;
  }

  .professional-name,
  .section-heading h2,
  .about-content h2,
  .quote-cta h2 {
    font-size: 40px;
    line-height: 1.12;
  }

  .hero-subtitle,
  .hero-text,
  .hero-copy-localization,
  .section-heading span,
  .specialty-card p,
  .process-card p,
  .treatment-card p,
  .about-content p:not(.eyebrow):not(.crp-text),
  .quote-cta p {
    font-size: 16px;
  }

  .hero-benefits,
  .process-grid,
  .treatment-list {
    grid-template-columns: 1fr;
  }

  .specialty-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    grid-auto-rows: 132px;
    gap: 14px;
  }

  .hero-benefits {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .hero-shape {
    top: clamp(520px, calc(850px - 40vw), 650px);
  }

  .specialties {
    padding-bottom: 54px;
  }

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

  .mini-cta .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .about-grid {
    width: min(100% - 32px, var(--container));
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about {
    padding-top: 30px;
  }

  .about-content {
    max-width: none;
    width: 100%;
  }

  .process {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .specialty-card,
  .treatment-card {
    min-height: auto;
    padding: 32px 28px;
  }

  .specialty-card {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-width: 0;
    height: 132px;
    align-content: initial;
    align-items: center;
    justify-items: start;
    gap: 10px;
    padding: 22px 18px 22px 24px;
  }

  .specialty-card .icon-bubble {
    width: 60px;
    height: 60px;
  }

  .specialty-card .icon-bubble img {
    width: 40px;
    height: 40px;
  }

  .specialty-card h3 {
    min-height: 0;
    padding-top: 0;
    font-size: 16px;
    grid-column: auto;
    grid-row: auto;
  }

  .process-card {
    min-height: auto;
    grid-template-columns: 48px auto minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 10px;
    padding: 28px 24px;
  }

  .process-card .icon-bubble {
    width: 48px;
    height: 48px;
  }

  .process-card .icon-bubble img {
    width: 28px;
    height: 28px;
  }

  .process-card .step {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .process-card:not(:last-child)::after {
    left: 47px;
  }

  .process-card:not(:last-child)::before {
    left: 43px;
  }

  .about-photo {
    width: min(100%, 360px);
    height: 428px;
    margin: 0 auto;
  }

  .about-photo img {
    width: 100%;
    transform: none;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .treatment-card {
    aspect-ratio: auto;
    min-height: 220px;
    padding: 30px 20px;
  }

  .quote-cta {
    padding: 58px 0;
  }

  .quote-cta p {
    margin: 28px 0 34px;
  }

  .light-button {
    min-width: 0;
    width: 100%;
  }

  .location-grid {
    gap: 36px;
  }

  .location-content h2 {
    font-size: 36px;
  }

  .map-card iframe {
    aspect-ratio: 1.45;
  }

  .site-footer {
    padding: 48px 0 36px;
  }

  .footer-grid {
    gap: 38px;
  }

  .footer-nav,
  .footer-contact {
    gap: 18px;
  }

  .footer-contact a,
  .footer-nav a {
    font-size: 16px;
  }

  .footer-bottom {
    margin-top: 52px;
    padding-top: 34px;
  }

  .footer-love {
    grid-template-columns: 32px 1fr;
    gap: 18px;
  }

  .footer-love img {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .footer-love p,
  .copyright {
    font-size: 15px;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .treatment-feature {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 32px 28px;
  }

  .treatment-feature picture {
    width: min(220px, 70vw);
    margin: 0 auto;
  }

  .treatment-feature-copy {
    grid-column: auto;
    justify-items: center;
    text-align: center;
  }

  .treatment-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .treatment-card {
    min-height: 280px;
    padding-block: 18px;
  }
}

@media (max-width: 460px) {
  .button {
    width: 100%;
    padding-inline: 16px;
  }

  .hero-shape {
    top: clamp(560px, calc(305px + 75vw), 650px);
  }

  .hero-button {
    width: min(250px, 100%);
    padding-inline: 18px;
  }

  .floating-whatsapp {
    width: 48px;
    height: 48px;
    right: 10px;
    bottom: 10px;
  }

  .floating-whatsapp img {
    width: 40px;
    height: 40px;
  }

  .crp-pill {
    height: 36px;
    font-size: 12px;
  }

  .professional-name,
  .section-heading h2,
  .about-content h2,
  .quote-cta h2 {
    font-size: 36px;
  }

  .process .section-heading h2 {
    font-size: 33px;
  }

  .section-heading.marked p {
    gap: 10px;
  }

  .section-heading.marked p::before,
  .section-heading.marked p::after {
    width: 22px;
  }
}

@media (max-width: 380px) {
  .process-card {
    grid-template-columns: 48px minmax(0, 1fr);
    row-gap: 8px;
  }

  .process-card .step {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .process-card h3 {
    grid-column: 2;
    grid-row: 2;
  }

  .process-card p {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 640px) {
  .specialty-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 118px;
  }

  .specialty-card {
    height: 118px;
  }
}

@media (max-width: 360px) {
  .specialty-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 112px;
  }

  .specialty-card {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-width: 0;
    height: 112px;
    align-content: initial;
    align-items: center;
  }

  .specialty-card h3 {
    min-height: 0;
  }

  .process .section-heading h2 {
    font-size: 30px;
    line-height: 1.16;
  }
}
