a[href*="instagram.com"]::before,
a[href*="facebook.com"]::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
  background: #a85e2d;
  color: #fff;
  font: 800 10px/1 Inter, sans-serif;
}

a[href*="instagram.com"]::before {
  content: "IG";
}

a[href*="facebook.com"]::before {
  content: "f";
  font-size: 15px;
}

.inmode-info-button {
  display: block;
  width: 250px;
  height: 66px;
  margin-top: 14px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.inmode-info-button img {
  position: absolute;
  width: 400px;
  max-width: none;
  left: 50%;
  top: -99px;
  transform: translateX(-50%);
}

.inmode-info-button:hover {
  filter: brightness(1.08);
}

.tech-character-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech-character-column .tech-character {
  width: 100%;
  height: 590px;
  object-fit: contain;
}

.tech-character-column .inmode-info-button {
  margin: 16px auto 0;
}

.home-info-section {
  padding: 64px 0;
  border-bottom: 1px solid #ead9ca;
  background: #fffaf4;
}

.home-info-heading {
  text-align: center;
  margin-bottom: 30px;
}

.home-info-heading h2 {
  margin-top: 8px;
  font-size: 42px;
}

.home-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 330px));
  justify-content: center;
  gap: 28px;
}

.home-info-grid img {
  width: 100%;
  border: 1px solid #ead9ca;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(70, 48, 21, 0.1);
}

.why-layout {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr) 175px;
  gap: 22px;
  align-items: center;
}

.why-center {
  min-width: 0;
}

.why-side-card {
  width: 100%;
  max-height: 235px;
  object-fit: contain;
  border: 1px solid #ead9ca;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(70, 48, 21, 0.1);
}

.why-social-links {
  position: relative;
}

.why-social-links .why-side-card {
  display: block;
}

.social-card-link {
  position: absolute;
  left: 7%;
  width: 86%;
  height: 25%;
  z-index: 2;
  border-radius: 10px;
}

.instagram-card-link { top: 34%; }
.facebook-card-link { top: 63%; }

.why-social-links .social-card-link::before {
  display: none;
}

.social-card-link:hover {
  background: rgba(168, 94, 45, 0.08);
}

.social-card-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #d8b98d;
  border-radius: 12px;
  background: #fffaf4;
  color: #32190e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(70, 48, 21, 0.08);
}

.social-card-phone span {
  color: #a85e2d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.social-card-phone:hover {
  border-color: #a85e2d;
  background: #fff4e8;
}

@media (max-width: 720px) {
  .home-info-grid {
    grid-template-columns: minmax(0, 330px);
  }

  .home-info-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 980px) {
  .why-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-center {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .why-side-card {
    max-width: 260px;
    max-height: 320px;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .why-layout { grid-template-columns: 1fr; }
  .why-center,
  .why-side-card { grid-column: 1; }
}
/* Larger homepage type, controls and brand elements */
.latest-home { font-size: 16px; }
.latest-home .latest-nav { height: 94px; }
.latest-home .latest-brand { gap: 15px; font-size: 25px; }
.latest-home .latest-brand img { width: 74px; height: 74px; }
.latest-home .nav-menu { gap: 28px; font-size: 12px; }
.latest-home .latest-btn { min-height: 48px; padding: 14px 26px; font-size: 12px; }
.latest-home .hero-copy h1 { font-size: 64px; }
.latest-home .hero-actions { gap: 14px; }
.latest-home .hero-actions .latest-btn {
  min-height: 58px;
  padding: 17px 30px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
}
.latest-home .hero-actions .offers-btn {
  background: #18110d;
  border-color: #18110d;
  color: #fff;
}
.latest-home .hero-copy > span,
.latest-home .kicker { font-size: 14px; }
.latest-home .hero-copy p,
.latest-home .welcome p,
.latest-home .technology li,
.latest-home .location-new p,
.latest-home .faq-new,
.latest-home .footer-grid { font-size: 16px; }
.latest-home .why-grid h3 { font-size: 15px; }
.latest-home .why-grid p { font-size: 13px; }
.latest-home .footer-grid img { width: 130px; height: 130px; }
.latest-home .footer-grid h3 { font-size: 20px; }
.latest-home .footer-grid a,
.latest-home .footer-grid p { font-size: 16px; }

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

.welcome-videos .video-wrap {
  height: 360px;
  background: #17110d;
  cursor: pointer;
}

.welcome-videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-videos video:fullscreen {
  object-fit: contain;
  background: #000;
}

.home-results-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1120px, 100%);
  margin: 36px auto 30px;
}

.home-results-videos video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  background: #17110d;
}

@media (max-width: 980px) {
  .latest-home .latest-nav { height: 72px; }
  .latest-home .latest-brand { font-size: 16px; }
  .latest-home .latest-brand img { width: 48px; height: 48px; }
  .latest-home .hero-copy h1 { font-size: 58px; }
  .home-results-videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .latest-home { font-size: 15px; }
  .latest-home .latest-btn { min-height: 44px; padding: 12px 20px; font-size: 11px; }
  .latest-home .hero-copy h1 { font-size: 52px; }
  .latest-home .hero-actions .latest-btn { width: 100%; min-height: 54px; font-size: 12px; }
  .latest-home .footer-grid img { width: 110px; height: 110px; }
  .welcome-videos { grid-template-columns: 1fr; }
  .welcome-videos .video-wrap { height: 420px; }
  .home-results-videos { grid-template-columns: 1fr; }
  .home-results-videos video { height: 520px; }
}

/* Google review carousel */
.reviews-shell { text-align: center; }
.reviews-shell > .kicker { display: block; margin-bottom: 8px; }
.review-slider { position: relative; max-width: 940px; margin: 24px auto 0; padding: 0 62px 38px; }
.review-window { overflow: hidden; }
.review-slides { display: flex; transition: transform .48s ease; }
.review-slide { flex: 0 0 100%; padding: 4px; }
.review-slide > a { min-height: 310px; padding: 42px 54px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 14px 34px rgba(80,45,24,.06); }
.review-stars { color: #c99b3d; font-size: 29px; line-height: 1; letter-spacing: .13em; text-shadow: 0 1px 0 #8b6320; }
.review-slide p { width: 100%; max-width: 760px; margin: 24px auto 18px; font-size: 20px; line-height: 1.65; white-space: normal; overflow: visible; }
.review-slide strong { font-size: 17px; }
.review-slide span { margin-top: 8px; color: var(--bronze); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; border: 1px solid #d7b58f; border-radius: 50%; background: var(--paper); color: var(--bronze); font: 34px/1 var(--serif); cursor: pointer; transform: translateY(-75%); box-shadow: 0 8px 20px rgba(80,45,24,.08); }
.review-prev { left: 0; }
.review-next { right: 0; }
.review-dots { position: absolute; inset: auto 0 5px; display: flex; justify-content: center; gap: 8px; }
.review-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #dbc8b4; cursor: pointer; }
.review-dots button.active { background: #c99b3d; transform: scale(1.2); }
.review-all-link { margin-top: 4px; }

@media (max-width: 620px) {
  .review-slider { padding: 0 0 38px; }
  .review-slide > a { min-height: 380px; padding: 32px 24px; }
  .review-slide p { font-size: 17px; line-height: 1.6; }
  .review-arrow { top: auto; bottom: -2px; width: 36px; height: 36px; font-size: 28px; transform: none; }
  .review-prev { left: 12px; }
  .review-next { right: 12px; }
}

/* Continuously sliding treatment gallery */
.treatment-live { padding: 48px 0 42px; border-bottom: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.treatment-live-heading { text-align: center; margin-bottom: 26px; }
.treatment-live-heading h2 { margin-top: 8px; font-size: 42px; }
.treatment-live-carousel { position: relative; padding: 0 54px 35px; }
.treatment-live-window { overflow: hidden; }
.treatment-live-track { display: flex; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.treatment-live-track figure { flex: 0 0 100%; margin: 0; display: flex; justify-content: center; }
.treatment-live-track img { width: min(520px, 100%); height: 430px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 45px rgba(60,32,18,.12); }
.treatment-live-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; border: 1px solid #d7b58f; border-radius: 50%; background: var(--cream); color: var(--bronze); font: 34px/1 var(--serif); cursor: pointer; transform: translateY(-70%); }
.treatment-live-prev { left: 0; }
.treatment-live-next { right: 0; }
.treatment-live-dots { position: absolute; inset: auto 0 4px; display: flex; justify-content: center; gap: 8px; }
.treatment-live-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #dbc8b4; cursor: pointer; }
.treatment-live-dots button.active { background: #c99b3d; transform: scale(1.2); }

.latest-home .footer-grid p.footer-tagline {
  max-width: 430px;
  margin: 22px 0 0;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
}

@media (max-width: 620px) {
  .treatment-live { padding: 36px 0; }
  .treatment-live-heading h2 { font-size: 34px; }
  .treatment-live-carousel { padding: 0 0 42px; }
  .treatment-live-track img { width: min(360px, 100%); height: 390px; border-radius: 14px; }
  .treatment-live-arrow { top: auto; bottom: -1px; width: 36px; height: 36px; font-size: 28px; transform: none; }
  .treatment-live-prev { left: 12px; }
  .treatment-live-next { right: 12px; }
  .latest-home .footer-grid p.footer-tagline { font-size: 20px; }
}
