/* =========================================================
   DR GPV SUBBAIAH - HOME PAGE
   NAVY + TEAL THEME
========================================================= */
:root {
  --home-navy: #0b253d;
  --home-navy2: #12354f;
  --home-teal: #18b5ae;
  --home-teal-dark: #0f8f8b;
  --home-teal-soft: #eaf9f8;
  --home-cyan: #2ebee6;
  --home-white: #fff;
  --home-text: #294354;
  --home-muted: #647b8a;
  --home-bg: #f5f9fa;
  --home-border: #dce8ec;
  --home-shadow: 0 18px 45px rgba(11, 37, 61, 0.09);
}
* {
  box-sizing: border-box;
}
.home-section {
  padding: 96px 0;
}
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--home-teal-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.home-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--home-teal);
  border-radius: 999px;
}
.home-section-head {
  max-width: 830px;
  margin-bottom: 48px;
}
.home-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-section-head-center .home-eyebrow {
  justify-content: center;
}
.home-section-head h2,
.home-about-copy h2,
.home-why-copy h2,
.home-faq-copy h2,
.home-appointment-copy h2 {
  margin: 0 0 18px;
  color: var(--home-navy);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -1.2px;
}
.home-section-head h2 span,
.home-about-copy h2 span,
.home-why-copy h2 span,
.home-faq-copy h2 span,
.home-appointment-copy h2 span {
  color: var(--home-teal);
}
.home-section-head p,
.home-about-copy p,
.home-why-copy p,
.home-faq-copy p,
.home-appointment-copy p {
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.9;
}
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  transition: 0.25s ease;
  cursor: pointer;
}
.home-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--home-teal), var(--home-teal-dark));
  box-shadow: 0 10px 24px rgba(15, 143, 139, 0.24);
}
.home-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(15, 143, 139, 0.3);
}
.home-btn-light {
  color: var(--home-navy);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.home-btn-light:hover {
  color: #fff;
  background: var(--home-navy);
}
/* HERO */
.home-hero {
  position: relative;
  height: 580px;
  min-height: 580px;
  overflow: hidden;
}

.home-hero-track,
.home-hero-slide {
  position: absolute;
  inset: 0;
}
/* .home-hero-slide {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.75s ease,
    visibility 0.75s ease;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
} */
 .home-hero-slide {
  opacity: 0;
  visibility: hidden;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  transition:
    opacity 0.75s ease,
    visibility 0.75s ease;
}


/* FIRST HERO IMAGE */
.home-hero-slide:nth-child(1) {
  background-image: url("../images/home/hero/hero-1.png");
}


/* SECOND HERO IMAGE */
.home-hero-slide:nth-child(2) {
  background-image: url("../images/home/hero/hero-2.png");
}


/* THIRD HERO IMAGE */
.home-hero-slide:nth-child(3) {
  background-image: url("../images/home/hero/hero-3.png");
}


.home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(24, 181, 174, 0.28) 0%,
    rgba(15, 143, 139, 0.20) 50%,
    rgba(24, 181, 174, 0.12) 100%
  );
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-content {
  width: min(980px, 100%);
  padding: 40px 70px;
  text-align: center;
  color: #fff;
}
.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(11, 37, 61, 0.28);
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.1px;
}
.home-hero h1,
.home-hero h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -2px;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
}
.home-hero h1 em,
.home-hero h2 em {
  color: #68e1da;
  font-style: normal;
}
.home-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.home-hero-slide.is-active .home-hero-kicker {
  animation: heroRise 0.7s ease both;
}
.home-hero-slide.is-active h1,
.home-hero-slide.is-active h2 {
  animation: heroRise 0.85s 0.12s ease both;
}
.home-hero-slide.is-active .home-hero-actions {
  animation: heroRise 0.85s 0.25s ease both;
}
@keyframes heroRise {
  0% {
    opacity: 0;
    transform: translateY(55px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hero-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  background: rgba(11, 37, 61, 0.42);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}
.home-hero-arrow:hover {
  background: var(--home-teal);
  border-color: var(--home-teal);
}
.home-hero-prev {
  left: 28px;
}
.home-hero-next {
  right: 28px;
}
.home-hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.home-hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: 0.25s;
}
.home-hero-dots button.is-active {
  width: 34px;
  background: var(--home-teal);
}
/* ABOUT */
.home-about {
  background: #fff;
}
.home-about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.home-about-visual {
  position: relative;
  min-height: 570px;
}
.home-about-image {
  height: 570px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #eaf7f7, #dff0f2);
  box-shadow: var(--home-shadow);
}
.home-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.home-about-badge {
  position: absolute;
  right: -18px;
  bottom: 34px;
  min-width: 185px;
  padding: 23px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-navy), var(--home-teal-dark));
  border: 5px solid #fff;
  border-radius: 18px;
  box-shadow: 0 15px 36px rgba(11, 37, 61, 0.2);
}
.home-about-badge strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}
.home-about-badge span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}
.home-about-copy h3 {
  margin: 0 0 15px;
  color: var(--home-navy2);
  font-size: 22px;
}
.home-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 23px 0;
  color: var(--home-navy);
  font-size: 16px;
  font-weight: 800;
}
.home-check i {
  color: var(--home-teal);
}
/* SERVICES */
.home-services {
  background: var(--home-bg);
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.home-service-card {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 37, 61, 0.06);
  transition: 0.25s;
}
.home-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 181, 174, 0.45);
  box-shadow: 0 20px 40px rgba(11, 37, 61, 0.11);
}
.home-service-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}
.home-service-card > div {
  padding: 24px;
}
.home-service-card h3 {
  margin: 0 0 10px;
  color: var(--home-navy);
  font-size: 20px;
  line-height: 1.4;
}
.home-service-card p {
  margin: 0 0 18px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.75;
}
.home-service-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-teal-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* COUNTERS */
.home-counter-section {
  padding: 0;
  background: linear-gradient(
    135deg,
    var(--home-navy),
    #0f4a5b,
    var(--home-teal-dark)
  );
}
.home-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-counter-item {
  position: relative;
  padding: 46px 24px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.home-counter-item:last-child {
  border-right: 0;
}
.home-counter-item > i {
  display: block;
  margin-bottom: 13px;
  color: #76e8e1;
  font-size: 28px;
}
.home-counter-item strong {
  display: block;
  font-size: 43px;
  line-height: 1;
  font-weight: 800;
}
.home-counter-item p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 700;
}
/* WHY */
.home-why {
  background: #fff;
}
.home-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: center;
}
.home-why-visual {
  position: relative;
  min-height: 560px;
}
.home-why-main {
  width: 86%;
  height: 540px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--home-shadow);
}
.home-why-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 260px;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(11, 37, 61, 0.18);
}
.home-why-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.home-why-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
  transition: 0.2s;
}
.home-why-list article:hover {
  transform: translateX(5px);
  border-color: rgba(24, 181, 174, 0.45);
  background: var(--home-teal-soft);
}
.home-why-list article > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--home-teal), var(--home-teal-dark));
  border-radius: 15px;
  font-size: 20px;
}
.home-why-list h3 {
  margin: 0 0 6px;
  color: var(--home-navy);
  font-size: 20px;
}
.home-why-list p {
  font-size: 15px;
  line-height: 1.75;
}
/* FAQ */
.home-faq {
  background: var(--home-bg);
}
.home-faq-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.home-faq-image {
  height: 620px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--home-shadow);
}
.home-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-faq-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}
.home-faq-item {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 15px;
  background: #fff;
}
.home-faq-item.is-open {
  border-color: var(--home-teal);
}
.home-faq-item button {
  width: 100%;
  min-height: 68px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  color: var(--home-navy);
  background: #fff;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.home-faq-item button i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  color: #fff;
  background: var(--home-navy);
  font-size: 12px;
}
.home-faq-item.is-open button i {
  background: var(--home-teal-dark);
}
.home-faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.8;
}
.home-faq-item.is-open .home-faq-answer {
  display: block;
}
.home-faq-answer p {
  font-size: 15px;
}
.home-faq-answer ul {
  margin: 7px 0 14px;
  padding-left: 21px;
}
.home-faq-answer li {
  margin-bottom: 7px;
}
/* PROCESS */
.home-process {
  background: #fff;
}
.home-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-process-grid::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--home-teal-soft),
    var(--home-teal),
    var(--home-teal-soft)
  );
}
.home-process-grid article {
  position: relative;
  z-index: 1;
  padding: 28px 24px 26px;
  text-align: center;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 37, 61, 0.05);
}
.home-process-grid article > i {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--home-navy2), var(--home-teal-dark));
  border-radius: 18px;
  font-size: 22px;
}
.home-process-number {
  position: absolute;
  top: 14px;
  right: 17px;
  color: rgba(24, 181, 174, 0.16);
  font-size: 34px;
  font-weight: 800;
}
.home-process-grid h3 {
  margin: 0 0 12px;
  color: var(--home-navy);
  font-size: 19px;
  line-height: 1.45;
}
.home-process-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.75;
}
/* GALLERY */
.home-gallery {
  background: var(--home-bg);
}
.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 260px;
  gap: 20px;
}
.home-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(11, 37, 61, 0.09);
}
.home-gallery-card:nth-child(1),
.home-gallery-card:nth-child(2) {
  grid-column: span 3;
}
.home-gallery-card:nth-child(n + 3) {
  grid-column: span 2;
}
.home-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.home-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 25%,
    rgba(6, 28, 45, 0.9) 100%
  );
  transition: 0.3s;
}
.home-gallery-card > div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  transform: translateY(14px);
  transition: 0.3s;
}
.home-gallery-card span {
  display: block;
  margin-bottom: 6px;
  color: #75e8e2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-gallery-card h3 {
  margin: 0;
  padding-right: 45px;
  font-size: 20px;
  line-height: 1.35;
}
.home-gallery-card i {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-teal);
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s;
}
.home-gallery-card:hover img {
  transform: scale(1.06);
}
.home-gallery-card:hover > div {
  transform: translateY(0);
}
.home-gallery-card:hover i {
  opacity: 1;
  transform: scale(1);
}
/* APPOINTMENT */
.home-appointment {
  position: relative;
  background: linear-gradient(135deg, var(--home-navy), #0d4657);
  overflow: hidden;
}
.home-appointment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/home/appointment/appointment-bg.png") center/cover
    no-repeat;
  opacity: 0.08;
}
.home-appointment-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}
.home-appointment-copy h2,
.home-appointment-copy p {
  color: #fff;
}
.home-appointment-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.home-eyebrow-light {
  color: #7be7e0;
}
.home-appointment-contact {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}
.home-appointment-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.home-appointment-contact i {
  width: 30px;
  color: #74e5de;
}
.home-appointment-form {
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}
.home-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.home-form-grid > div {
  display: grid;
  gap: 7px;
}
.home-form-full {
  grid-column: 1/-1;
}
.home-form-grid label {
  color: var(--home-navy);
  font-size: 13px;
  font-weight: 800;
}
.home-form-grid input,
.home-form-grid select,
.home-form-grid textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--home-border);
  border-radius: 11px;
  outline: none;
  color: var(--home-text);
  background: #fbfdfe;
  font: inherit;
  font-size: 14px;
  transition: 0.2s;
}
.home-form-grid textarea {
  min-height: 115px;
  padding-top: 14px;
  resize: vertical;
}
.home-form-grid input:focus,
.home-form-grid select:focus,
.home-form-grid textarea:focus {
  border-color: var(--home-teal);
  box-shadow: 0 0 0 3px rgba(24, 181, 174, 0.09);
}
/* VIDEO */
.home-youtube {
  background: #fff;
}
.home-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-video-grid a {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(11, 37, 61, 0.08);
}
.home-video-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}
.home-video-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 35, 54, 0.22);
  transition: 0.3s;
}
.home-video-grid span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-teal);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.18);
  transition: 0.3s;
}
.home-video-grid a:hover img {
  transform: scale(1.06);
}
.home-video-grid a:hover span {
  background: var(--home-navy);
  transform: translate(-50%, -50%) scale(1.08);
}
/* BLOGS */
.home-blogs {
  background: var(--home-bg);
}
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.home-blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(11, 37, 61, 0.06);
  transition: 0.25s;
}
.home-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(11, 37, 61, 0.11);
}
.home-blog-image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}
.home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}
.home-blog-card:hover .home-blog-image img {
  transform: scale(1.05);
}
.home-blog-image > span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--home-teal-dark);
  border: 3px solid #fff;
  border-radius: 13px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.home-blog-image small {
  margin-top: 4px;
  font-size: 9px;
  text-transform: uppercase;
}
.home-blog-body {
  padding: 25px;
}
.home-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
}
.home-blog-meta i {
  color: var(--home-teal-dark);
}
.home-blog-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
}
.home-blog-card h3 a {
  color: var(--home-navy);
  text-decoration: none;
}
.home-blog-card h3 a:hover {
  color: var(--home-teal-dark);
}
.home-blog-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-teal-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.home-blog-all {
  text-align: center;
  margin-top: 34px;
}
/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
/* TABLET */
@media (max-width: 1050px) {
  .home-section {
    padding: 78px 0;
  }
  .home-hero {
    height: 500px;
    min-height: 500px;
  }

  .home-hero-content {
    padding: 25px 55px;
  }

  .home-hero h1,
  .home-hero h2 {
    font-size: 44px;
  }
  .home-about-grid,
  .home-why-grid,
  .home-faq-grid,
  .home-appointment-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .home-about-visual {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
  .home-about-image {
    height: 520px;
  }
  .home-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-counter-item:nth-child(2) {
    border-right: 0;
  }
  .home-counter-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .home-why-visual {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
  .home-faq-image {
    height: 450px;
  }
  .home-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-process-grid::before {
    display: none;
  }
  .home-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }
  .home-gallery-card,
  .home-gallery-card:nth-child(1),
  .home-gallery-card:nth-child(2),
  .home-gallery-card:nth-child(n + 3) {
    grid-column: span 1;
  }
  .home-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-blog-card:last-child {
    grid-column: 1/-1;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
/* MOBILE */
@media (max-width: 650px) {
  .home-section {
    padding: 62px 0;
  }
  .home-eyebrow {
    font-size: 11px;
  }
  .home-section-head h2,
  .home-about-copy h2,
  .home-why-copy h2,
  .home-faq-copy h2,
  .home-appointment-copy h2 {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .home-section-head p,
  .home-about-copy p,
  .home-why-copy p,
  .home-faq-copy p,
  .home-appointment-copy p {
    font-size: 15px;
    line-height: 1.82;
  }
  .home-hero {
    height: 460px;
    min-height: 460px;
  }

  .home-hero-content {
    padding: 20px 34px;
  }

  .home-hero h1,
  .home-hero h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .home-hero-kicker {
    font-size: 11px;
  }
  .home-hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .home-hero-actions .home-btn {
    width: min(240px, 100%);
  }
  .home-hero-arrow {
    width: 40px;
    height: 40px;
  }
  .home-hero-prev {
    left: 8px;
  }
  .home-hero-next {
    right: 8px;
  }
  .home-hero-dots {
    bottom: 20px;
  }
  .home-about-visual {
    min-height: auto;
  }
  .home-about-image {
    height: 410px;
    border-radius: 20px;
  }
  .home-about-badge {
    right: 10px;
    bottom: 12px;
    min-width: 150px;
    padding: 18px;
    border-width: 4px;
  }
  .home-about-badge strong {
    font-size: 34px;
  }
  .home-about-copy h3 {
    font-size: 19px;
  }
  .home-service-grid {
    grid-template-columns: 1fr;
  }
  .home-service-card img {
    height: 230px;
  }
  .home-counter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-counter-item {
    padding: 31px 12px;
  }
  .home-counter-item strong {
    font-size: 34px;
  }
  .home-counter-item p {
    font-size: 12px;
  }
  .home-why-visual {
    min-height: 430px;
  }
  .home-why-main {
    width: 94%;
    height: 400px;
  }
  .home-why-small {
    width: 47%;
    height: 180px;
    border-width: 5px;
  }
  .home-why-list article {
    grid-template-columns: 48px 1fr;
    padding: 15px;
  }
  .home-why-list article > span {
    width: 48px;
    height: 48px;
  }
  .home-why-list h3 {
    font-size: 17px;
  }
  .home-faq-grid {
    display: flex;
    flex-direction: column;
  }
  .home-faq-copy {
    order: 1;
  }
  .home-faq-image {
    order: 2;
    height: 320px;
  }
  .home-faq-item button {
    font-size: 14px;
  }
  .home-faq-answer,
  .home-faq-answer p {
    font-size: 14px;
  }
  .home-process-grid {
    grid-template-columns: 1fr;
  }
  .home-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .home-video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .home-video-grid a {
    height: 150px;
  }
  .home-video-grid span {
    width: 44px;
    height: 44px;
  }
  .home-appointment-form {
    padding: 22px;
  }
  .home-form-grid {
    grid-template-columns: 1fr;
  }
  .home-form-full {
    grid-column: auto;
  }
  .home-blog-grid {
    grid-template-columns: 1fr;
  }
  .home-blog-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .home-blog-image {
    height: 225px;
  }
}
@media (max-width: 420px) {
  .home-hero h1,
  .home-hero h2 {
    font-size: 33px;
  }
  .home-video-grid {
    grid-template-columns: 1fr;
  }
  .home-video-grid a {
    height: 210px;
  }
  .home-counter-grid {
    grid-template-columns: 1fr;
  }
  .home-counter-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .home-counter-item:last-child {
    border-bottom: 0;
  }
}
