:root {
  --nitro-primary: #104557;
  --nitro-primary-deep: #0b3644;
  --nitro-accent: #277c6d;
  --nitro-accent-soft: #edf5f2;
  --nitro-marquee: #6a855f;
  --nitro-dark: #0b1418;
  --nitro-text: #4d6168;
  --nitro-muted: #6c7f86;
  --nitro-border: #d8e4e0;
  --nitro-surface: #ffffff;
  --nitro-surface-alt: #f6faf8;
  --nitro-phone: #2fb8c7;
  --nitro-blue: #1f9ac8;
  --nitro-shadow: 0 18px 48px rgba(7, 31, 38, 0.08);
  --nitro-radius: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: var(--nitro-text);
  background: #f7faf9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.navbar-nav .nav-link,
.section-tag,
.footer-heading {
  font-family: "Poppins", sans-serif;
}

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

img {
  max-width: 100%;
}

.site-shell {
  overflow-x: clip;
}

.utility-bar {
  background: var(--nitro-dark);
  color: #f5fbf9;
}

.utility-bar .container-xxl {
  min-height: 68px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  background: rgba(47, 184, 199, 0.22);
  transform: translateY(-1px);
}

.social-link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.promo-copy {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: var(--nitro-phone);
  color: #07242d;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(47, 184, 199, 0.28);
}

.phone-pill svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.site-header {
  background: var(--nitro-surface);
  border-bottom: 1px solid rgba(16, 69, 87, 0.08);
}

.header-main {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 2vw, 3rem);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  width: min(210px, 44vw);
}

.navbar {
  padding: 0;
}

.navbar-toggler {
  border: 1px solid var(--nitro-border);
  border-radius: 14px;
  padding: 0.55rem 0.75rem;
  box-shadow: none !important;
}

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav {
  gap: 0.6rem;
}

.navbar-nav .nav-link {
  color: #5e6f75;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.45rem 0.15rem !important;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible,
.navbar-nav .nav-link.active {
  color: var(--nitro-primary);
}

.location-marquee {
  background: linear-gradient(90deg, #1d9bb6 0%, #56be69 42%, #f1d94c 100%);
  color: #ffffff;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.location-marquee-inner {
  display: flex;
  gap: 1.6rem;
  width: max-content;
}

.location-marquee-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0.7rem 0;
  white-space: nowrap;
  animation: marquee 36s linear infinite;
}

.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.location-pill::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: #ffd452;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section-shell {
  padding: 5.5rem 0;
}

.section-shell--tight {
  padding: 4rem 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #eef7f3;
  color: var(--nitro-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--nitro-primary);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
}

.section-lead {
  margin: 1.15rem 0 0;
  color: var(--nitro-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-section {
  position: relative;
  min-height: 720px;
  color: #ffffff;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  min-height: 720px;
}

.hero-slide {
  min-height: 720px;
  background-position: center;
  background-size: cover;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(103deg, rgba(7, 20, 24, 0.82) 0%, rgba(16, 69, 87, 0.74) 48%, rgba(39, 124, 109, 0.36) 100%);
}

.hero-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 38rem;
}

.hero-copy .section-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #dff8f0;
}

.hero-copy .section-title {
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
}

.hero-copy .section-lead {
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.btn-nitro {
  background: var(--nitro-blue);
  border: 1px solid var(--nitro-blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
}

.btn-nitro:hover,
.btn-nitro:focus-visible {
  background: #1889b2;
  border-color: #1889b2;
  color: #ffffff;
}

.btn-outline-light-nitro {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
}

.btn-outline-light-nitro:hover,
.btn-outline-light-nitro:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.hero-branches span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f3fbf7;
  font-size: 0.82rem;
}

.form-panel {
  background: rgba(255, 255, 255, 0.97);
  color: var(--nitro-text);
  border-radius: 28px;
  box-shadow: 0 28px 55px rgba(7, 31, 38, 0.2);
  padding: 2rem;
}

.form-panel h2 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: 2rem;
}

.form-panel p {
  margin: 0.65rem 0 0;
  color: var(--nitro-muted);
  line-height: 1.7;
}

.nitro-form {
  margin-top: 1.35rem;
}

.nitro-field,
.nitro-select,
.nitro-textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cbd9d4;
  border-radius: 0;
  background: transparent;
  padding: 0.95rem 0;
  color: var(--nitro-primary);
  font-size: 0.96rem;
  box-shadow: none !important;
}

.nitro-field::placeholder,
.nitro-textarea::placeholder {
  color: #8a999f;
}

.nitro-field:focus,
.nitro-select:focus,
.nitro-textarea:focus {
  border-bottom-color: var(--nitro-accent);
  outline: none;
}

.nitro-textarea {
  min-height: 135px;
  resize: vertical;
}

.nitro-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--nitro-primary) 50%), linear-gradient(135deg, var(--nitro-primary) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.btn-submit {
  margin-top: 0.8rem;
  width: 100%;
  border-radius: 999px;
  padding: 0.95rem 1.2rem;
  background: var(--nitro-primary);
  border: 1px solid var(--nitro-primary);
  color: #ffffff;
  font-weight: 700;
}

.btn-submit:hover,
.btn-submit:focus-visible {
  background: var(--nitro-accent);
  border-color: var(--nitro-accent);
  color: #ffffff;
}

.gallery-section {
  background: #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--nitro-shadow);
  min-height: 260px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item--tall {
  grid-column: span 3;
  min-height: 400px;
}

.gallery-item--wide {
  grid-column: span 3;
  min-height: 300px;
}

.statement-band {
  background: #ffffff;
}

.statement-card {
  background: var(--nitro-surface-alt);
  border: 1px solid var(--nitro-border);
  border-radius: var(--nitro-radius);
  padding: 1.75rem;
  box-shadow: var(--nitro-shadow);
}

.statement-copy {
  max-width: 38rem;
}

.statement-card .section-title {
  font-size: clamp(1.8rem, 2vw, 2.75rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  max-width: 18ch;
  text-wrap: pretty;
}

.statement-media {
  background: #0d1317;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 31, 38, 0.12);
  position: relative;
}

.statement-media iframe {
  border: 0;
}

.statement-media .video-fallback-static {
  display: none;
  aspect-ratio: 16 / 9;
}

.is-file-protocol .statement-media .youtube-embed {
  display: none;
}

.is-file-protocol .statement-media .video-fallback-static {
  display: block;
}

.video-fallback {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    linear-gradient(rgba(8, 20, 24, 0.58), rgba(8, 20, 24, 0.58)),
    url("assets/media/img.youtube.com/vi/mDMJ8AjF9G4/hqdefault.jpg") center/cover no-repeat;
  color: #ffffff;
}

.video-fallback-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: left;
}

.video-fallback-play {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 1.45rem;
  line-height: 1;
}

.video-fallback-copy {
  display: grid;
  gap: 0.35rem;
}

.video-fallback-copy strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.video-fallback-copy span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.5;
}

.media-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(8, 29, 37, 0.08);
}

.media-frame iframe,
.media-frame video,
.media-frame img {
  display: block;
  width: 100%;
  border: 0;
}

.story-card {
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  border-radius: var(--nitro-radius);
  box-shadow: var(--nitro-shadow);
  overflow: hidden;
  height: 100%;
}

.story-copy {
  padding: 1.55rem 1.6rem 1.7rem;
}

.story-copy h3 {
  margin: 0 0 0.9rem;
  color: var(--nitro-primary);
  font-size: 1.5rem;
}

.story-copy p {
  margin: 0;
  color: var(--nitro-muted);
  line-height: 1.8;
}

.story-copy .btn-link-nitro {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  color: var(--nitro-accent);
  font-weight: 700;
}

.calmness-section {
  background: linear-gradient(180deg, #f5faf8 0%, #ffffff 100%);
}

.calmness-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.2rem 2rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  border-radius: 28px;
  box-shadow: var(--nitro-shadow);
}

.calmness-card h3 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: clamp(2rem, 3vw, 2.9rem);
}

.calmness-card .display-word {
  display: block;
  margin-top: 0.45rem;
  color: var(--nitro-accent);
  font-family: "Roboto Slab", serif;
  font-size: clamp(2.1rem, 3.3vw, 3.2rem);
}

.calmness-card p {
  margin: 1rem auto 0;
  max-width: 720px;
  color: var(--nitro-muted);
  line-height: 1.85;
}

.reviews-section {
  background: #ffffff;
}

.review-card {
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
  background: var(--nitro-surface-alt);
  border: 1px solid var(--nitro-border);
  border-radius: 24px;
  box-shadow: var(--nitro-shadow);
}

.review-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
}

.review-avatar {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #ffffff;
}

.review-top h3 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: 1rem;
}

.review-time {
  margin: 0.2rem 0 0;
  color: #8b999f;
  font-size: 0.85rem;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--nitro-accent);
  font-weight: 700;
}

.review-card > p {
  margin: 0;
  line-height: 1.8;
  color: var(--nitro-muted);
}

.review-source {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--nitro-primary);
  font-weight: 700;
  font-size: 0.88rem;
}

.services-section {
  background: #f6faf8;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.45rem;
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  border-radius: 24px;
  box-shadow: var(--nitro-shadow);
}

.service-thumb {
  display: inline-flex;
  width: 94px;
  height: 94px;
  margin-bottom: 1rem;
  border-radius: 22px;
  overflow: hidden;
  background: var(--nitro-accent-soft);
}

.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.service-card h3 a {
  color: var(--nitro-primary);
}

.service-card p {
  margin: 0.9rem 0 1.2rem;
  color: var(--nitro-muted);
  line-height: 1.75;
}

.btn-outline-nitro {
  border-radius: 999px;
  border: 1px solid rgba(16, 69, 87, 0.18);
  background: transparent;
  color: var(--nitro-primary);
  font-weight: 700;
  padding: 0.7rem 1rem;
}

.btn-outline-nitro:hover,
.btn-outline-nitro:focus-visible {
  background: var(--nitro-primary);
  border-color: var(--nitro-primary);
  color: #ffffff;
}

.appointment-section {
  background: #ffffff;
}

.appointment-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  box-shadow: var(--nitro-shadow);
}

.appointment-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.appointment-copy {
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
}

.appointment-copy h2 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: clamp(2rem, 3vw, 3rem);
}

.appointment-copy p {
  margin: 0.9rem 0 0;
  color: var(--nitro-muted);
  line-height: 1.8;
}

.footer-shell {
  background: #ffffff;
  border-top: 1px solid rgba(16, 69, 87, 0.08);
}

.footer-card {
  height: 100%;
}

.footer-heading {
  margin: 0 0 1.2rem;
  color: var(--nitro-accent);
  font-size: 1.45rem;
}

.location-list {
  display: grid;
  gap: 1rem;
}

.location-list article {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(16, 69, 87, 0.08);
}

.location-list article:last-child {
  border-bottom: 0;
}

.location-list h3 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.location-list p {
  margin: 0.45rem 0 0;
  color: var(--nitro-muted);
  line-height: 1.7;
}

.footer-form-panel {
  padding: 1.7rem;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  box-shadow: 0 22px 50px rgba(39, 124, 109, 0.12);
}

.footer-form-panel p {
  margin: 0 0 0.2rem;
  color: var(--nitro-muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.3rem;
  margin-top: 0.25rem;
}

.footer-links h3 {
  margin: 1.1rem 0 0.55rem;
  color: var(--nitro-primary);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  color: var(--nitro-muted);
  padding: 0.18rem 0;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--nitro-accent);
}

.footer-cta {
  margin-top: 1.35rem;
}

.btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  background: var(--nitro-accent);
  color: #ffffff;
  font-weight: 700;
}

.btn-footer:hover,
.btn-footer:focus-visible {
  background: var(--nitro-primary);
  color: #ffffff;
}

.venture-strip {
  padding: 1rem 0;
  background: var(--nitro-accent);
  color: #ffffff;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 0.95rem;
}

#scroll-top {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nitro-primary);
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(16, 69, 87, 0.22);
  z-index: 30;
}

#scroll-top:hover,
#scroll-top:focus-visible {
  background: var(--nitro-accent);
  color: #ffffff;
}

.inner-hero {
  padding: 5.2rem 0 3rem;
  background:
    radial-gradient(circle at top right, rgba(47, 184, 199, 0.16), transparent 34%),
    linear-gradient(180deg, #f3faf8 0%, #ffffff 100%);
}

.inner-hero-title {
  margin: 0;
  color: var(--nitro-primary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.05;
}

.inner-hero-copy {
  max-width: 58rem;
  margin: 1.15rem 0 0;
  color: var(--nitro-muted);
  font-size: 1.05rem;
}

.inner-hero-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.inner-hero-media--logo {
  padding: 2.5rem;
  background: #f6fbf9;
}

.inner-hero-media--logo img {
  aspect-ratio: 1;
  object-fit: contain;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}

.content-card,
.feature-card,
.team-card,
.contact-card {
  height: 100%;
  border: 1px solid var(--nitro-border);
  border-radius: calc(var(--nitro-radius) - 4px);
  background: #ffffff;
  box-shadow: var(--nitro-shadow);
}

.content-card {
  padding: 2rem;
}

.content-card h2,
.belief-card h2,
.feature-card h2,
.contact-card h2,
.team-card h2 {
  color: var(--nitro-primary);
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

.content-card--accent,
.belief-card {
  background: linear-gradient(180deg, #f1f9f6 0%, #ffffff 100%);
}

.nitro-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nitro-list li {
  position: relative;
  padding-left: 1.6rem;
}

.nitro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nitro-blue), var(--nitro-accent));
}

.content-panel {
  padding: 2.3rem;
  border-radius: var(--nitro-radius);
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  box-shadow: var(--nitro-shadow);
}

.content-panel-lead {
  margin-bottom: 1rem;
  color: var(--nitro-primary);
  font-family: "Roboto Slab", serif;
  font-size: 1.55rem;
}

.belief-card {
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--nitro-border);
  border-radius: calc(var(--nitro-radius) - 4px);
}

.belief-card-tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(39, 124, 109, 0.12);
  color: var(--nitro-accent);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.feature-card {
  overflow: hidden;
}

.feature-card-body {
  padding: 1.5rem;
}

.feature-card-body p:last-child,
.contact-card p:last-child,
.team-card-body p:last-child {
  margin-bottom: 0;
}

.treatment-card-media img,
.partner-card-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.team-card {
  overflow: hidden;
}

.team-card-media {
  height: 100%;
  background: #eff7f4;
}

.team-card-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}

.team-card-body {
  padding: 1.45rem;
}

.team-card-role {
  margin-bottom: 0.95rem;
  color: var(--nitro-accent);
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.patient-video-card video {
  width: 100%;
  display: block;
  border-radius: calc(var(--nitro-radius) - 8px);
}

.review-top--simple {
  align-items: center;
}

.contact-card {
  padding: 1.5rem;
}

.contact-card h2 {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.contact-card p {
  margin-bottom: 0.3rem;
}

.contact-card-phone {
  margin-top: 0.9rem;
  color: var(--nitro-accent);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.contact-card-phone a {
  color: inherit;
  text-decoration: none;
}

.contact-card-phone a:hover {
  text-decoration: underline;
}

.contact-page-form {
  position: sticky;
  top: 1.5rem;
}

.partner-card .feature-card-body {
  display: grid;
  gap: 1rem;
}

.partner-logo-wrap {
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border-radius: 20px;
  background: #f3faf8;
  border: 1px solid var(--nitro-border);
}

.partner-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.treatment-detail-hero {
  padding-bottom: 3.8rem;
}

.treatment-hero-subtitle {
  margin: 1rem 0 0;
  color: var(--nitro-accent);
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.treatment-hero-actions {
  margin-top: 1.7rem;
}

.treatment-hero-actions .btn-outline-nitro {
  background: #ffffff;
}

.treatment-hero-media img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.treatment-benefit-card .feature-card-body {
  height: 100%;
}

.treatment-benefit-card p {
  margin: 0;
}

.treatment-overview-card {
  overflow: hidden;
}

.treatment-overview-media,
.treatment-overview-media img {
  height: 100%;
}

.treatment-overview-media img {
  min-height: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.treatment-overview-copy {
  padding: 1.8rem 1.9rem;
}

.treatment-overview-copy p + p {
  margin-top: 1rem;
}

.treatment-procedure-card {
  justify-content: flex-start;
}

.treatment-procedure-card h3 {
  font-size: 1.15rem;
}

.treatment-highlight-card {
  max-width: none;
}

.treatment-highlight-card h2 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: clamp(2rem, 3vw, 3rem);
}

.treatment-highlight-card p {
  margin-top: 1rem;
  max-width: 780px;
}

.treatment-team-media img {
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
}

.treatment-consult-card {
  overflow: hidden;
}

.treatment-consult-aside {
  padding: 2rem;
  background: linear-gradient(180deg, #f1f8f5 0%, #ffffff 100%);
}

.treatment-consult-aside h2 {
  margin: 0.45rem 0 0.85rem;
  color: var(--nitro-primary);
  font-size: clamp(2rem, 3vw, 3rem);
}

.treatment-consult-aside p {
  margin: 0;
  color: var(--nitro-muted);
  line-height: 1.8;
}

.treatment-hours {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.5rem;
}

.treatment-hours div {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(16, 69, 87, 0.08);
}

.treatment-hours strong {
  display: block;
  color: var(--nitro-primary);
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.treatment-hours span {
  display: block;
  margin-top: 0.25rem;
  color: var(--nitro-muted);
}

.treatment-consult-form-wrap {
  display: flex;
  align-items: stretch;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
}

.treatment-consult-form {
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.treatment-consult-form h3 {
  margin: 0;
  color: var(--nitro-primary);
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
}

.treatment-consult-form p {
  margin: 0.9rem 0 0;
}

.treatment-step-card h2 {
  font-size: 1.45rem;
}

.treatment-step-badge {
  margin: 0 0 1rem;
  color: var(--nitro-accent);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .header-main {
    min-height: 82px;
  }

  .site-nav {
    justify-content: flex-end;
  }

  .navbar {
    justify-content: flex-end;
  }

  .navbar-collapse {
    margin-top: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--nitro-border);
  }

  .navbar-nav {
    gap: 0;
    padding: 0;
    align-items: flex-start;
  }

  .navbar-nav .nav-link {
    padding-inline: 0 !important;
  }

  .hero-layer {
    position: relative;
    padding: 5.5rem 0;
  }

  .hero-section,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    min-height: auto;
  }

  .gallery-item--tall {
    grid-column: span 6;
  }

  .gallery-item--wide {
    grid-column: span 6;
  }
}

@media (max-width: 991.98px) {
  .utility-bar .container-xxl {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .header-main {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .brand-link {
    width: 100%;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .promo-copy {
    font-size: 0.88rem;
  }

  .section-shell {
    padding: 4.5rem 0;
  }

  .section-shell--tight {
    padding: 3.4rem 0;
  }

  .hero-copy {
    margin-bottom: 2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery-item--tall,
  .gallery-item--wide {
    grid-column: span 3;
  }

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

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

  .contact-page-form {
    position: static;
  }

  .treatment-hero-media img {
    aspect-ratio: 16 / 11;
    max-height: 440px;
  }

  .treatment-consult-form {
    padding: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .utility-bar .container-xxl {
    gap: 1rem;
  }

  .social-links {
    justify-content: center;
  }

  .promo-copy {
    order: 3;
    width: 100%;
  }

  .header-main {
    min-height: auto;
    padding: 0.9rem 0;
  }

  .site-logo {
    width: min(180px, 56vw);
  }

  .hero-layer {
    padding: 4.25rem 0;
  }

  .hero-copy .section-title {
    font-size: 2.4rem;
  }

  .form-panel,
  .appointment-copy,
  .footer-form-panel,
  .story-copy,
  .statement-card,
  .calmness-card,
  .treatment-consult-aside,
  .treatment-consult-form {
    padding: 1.45rem;
  }

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

  .gallery-item,
  .gallery-item--tall,
  .gallery-item--wide {
    grid-column: span 1;
    min-height: 220px;
  }

  .location-marquee-track {
    gap: 1.3rem;
    animation-duration: 24s;
  }

  .inner-hero {
    padding: 4rem 0 2.4rem;
  }

  .content-card,
  .belief-card,
  .content-panel,
  .feature-card-body,
  .team-card-body,
  .contact-card {
    padding: 1.4rem;
  }

  .team-card-media img {
    aspect-ratio: 4 / 4.4;
  }

  .treatment-hero-subtitle {
    font-size: 1.2rem;
  }

  .treatment-detail-hero {
    padding-bottom: 2.8rem;
  }

  .treatment-detail-hero .row > div:first-child {
    order: 2;
  }

  .treatment-detail-hero .row > div:last-child {
    order: 1;
  }

  .treatment-hero-media {
    background: linear-gradient(180deg, #eef7f3 0%, #ffffff 100%);
  }

  .treatment-hero-media img {
    aspect-ratio: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: center top;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .location-marquee-track {
    animation: none;
  }

  .gallery-item img,
  .social-link {
    transition: none;
  }
}

.location-branch-stack {
  display: grid;
  gap: 1.25rem;
}

.nitro-breadcrumbs {
  margin-bottom: 1.35rem;
}

.nitro-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nitro-muted);
  font-size: 0.92rem;
}

.nitro-breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.nitro-breadcrumbs-item:not(:last-child)::after {
  content: "/";
  color: rgba(13, 54, 68, 0.4);
}

.nitro-breadcrumbs a {
  color: var(--nitro-primary);
}

.nitro-breadcrumbs span[aria-current="page"] {
  color: var(--nitro-text);
  font-weight: 600;
}

.form-status-banner {
  padding: 0.9rem 0;
  background: #fdf1ec;
  color: #8a3f1f;
  border-bottom: 1px solid #f0c9b6;
  font-weight: 600;
}

.location-actions,
.location-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.location-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.location-hours-block,
.location-branch-services {
  margin-top: 1.15rem;
}

.location-contact-note {
  margin: 0.75rem 0 0;
  color: var(--nitro-muted);
  font-size: 0.95rem;
}

.location-hours-block h3,
.location-branch-services h3 {
  margin: 0 0 0.75rem;
  color: var(--nitro-primary);
  font-size: 1rem;
}

.location-hours-list {
  margin: 0;
}

.location-hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(16, 69, 87, 0.08);
}

.location-hours-list > div:last-child {
  border-bottom: 0;
}

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

.location-hours-list dt {
  font-weight: 700;
  color: var(--nitro-primary);
}

.location-hours-list dd {
  text-align: right;
  color: var(--nitro-text);
}

.location-hours-note {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  color: var(--nitro-muted);
}

.location-service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.location-service-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--nitro-border);
  color: var(--nitro-primary);
  font-size: 0.92rem;
  font-weight: 600;
}

.location-branch-links {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.location-map-frame {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 0.9rem;
  border: 1px solid rgba(16, 69, 87, 0.1);
}

.location-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 300px;
  border: 0;
}

.location-care-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: var(--nitro-accent-soft);
  color: var(--nitro-primary);
  font-weight: 600;
}

.location-story-card h2,
.legal-card h2,
.article-shell h2 {
  margin-bottom: 1rem;
  color: var(--nitro-primary);
}

.article-callout {
  text-align: left;
}

.article-point-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--nitro-text);
}

.article-point-list li + li {
  margin-top: 0.7rem;
}

.article-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.article-link-grid a {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid var(--nitro-border);
  border-radius: 18px;
  background: #ffffff;
  color: var(--nitro-primary);
  font-weight: 600;
}

.legal-card {
  border-radius: var(--nitro-radius);
}

.thank-you-card .feature-card-body {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.nitro-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .location-actions,
  .location-cta-actions {
    flex-direction: column;
  }

  .location-actions .btn,
  .location-cta-actions .btn {
    width: 100%;
  }
}
