:root {
  --mint: #b5e9de;
  --mint-soft: #dcf5ef;
  --teal: #006164;
  --teal-mid: #0a7778;
  --dark: #063f40;
  --ink: #05383a;
  --cream: #f7fbf9;
  --white: #ffffff;
  --line: rgba(0,97,100,.16);
  --shadow: 0 28px 70px rgba(1,55,56,.14);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --shell: min(1240px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea
{
  font: inherit;
}

button {
  color: inherit;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 9999;
  background: var(--white);
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 18px;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.section-pad {
  padding: 128px 0;
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 18px 0;
  transition: .35s ease;
}

.site-header.scrolled {
  padding: 10px 0;
  background: #B6E8DE;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,97,100,.09);
}

.nav-shell {
  width: min(1380px,calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  position: relative;
  width: 120px;
  height: 120px;
  display: block;
  flex-shrink: 0;
  transition: width .35s ease, height .35s ease;
}

.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .3s ease, transform .35s ease;
}

.brand-logo-transparent {
  opacity: 1;
  transform: scale(1);
}

.brand-logo-sticky {
  opacity: 0;
  transform: scale(.92);
}

.site-header.scrolled .brand {
  width: 72px;
  height: 72px;
}

.site-header.scrolled .brand-logo-transparent {
  opacity: 0;
  transform: scale(.92);
}

.site-header.scrolled .brand-logo-sticky {
  opacity: 1;
  transform: scale(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 12px 10px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(0,97,100,.09);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0,67,69,.06);
}

.primary-nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  position: relative;
  white-space: nowrap;
}

.primary-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: var(--teal);
  transition: .25s;
}

.primary-nav a:hover::after,
.primary-nav a.active::after
{
  width: 100%;
}

.nav-cta {
  background: var(--teal);
  color: #fff;
  padding: 13px 18px;
  border-radius: 999px;
  transition: .25s;
}

.nav-cta:hover {
  background: var(--dark);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  transition: .25s;
}

/* Hero */

.hero {
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 40%, rgba(181,233,222,0.75) 0%, rgba(181,233,222,0.45) 28%, rgba(181,233,222,0.18) 52%, rgba(181,233,222,0) 78%),
    linear-gradient(135deg,#f7fbf9 0%, #eefaf6 32%, #d9f2ec 62%, #b5e9de 100%);
  padding: 110px 0 80px;
  overflow: hidden;
  box-sizing: border-box;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -20% -8%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,97,100,.15),rgba(0,97,100,0) 70%);
  filter: blur(20px);
}

.hero::after {
  content: "";
  position: absolute;
  right: -7%;
  top: 10%;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(0,97,100,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255,255,255,.14),0 0 0 120px rgba(255,255,255,.08);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orb-one {
  width: 130px;
  height: 130px;
  right: 38%;
  top: 17%;
  background: rgba(255,255,255,.32);
  filter: blur(1px);
}

.orb-two {
  width: 34px;
  height: 34px;
  right: 12%;
  bottom: 22%;
  background: var(--teal);
  opacity: .13;
}

.hero-grid {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker
{
  font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--teal);
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow span {
  width: 38px;
  height: 1px;
  background: var(--teal);
}

.hero h1,
.section-head h2,
.about-copy h2,
.clinic-copy h2,
.why-copy h2,
.contact-copy h2,
.final-cta h2
{
  font-family: Georgia,"Times New Roman",serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
}

.hero h1 {
  font-size: clamp(58px,5.4vw,86px);
  line-height: .93;
  max-width: 720px;
}

.hero h1 em,
.contact-copy h2 em
{
  font-style: italic;
  color: var(--teal);
}

.hero-lead {
  font-size: 18px;
  line-height: 1.5;
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(5,56,58,.78);
  letter-spacing: -0.5px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid transparent;
  transition: .28s ease;
	letter-spacing: -0.5px;
  cursor: pointer;
}

.btn span {
  transition: .28s ease;
}

.btn:hover span {
  transform: translate(3px,-2px);
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 16px 35px rgba(0,97,100,.22);
}

.btn-primary:hover {
  background: var(--dark);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: rgba(0,97,100,.24);
  background: rgba(255,255,255,.45);
}

.btn-ghost:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-light {
  background: var(--mint);
  color: var(--dark);
}

.btn-light:hover {
  background: #fff;
  transform: translateY(-2px);
}

.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(0,97,100,.17);
  padding-top: 18px;
  max-width: 620px;
}

.hero-trust div {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(0,97,100,.16);
}

.hero-trust div:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.hero-trust strong {
  font-family: Georgia,serif;
  font-size: 26px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: var(--teal);
}

.hero-trust span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 7px;
  color: rgba(5,56,58,.62);
}

.hero-visual {
  position: relative;
  padding: 24px 20px 18px 32px;
}

.hero-image-wrap {
  position: relative;
  height: min(570px, calc(100svh - 220px));
  border-radius: 48% 48% 28px 28px;
  overflow: hidden;
  box-shadow: 0 42px 90px rgba(0,75,77,.2);
  background: #d6efea;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.6s ease-in-out, transform 6s ease;
  will-change: opacity, transform;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide:nth-child(1) {
  object-position: center;
}

.hero-slide:nth-child(2) {
  object-position: center;
}

.hero-slide:nth-child(3) {
  object-position: center;
}

.hero-slide:nth-child(4) {
  object-position: center;
}

.image-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,rgba(181,233,222,.1),transparent 55%,rgba(0,97,100,.14));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.float-card {
  position: absolute;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 18px 55px rgba(0,64,66,.14);
  border-radius: 18px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 245px;
  z-index: 4;
}
.float-card strong {
  display: block;
  font-size: 14px;
}

.float-card small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
	letter-spacing: -0.5px;
  color: rgba(5,56,58,.66);
  margin-top: 2px;
}

.float-card-top {
  top: 94px;
  left: 0;
}

.float-card-bottom {
  right: -18px;
  bottom: 58px;
}

.mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--teal);
}

.pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(0,97,100,.12);
}

.brand-stamp {
  position: absolute;
  right: 0;
  top: 180px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(0,97,100,.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .12em;
  transform: rotate(8deg);
  box-shadow: 0 14px 35px rgba(0,55,56,.2);
}
.hero-scroll {
  position: absolute;
  left: 32px;
  bottom: 76px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(5,56,58,.52);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
}

.hero-scroll span {
  display: block;
  width: 1px;
  height: 38px;
  background: rgba(0,97,100,.32);
}

.intro-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--teal);
  color: var(--white);
  overflow: hidden;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: marquee 46s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  gap: 28px;
  padding-right: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.marquee-group span {
  display: inline-block;
}

.marquee-group i {
  font-style: normal;
  opacity: .55;
  flex-shrink: 0;
}

@keyframes marquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}

/* Generic section */

.section-head {
  display: grid;
  grid-template-columns: 1.2fr .6fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 62px;
}

.section-head h2,
.about-copy h2,
.clinic-copy h2,
.why-copy h2,
.contact-copy h2
{
  font-size: clamp(46px,5vw,76px);
}

.section-head>p {
  font-size: 17px;
  color: rgba(5,56,58,.7);
  margin: 0 0 6px;
  max-width: 480px;
	letter-spacing: -0.5px;
}

.big-copy {
  font-size: 22px;
  line-height: 1.5;
  color: var(--teal);
  margin: 28px 0 20px;
	letter-spacing: -0.5px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 16px;
  border-bottom: 1px solid rgba(0,97,100,.35);
  padding-bottom: 6px;
}

.text-link span {
  transition: .25s;
}

.text-link:hover span {
  transform: translate(3px,-2px);
}

/* About */

.about {
  background: #fff;
}

.about.section-pad {
  padding-top: 128px;
  padding-bottom: 128px;
}

.about-copy h2 {
  font-size: clamp(46px,5vw,63px);
}

.about-grid {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 90px;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 650px;
}

.about-photo {
  position: absolute;
  inset: 0 70px 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--mint-soft);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 55%,rgba(0,68,69,.18));
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}

.about-media::before {
  content: "";
  position: absolute;
  right: 0;
  top: 62px;
  width: 200px;
  height: 200px;
  background: var(--mint);
  border-radius: 50%;
  z-index: 0;
}

.about-card {
  position: absolute;
  right: 0;
  bottom: 42px;
  z-index: 4;
  width: 290px;
  padding: 24px;
  background: var(--teal);
  color: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.about-card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal);
  font-weight: 900;
  margin-bottom: 14px;
}

.about-card p {
 font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    letter-spacing: -0.5px;
}

.about-card strong {
  color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.about-copy {
  padding-right: 4vw;
}

.about-copy>p:not(.kicker):not(.big-copy) {
  font-size: 16px;
  color: rgba(5,56,58,.68);
  max-width: 650px;
}

.about-copy .about-quote {
  border-left: 3px solid var(--mint);
  padding: 4px 0 4px 22px;
  margin: 26px 0 20px;
  color: var(--teal) !important;
  font-family: Georgia,serif;
  font-size: 20px !important;
  line-height: 1.45;
	letter-spacing: -0.5px;
}

.about-copy .about-signoff {
  font-weight: 800;
  color: var(--ink) !important;
	letter-spacing: -0.5px;
}

/* Services */

.services {
  background: var(--mint-soft);
}



.services .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.services .section-head {
  grid-template-columns: 1.35fr .55fr;
  gap: 80px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 430px;
  padding: 28px 26px;
	align-items: center;
  border-radius: 26px;
  background: var(--dark);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  transition: .32s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(181,233,222,.14);
  right: -90px;
  top: -100px;
  transition: .35s ease;
  opacity: 1;
}

.service-card:hover {
  transform: translateY(-8px);
  background: var(--teal);
  box-shadow: 0 24px 50px rgba(0,71,73,.18);
}

.service-card:hover::before {
  transform: scale(1.2);
}

.service-number {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  color: var(--mint);
  position: relative;
  z-index: 1;
}

.service-icon {
  width: 76px;
  height: 76px;
  margin: 44px 0 15px;
  border-radius: 24px;
 
  display: grid;
  place-items: center;
  color: var(--dark);
  position: relative;
  z-index: 1;
}

.service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon i {
  display: block;
  font-size: 70px;
  line-height: 1;
  color: var(--white);
}

.service-icon i::before {
  margin: 0;
  font-size: inherit;
}

.service-card h3 {
  font-family: Georgia,serif;
	text-align: center;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
  color: #fff;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  margin: 0;
	text-align: center;
	letter-spacing: -0.5px;
}

.service-tag {
  margin-top: auto;
  padding-top: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--mint);
}

/* Clinic */

.clinic {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.clinic::before {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: var(--mint-soft);
  opacity: .72;
}

.clinic-grid {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.clinic-copy h2 {
  font-size: clamp(46px,5vw,76px);
  max-width: 720px;
}

.clinic-copy>p:not(.kicker):not(.big-copy) {
  font-size: 16px;
  color: rgba(5,56,58,.68);
  max-width: 670px;
	letter-spacing: -0.5px;
	
}

.clinic-locations {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin: 34px 0 6px;
}

.clinic-location {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 9px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(220,245,239,.42);
}

.clinic-location>span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: var(--mint);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.clinic-location small {
    display: block;
    /* font-size: 9px; */
    /* font-weight: 900; */
    /* text-transform: uppercase; */
    /* letter-spacing: .12em; */
    color: rgba(0, 97, 100, .55);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.clinic-location strong {
  display: block;
  font-family: Georgia,serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.clinic-location p {
     margin: 5px 0 0;
    font-size: 16px;
    color: rgba(5, 56, 58, .62);
    letter-spacing: -0.5px;
}

.clinic-visual {
  position: relative;
  min-height: 670px;
  padding: 0 42px 54px 0;
}

.clinic-photo {
  position: absolute;
  inset: 0 42px 54px 0;
  border-radius: 34px;
  overflow: hidden;
  background: var(--mint-soft);
  box-shadow: 0 32px 75px rgba(0,75,77,.14);
}

.clinic-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 58%,rgba(0,68,69,.16));
}

.clinic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-note {
  position: absolute;
  z-index: 3;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,65,67,.16);
}

.clinic-note span {
  display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.clinic-note p {
  margin: 0;
  font-family: Georgia,serif;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.clinic-note-main {
  right: 0;
  bottom: 0;
  width: 310px;
  padding: 24px 26px;
  background: var(--teal);
  color: #fff;
}

.clinic-note-main span {
  color: var(--mint);
}

.clinic-note-main p {
  font-size: 16px;
}

.clinic-note-personal {
  left: -42px;
  top: 48px;
  width: 250px;
  padding: 20px 22px;
  background: var(--mint);
  color: var(--dark);
}

.clinic-note-personal span {
  color: var(--teal);
}

.clinic-note-personal p {
  font-size: 16px;
}

/* Clinic pricing */

.clinic-pricing {
  background: var(--mint-soft);
}

.clinic-pricing-head {
  margin-bottom: 42px;
}


/* Clinic availability */

.clinic-availability {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,97,100,.1);
  box-shadow: 0 14px 38px rgba(0,74,76,.05);
}

.clinic-availability-title span {
  font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: var(--teal);
}

.clinic-availability-location {
  display: flex;
  align-items: center;
  gap: 12px;
}

.clinic-availability-location small {
  display: block;
  margin-bottom: 3px;
  
  text-transform: uppercase;
 font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
  color: rgba(0,97,100,.52);
}

.clinic-availability-location strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--ink);
}

.clinic-dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(0,97,100,.1);
}


/* Treatment cards */

.clinic-pricing .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.clinic-pricing .section-head {
  grid-template-columns: 1.25fr .55fr;
  gap: 90px;
}

.clinic-treatment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.clinic-treatment-card {
  position: relative;
  min-height: 350px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(0,97,100,.1);
  box-shadow: 0 20px 48px rgba(0,74,76,.07);
  transition: .3s ease;
}

.clinic-treatment-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -105px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: var(--mint-soft);
  opacity: .85;
  transition: .35s ease;
}

.clinic-treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(0,74,76,.12);
}

.clinic-treatment-card:hover::before {
  transform: scale(1.12);
}

.clinic-treatment-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.clinic-treatment-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
 
  color: var(--teal);
  font-size: 16px;
    font-weight: 700;
    letter-spacing: 00.5px;
}

.clinic-treatment-number i {
  display: block;
  font-size: 55px;
  line-height: 1;
  color: inherit;
}

.clinic-treatment-number i::before {
  margin: 0;
  font-size: inherit;
}

.clinic-treatment-price {
  text-align: right;
}

.clinic-treatment-price strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.035em;
  color: var(--teal);
}

.clinic-treatment-price span {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(5,56,58,.48);
}

.clinic-treatment-category {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  
  text-transform: uppercase;
  font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
  color: var(--teal);
}

.clinic-treatment-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--ink);
}

.clinic-treatment-card > p:not(.clinic-treatment-category) {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
	letter-spacing: -0.5px;
  color: rgba(5,56,58,.66);
}

.clinic-treatment-note {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  
  text-transform: uppercase;
 font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
  color: var(--teal);
}


/* Featured general sports massage */

.clinic-treatment-featured {
  background: var(--dark);
  color: #fff;
  border-color: rgba(255,255,255,.08);
}

.clinic-treatment-featured::before {
  background: rgba(181,233,222,.12);
}

.clinic-treatment-featured .clinic-treatment-number {
 
  color: var(--mint);
}

.clinic-treatment-featured .clinic-treatment-price strong {
  color: var(--mint);
}

.clinic-treatment-featured .clinic-treatment-price span {
  color: rgba(255,255,255,.5);
}

.clinic-treatment-featured .clinic-treatment-category {
  color: var(--mint);
}

.clinic-treatment-featured h3 {
  color: #fff;
}

.clinic-treatment-featured > p:not(.clinic-treatment-category) {
  color: #ffffff;
}

.clinic-treatment-featured .clinic-treatment-note {
  color: var(--mint);
}


/* Bottom link */

.clinic-price-link {
  margin-top: 30px;
}

/* Gallery */

.gallery {
  background: var(--dark);
  color: #fff;
}

.kicker-light {
  color: var(--mint);
}

.gallery-head>p {
  color: rgba(255,255,255,.62);
}

.gallery .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.gallery .section-head {
  grid-template-columns: 1.25fr .55fr;
  gap: 90px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr .78fr .78fr;
  grid-template-rows: 320px 290px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0e5253;
  cursor: default;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s cubic-bezier(.2,.75,.2,1);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 50%,rgba(0,41,42,.72));
  pointer-events: none;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-one {
  grid-row: 1/3;
}

.gallery-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  text-transform: uppercase;
  font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.gallery-label b {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  transition: .25s;
}

.gallery-item:hover .gallery-label b {
  background: var(--mint);
  color: var(--teal);
  transform: rotate(8deg);
}

.gallery-quote,
.gallery-stat
{
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.gallery-stat {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--dark);
  justify-content: flex-end;
  border: 1px solid rgba(0,97,100,.08);
  box-shadow: 0 18px 45px rgba(0,74,76,.07);
}

.gallery-stat::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -65px;
  top: -85px;
  border-radius: 50%;
  background: var(--mint-soft);
  opacity: .9;
}

.gallery-stat::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: 38px;
  top: 24px;
  border-radius: 50%;
  background: rgba(181,233,222,.34);
}

.gallery-stat > span,
.gallery-stat > strong,
.gallery-stat > p {
  position: relative;
  z-index: 1;
}

.gallery-quote {
  background: var(--mint);
  color: var(--dark);
}

.quote-mark {
  font-family: Georgia,serif;
  font-size: 70px;
  line-height: .7;
  opacity: .38;
}

.gallery-quote p {
  font-family: Georgia,serif;
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 18px 0 auto;
}

.gallery-quote small {
  font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
  margin-top: 22px;
}

.gallery-stat {
  background: #fff;
  color: var(--dark);
  justify-content: flex-end;
}

.gallery-stat>span {
  font-family: Georgia,serif;
  font-size: 70px;
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--teal);
}

.gallery-stat strong {
  font-family: Georgia,serif;
  font-size: 24px;
  font-weight: 500;
  margin: 8px 0;
}

.gallery-stat p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(5,56,58,.6);
  margin: 0;
	letter-spacing: -0.5px;
}

/* Why */

.why {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.why::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--mint-soft);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 100px;
  position: relative;
  z-index: 1;
}

.why-copy .big-copy {
  max-width: 650px;
}

.why-list {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.why-list span i {
  display: block;
  font-size: 55px;
  line-height: 1;
  color: var(--teal);
}

.why-list span i::before {
  margin: 0;
  font-size: inherit;
}

.why-list > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.why-list span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
  color: var(--teal);
}

.why-list p {
  margin: 0;
  font-size: 15px;
  color: rgba(5,56,58,.68);
}

.why-list strong {
  color: var(--ink);
}

.testimonial-stack {
  position: relative;
  padding-top: 46px;
  min-height: 620px;
}

.testimonial-card {
  border-radius: 28px;
  padding: 38px;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 35px 75px rgba(0,63,64,.17);
}

.testimonial-main {
  position: absolute;
  left: 0;
  top: 20px;
  width: 88%;
  min-height: 430px;
  z-index: 1;
}

.testimonial-small {
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 76%;
  background: var(--mint);
  color: var(--dark);
  transform: rotate(2.4deg);
  z-index: 3;
}

.stars {
  color: var(--mint);
  letter-spacing: .13em;
  font-size: 13px;
  margin-bottom: 54px;
}

.testimonial-card blockquote {
  font-family: Georgia,serif;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -.025em;
  margin: 0;
}

.testimonial-small blockquote {
  font-size: 22px;
}

.person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
}

.person>span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.14);
  font-weight: 900;
  font-size: 12px;
}

.testimonial-small .person>span {
  background: rgba(0,97,100,.12);
}

.person strong,
.person small
{
  display: block;
}

.person strong {
  font-size: 13px;
}

.person small {
  font-size: 10px;
  opacity: .68;
  margin-top: 1px;
}

/* Pricing */

.pricing {
  background: var(--dark);
  color: #fff;
}

.pricing-head>p {
  color: rgba(255,255,255,.62);
}

.pricing .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.pricing .section-head {
  grid-template-columns: 1.2fr .6fr;
  gap: 90px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  min-height: 480px;
  transition: .3s ease;
}

.price-card:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.09);
  border-color: rgba(181,233,222,.35);
}

.price-card.featured {
  background: var(--mint);
  color: var(--dark);
  border-color: var(--mint);
  transform: none;
}

.price-card.featured:hover {
  transform: translateY(-19px);
}

.popular {
  position: absolute;
  top: 12px;
  right: 16px;
  background: var(--teal);
  color: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
}

.price-top span {
  font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.price-top p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  
}

.price-card h3 {
  font-family: Georgia,serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 26px 0 18px;
}

.price {
  font-family: Georgia,serif;
  font-size: 70px;
  line-height: .9;
  letter-spacing: -.05em;
}

.price>span {
  font-size: 25px;
  vertical-align: top;
  position: relative;
  top: 8px;
  margin-right: 2px;
}

.price-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
 
  margin: 14px 0 18px;
}

.price-card ul {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.price-card.featured ul {
  border-color: rgba(0,97,100,.15);
}

.price-card li {
  font-size: 16px;
  padding: 7px 0 7px 18px;
  position: relative;
 letter-spacing: -0.5px;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mint);
  font-weight: 900;
}

.price-card.featured li::before {
  color: var(--teal);
}

.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.pricing-item .price-card {
  width: 100%;
  flex: 1;
}

.price-btn {
  width: 100%;
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 22px;

  border: 2px solid rgba(255,255,255,.24);
  border-radius: 999px;

  background: var(--teal);
  color: #fff;

  font-size: 16px;
  font-weight: 600;
  line-height: 1;
	letter-spacing: -0.5px;

  text-transform: uppercase;

  box-shadow:
    0 6px 0 rgba(0,49,50,.22),
    0 14px 28px rgba(0,0,0,.16);

  cursor: pointer;

  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.price-btn span {
  transition: transform .25s ease;
}

.price-btn b {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border-radius: 50%;

  background: rgba(255,255,255,.14);

  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  transition:
    transform .25s ease,
    background .25s ease;
}

.price-btn:hover {
  background: var(--teal-mid);

  border-color: rgba(255,255,255,.42);

  transform: translateY(-3px);

  box-shadow:
    0 8px 0 rgba(0,49,50,.2),
    0 18px 34px rgba(0,0,0,.2);
}

.price-btn:hover span {
  transform: translateX(3px);
}

.price-btn:hover b {
  background: rgba(255,255,255,.24);

  transform: translate(2px,-2px);
}

.price-btn:active {
  transform: translateY(2px);

  box-shadow:
    0 3px 0 rgba(0,49,50,.2),
    0 8px 16px rgba(0,0,0,.14);
}


/* Featured package button */

.pricing-item-featured .price-btn {
  background: var(--mint);
  color: var(--dark);

  border-color: rgba(0,97,100,.22);

  box-shadow:
    0 6px 0 rgba(0,97,100,.16),
    0 14px 28px rgba(0,0,0,.12);
}

.pricing-item-featured .price-btn b {
  background: rgba(0,97,100,.12);
}

.pricing-item-featured .price-btn:hover {
  background: #fff;

  border-color: rgba(0,97,100,.36);

  box-shadow:
    0 8px 0 rgba(0,97,100,.14),
    0 18px 34px rgba(0,0,0,.16);
}

.pricing-item-featured .price-btn:hover b {
  background: rgba(0,97,100,.18);
}
.strategic-strip {
  margin-top: 28px;
  background: #fff;
  color: var(--dark);
  border-radius: 24px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
}

.strategic-strip>div:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

.strategic-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  
  font-size: 28px;
  font-weight: 300;
  color: var(--teal);
}

.strategic-icon i {
  display: block;
  font-size: 55px;
  line-height: 1;
  color: var(--teal);
}

.strategic-icon i::before {
  margin: 0;
  font-size: inherit;
}

.strategic-strip strong {
  font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.strategic-strip p {
  font-size: 16px;
    color: rgba(5, 56, 58, .62);
    margin: 3px 0 0;
    letter-spacing: -0.5px;
}

.strategic-price {
  text-align: right;
}

.strategic-price span,
.strategic-price small {
    display: block;
    /* font-size: 10px; */
    /* text-transform: uppercase; */
    /* font-weight: 900; */
    /* letter-spacing: .08em; */
    color: rgba(5, 56, 58, .48);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.strategic-price strong {
  font-size: 70px;
    line-height: .9;
    letter-spacing: -.05em;
}

/* Contact */

/* Contact */

.contact {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  left: -260px;
  bottom: -300px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: var(--mint-soft);
  opacity: .42;
  pointer-events: none;
}

.contact-grid {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}


/* Contact copy */

.contact-copy {
  width: 100%;
  max-width: none;
  padding-top: 4px;
}

.contact-copy h2 {
  max-width: 600px;
}

.contact-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(5,56,58,.68);
}


/* Contact details */

.contact-options {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.contact-options > a,
.contact-options > div {
  min-height: 62px;
  display: grid;
  grid-template-columns: 100px 1fr 24px;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.contact-options > a {
  transition: .25s ease;
}

.contact-options > a:hover {
  padding-left: 8px;
}

.contact-options span {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(0,97,100,.58);
}

.contact-options strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
}

.contact-options b {
  justify-self: end;
  font-size: 13px;
  color: var(--teal);
  font-weight: 500;
}


/* Elfsight contact form */

.contact-form-widget {
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.contact-form-shell {
  position: relative;
  width: 100%;
  padding: 38px 40px;
  border-radius: 30px;
  background: var(--teal);
  box-shadow: 0 28px 70px rgba(0,74,76,.15);
  overflow: hidden;
}

.contact-form-shell::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -130px;
  border-radius: 50%;
  background: rgba(181,233,222,.08);
  pointer-events: none;
}

.contact-form-shell::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: 70px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(181,233,222,.05);
  pointer-events: none;
}

.contact-form-shell > script {
  display: none;
}

.contact-form-shell > div {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

.contact-form-shell [class*="elfsight-app"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}


/* Contact responsive */

@media (max-width: 1050px) {

  .contact-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
  }

  .contact-form-shell {
    padding: 32px;
  }

}


@media (max-width: 900px) {

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .contact-copy {
    max-width: 720px;
  }

  .contact-copy h2 {
    max-width: 680px;
  }

  .contact-copy > p:not(.kicker) {
    max-width: 680px;
  }

  .contact-form-widget {
    width: 100%;
  }

}


@media (max-width: 700px) {

  .contact-grid {
    width: calc(100% - 36px);
    gap: 42px;
  }

  .contact-copy > p:not(.kicker) {
    margin-top: 24px;
    font-size: 15px;
  }

  .contact-options {
    margin-top: 34px;
  }

  .contact-options > a,
  .contact-options > div {
    grid-template-columns: 82px 1fr 20px;
    min-height: 66px;
  }

  .contact-options strong {
    font-size: 12px;
  }

  .contact-form-shell {
    padding: 24px 18px;
    border-radius: 24px;
  }

}


@media (max-width: 440px) {

  .contact-options > a,
  .contact-options > div {
    grid-template-columns: 1fr 22px;
    gap: 5px 10px;
    padding: 14px 0;
  }

  .contact-options span {
    grid-column: 1;
    font-size: 8px;
  }

  .contact-options strong {

    grid-column: 1;
    font-size: 12px;
  }

  .contact-options b {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }

  .contact-form-shell {
    padding: 20px 14px;
    border-radius: 22px;
  }

}


/* Instagram */

.instagram-section {
  position: relative;
  overflow: hidden;
  background: var(--mint);
  border-top: 1px solid rgba(0,97,100,.08);
  padding-bottom: 0;
}

.instagram-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  box-shadow:
    0 0 0 70px rgba(255,255,255,.08),
    0 0 0 140px rgba(255,255,255,.045);
  pointer-events: none;
}

.instagram-section .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.instagram-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 54px;
}

.instagram-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px,5vw,76px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
}

.instagram-intro-copy {
  max-width: 520px;
  padding-bottom: 4px;
}

.instagram-intro-copy > p:first-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(5,56,58,.7);
}

.instagram-tagline {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0,97,100,.16);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(5,56,58,.62);
}

.instagram-tagline strong {
  color: var(--dark);
  font-weight: 900;
}

.instagram-feed-full {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.instagram-feed-full > div {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.instagram-feed-full [class*="elfsight-app"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}


/* Instagram responsive */

@media (max-width: 900px) {

  .instagram-head {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 42px;
  }

  .instagram-intro-copy {
    max-width: 680px;
  }

}


@media (max-width: 700px) {

  .instagram-section {
    padding-bottom: 0;
  }

  .instagram-section .section-shell {
    width: calc(100% - 36px);
  }

  .instagram-head {
    gap: 26px;
    margin-bottom: 36px;
  }

  .instagram-head h2 {
    font-size: clamp(42px,12vw,58px);
  }

  .instagram-intro-copy > p:first-child {
    font-size: 15px;
  }

  .instagram-tagline {
    margin-top: 18px;
    padding-top: 16px;
    font-size: 13px;
  }

  .instagram-feed-full {
    width: 100%;
    margin: 0;
    padding: 0;
  }

}

.footer-ticker {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
}


/* Final CTA + footer */

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
  padding: 92px 0;
}

.final-cta-inner {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.final-cta-copy {
  position: relative;
  z-index: 2;
}

.final-cta-copy > p {
  margin: 0 0 12px;
  font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  color: var(--mint);
}

.final-cta h2 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.05em;
  color: #fff;
}


/* Faded image from the left */

.final-cta-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  z-index: 0;
  background-image: url("../images/hero/relax-overlay.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: .16;
  filter: grayscale(100%) saturate(.5);
  pointer-events: none;

  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,.85) 30%,
    rgba(0,0,0,.42) 65%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,.85) 30%,
    rgba(0,0,0,.42) 65%,
    rgba(0,0,0,0) 100%
  );
}


/* Book a visit button */

.final-cta-button {
  min-width: 165px;
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,255,255,.9);
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  transition: .28s ease;
}

.final-cta-button:hover {
  background: var(--mint);
  border-color: var(--mint);
  transform: translateY(-2px);
}

.round-link {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .08em;
  transition: .3s;
  box-shadow: 0 18px 40px rgba(0,97,100,.18);
}

.round-link b {
  font-size: 18px;
  font-weight: 500;
  transition: .25s;
}

.round-link:hover {
  transform: rotate(-5deg) scale(1.04);
  background: var(--dark);
}

.round-link:hover b {
  transform: translate(2px,-2px);
}

.site-footer {
  background: #032f30;
  color: #fff;
  padding: 34px 0 18px;
}

.site-footer .section-shell {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 110px minmax(260px,430px) 1fr;
  gap: 36px;
  align-items: center;
}

.footer-brand {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 110px minmax(260px,430px);
  gap: 36px;
  align-items: center;
}

.footer-brand img {
  width: 82px;
  border-radius: 15px;
}

.footer-brand p {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255,255,255,.56);
  max-width: 430px;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2,max-content);
  gap: 9px 35px;
}

.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,.72);
}

.footer-links a:hover {
  color: var(--mint);
}

.footer-meta {
  grid-column: 3;
  justify-self: end;
  text-align: right;
}

.footer-meta p {
  margin: 0 0 8px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
}

.footer-meta a {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  margin-top: 26px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: rgba(255,255,255,.35);
}

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(2,37,38,.94);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(1000px,90vw);
  max-height: 84vh;
  border-radius: 22px;
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}

.lightbox-close {
  position: absolute;
  right: 28px;
  top: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
}

/* Reveal */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease,transform .75s cubic-bezier(.2,.75,.25,1);
  transition-delay: var(--delay,0ms);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width:1380px) {
  .primary-nav {
    gap: 20px;
  }

  .primary-nav a {
    font-size: 12.5px;
  }
}

@media (max-width:1180px) {
  :root {
    --shell: min(100% - 48px,1120px);
  }

  .primary-nav {
    gap: 16px;
  }

  .primary-nav a {
    font-size: 12px;
  }

  .nav-cta {
    padding: 12px 15px;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-image-wrap {
    height: min(560px, calc(100svh - 220px));
  }

  .brand-stamp {
    right: -8px;
  }

  .service-grid,
  .pricing-grid
  {
    grid-template-columns: repeat(2,1fr);
  }

  .price-card.featured {
    transform: none;
  }

  .price-card.featured:hover {
    transform: translateY(-7px);
  }

  .gallery-grid {
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 300px 250px 250px;
  }

  .gallery-one {
    grid-row: 1/3;
  }

  .gallery-four {
    grid-column: 1;
  }

  .gallery-stat {
    grid-column: 2;
  }

  .instagram-grid {
    grid-template-columns: repeat(3,1fr); /* instagram */
  }
}

@media (max-width:980px) {
  :root {
    --shell: calc(100% - 40px);
  }

  .section-pad {
    padding: 94px 0;
  }

  .site-header {
    padding: 12px 0;
  }

  .brand,
  .site-header.scrolled .brand
  {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .menu-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
  }

  .primary-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--cream);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 34px 40px;
  gap: 15px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: none;

  transition:
    opacity .28s ease,
    visibility 0s linear .28s;

  backdrop-filter: none;
}

.primary-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: none;

  transition:
    opacity .28s ease,
    visibility 0s linear 0s;
}

  .primary-nav a {
    font-family: Georgia,serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.03em;
  }

  .primary-nav .nav-cta {
    font-family: Inter,sans-serif;
    font-size: 14px;
    margin-top: 15px;
    padding: 16px 22px;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding: 130px 0 90px;
  }

  .hero-grid,
  .about-grid,
  .clinic-grid,
  .why-grid,
  .contact-grid
  {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    padding-top: 40px;
  }

  .hero h1 {
    font-size: clamp(54px,11vw,86px);
  }

  .hero-visual {
    max-width: 680px;
    margin: auto;
    width: 100%;
  }

  .hero-image-wrap {
    height: 660px;
  }

  .hero-scroll {
    display: none;
  }

  .about-media {
    min-height: 590px;
  }

  .about-copy {
    padding: 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-head>p {
    max-width: 680px;
  }

  .instagram-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .instagram-head>p {
    max-width: 680px;
  }

  .clinic-visual {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    min-height: 620px;
  }

  .clinic-pricing-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    gap: 20px;
  }

  .testimonial-stack {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .strategic-strip {
    grid-template-columns: 1fr auto;
  }

  .strategic-strip .btn {
    grid-column: 1/3;
  }

  .contact-grid {
    gap: 54px;
  }

  .final-cta-inner {
    grid-template-columns: 100px 1fr 100px;
    gap: 26px;
  }

  .final-cta img {
    width: 100px;
  }

  .round-link {
    width: 100px;
    height: 100px;
  }
}

@media (max-width:700px) {
	
	

  :root {
    --shell: calc(100% - 28px);
  }

  .section-pad {
    padding: 76px 0;
  }


  /* Mobile header */

  .site-header {
    overflow: visible;
  }

  .nav-shell {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
}

.menu-toggle {
  display: flex;
  position: fixed;
  top: 22px;
  right: 20px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0;
  transform: none;
  z-index: 1002;
}

.site-header.scrolled .menu-toggle {
  top: 20px;
}

  /* Hero */

  .hero {
    padding: 118px 0 90px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero h1 {
    font-size: clamp(35px,10vw,72px);
    line-height: .94;
  }

  .hero-lead {
    font-size: 17px;
    margin-top: 22px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .btn {
    min-height: 51px;
    padding: 0 19px;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin-top: 40px;
  }

  .hero-trust div {
    padding-right: 10px;
    margin-right: 10px;
  }

  .hero-trust strong {
    font-size: 21px;
  }

  .hero-trust span {
  display: block;

  width: 100%;
  min-width: 0;

  margin-top: 7px;

  font-size: 8px;
  font-weight: 800;
  line-height: 1.35;

  letter-spacing: .04em;
  text-transform: uppercase;

  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;

  text-align: center;

  color: rgba(5,56,58,.66);
}
	
	.hero-trust div {
  min-width: 0;
  overflow: hidden;

  padding-left: 8px;
  padding-right: 8px;
}

  .hero-visual {
    padding: 20px 0 18px;
  }

  .hero-image-wrap {
    height: 500px;
    border-radius: 42% 42% 24px 24px;
  }

  .float-card {
    padding: 12px 13px;
    max-width: 190px;
  }

  .float-card-top {
    top: 56px;
    left: -4px;
  }

  .float-card-bottom {
    right: -4px;
    bottom: 26px;
  }

  .float-card strong {
    font-size: 12px;
  }

  .float-card small {
    font-size: 9px;
  }

  .brand-stamp {
    display: none;
  }


  /* Section headings */

  .section-head h2,
  .about-copy h2,
  .clinic-copy h2,
  .why-copy h2,
  .contact-copy h2 {
    font-size: clamp(42px,13vw,58px);
  }

  .section-head {
    margin-bottom: 42px;
  }

  .big-copy {
    font-size: 19px;
  }


  /* About */

/* About */

.about-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 42px;
}

.about-copy {
  order: 1;
  width: 100%;
}

.about-media {
  order: 2;
  position: relative;
  width: 100%;
  min-height: 500px;
}

.about-photo {
  left: 0;
  right: 38px;
  top: 0;
  bottom: 0;
}

.about-card {
  width: 220px;
  padding: 19px;
  bottom: 24px;
}
	
	.about-copy .btn {
  width: 100%;
  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 16px;

  font-size: 12px;
  white-space: nowrap;

  text-align: center;
}

	/* Corporate Massage section */

.services .section-head {
  display: block;
  width: 100%;
}

.services .section-head > div {
  width: 100%;
}

.services .section-head > p {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.services .section-head h2 {
  width: 100%;
}
	
	/* Corporate Pricing heading */

.pricing .pricing-head {
  display: block;
  width: 100%;
}

.pricing .pricing-head > div {
  width: 100%;
}

.pricing .pricing-head > p {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.pricing .pricing-head h2 {
  width: 100%;
}

  /* Clinic */

  .clinic-locations {
    grid-template-columns: 1fr;
  }

  .clinic-visual {
    min-height: 540px;
    padding: 0 20px 42px 0;
  }

  .clinic-photo {
    inset: 0 20px 42px 0;
  }

  .clinic-note-personal {
    left: -4px;
    top: 28px;
    width: 220px;
  }

  .clinic-note-main {
    width: min(300px,88%);
  }

  .clinic-price-card {
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 22px;
  }

  .clinic-price-number {
    width: 46px;
    height: 46px;
  }

  .clinic-price-placeholder {
    grid-column: 2;
    justify-self: start;
  }
	
	/* Clinic Pricing heading */

.clinic-pricing-head {
  display: block;
  width: 100%;
}

.clinic-pricing-head > div {
  width: 100%;
}

.clinic-pricing-head > p {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.clinic-pricing-head h2 {
  width: 100%;
}
	
	.clinic-pricing .section-shell > .btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
}
	
	.strategic-strip .btn {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}
	
	.clinic-copy > .btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;

  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;

  text-align: center;
  white-space: nowrap;
}
	
	.clinic-pricing .section-shell > .btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;

  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;

  text-align: center;
  white-space: nowrap;
}


  /* Services and pricing */

  .service-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 360px;
  }

  .service-icon {
    margin: 32px 0 28px;
  }


  /* Gallery */
	
	/* Gallery heading */

.gallery .gallery-head {
  display: block;
  width: 100%;
}

.gallery .gallery-head > div {
  width: 100%;
}

.gallery .gallery-head > p {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.gallery .gallery-head h2 {
  width: 100%;
}

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 210px 260px 220px;
    gap: 10px;
  }

  .gallery-one {
    grid-column: 1/3;
    grid-row: auto;
  }

  .gallery-two {
    grid-column: 1;
  }

  .gallery-quote {
    grid-column: 2;
  }

  .gallery-three {
    grid-column: 1/3;
  }

  .gallery-four {
    grid-column: 1;
  }

  .gallery-stat {
    grid-column: 2;
  }

  .gallery-quote,
  .gallery-stat {
    padding: 20px;
  }

  .gallery-quote p {
    font-size: 20px;
  }

  .gallery-stat > span {
    font-size: 46px;
  }

  .gallery-stat strong {
    font-size: 17px;
  }


  /* Testimonials */

  .testimonial-stack {
    min-height: 590px;
  }

  .testimonial-main {
    width: 94%;
    padding: 28px;
    min-height: 410px;
  }

  .testimonial-card blockquote {
    font-size: 26px;
  }

  .testimonial-small {
    width: 82%;
    padding: 24px;
  }

  .testimonial-small blockquote {
    font-size: 19px;
  }


  /* Pricing */

  .price-card {
    min-height: 440px;
  }

  .strategic-strip {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strategic-price {
    text-align: left;
    padding-left: 68px;
  }

  .strategic-strip .btn {
    grid-column: auto;
  }
	
	/* Final CTA mobile */

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.final-cta-copy {
  width: 100%;
}

.final-cta h2 {
  text-align: center;
}

.final-cta-copy > p {
  text-align: center;
}

.final-cta h2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.final-cta h2 span {
  display: block;
}
	
	
.final-cta-button {
  display: flex;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;

  align-items: center;
  justify-content: center;

  min-height: 52px;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;

  text-align: center;
  white-space: nowrap;
}
	
	.instagram-section {
  padding-bottom: 0 !important;
}


  /* Form */

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-form {
    padding: 28px 20px;
  }

  .form-head {
    display: block;
  }

  .form-head small {
    display: block;
    margin-top: 5px;
  }

 /* Contact phone + email */

.contact-options > .contact-option-link {
  display: flex !important;
  align-items: center !important;

  width: 100%;

  min-height: 68px;

  gap: 14px;

  padding: 8px 0;
}

.contact-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 40px;
}

.contact-option-icon i {
  font-size: 34px;
  line-height: 1;
}

.contact-option-link strong {
  flex: 1;

  font-size: 16px;
  line-height: 1.2;

  white-space: nowrap;
}

.contact-option-link b {
  flex: 0 0 auto;
  margin-left: auto;
}
	
	/* Contact form mobile */

.contact-form-widget {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

.contact-form-shell {
  width: 100% !important;
  box-sizing: border-box !important;

  padding: 36px 18px 40px !important;

  border-radius: 0 !important;
  box-shadow: none !important;
}


  /* Final CTA */

  .final-cta {
    padding: 60px 0;
  }

  .final-cta-inner {
    grid-template-columns: 70px 1fr;
    gap: 18px;
  }

  .final-cta img {
    width: 70px;
  }

  .round-link {
    grid-column: 1/3;
    width: 100%;
    height: 58px;
    border-radius: 999px;
    margin-top: 12px;
  }

  .round-link span br {
    display: none;
  }

  .round-link span::after {
    content: " NOW";
  }


  /* Instagram */

  .instagram-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
  }

  .instagram-card {
    border-radius: 16px;
  }

  .instagram-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .instagram-follow {
    width: 100%;
  }


  /* Footer */

  .site-footer {
    padding: 30px 0 18px;
  }

  .footer-grid {
    grid-template-columns: 72px 1fr;
    gap: 20px;
  }

  .footer-brand {
    grid-column: 1 / 3;
    grid-template-columns: 72px 1fr;
    gap: 20px;
  }

  .footer-brand img {
    width: 72px;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-meta {
    grid-column: 1 / 3;
    justify-self: start;
    text-align: left;
    margin-top: 2px;
  }

  .footer-bottom {
    display: block;
    margin-top: 22px;
  }

  .footer-bottom span {
    display: block;
    margin-top: 6px;
  }


  /* Lightbox */

  .lightbox {
    padding: 20px;
  }

  .lightbox-close {
    right: 14px;
    top: 14px;
  }

}

@media (max-width:440px) {
  .hero-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-trust div {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .hero-trust span {
    font-size: 9px;
  }

  .hero-image-wrap {
    height: 440px;
  }

  .float-card-bottom {
    display: none;
  }

  .clinic-visual {
    min-height: 500px;
    padding-right: 0;
  }

  .clinic-photo {
    inset: 0 0 56px 0;
  }

  .clinic-note-personal {
    display: none;
  }

  .clinic-note-main {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .gallery-item {
    height: 300px;
  }

  .gallery-quote,
  .gallery-stat
  {
    min-height: 210px;
  }

  .instagram-head {
    margin-bottom: 32px;
  }

  .instagram-card-icon {
    width: 30px;
    height: 30px;
    right: 9px;
    top: 9px;
    font-size: 17px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: 1;
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .footer-brand img {
    width: 64px;
  }

  .footer-meta {
    grid-column: 1;
  }

  .footer-links {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .marquee-track {
    animation: none;
  }

  .gallery-item img,
  .btn,
  .service-card,
  .hero-slide
  {
    transition: none;
  }
}

.float-card strong,
.brand-stamp {
  font-family: Georgia, "Times New Roman", serif;
}

.float-card strong {
  display: block;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: -0.5px;
}

.brand-stamp {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
}

.hero-soft-photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  z-index: 0;
  background-image: url("../images/hero/relax-overlay.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: .48;
  pointer-events: none;
  filter: saturate(.7);
  -webkit-mask-image:
    linear-gradient(
      to right,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.8) 35%,
      rgba(0,0,0,.35) 70%,
      rgba(0,0,0,0) 100%
    );
  mask-image:
    linear-gradient(
      to right,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.8) 35%,
      rgba(0,0,0,.35) 70%,
      rgba(0,0,0,0) 100%
    );
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 20px;
}

@media (max-width: 700px) {

  .clinic-availability {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .clinic-treatment-grid {
    grid-template-columns: 1fr;
  }

  .clinic-treatment-card {
    min-height: 320px;
    padding: 26px;
  }

  .clinic-treatment-price strong {
    font-size: 32px;
  }

}

.mini-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mini-icon i {
  display: block;
  font-size: 55px;
  line-height: 1;
  color: var(--teal);
}

.mini-icon i::before {
  margin: 0;
  font-size: inherit;
}

.why-grid {
  width: min(1380px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Contact options */

.contact-options {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.contact-options > .contact-option-link {
  min-height: 74px;
  display: grid;
  grid-template-columns: 70px 1fr 24px;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: .28s ease;
}

.contact-option-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--teal);
}

.contact-option-icon i {
  display: block;
  font-size: 55px;
  line-height: 1;
  color: var(--teal);
}

.contact-option-icon i::before {
  margin: 0;
  font-size: inherit;
}

.contact-option-link strong {
  position: relative;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
}

.contact-option-link strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: var(--teal);
  transition: width .28s ease;
}

.contact-option-link:hover strong::after {
  width: 100%;
}

.contact-option-link b {
  justify-self: end;
  font-size: 13px;
  font-weight: 500;
  color: var(--teal);
  transition: transform .28s ease;
}

.contact-option-link:hover b {
  transform: translate(3px,-2px);
}


/* Coverage */

.contact-options .contact-coverage {
  display: block;
  min-height: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.contact-coverage p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(5,56,58,.68);
}

.contact-coverage strong {
  font-size: inherit;
  color: var(--dark);
  font-weight: 800;
}


/* Responsive */

@media (max-width: 700px) {

  .contact-options {
    margin-top: 34px;
  }

  .contact-options > .contact-option-link {
    grid-template-columns: 58px 1fr 20px;
    min-height: 70px;
  }

  .contact-option-icon i {
    font-size: 30px;
  }

  .contact-option-link strong {
    font-size: 20px;
  }

  .contact-coverage p {
    font-size: 12px;
  }
	
	/* Mobile header transparent over hero */

.site-header:not(.scrolled) {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header:not(.scrolled) .nav-shell {
  background: transparent !important;
  box-shadow: none !important;
}


/* Keep solid header once scrolling */

.site-header.scrolled {
  background: #B6E8DE !important;
  border-bottom: 1px solid rgba(0,97,100,.09) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

}





  @media (max-width:700px) {

  .contact-bottom {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-top: 14px;

    display: block;

    font-size: 9px;
    line-height: 1.5;

    text-align: center;
  }

  .contact-bottom span {
    display: block;
    text-align: center;
  }

  .contact-bottom span:last-child {
    margin-top: 6px;
    text-align: center;
  }

}



.contact.section-pad {
  padding-bottom: 24px;
}

/* Testimonials */

.testimonial-stack {
  position: relative;
  width: 100%;
  padding-top: 20px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-card {
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 35px 75px rgba(0,63,64,.17);
}

.testimonial-main {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 88%;
  min-height: 300px;
  background: var(--teal);
  color: #fff;
  z-index: 2;
}

.testimonial-main-elfsight {
  overflow: hidden;
}

.testimonial-main-elfsight [class*="elfsight-app"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.testimonial-small {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 88%;
  margin-top: 20px;
  margin-left: 0;
  padding: 38px;
  background: var(--mint);
  color: var(--dark);
  transform: none;
  z-index: 1;
}

.stars {
  color: var(--mint);
  letter-spacing: .13em;
  font-size: 13px;
  margin-bottom: 54px;
}

.testimonial-card blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -.025em;
  margin: 0;
}

.testimonial-small blockquote {
  font-size: 22px;
}

.person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
}

.person > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.14);
  font-weight: 900;
  font-size: 12px;
}

.testimonial-small .person > span {
  background: rgba(0,97,100,.12);
}

.person strong,
.person small {
  display: block;
}

.person strong {
  font-size: 13px;
}

.person small {
  font-size: 10px;
  opacity: .68;
  margin-top: 1px;
}


/* Testimonials - tablet */

@media (max-width: 980px) {

  .testimonial-stack {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
  }

  .testimonial-main {
    width: 94%;
    min-height: 410px;
    padding: 28px;
  }

  .testimonial-card blockquote {
    font-size: 26px;
  }

  .testimonial-small {
    width: 94%;
  margin-left: 0;
    margin-top: 18px;
    padding: 24px;
  }

  .testimonial-small blockquote {
    font-size: 19px;
  }

}


/* Testimonials - mobile */

@media (max-width: 700px) {

  .testimonial-stack {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .testimonial-main {
    width: 100%;
    min-height: 0;
    padding: 24px;
  }

  .testimonial-card blockquote {
    font-size: 23px;
  }

  .testimonial-small {
    width: 100%;
  margin-left: 0;
    margin-top: 18px;
    
    padding: 22px;
    transform: none;
  }

  .testimonial-small blockquote {
    font-size: 18px;
  }

  .person {
    margin-top: 28px;
  }

}

/* Final mobile header */

@media screen and (max-width:700px) {

  .site-header,
  .site-header.scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 92px !important;
    min-height: 92px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #B6E8DE !important;

    border-bottom: 1px solid rgba(0,97,100,.09) !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    transform: none !important;

    overflow: visible !important;

    z-index: 1000 !important;
  }

  .nav-shell {
    position: relative !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 92px !important;
    min-height: 92px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
  }

  .brand,
  .site-header.scrolled .brand {
    position: absolute !important;

    top: 12px !important;
    left: 24px !important;

    width: 68px !important;
    height: 68px !important;

    min-width: 68px !important;
    min-height: 68px !important;

    margin: 0 !important;
  }

  .brand-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .menu-toggle,
  .site-header.scrolled .menu-toggle {
    display: flex !important;

    position: absolute !important;

    top: 22px !important;
    right: 42px !important;
    left: auto !important;

    width: 48px !important;
    height: 48px !important;

    min-width: 48px !important;
    min-height: 48px !important;

    max-width: 48px !important;
    max-height: 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    background: var(--teal) !important;

    z-index: 1002 !important;
  }

}

/* MOBILE HERO FULL-SCREEN SLIDESHOW */

@media screen and (max-width:700px) {

  /*
   * Remove the existing static faded hero image.
   * The slideshow will replace it.
   */

  .hero-soft-photo {
    display: none !important;
  }

	@media (max-width:700px) {

  .hero-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    flex: 1;
    min-width: 0;
    min-height: 46px;
    padding: 0 10px;
    font-size: 11px;
    white-space: nowrap;
  }

}

  /*
   * Allow the existing hero visual to position
   * itself against the whole hero instead of
   * remaining inside the grid column.
   */

  .hero-grid {
    position: static !important;
  }


  /*
   * Turn the existing desktop slideshow into
   * a full hero background on mobile.
   */

  .hero-visual {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    max-width: none !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 0 !important;

    pointer-events: none;
  }


  /*
   * Remove the shaped image container.
   */

  .hero-image-wrap {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    min-height: 100% !important;

    border-radius: 0 !important;
    box-shadow: none !important;

    overflow: hidden !important;

    background: transparent !important;
  }


  /*
   * Slideshow images now fill the entire hero.
   */

  .hero-slide {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    opacity: 0;

    filter:
      saturate(.75)
      contrast(.92);

    transform: scale(1.04);

    transition:
      opacity 1.6s ease-in-out,
      transform 6s ease !important;
  }


  .hero-slide.active {
    opacity: .52 !important;
    transform: scale(1) !important;
  }


  /*
   * Blend the photography back into the
   * mint/cream hero colours.
   */

  .image-wash {
  position: absolute !important;
  inset: 0 !important;

  z-index: 2 !important;

  background:
    linear-gradient(
      180deg,
      rgba(247,251,249,.24) 0%,
      rgba(238,250,246,.22) 28%,
      rgba(217,242,236,.32) 62%,
      rgba(181,233,222,.48) 100%
    ),
    linear-gradient(
      90deg,
      rgba(247,251,249,.24) 0%,
      rgba(220,245,239,.10) 48%,
      rgba(181,233,222,.24) 100%
    ) !important;

  mix-blend-mode: normal !important;
  pointer-events: none;
}


  /*
   * Remove the desktop overlays.
   */

  .hero-visual .float-card,
  .hero-visual .brand-stamp {
    display: none !important;
  }


  /*
   * Keep all hero wording and buttons above
   * the slideshow.
   */

  .hero-copy {
    position: relative !important;
    z-index: 4 !important;
  }


  /*
   * Keep decorative hero circles behind
   * the wording but over the photography.
   */

  .hero-orb {
    z-index: 2 !important;
  }

}

/* MOBILE HERO STATS - COMPACT */

@media screen and (max-width:700px) {

  .hero {
    padding-bottom: 42px !important;
  }

  .hero-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  width: 100% !important;

  gap: 0 !important;

  margin-top: 24px !important;
  padding: 14px 6px !important;

  border: 1px solid rgba(0,97,100,.12) !important;
  border-radius: 18px !important;

  background: rgba(255,255,255,.42) !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-trust div {
  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding: 0 7px !important;

  border-right: 1px solid rgba(0,97,100,.16);
}

.hero-trust div:last-child {
  border-right: 0 !important;
}

.hero-trust strong {
  display: block;

  width: 100%;

  margin: 0;

  font-size: clamp(11px, 3vw, 14px) !important;
  font-weight: 500;
  line-height: 1.1;

  text-align: center;

  white-space: nowrap;

  color: var(--teal);
}

.hero-trust span {
  display: block;

  width: 100%;

  margin-top: 8px;

  font-size: clamp(6.5px, 1.8vw, 8px) !important;
  font-weight: 800;
  line-height: 1.4;

  letter-spacing: .025em;
  text-transform: uppercase;

  white-space: normal !important;
  overflow: visible !important;

  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;

  text-align: center;

  color: rgba(5,56,58,.64);
}

}

/* MOBILE HERO - FILL SCREEN WITH TICKER AT BOTTOM */

@media screen and (max-width:700px) {

  .hero {
    position: relative !important;

    height: 100svh !important;
    min-height: 100svh !important;

    padding-bottom: 62px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .intro-strip {
    position: absolute !important;

    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;

    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 10 !important;
  }

}

@media screen and (max-width:700px) {

  .why .why-grid {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% - 28px) !important;
    gap: 42px !important;
    align-items: stretch !important;
  }

  .why-copy {
    width: 100% !important;
  }

  .testimonial-stack {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .testimonial-main {
    width: 100% !important;
    left: 0 !important;
  }

  .testimonial-small {
    width: 100% !important;
    left: 0 !important;
  }

}

@media (max-width:700px) {

  .primary-nav {
    position: fixed !important;
    inset: 0 !important;

    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;

    overflow: hidden !important;

    overscroll-behavior: none !important;
    touch-action: none !important;

    background: var(--cream) !important;
  }

  .primary-nav.open {
    transform: translateX(0) !important;
  }

  body.menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  html.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

}

.clinic-phone-link {
  position: relative;
  display: inline-block;

  color: var(--dark);
  font-weight: 800;
}

.clinic-phone-link::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: -3px;

  width: 0;
  height: 2px;

  background: var(--teal);

  transition: width .25s ease;
}

.clinic-phone-link:hover::after {
  width: 100%;
}

/* Compact desktop / laptop screens */

@media (min-width:981px) and (max-height:800px) {

  .section-pad {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .hero {
    padding-top: 115px;
    padding-bottom: 70px;
  }

  .hero h1 {
    font-size: clamp(52px,5.5vw,76px);
  }

  .hero-lead {
    font-size: 16px;
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-trust {
    margin-top: 26px;
  }

  .hero-image-wrap {
    height: min(500px, calc(100svh - 190px));
  }

  .section-head {
    margin-bottom: 36px;
  }

  .section-head h2,
  .about-copy h2,
  .clinic-copy h2,
  .why-copy h2,
  .contact-copy h2 {
    font-size: clamp(42px,4vw,58px);
  }

}