:root {
  --teal: #004c63;
  --deep-teal: #003f55;
  --deeper-teal: #003244;
  --soft-teal: #eaf3f3;
  --gold: #c09a68;
  --cream: #fbf9f5;
  --ink: #172932;
  --muted: #4d5960;
  --line: #dacfc1;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(14, 40, 50, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

.container {
  width: min(100% - 88px, 1120px);
  margin-inline: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(0, 76, 99, 0.08);
}

.header-inner {
  width: min(100% - 72px, 1180px);
  min-height: 96px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
}

.brand-mark {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}

.brand-text,
.footer-logo span {
  display: grid;
  gap: 0;
}

.brand-kicker,
.footer-kicker {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.17em;
  line-height: 1.2;
  color: var(--teal);
  font-weight: 600;
  text-transform: uppercase;
}

.brand-name,
.footer-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  line-height: 0.96;
  letter-spacing: 0.035em;
  color: var(--teal);
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav a:not(.nav-button) {
  padding: 36px 0 31px;
  position: relative;
}

.main-nav a:not(.nav-button)::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 24px;
  height: 2px;
  background: var(--teal);
  transition: left 0.2s ease, right 0.2s ease;
}

.main-nav a:not(.nav-button):hover::after,
.main-nav a.active::after {
  left: 0;
  right: 0;
}

.nav-button,
.button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 27px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-button,
.button-primary {
  background: var(--teal);
  color: var(--white);
  border: 1px solid var(--teal);
  box-shadow: 0 10px 22px rgba(0, 76, 99, 0.13);
}

.nav-button:hover,
.button-primary:hover,
.footer-button:hover {
  transform: translateY(-1px);
  background: var(--deeper-teal);
  border-color: var(--deeper-teal);
}

.button-outline {
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal);
  border: 1px solid var(--teal);
  min-width: 226px;
}

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

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.hero {
  min-height: 494px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.74) 28%, rgba(255, 255, 255, 0.10) 58%, rgba(255, 255, 255, 0) 100%),
    url("../images/home-hero.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 88px;
  background: var(--cream);
  clip-path: polygon(0 82%, 35% 84%, 68% 58%, 100% 38%, 100% 100%, 0 100%);
  z-index: -1;
}

.hero-content {
  width: min(100% - 176px, 1180px);
  margin-inline: auto;
  padding: 56px 0 78px;
}

.hero h1 {
  max-width: 585px;
  margin: 0 0 26px;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(50px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.hero p {
  max-width: 485px;
  margin: 0 0 34px;
  color: #27323a;
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.section-pad {
  padding: 44px 0 24px;
}

.welcome {
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.ornament-row {
  display: grid;
  grid-template-columns: minmax(60px, 160px) 44px minmax(60px, 160px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
}

.ornament-row span {
  height: 1px;
  background: var(--line);
}

.ornament-row img {
  width: 44px;
  opacity: 0.9;
}

.welcome h2 {
  margin: 0;
  color: #1f3039;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 3.4vw, 43px);
  line-height: 1.16;
}

.treatment-overview {
  padding: 8px 0 22px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.66fr 1.05fr 0.66fr;
  min-height: 306px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.treatment-photo {
  min-height: 306px;
  overflow: hidden;
}

.treatment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-photo:first-child img {
  object-position: 55% 52%;
}

.treatment-copy {
  padding: 54px 36px 36px;
  background: rgba(251, 249, 245, 0.88);
}

.treatment-copy h3 {
  margin: 0;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2.6vw, 39px);
  line-height: 1.08;
  font-weight: 600;
}

.copy-rule {
  display: block;
  width: 54px;
  height: 1px;
  background: var(--gold);
  margin: 18px 0 18px;
}

.treatment-copy p {
  margin: 0;
  color: #35404a;
  font-size: 15px;
  line-height: 1.7;
}

.promise-band {
  padding: 0 0 30px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.promise-card {
  min-height: 176px;
  padding: 23px 48px 24px;
  text-align: center;
  position: relative;
}

.promise-card + .promise-card {
  border-left: 1px solid var(--line);
}

.icon-circle {
  width: 61px;
  height: 61px;
  margin: -4px auto 9px;
  border-radius: 50%;
  background: rgba(234, 243, 243, 0.86);
  display: grid;
  place-items: center;
}

.icon-circle img {
  width: 39px;
  max-height: 39px;
}

.promise-card:nth-child(2) .icon-circle img,
.promise-card:nth-child(3) .icon-circle img {
  width: 43px;
  max-height: 43px;
}

.promise-card h3 {
  margin: 0 0 5px;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}

.promise-card h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 8px auto 9px;
  background: var(--gold);
}

.promise-card p {
  margin: 0 auto;
  max-width: 280px;
  color: #202d35;
  font-size: 13px;
  line-height: 1.38;
}

.site-footer {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 15%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(135deg, var(--deep-teal) 0%, #00445b 52%, #003246 100%);
}

.footer-inner {
  width: min(100% - 88px, 1120px);
  margin-inline: auto;
  padding: 31px 0 25px;
  display: grid;
  grid-template-columns: 1.08fr 1.22fr 1.12fr 1fr;
  gap: 26px;
}

.footer-brand,
.footer-contact,
.footer-hours {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding-right: 30px;
}

.footer-logo {
  gap: 13px;
  margin-bottom: 12px;
}

.footer-mark {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
}

.footer-kicker {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.footer-name {
  color: var(--white);
  font-size: 31px;
  line-height: 0.86;
}

.footer-script {
  width: max-content;
  margin: 14px 0 0 83px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-contact {
  font-style: normal;
}

.footer-contact p,
.social-line {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-contact img,
.social-line img {
  width: 16px;
  max-height: 18px;
  margin-top: 2px;
  object-fit: contain;
}

.footer-contact a:hover,
.footer-social a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-hours h3,
.footer-social h3 {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-hours dl {
  margin: 0;
  font-size: 12px;
}

.footer-hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.footer-hours dt,
.footer-hours dd {
  margin: 0;
  white-space: nowrap;
}

.footer-button {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.footer-bottom {
  width: min(100% - 88px, 1120px);
  margin-inline: auto;
  padding: 16px 0 18px;
  display: flex;
  justify-content: center;
  gap: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span {
  display: inline-block;
  margin: 0 18px;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1030px) {
  .header-inner {
    width: min(100% - 42px, 1180px);
    gap: 24px;
  }

  .brand-name {
    font-size: 24px;
  }

  .brand-kicker {
    font-size: 11px;
  }

  .main-nav {
    gap: 24px;
  }

  .hero-content {
    width: min(100% - 84px, 1180px);
  }

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

  .treatment-photo,
  .treatment-copy {
    min-height: 270px;
  }

  .treatment-copy {
    padding-top: 42px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-contact,
  .footer-hours {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .container,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 34px, 1120px);
  }

  .header-inner {
    width: min(100% - 28px, 1180px);
    min-height: 78px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 49px;
    height: 49px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-kicker {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .nav-toggle-label {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 76, 99, 0.18);
    border-radius: 5px;
    cursor: pointer;
  }

  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--teal);
    position: relative;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle-label span::before {
    top: -7px;
  }

  .nav-toggle-label span::after {
    top: 7px;
  }

  .nav-toggle:checked + .nav-toggle-label span {
    background: transparent;
  }

  .nav-toggle:checked + .nav-toggle-label span::before {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    inset: 78px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 10px 17px 22px;
    background: var(--white);
    border-top: 1px solid rgba(0, 76, 99, 0.08);
    box-shadow: 0 18px 34px rgba(0, 42, 55, 0.13);
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .nav-toggle:checked ~ .main-nav {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .main-nav a:not(.nav-button) {
    padding: 18px 8px;
    border-bottom: 1px solid rgba(0, 76, 99, 0.08);
  }

  .main-nav a:not(.nav-button)::after {
    display: none;
  }

  .nav-button {
    margin-top: 14px;
  }

  .hero {
    min-height: 610px;
    align-items: end;
    background-image:
      linear-gradient(0deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.05) 100%),
      url("../images/home-hero.jpg");
    background-position: 62% center;
  }

  .hero-content {
    width: min(100% - 34px, 1180px);
    padding: 265px 0 86px;
  }

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

  .hero p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .welcome h2 {
    font-size: 31px;
  }

  .treatment-grid,
  .promise-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .treatment-copy {
    min-height: auto;
    padding: 34px 28px 38px;
  }

  .treatment-photo {
    min-height: 250px;
  }

  .promise-card {
    padding: 24px 28px 26px;
  }

  .promise-card + .promise-card {
    border-left: none;
    border-top: 1px solid var(--line);
  }

  .footer-inner {
    gap: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .brand-text {
    max-width: 230px;
  }

  .brand-name {
    font-size: 18px;
  }

  .hero-actions {
    gap: 12px;
  }

  .section-eyebrow {
    font-size: 11px;
  }
}


/* Treatments page */
.page-hero {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--soft-teal);
}

.treatments-hero {
  background-image:
    linear-gradient(90deg, rgba(251, 249, 245, 0.96) 0%, rgba(251, 249, 245, 0.86) 32%, rgba(251, 249, 245, 0.18) 66%, rgba(251, 249, 245, 0) 100%),
    url("../images/treatments-hero.jpg");
  background-size: cover;
  background-position: center 51%;
}

.page-hero-content {
  width: min(100% - 150px, 1120px);
  margin-inline: auto;
  padding: 44px 0 48px;
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  margin: 0;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(55px, 6vw, 78px);
  line-height: 0.96;
}

.title-rule {
  display: block;
  width: 58px;
  height: 1px;
  margin: 22px 0 14px;
  background: var(--gold);
}

.page-hero p {
  max-width: 425px;
  margin: 0;
  color: #27323a;
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.page-lotus-watermark {
  position: absolute;
  left: 24px;
  bottom: -23px;
  width: 104px;
  opacity: 0.18;
  z-index: 1;
}

.treatment-detail-section {
  padding: 28px 0 18px;
}

.treatment-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: 50px;
  align-items: center;
}

.detail-photo-card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 76, 99, 0.08);
  background: var(--white);
}

.detail-photo-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: 50% 47%;
}

.detail-copy-card h2,
.results-title-row h2,
.skincare-feature h2 {
  margin: 0;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 600;
}

.detail-copy-card p {
  margin: 0 0 14px;
  color: #2f3a42;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.detail-copy-card h3 {
  margin: 35px 0 15px;
  color: var(--teal);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 46px;
  row-gap: 12px;
}

.area-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #333f46;
  font-size: 15px;
  line-height: 1.35;
}

.area-list li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.treatment-plan-card {
  width: min(100%, 710px);
  margin: 34px auto 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 110px 210px 1fr;
  gap: 28px;
  align-items: center;
  padding: 18px 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(234, 243, 243, 0.74);
  box-shadow: var(--shadow);
}

.plan-icon-wrap {
  display: grid;
  place-items: center;
}

.plan-icon-wrap img {
  width: 72px;
  opacity: 0.78;
}

.treatment-plan-card h3 {
  margin: 0;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 600;
}

.treatment-plan-card p {
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
  color: #2f3a42;
  font-size: 14px;
  line-height: 1.55;
}

.results-section {
  padding: 0 0 32px;
}

.results-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}

.results-title-row span {
  height: 1px;
  background: var(--line);
}

.results-title-row h2 {
  font-size: clamp(31px, 2.8vw, 39px);
  text-align: center;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.result-card {
  padding: 13px 11px 12px;
  min-width: 0;
}

.result-card + .result-card {
  border-left: 1px solid var(--line);
}

.result-card h3 {
  min-height: 46px;
  margin: 0 0 7px;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.05;
  text-align: center;
  font-weight: 600;
}

.result-card h3 small {
  display: block;
  margin-top: 3px;
  color: #202d35;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.ba-stack {
  display: grid;
  gap: 8px;
}

.ba-image {
  position: relative;
  height: 145px;
  overflow: hidden;
  background: #d9e2e5;
  border-radius: 4px;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.result-card:nth-child(2) .ba-image img {
  object-position: center 45%;
}

.ba-image span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 29px;
  padding: 0 4px;
  background: var(--teal);
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.results-note {
  margin: 12px 0 0;
  color: #4a545a;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.skincare-feature {
  position: relative;
  min-height: 306px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(0, 76, 99, 0.09);
  background-color: #f2f1ef;
  background-image:
    linear-gradient(90deg, rgba(242, 241, 239, 0.99) 0%, rgba(242, 241, 239, 0.99) 41%, rgba(242, 241, 239, 0.95) 51%, rgba(242, 241, 239, 0.74) 59%, rgba(242, 241, 239, 0.42) 67%, rgba(242, 241, 239, 0.14) 75%, rgba(242, 241, 239, 0) 82%),
    url("../images/skincare-treatment.jpg");
  background-size: 100% 100%, auto 128%;
  background-repeat: no-repeat;
  background-position: left center, right center;
}

.skincare-feature-copy {
  max-width: 410px;
  padding: 40px 0 38px;
}

.skincare-feature h2 {
  font-size: clamp(32px, 3vw, 41px);
}

.skincare-feature p {
  margin: 0 0 12px;
  color: #2f3a42;
  font-size: 15px;
  line-height: 1.62;
}

.compact-button {
  min-height: 39px;
  margin-top: 8px;
  padding-inline: 21px;
  font-size: 11px;
}

.recommendation-bar {
  background: rgba(234, 243, 243, 0.8);
  border-top: 1px solid rgba(0, 76, 99, 0.16);
  border-bottom: 1px solid rgba(0, 76, 99, 0.16);
}

.recommendation-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.recommendation-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
}

.recommendation-icon img {
  width: 25px;
  max-height: 25px;
}

.recommendation-inner p {
  margin: 0;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
}

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

  .detail-photo-card img {
    aspect-ratio: 1.75 / 1;
  }

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

  .result-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .result-card:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .ba-image {
    height: 165px;
  }

  .skincare-feature {
    background-size: 100% 100%, auto 118%;
    background-position: left center, 108% center;
  }
}

@media (max-width: 760px) {
  .page-hero {
    min-height: 310px;
    align-items: end;
  }

  .treatments-hero {
    background-image:
      linear-gradient(0deg, rgba(251, 249, 245, 0.98) 0%, rgba(251, 249, 245, 0.86) 48%, rgba(251, 249, 245, 0.12) 100%),
      url("../images/treatments-hero.jpg");
    background-position: center center;
  }

  .page-hero-content {
    width: min(100% - 34px, 1120px);
    padding: 155px 0 40px;
  }

  .page-hero h1 {
    font-size: 54px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .treatment-detail-section {
    padding-top: 22px;
  }

  .detail-copy-card h2,
  .results-title-row h2,
  .skincare-feature h2 {
    font-size: 34px;
  }

  .area-list {
    grid-template-columns: 1fr;
  }

  .treatment-plan-card {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
    padding: 24px;
  }

  .treatment-plan-card h3 br {
    display: none;
  }

  .treatment-plan-card p {
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid var(--gold);
  }

  .results-title-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .results-title-row span {
    display: none;
  }

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

  .result-card + .result-card,
  .result-card:nth-child(3),
  .result-card:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .ba-image {
    height: 185px;
  }

  .skincare-feature {
    min-height: auto;
    background-color: #f2f1ef;
    background-image:
      linear-gradient(0deg, rgba(242, 241, 239, 0.98) 0%, rgba(242, 241, 239, 0.94) 42%, rgba(242, 241, 239, 0.16) 100%),
      url("../images/skincare-treatment.jpg");
    background-size: 100% 100%, cover;
    background-position: center center, center center;
  }

  .skincare-feature-copy {
    max-width: none;
    padding: 220px 0 42px;
  }
  .contact-email-line a {
    white-space: normal;
    font-size: 14px;
  }

  .recommendation-inner {
    align-items: flex-start;
    padding: 16px 0;
  }

  .recommendation-inner p {
    font-size: 19px;
  }
}

/* Meet Lara & Visit page */
.meet-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251,249,245,0.98) 0%, rgba(251,249,245,0.95) 33%, rgba(251,249,245,0.60) 52%, rgba(251,249,245,0.15) 72%, rgba(251,249,245,0.05) 100%),
    url("../images/meet-lara-hero-bg.png");
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid rgba(0, 76, 99, 0.08);
}

.meet-hero-grid {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 540px);
  align-items: end;
  gap: 34px;
}

.meet-hero-copy {
  max-width: 620px;
  padding: 72px 0 88px;
}

.meet-hero-copy h1,
.section-heading h2,
.visit-section .section-heading h2,
.faq-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
  color: #12191f;
}

.meet-hero-copy h1 {
  font-size: clamp(52px, 5.6vw, 74px);
}

.meet-hero-copy h1 span {
  display: inline-block;
  font-size: 0.82em;
  color: var(--teal);
  font-style: italic;
}

.meet-hero-copy h2 {
  margin: 16px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.05;
  color: var(--teal);
  font-weight: 500;
}

.meet-hero-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.65;
  color: #253038;
}
.meet-director {
  position: absolute;
  left: 0;
  bottom: 20px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
  color: #5a656d;
}

.meet-actions {
  margin-top: 28px;
}

.meet-hero-visual {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 28px;
}

.meet-hero-visual img {
  width: min(100%, 470px);
  height: auto;
  object-fit: contain;
}

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

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

.section-heading h2 {
  font-size: clamp(38px, 3.4vw, 54px);
  color: #1b2328;
}

.section-heading p {
  margin: 8px 0 0;
  color: #424d55;
  font-size: 16px;
  line-height: 1.45;
}

.expect-section {
  padding: 28px 0 42px;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,0.58);
  border-top: 1px solid rgba(0, 76, 99, 0.08);
  border-bottom: 1px solid rgba(0, 76, 99, 0.08);
}

.expect-card {
  padding: 18px 24px 8px;
  text-align: center;
  position: relative;
}

.expect-card + .expect-card {
  border-left: 1px solid var(--line);
}

.expect-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0, 76, 99, 0.16);
  display: grid;
  place-items: center;
}

.expect-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.expect-card:nth-child(1) .expect-icon img,
.expect-card:nth-child(2) .expect-icon img,
.expect-card:nth-child(4) .expect-icon img {
  width: 38px;
  height: 38px;
}

.expect-card h3,
.care-card h3,
.faq-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.05;
  color: var(--teal);
  font-weight: 600;
}

.expect-card p {
  margin: 0 auto;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.75;
  color: #27323a;
}

.aftercare-section {
  padding: 18px 0 42px;
  background-image:
    linear-gradient(rgba(251,249,245,0.76), rgba(251,249,245,0.76)),
    url("../images/watercolor-bg.png");
  background-size: cover;
  background-position: center center;
}

.aftercare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.care-card {
  padding: 28px 30px 30px;
  border-radius: 10px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(0,76,99,0.10);
  box-shadow: var(--shadow);
}

.care-card h3 {
  font-size: 31px;
  margin-bottom: 14px;
}

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

.check-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.45;
  color: #26313a;
}

.check-list li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.visit-section {
  padding: 28px 0 42px;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.30fr 1.06fr 1.30fr;
  gap: 0;
  border: 1px solid rgba(0,76,99,0.11);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.7);
  box-shadow: var(--shadow);
}

.visit-card {
  padding: 18px 18px 18px;
  min-width: 0;
}

.visit-card + .visit-card {
  border-left: 1px solid rgba(0,76,99,0.10);
}

.visit-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 17px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.visit-card h3 img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.visit-card.contact-card h3 img {
  width: 18px;
  height: 18px;
}


.visit-card h3 img,
.contact-lines p img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(40%) saturate(1590%) hue-rotate(160deg) brightness(93%) contrast(101%);
}

.location-card p {
  margin: 0 0 16px;
  color: #243039;
  font-size: 16px;
  line-height: 1.7;
}

.location-photo {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.map-card {
  padding: 0;
}

.map-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
}

.hours-card dl {
  margin: 0;
  display: grid;
  gap: 11px;
  font-size: 15px;
  color: #243039;
}

.hours-card dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}

.hours-card dt,
.hours-card dd {
  margin: 0;
}

.contact-lines {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-lines p {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  color: #243039;
  font-size: 15px;
  line-height: 1.55;
}

.contact-lines p:nth-child(2) {
  font-size: 14px;
  line-height: 1.42;
}

.contact-lines p img {
  width: 15px;
  margin-top: 4px;
}

.contact-lines a,
.contact-lines span {
  overflow-wrap: anywhere;
  word-break: normal;
}
.contact-email-line a {
  font-size: 13px;
  white-space: nowrap;
}


.compact-wide {
  width: 100%;
  min-height: 44px;
}

.faq-section {
  padding: 0 0 38px;
}

.faq-heading {
  margin-bottom: 22px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: transparent;
}

.faq-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 6px 18px 0;
}

.faq-card + .faq-card {
  border-left: 1px solid var(--line);
}

.faq-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
}

.faq-icon img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
}

.faq-card h3 {
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 28px;
}

.faq-card p {
  margin: 0;
  color: #26313a;
  font-size: 15px;
  line-height: 1.55;
}
.faq-cta {
  margin-top: 28px;
  text-align: center;
}

.faq-cta .button {
  min-height: 44px;
}


@media (max-width: 1200px) {
  .visit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-card:nth-child(3),
  .visit-card:nth-child(4) {
    border-top: 1px solid rgba(0,76,99,0.10);
  }

  .visit-card:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 1030px) {
  .meet-hero-grid,
  .expect-grid,
  .faq-grid,
  .aftercare-grid {
    grid-template-columns: 1fr 1fr;
  }

  .meet-hero-grid {
    min-height: auto;
    align-items: center;
  }

  .meet-hero-visual {
    justify-content: end;
  }

  .expect-card:nth-child(3),
  .expect-card:nth-child(4),
  .faq-card:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .expect-card:nth-child(3),
  .faq-card:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 760px) {
  .meet-hero {
    background:
      linear-gradient(0deg, rgba(251,249,245,0.98) 0%, rgba(251,249,245,0.92) 42%, rgba(251,249,245,0.22) 100%),
      url("../images/meet-lara-hero-bg.png");
    background-size: cover;
    background-position: center center;
  }

  .meet-hero-grid,
  .expect-grid,
  .aftercare-grid,
  .visit-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .meet-hero-copy {
    padding: 44px 0 8px;
    max-width: none;
  }

  .meet-hero-copy h1 {
    font-size: 46px;
  }

  .meet-hero-copy h2 {
    font-size: 31px;
  }

  .meet-hero-copy p {
    font-size: 16px;
  }

  .meet-director {
    position: static;
    margin: 18px 0 0;
    font-size: 12.5px;
  }

  .meet-hero-visual {
    justify-content: center;
    padding-top: 0;
  }

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

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

  .expect-card,
  .faq-card,
  .visit-card,
  .care-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .expect-card + .expect-card,
  .faq-card + .faq-card,
  .visit-card + .visit-card {
    border-left: none;
    border-top: 1px solid var(--line);
  }

  .map-card {
    padding: 0;
  }

  .contact-card {
    padding-bottom: 22px;
  }
}

/* Homepage Instagram feed section */
.instagram-section {
  padding: 30px 0 34px;
  background: linear-gradient(180deg, rgba(251, 249, 245, 0.95) 0%, rgba(246, 242, 236, 0.95) 100%);
  border-top: 1px solid rgba(0, 76, 99, 0.09);
}

.instagram-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 16px;
}

.instagram-heading h2 {
  margin: 2px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1.05;
  font-weight: 600;
  color: var(--teal);
}

.instagram-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(0, 76, 99, 0.45);
  border-radius: 4px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.instagram-widget-frame {
  width: 100%;
  min-height: 176px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 76, 99, 0.10);
  box-shadow: var(--shadow);
}

.instagram-widget-frame iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.instagram-placeholder {
  min-height: 176px;
  display: grid;
  place-items: center;
  gap: 6px;
  align-content: center;
  text-align: center;
  color: rgba(0, 76, 99, 0.72);
  background:
    linear-gradient(90deg, rgba(0,76,99,0.05), rgba(167,137,93,0.08), rgba(0,76,99,0.05));
}

.instagram-placeholder span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  color: var(--teal);
}

.instagram-placeholder small {
  font-size: 12px;
  color: #5c666c;
}

/* Compact homepage treatment/service area to make room for Instagram */
.service-card,
.treatment-card {
  min-height: auto;
}

.service-card p,
.treatment-card p {
  font-size: 14px;
  line-height: 1.55;
}

.feature-row,
.benefit-row {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 760px) {
  .instagram-section {
    padding: 26px 0 30px;
  }

  .instagram-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .instagram-follow {
    width: 100%;
  }

  .instagram-widget-frame,
  .instagram-placeholder {
    min-height: 230px;
  }

  .footer-script {
    margin-left: 0;
    margin-inline: auto;
    text-align: center;
  }

}
