/* ============================================================
   EPIORA — responsive.css
   Desktop adjustments, tablet, mobile.
   Breakpoints:
    - Desktop: 1440px+
    - Laptop:  1024px - 1439px
    - Tablet:  768px - 1023px
    - Mobile:  < 768px
   ============================================================ */

/* ============ LAPTOP (1024px - 1439px) ============ */
@media (max-width: 1439px) {
  .hero__media-wrap {
    width: min(40vw, 500px);
  }

  .project--portrait-right,
  .project--portrait-left {
    width: 64%;
  }
}

/* ============ TABLET (768px - 1023px) ============ */
@media (max-width: 1023px) {
  body.home-clinic .site-header {
    position: absolute;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 18px;
  }

  body.home-clinic main {
    margin: 0;
    border-radius: 0;
    padding-top: 0;
    width: 100%;
  }

  body.home-clinic .container,
  body.home-clinic main > section > .container {
    width: 100%;
    max-width: none;
  }

  .treatment-feature--static-grid {
    width: 100%;
    margin-inline: 0;
  }

  .brand__logo {
    height: 128px;
    transform: translate(2px, 15px);
  }

  body.home-clinic .site-header.is-scrolled .brand__logo {
    height: 80px;
    transform: translateY(2px);
  }

  .site-nav {
    gap: clamp(10px, 1.5vw, 16px);
    transform: translateY(4px);
  }



  .site-nav a,
  .nav-item__btn {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
  }

  .hero__aside {
    width: min(380px, calc(100vw - 40px));
  }

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

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

  .testimonials__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero__media-wrap {
    position: static;
    width: 100%;
    margin-top: calc(var(--header-h) + 16px);
  }

  .hero {
    min-height: 100svh;
    padding-top: 0;
  }

  .hero--clinic {
    margin: calc(1.5vh + 10px);
    height: calc(100svh - ((1.5vh + 10px) * 2));
    min-height: calc(100svh - ((1.5vh + 10px) * 2));
    padding: 0;
  }

  .hero--clinic .hero__stats {
    width: 100%;
  }

  .hero__meta {
    position: static;
    margin-top: 24px;
    order: 3;
  }

  .hero__title {
    margin-top: clamp(24px, 4vh, 48px);
    order: 2;
  }

  .intro__grid,
  .about-preview__grid,
  .intro__grid--home,
  .intro__grid--about {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  body.home-clinic .treatments__list--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-clinic .intro {
    min-height: 100svh;
    height: auto;
    padding-block: 0;
  }

  body.home-clinic .intro::before {
    inset: 12px;
  }

  body.home-clinic .intro:has(.intro__grid--about)::before {
    inset: clamp(12px, 1.5vw, 24px);
    border-radius: clamp(16px, 1.8vw, 24px);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 100%),
      url("../assets/herobg.jpeg") center 52% / cover no-repeat;
  }

  body.home-clinic .intro:has(.intro__grid--about)::after {
    left: clamp(12px, 1.5vw, 24px);
    right: clamp(12px, 1.5vw, 24px);
    width: auto;
    border-radius: clamp(16px, 1.8vw, 24px);
    border-left: 0;
    background: rgba(218, 180, 111, 0.08);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
  }

  body.home-clinic .intro:has(.intro__grid--about) .container {
    padding-block: clamp(12px, 1.5vw, 24px);
    padding-inline: clamp(12px, 1.5vw, 24px);
  }

  body.home-clinic .intro .container {
    height: 100%;
    padding-block: clamp(16px, 2.8vh, 28px);
  }

  body.home-clinic .intro__content {
    justify-self: start;
    max-width: none;
  }

  body.home-clinic .intro__content--about {
    justify-self: end;
    width: 50%;
    max-width: none;
  }

  body.home-clinic .intro__content--about {
    text-align: left;
    align-items: flex-start;
  }

  body.home-clinic .intro__grid--about {
    gap: clamp(24px, 4vw, 60px);
  }

  body.home-clinic .intro__video--about {
    width: min(320px, 100%);
  }

  body.home-clinic .intro__content--about {
    padding: clamp(20px, 4vw, 36px);
    padding-left: clamp(20px, 4vw, 40px);
    padding-right: clamp(30px, 6vw, 80px);
    align-self: center;
    justify-content: center;
  }

  body.home-clinic .intro__statement,
  body.home-clinic .intro__statement--about {
    max-width: none;
  }

  body.home-clinic .about-copy--lead {
    font-size: 0.98rem;
  }

  body.home-clinic .about-copy--feature {
    font-size: 0.92rem;
  }

  body.home-clinic .about-copy--compact {
    font-size: 0.88rem;
  }

  body.home-clinic .treatments {
    padding-block: clamp(20px, 3vh, 32px);
  }

  body.home-clinic .treatments__title {
    font-size: clamp(1.7rem, 4vw, 3rem);
  }

  body.home-clinic .treatments__lede {
    font-size: 0.84rem;
    line-height: 1.45;
  }

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

  .treatments__lede {
    max-width: 56ch;
  }

  .intro__body {
    max-width: 56ch;
  }

  .project--portrait-right,
  .project--portrait-left {
    width: 100%;
  }

  .project__info {
    grid-template-columns: 40px 1fr;
  }

  .project__meta {
    grid-column: 2;
    text-align: left;
  }

  .contact-form-section__grid,
  .project-intro__grid,
  .about-studio__grid,
  .about-philosophy__grid,
  .project-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-studio__text {
    order: 2;
  }

  .about-studio__media {
    max-width: 100%;
  }

  .about-preview__grid--home,
  .vision__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

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

  .owner-grid,
  .celeb-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .project-block {
    max-width: none;
  }

  .about-skills__list {
    grid-template-columns: 1fr;
  }

  .about-skill:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .featured__media {
    aspect-ratio: 4 / 3;
  }
}

/* ============ MOBILE (< 768px) ============ */
@media (max-width: 767px) {
  :root {
    --header-h: 78px;
  }

  body.home-clinic .site-header {
    position: absolute;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 14px;
  }

  body.home-clinic main {
    margin: 0;
    border-radius: 0;
    padding-top: 0;
  }

  body.home-clinic .intro {
    min-height: 100svh;
    height: 100svh;
    padding-block: 0;
  }

  body.home-clinic .intro::before {
    inset: 10px;
    border-radius: 28px;
  }

  body.home-clinic .intro:has(.intro__grid--about)::before {
    inset: clamp(12px, 1.5vw, 24px);
    border-radius: clamp(16px, 1.8vw, 24px);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 100%),
      url("../assets/herobg.jpeg") center 52% / cover no-repeat;
  }

  body.home-clinic .intro:has(.intro__grid--about) .container {
    padding-block: clamp(12px, 1.5vw, 24px);
    padding-inline: clamp(12px, 1.5vw, 24px);
  }

  body.home-clinic .intro__grid--home,
  body.home-clinic .intro__grid--about {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.home-clinic .intro__grid--about {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
    align-content: center;
  }

  body.home-clinic .intro__media--about {
    display: none;
  }

  body.home-clinic .intro__video--about {
    display: block;
    width: min(78vw, 320px);
    height: auto;
    aspect-ratio: 4 / 5;
    justify-self: center;
    align-self: end;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  }

  body.home-clinic .intro__content--about {
    padding: clamp(20px, 6vw, 36px);
    align-self: start;
    justify-content: center;
  }

  body.home-clinic .intro__content {
    justify-self: start;
    max-width: none;
  }

  body.home-clinic .intro__content--about {
    justify-self: center;
    width: 100%;
    max-width: none;
    transform: none;
    margin-inline: auto;
  }

  body.home-clinic .intro__content--about {
    text-align: center;
    align-items: center;
  }

  body.home-clinic .intro__content--about .intro__statement--about,
  body.home-clinic .intro__content--about .intro__lede {
    margin-inline: auto;
    text-align: center;
  }

  body.home-clinic .intro__statement,
  body.home-clinic .intro__statement--about {
    font-size: clamp(2rem, 8vw, 2.8rem);
    max-width: none;
  }

  body.home-clinic .intro__statement--about {
    align-self: center;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
  }

  body.home-clinic .intro__statement--about .about-tone--gold,
  body.home-clinic .intro__statement--about .about-tone--dark {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
  }

  body.home-clinic .intro__content--about .intro__lede {
    color: rgba(255, 255, 255, 0.9);
    max-width: 32ch;
  }

  body.home-clinic .intro__statement--about .about-tone {
    white-space: normal;
  }

  body.home-clinic .intro__lede-line {
    white-space: normal;
  }

  body.home-clinic .celeb-slide {
    flex-basis: 100%;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  body.home-clinic .celeb-slide__media {
    aspect-ratio: 4 / 5;
    border-radius: 16px 16px 0 0;
  }

  body.home-clinic .celeb-slide__caption {
    position: static;
    margin: 0;
    padding: 14px 16px;
    border-radius: 0 0 16px 16px;
    background: rgba(13, 11, 8, 0.92);
    border: 1px solid rgba(218, 180, 111, 0.35);
    border-top: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.home-clinic .celeb-slide__caption span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  body.home-clinic .about-copy--lead {
    font-size: 0.9rem;
  }

  body.home-clinic .about-copy--feature,
  body.home-clinic .about-copy--compact {
    font-size: 0.85rem;
  }

  body.home-clinic .about-signature {
    font-size: 0.8rem;
  }

  body.home-clinic .treatments {
    padding-block: 18px;
  }

  body.home-clinic .treatments__head-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  body.home-clinic .treatments__lede {
    display: block;
    max-width: 44ch;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #111111;
  }

  body.home-clinic .treatments__title {
    max-width: none;
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }

  body.home-clinic .treatments__list--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  body.home-clinic .treatment {
    padding: 10px 10px 12px;
    border-radius: 14px;
  }

  body.home-clinic .treatment__tag {
    font-size: 0.5rem;
    letter-spacing: 0.18em;
  }

  body.home-clinic .treatment__title {
    font-size: 0.9rem;
  }

  .brand__logo {
    height: 108px;
    transform: translate(2px, 15px);
  }

  body.home-clinic .site-header.is-scrolled .brand__logo {
    height: 60px;
    transform: translateY(2px);
  }

  .site-nav {
    gap: 10px;
    transform: translateY(4px);
  }



  .site-nav a,
  .nav-item__btn {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .dropdown__inner {
    padding: 20px 20px 18px;
  }

  .dropdown__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__meta {
    font-size: 0.625rem;
    letter-spacing: 0.22em;
  }

  .hero__scroll {
    font-size: 0.625rem;
    letter-spacing: 0.22em;
  }

  .work__head {
    flex-direction: column;
    gap: 12px;
  }

  .work__years {
    align-self: flex-end;
  }

  .project-images--two {
    grid-template-columns: 1fr;
    gap: var(--gap);
  }

  .project-hero__figure {
    aspect-ratio: 4 / 3;
  }

  .next-project__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .services-main {
    width: min(100% - 28px, 720px);
    padding-top: 24px;
    padding-bottom: 58px;
  }

  .services-hero {
    gap: 14px;
    padding-bottom: 32px;
    text-align: left;
    justify-items: start;
  }

  .services-hero h1 {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
    line-height: 1;
  }

  .services-hero p:not(.section-label) {
    font-size: 1rem;
    line-height: 1.65;
  }

  .service-detail,
  .service-detail:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    padding: 10px;
    border-radius: 24px;
  }

  .service-detail:nth-child(even) .service-detail__media {
    order: 0;
  }

  .service-detail__media {
    min-height: 0;
    aspect-ratio: 1.15 / 1;
    border-radius: 18px;
  }

  .service-detail__copy {
    padding: 20px 6px 16px;
  }

  .service-detail__num {
    margin-bottom: 12px;
    font-size: 0.66rem;
  }

  .service-detail h2 {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .service-detail h3 {
    margin-top: 12px;
    font-size: 1.05rem;
    line-height: 1.4;
  }

  .service-detail__copy > p:not(.service-detail__num) {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .service-detail__actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .service-detail__actions .cta-big {
    width: 100%;
    justify-content: center;
  }

  .treatment-feature {
    padding: 10px;
    border-radius: 24px;
  }

  .treatment-feature__viewport {
    min-height: 620px;
  }

  .treatment-feature__slide {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .treatment-feature__media {
    min-height: 300px;
    border-radius: 18px;
  }

  .treatment-feature__copy {
    padding: 22px 8px 66px;
  }

  .treatment-feature__copy h3 {
    font-size: clamp(2.3rem, 11vw, 3.8rem);
  }

  .treatment-feature--grid .treatment-feature__viewport {
    min-height: clamp(1120px, 300vw, 1560px);
  }

  .treatment-feature--grid .treatment-feature__slide {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .treatment-feature--grid .treatment-feature__media {
    min-height: 0;
  }

  .treatment-feature__card img {
    aspect-ratio: 2 / 1;
  }

  .treatment-feature__card h3 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .treatment-feature--static-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .before-after__grid {
    grid-template-columns: 1fr;
  }

  body.home-clinic .before-after {
    min-height: auto;
    display: block;
    padding-block: 56px;
  }

  .before-after__pair img {
    aspect-ratio: 0.86 / 1;
  }

  .treatment-feature--static-grid .treatment-feature__card img {
    aspect-ratio: 1.35 / 1;
  }

  .treatment-feature__copy h4 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .treatment-feature__nav {
    top: auto;
    bottom: 14px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .treatment-feature__nav--prev {
    left: 18px;
  }

  .treatment-feature__nav--next {
    right: 18px;
  }

  .treatment-feature__dots {
    left: 50%;
    right: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }

  .service-single-main {
    width: min(100% - 28px, 720px);
    padding-top: 18px;
  }

  .service-single {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 10px;
    border-radius: 24px;
  }

  .service-single__media {
    min-height: 0;
    aspect-ratio: 1.25 / 1;
    border-radius: 18px;
  }

  .service-single__copy {
    padding: 22px 6px 16px;
  }

  .service-single__copy h1 {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
  }

  body.service-single-page {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  body.service-single-page .service-single-main {
    height: auto;
  }

  body.service-single-page .service-single {
    height: auto;
  }

  .featured__title {
    font-size: clamp(1.6rem, 7vw, 2.6rem);
  }

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

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

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

  .treatments__list--catalog {
    grid-template-columns: 1fr;
  }

  .services__grid,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

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

  .owner-grid,
  .celeb-gallery {
    grid-template-columns: 1fr;
  }

  .celeb-gallery--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.home-clinic .testimonials__aside {
    display: none;
  }

  body.home-clinic .testimonials__head {
    justify-content: center;
    margin-bottom: 14px;
  }

  body.home-clinic .testimonials__title {
    text-align: center;
  }

  body.home-clinic .celeb-card {
    padding: 8px;
  }

  body.home-clinic .celeb-card__caption span {
    font-size: 0.8rem;
  }

  body.home-clinic .celeb-card__caption small {
    font-size: 0.55rem;
  }

  .testimonials__aside {
    align-items: flex-start;
  }

  .testimonials__more {
    white-space: normal;
  }

  .hero__stats {
    gap: 20px;
    max-width: none;
  }

  .hero-stat {
    flex: 1 1 calc(50% - 20px);
  }

  .project__meta {
    font-size: 0.625rem;
  }

  .hero__title .reveal-line:nth-child(2),
  .hero__title .reveal-line:nth-child(3),
  .page-hero__title .reveal-line:nth-child(2),
  .contact-cta__title .reveal-line:nth-child(2),
  .contact-cta__title .reveal-line:nth-child(3) {
    margin-left: 0;
  }

  .contact-cta__giant,
  .page-hero__giant {
    top: -0.1em;
    left: -0.04em;
    right: auto;
  }

  .hero__aside {
    position: static;
    align-self: flex-start;
    margin-bottom: clamp(20px, 4vh, 36px);
  }

  .hero__aside-desc {
    font-size: 0.9375rem;
    margin-left: 0;
    padding: 16px 18px;
  }

  .hero__panel {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .hero__panel .hero__stats {
    flex-wrap: wrap;
  }

  .hero--clinic .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .project__giant {
    font-size: clamp(2.6rem, 13vw, 4rem);
    top: -0.15em;
  }

  .outline-word {
    font-size: clamp(2.6rem, 13vw, 4.5rem);
  }

  .hero__sub {
    letter-spacing: 0.22em;
  }
}

/* ============ TREATMENT MARQUEE STRIP (home) ============ */
body.home-clinic .treatments__marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 0;
  width: 100%;
  padding-block: clamp(10px, 1.5vh, 18px);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

body.home-clinic .treatments__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: treatments-marquee 55s linear infinite;
  will-change: transform;
}

body.home-clinic .treatments__marquee:hover .treatments__track {
  animation-play-state: paused;
}

body.home-clinic .treatments__track .treatment {
  flex: 0 0 auto;
  width: clamp(280px, 24vw, 340px);
  min-height: 260px;
  margin-right: clamp(14px, 1.6vw, 24px);
}

body.home-clinic .treatments__track .treatment:nth-child(2n) {
  margin-top: 0;
}

@keyframes treatments-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  body.home-clinic .treatments__track {
    animation: none;
  }
}

/* ============ TREATMENTS BLACK & GOLD REDESIGN (home) ============ */
body.home-clinic .treatments {
  min-height: 0;
  display: block;
  background:
    radial-gradient(120% 120% at 50% -20%, rgba(218, 180, 111, 0.12), transparent 60%),
    #0d0b08;
  border-top: 1px solid rgba(218, 180, 111, 0.28);
  border-bottom: 1px solid rgba(218, 180, 111, 0.28);
  padding-block: clamp(16px, 3vh, 36px);
  margin-block: 0 0 clamp(16px, 2.5vh, 28px);
}

body.home-clinic .treatments .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body.home-clinic .treatments__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: var(--gutter);
  margin-bottom: clamp(26px, 4vh, 44px);
}

body.home-clinic .treatments__label {
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-shadow: 0 2px 30px rgba(218, 180, 111, 0.35);
  margin: 0;
}

body.home-clinic .treatments__head .treatments__lede {
  max-width: 52ch;
  margin: clamp(10px, 1.6vh, 16px) 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
  text-shadow: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home-clinic .treatments__head .treatments__lede,
body.home-clinic .treatments__head .treatments__lede * {
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-clinic .treatments__marquee {
  padding-block: clamp(8px, 1.2vh, 14px);
}

body.home-clinic .treatments__track .treatment {
  width: clamp(280px, 24vw, 340px);
  min-height: 260px;
  margin-right: clamp(14px, 1.6vw, 24px);
  padding: clamp(22px, 2.2vw, 30px) clamp(22px, 2.2vw, 30px) clamp(26px, 2.6vw, 34px);
  border-radius: 16px;
  border: 1px solid rgba(218, 180, 111, 0.45);
  background: linear-gradient(160deg, rgba(218, 180, 111, 0.08), rgba(20, 17, 12, 0.25) 45%, #0d0b08 82%);
  background-color: #0e0c09;
  box-shadow: none;
  transition: transform 0.45s var(--ease-out), border-color 0.35s ease, box-shadow 0.35s ease;
}

body.home-clinic .treatments__track .treatment__link,
body.home-clinic .treatments__track .treatment__body {
  height: 100%;
}

body.home-clinic .treatments__track .treatment:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 194, 125, 0.95);
  box-shadow: 0 0 0 1px rgba(218, 180, 111, 0.35);
}

body.home-clinic .treatments__track .treatment__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  color: #dcb766;
}

body.home-clinic .treatments__track .treatment__cat {
  flex: 0 0 auto;
}

body.home-clinic .treatments__track .treatment__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #f2c14a;
  opacity: 1;
}

body.home-clinic .treatments__track .treatment__num {
  color: transparent;
  -webkit-text-stroke: 1.5px #f6d488;
  font-family: var(--font-display), var(--font-sans);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@supports not (-webkit-text-stroke: 1px var(--gold-light)) {
  body.home-clinic .treatments__track .treatment__num {
    color: #f6d488;
  }
}

body.home-clinic .treatments__track .treatment__title {
  margin-top: 14px;
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1.22;
  color: #f6c14a;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}

body.home-clinic .treatments__track .treatment__title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, #f2c14a, rgba(218, 180, 111, 0.15));
  border-radius: 2px;
}

body.home-clinic .treatments__track .treatment__desc {
  display: block;
  margin-top: auto;
  font-size: clamp(0.82rem, 0.98vw, 0.9rem);
  line-height: 1.6;
  color: #f0dfae;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  max-width: none;
}

body.home-clinic .treatments__track .treatment__link:hover .treatment__title {
  color: var(--gold-light);
}

/* ============ FOUNDER PORTRAITS (no card shell) ============ */
body.home-clinic .vision {
  padding-block: clamp(48px, 7vh, 88px);
}

body.home-clinic .vision__layout {
  gap: clamp(20px, 3vw, 44px);
}

body.home-clinic .vision__grid {
  display: flex;
  align-items: center;
}

body.home-clinic .vision-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  width: 100%;
  max-width: 520px;
  min-height: clamp(340px, 52vh, 520px);
  margin-inline: auto;
  padding: clamp(26px, 3vw, 44px);
  border-radius: 20px;
  background:
    radial-gradient(110% 130% at 50% -30%, rgba(218, 180, 111, 0.16), transparent 60%),
    #0d0b08;
  border: 1px solid rgba(218, 180, 111, 0.4);
  box-shadow: 0 24px 70px rgba(64, 32, 6, 0.22);
}

body.home-clinic .owner-card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}

body.home-clinic .owner-card__media {
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 18px 44px rgba(64, 32, 6, 0.16);
}

body.home-clinic .owner-card__media img {
  display: block;
  transition: transform 0.7s var(--ease-out);
}

body.home-clinic .owner-card:hover .owner-card__media img {
  transform: scale(1.045);
}

body.home-clinic .owner-card__label {
  color: var(--gold-deep);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(94, 46, 14, 0.2);
  align-self: flex-start;
}

body.home-clinic .owner-card__title {
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #111111;
  margin-top: 12px;
}

body.home-clinic .owner-card__subtitle {
  color: rgba(17, 17, 17, 0.58);
  margin-top: 7px;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
}

body.home-clinic .owner-card__text {
  color: rgba(17, 17, 17, 0.78);
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.62;
}

/* ============ VISION CARD (centre) ============ */
body.home-clinic .vision-card__eyebrow {
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(218, 180, 111, 0.45);
  margin: 0;
}

body.home-clinic .vision-card__mission {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.75;
  color: #f0dfae;
  margin: 0;
}

/* ============ BRANCH CARDS (black & gold, no pics) ============ */
body.home-clinic .branch-card__media {
  display: none;
}

body.home-clinic .branch-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  background: #0e0c09;
  border: 1px solid rgba(218, 180, 111, 0.42);
  border-radius: 18px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
  gap: 0;
}

body.home-clinic .branch-card__head {
  padding: clamp(18px, 2vw, 24px) clamp(18px, 2vw, 24px) 0;
}

body.home-clinic .branch-card__label {
  padding: 0;
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  color: var(--gold-light);
}

body.home-clinic .branch-card__title {
  padding: 10px 0 0;
  margin: 0;
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #f7edc8;
}

body.home-clinic .branch-card__section {
  margin: clamp(16px, 2vw, 22px) clamp(18px, 2vw, 24px) 0;
  padding-top: clamp(14px, 1.8vw, 20px);
  border-top: 1px solid rgba(218, 180, 111, 0.28);
}

body.home-clinic .branch-card__section-label {
  margin: 0 0 8px;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-mid);
}

body.home-clinic .branch-card__address {
  margin: 0;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #f0dfae;
}

body.home-clinic .branch-card__phone {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  font-size: 0.85rem;
  color: #f0dfae;
}

body.home-clinic .branch-card__phone a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 700;
  text-decoration: none;
}

body.home-clinic .branch-card__phone a::before {
  content: "☎";
  font-size: 0.9em;
}

body.home-clinic .branch-card__section--map {
  padding-bottom: clamp(18px, 2vw, 24px);
}

body.home-clinic .branch-card__map {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(218, 180, 111, 0.35);
  aspect-ratio: 16 / 10;
}

body.home-clinic .branch-card__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}

/* ============ BIG BOOK CTA (last section) ============ */
body.home-clinic .book-cta {
  position: relative;
  overflow: visible;
  background: #0e0c09;
  border-top: 1px solid rgba(218, 180, 111, 0.28);
  padding-block: clamp(64px, 10vh, 130px);
}

body.home-clinic .book-cta .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.home-clinic .book-cta__giant {
  position: absolute;
  top: -0.14em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-text-stroke-color: rgba(218, 180, 111, 0.16);
  color: transparent;
  pointer-events: none;
}

body.home-clinic .book-cta__label {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.32em;
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: 0.72rem;
}

body.home-clinic .book-cta__title {
  color: transparent;
  background: linear-gradient(115deg, #c89a45 0%, #5E2E0E 50%, #c89a45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.72;
  font-size: clamp(2.6rem, 8vw, 7rem);
  line-height: 0.96;
  text-align: center;
  margin-top: clamp(18px, 3vh, 32px);
  padding-inline: 0.08em;
  overflow: visible;
}

body.home-clinic .book-cta__title .reveal-line {
  overflow: visible;
}

body.home-clinic .book-cta .contact-cta__row {
  justify-content: center;
  margin-top: clamp(28px, 5vh, 52px);
}

/* ============ CLIENT REVIEWS (black & gold) ============ */
body.home-clinic .reviews {
  background: #0d0b08;
  border-top: 1px solid rgba(218, 180, 111, 0.28);
  padding-block: clamp(24px, 4vh, 44px);
}

body.home-clinic .reviews__head {
  text-align: center;
  margin-bottom: clamp(16px, 2.4vh, 28px);
}

body.home-clinic .reviews__label {
  margin: 0 0 12px;
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--gold-light);
  letter-spacing: 0.06em;
}

body.home-clinic .reviews__summary {
  margin: 0;
  font-size: clamp(1.1rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #111111;
  text-transform: uppercase;
}

body.home-clinic .reviews__summary span {
  color: var(--gold-light);
  font-weight: 800;
}

body.home-clinic .reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

body.home-clinic .review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(165deg, rgba(218, 180, 111, 0.32), rgba(218, 180, 111, 0.12) 55%, rgba(218, 180, 111, 0.2)),
    rgba(13, 11, 8, 0.35);
  border: 1px solid rgba(218, 180, 111, 0.55);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.home-clinic .review-card__stars {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: #ffcf4d;
  line-height: 1;
}

body.home-clinic .stars-4half .star--half {
  background: linear-gradient(90deg, #ffcf4d 50%, rgba(218, 180, 111, 0.28) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body.home-clinic .review-card__quote {
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.6;
  color: #111111;
  font-style: italic;
  font-weight: 700;
}

body.home-clinic .review-card__meta {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(218, 180, 111, 0.22);
  display: grid;
  gap: 4px;
}

body.home-clinic .review-card__name {
  font-family: "Playfair Display", var(--font-display), var(--font-sans);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  color: #111111;
}

body.home-clinic .review-card__service {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
}

/* ============ HERO NEW RESPONSIVE ============ */
.hero__content--new {
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(20px, 4vw, 60px);
  padding-left: clamp(30px, 6vw, 100px);
}

.hero__actions-new .cta-big {
  padding: clamp(10px, 1.2vw, 16px) clamp(20px, 2vw, 32px);
  font-size: 0.75rem;
}

@media (max-width: 1150px) {
  body.home-clinic .reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__title-new {
    font-size: clamp(2.4rem, 5vw, 4rem);
  }

  .hero__stats-new {
    padding: clamp(10px, 1.5vw, 16px) clamp(14px, 2vw, 24px);
  }

  .hero__stat-new {
    padding: clamp(6px, 1vw, 10px) clamp(8px, 1.5vw, 14px);
  }
}

@media (max-width: 640px) {
  html,
  body,
  body.home-clinic,
  body.home-clinic main,
  body.home-clinic main > section {
    width: 100%;
    max-width: 100%;
  }

  body.home-clinic main > section > .container {
    width: 100%;
    max-width: none;
  }

  .treatment-feature--static-grid {
    width: 100%;
    margin-inline: 0;
  }

  .treatment-feature--static-grid {
    grid-template-columns: 1fr;
  }

  body.home-clinic .reviews__grid {
    grid-template-columns: 1fr;
  }

  .hero__content--new {
    padding: clamp(16px, 4vw, 32px);
    padding-left: clamp(20px, 5vw, 40px);
  }

  .hero__text-wrap {
    transform: translateY(clamp(24px, 5vh, 48px));
  }

  .hero-before-after {
    width: min(300px, 100%);
    margin-top: 12px;
  }

  .hero-before-after img {
    aspect-ratio: 1.45 / 1;
  }

  .hero__title-new {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero__stats-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: clamp(10px, 2vw, 14px) clamp(12px, 2vw, 16px);
    border-radius: 12px;
  }

  .hero__stat-new {
    padding: clamp(8px, 1.5vw, 12px) clamp(6px, 1vw, 10px);
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero__stat-new:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero__stat-new:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .hero__stat-icon {
    font-size: 0.85rem;
  }

  .hero__stat-num {
    font-size: clamp(0.95rem, 3.5vw, 1.2rem);
  }

  .hero__stat-label {
    font-size: clamp(0.5625rem, 2vw, 0.6rem);
    letter-spacing: 0.1em;
  }

  .hero__actions-new {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============ CELEBRITY GALLERY = single viewport ============ */
body.home-clinic .testimonials > .container {
  max-width: none;
  padding-inline: var(--gutter);
}

body.home-clinic .testimonials {
  position: relative;
  background: linear-gradient(135deg, #fffdf5 0%, #f9f1de 40%, #f5e8c8 100%);
  border-top: 3px solid var(--gold-light, #dab46f);
  border-bottom: 3px solid var(--gold-light, #dab46f);
}

body.home-clinic .celeb-stump {
  position: absolute;
  top: clamp(8px, 2vh, 20px);
  left: clamp(10px, 2vw, 24px);
  width: clamp(180px, 20vw, 300px);
  height: auto;
  transform: rotate(-12deg);
  opacity: 0.95;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}

body.home-clinic .celeb-gallery--compact .celeb-card--featured {
  grid-row: auto;
  grid-column: auto;
}

body.home-clinic .celeb-card__media {
  aspect-ratio: 16 / 10;
}

body.home-clinic .celeb-card {
  padding: clamp(8px, 1vw, 12px);
  border-radius: 16px;
}

body.home-clinic .celeb-card__caption {
  margin-top: 8px;
}

body.home-clinic .celeb-card__caption span {
  font-size: 0.85rem;
}

body.home-clinic .celeb-card__caption small {
  margin-top: 2px;
  font-size: 0.6rem;
}

@media (max-width: 1200px) {
  body.home-clinic .celeb-gallery--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  body.home-clinic .testimonials {
    overflow: visible;
  }
}

/* ============ CELEBRITY SLIDER (rounded panel like Hero) ============ */
body.home-clinic .testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-light, #dab46f), transparent);
  pointer-events: none;
  z-index: 0;
}

body.home-clinic .testimonials > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4vw, 56px);
}

body.home-clinic .testimonials__title {
  color: #111111;
}

body.home-clinic .celeb-slider {
  position: relative;
}

body.home-clinic .celeb-slider__viewport {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(218, 180, 111, 0.45);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  scroll-behavior: smooth;
}

body.home-clinic .celeb-slider__track {
  display: flex;
  flex-wrap: nowrap;
}

body.home-clinic .celeb-slide {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  min-width: 50%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  backdrop-filter: none;
  box-sizing: border-box;
  padding-right: 4px;
}

body.home-clinic .celeb-slide__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

body.home-clinic .celeb-slide__media img,
body.home-clinic .celeb-slide__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.home-clinic .celeb-slide--portrait-video .celeb-slide__media {
  background: #0d0b08;
  padding-inline: clamp(18px, 4vw, 56px);
}

body.home-clinic .celeb-slide--portrait-video .celeb-slide__media video {
  object-fit: contain;
}

body.home-clinic .celeb-slide__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.28), transparent 65%);
  pointer-events: none;
}

body.home-clinic .celeb-slide__caption {
  position: static;
  margin: 0;
  padding: 14px 16px;
  border-radius: 0 0 12px 12px;
  background: rgba(13, 11, 8, 0.92);
  border: 1px solid rgba(218, 180, 111, 0.35);
  border-top: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: grid;
  gap: 2px;
}

body.home-clinic .celeb-slide__caption span {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
}

body.home-clinic .celeb-slide__caption small {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: rgba(240, 223, 174, 0.8);
  text-transform: uppercase;
}

body.home-clinic .celeb-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(12px, 2vh, 18px);
}

body.home-clinic .celeb-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid rgba(218, 180, 111, 0.7);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

body.home-clinic .celeb-slider__dot.is-active {
  background: var(--gold-light);
  transform: scale(1.25);
}

/* Celeb slider next/prev buttons */
body.home-clinic .celeb-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(218, 180, 111, 0.6);
  background: rgba(13, 11, 8, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--gold-light);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  line-height: 1;
}

body.home-clinic .celeb-slider__nav:hover {
  background: rgba(218, 180, 111, 0.25);
  border-color: var(--gold-light);
}

body.home-clinic .celeb-slider__nav--prev {
  left: -24px;
}

body.home-clinic .celeb-slider__nav--next {
  right: -24px;
}

body.home-clinic .celeb-slider__nav:active {
  transform: translateY(-50%) scale(0.92);
}

@media (max-width: 600px) {
  body.home-clinic .celeb-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
  body.home-clinic .celeb-slider__nav {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  body.home-clinic .celeb-slider__nav--prev { left: 8px; }
  body.home-clinic .celeb-slider__nav--next { right: 8px; }
}

/* About Stats Responsive */
.about-stats {
  flex-wrap: wrap;
  gap: 0;
  padding: clamp(12px, 2vw, 16px) clamp(14px, 2vw, 20px);
  border-radius: 12px;
}

.about-stat {
  flex: 1 1 33%;
  padding: clamp(8px, 1.5vw, 12px) clamp(8px, 1.5vw, 14px);
  border-right: none;
}

.about-stat:nth-child(1),
.about-stat:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 480px) {
  .about-stat {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .about-stat:last-child {
    border-bottom: none;
  }
}

/* ============ TREATMENTS PAGE RESPONSIVE ============ */
@media (max-width: 767px) {
  .project-hero__title {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .project-hero__meta {
    gap: clamp(10px, 2vw, 20px);
    font-size: 0.6rem;
  }

  .project-intro__grid {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 32px);
  }

  .project-intro__text {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    max-width: none;
  }

  .project-intro__note {
    grid-column: 1;
    max-width: none;
    line-height: 1.8;
  }

  .project-block {
    grid-template-columns: 1fr;
    gap: clamp(10px, 2vw, 16px);
    padding-block: clamp(24px, 4vh, 40px);
  }

  .project-block__label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
  }

  .project-block__text {
    font-size: clamp(0.92rem, 3vw, 1.05rem);
    line-height: 1.65;
    max-width: none;
  }

  .project-hero__figure {
    aspect-ratio: 16 / 10;
  }

  .project-image--full {
    margin-inline: 0;
  }

  .project-image__caption {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-align: left;
  }

  .project-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .metric {
    padding-block: clamp(12px, 2vw, 18px);
  }

  .contact-cta {
    padding-block: clamp(48px, 8vh, 80px);
  }

  .contact-cta__title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .contact-cta__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .outline-word {
    font-size: clamp(2rem, 11vw, 3.5rem);
  }
}

@media (max-width: 480px) {
  .project-hero__title {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .project-hero__meta {
    flex-direction: column;
    gap: 6px;
  }

  .project-block {
    padding-block: clamp(20px, 3vh, 32px);
  }

  .contact-cta__title {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }
}

/* ============ HAMBURGER MENU ============ */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}

.nav-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============ MOBILE NAV ============ */
@media (max-width: 767px) {
  .nav-toggle {
    display: flex !important;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: clamp(14px, 3vw, 20px);
  }

  .brand,
  body.home-clinic .brand {
    grid-column: 1;
    grid-row: 1;
    display: none !important;
  }

  .brand__logo,
  body.home-clinic .brand__logo {
    display: none !important;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    width: min(300px, 80vw);
    max-height: calc(100dvh - var(--header-h) - 16px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 16px clamp(16px, 4vw, 24px) 24px;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(0, 0, 0, 0.97));
    border: 1px solid rgba(218, 180, 111, 0.25);
    border-radius: 0 0 0 16px;
    display: none !important;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, visibility 0.25s ease;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.is-open {
    display: flex !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(243, 241, 232, 0.15);
    border-radius: 10px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .nav-close svg {
    width: 20px;
    height: 20px;
    color: #fff;
  }

  .nav-close:hover {
    background: rgba(218, 180, 111, 0.2);
    border-color: rgba(218, 180, 111, 0.5);
  }

  .site-nav > a,
  .site-nav > .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(243, 241, 232, 0.1);
  }

  .site-nav > a {
    padding: 14px 0;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-item {
    position: static;
  }

  .nav-item__btn {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-item__chev {
    transition: transform 0.3s ease;
  }

  .nav-item.is-open .nav-item__chev {
    transform: rotate(180deg);
  }

  .dropdown {
    position: static;
    transform: none;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: none;
    border: none;
    border-top: none;
    box-shadow: none;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  }

  .nav-item.is-open .dropdown {
    max-height: 80vh;
    opacity: 1;
  }

  .dropdown__inner {
    padding: 12px 0 16px;
  }

  .dropdown__label {
    font-size: 0.55rem;
    margin-bottom: 10px;
  }

  .dropdown__list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dropdown__list a {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    border-radius: 10px;
  }

  .dropdown__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .dropdown__cta {
    font-size: 0.6rem;
    padding: 8px 16px;
  }

  /* Nav overlay backdrop */
  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .nav-overlay.is-visible {
    display: block;
    opacity: 1;
  }

  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-x: clip;
  }

  body.home-clinic main,
  body.home-clinic main > section,
  body.home-clinic .container,
  body.home-clinic main > section > .container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home-clinic main > section > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  body.home-clinic .hero--clinic {
    width: 100% !important;
    height: 100svh;
    min-height: 100svh;
    margin: 0 !important;
    border-radius: 0;
  }

  body.home-clinic .treatment-feature--static-grid,
  body.home-clinic .before-after__grid,
  body.home-clinic .reviews__grid,
  body.home-clinic .branch-grid,
  body.home-clinic .celeb-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home-clinic .treatment-feature--static-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-clinic,
  body.home-clinic main,
  body.home-clinic main > section {
    position: relative;
    overflow-x: clip !important;
    overscroll-behavior-x: none;
  }

  body.home-clinic .celeb-slider__nav--prev {
    left: 8px !important;
  }

  body.home-clinic .celeb-slider__nav--next {
    right: 8px !important;
  }

  .featured__frame,
  body.home-clinic .featured__frame {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100%;
  }
}
