/*
Theme Name: Phoenix Physiotherapy
Theme URI: https://phoenixphysio.in
Author: Phoenix Physiotherapy
Description: Lightweight, accessible custom theme for Phoenix Physiotherapy.
Version: 0.6.0
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: phoenix
*/

:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  background:
    radial-gradient(circle at 8% 18%,rgba(249,115,22,.09),transparent 25rem),
    radial-gradient(circle at 92% 42%,rgba(20,184,166,.09),transparent 27rem),
    linear-gradient(180deg,#fff 0%,#fffaf5 48%,#f7fbff 100%);
  color: var(--wp--preset--color--phoenix-text);
  margin: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--wp--preset--color--phoenix-orange);
  outline-offset: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 1rem;
  padding: 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.phoenix-site-header {
  background: linear-gradient(110deg, #111d31 0%, #1a2943 72%, #241f2b 100%);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.phoenix-site-header__inner,
.phoenix-site-footer__inner,
.phoenix-main {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.phoenix-site-header__inner {
  align-items: center;
  display: flex;
  min-height: 6rem;
}

.phoenix-brand {
  align-items: center;
  color: #fff;
  display: flex;
  gap: .65rem;
  font-weight: 700;
  text-decoration: none;
}

.phoenix-brand__logo { height: 3rem; object-fit: contain; width: 3.75rem; }
.phoenix-brand__words { display: grid; line-height: 1.05; white-space: nowrap; }
.phoenix-brand__name { font-size: clamp(.72rem,1.2vw,1rem); letter-spacing: .01em; }
.phoenix-brand__phoenix { font-style: italic; margin-right: .22em; }
.phoenix-brand__phoenix > span { color: #b91c1c; }
.phoenix-brand__tagline { color: #fdba74; font-size: .54rem; letter-spacing: .09em; margin-top: .3rem; text-transform: uppercase; }

.phoenix-intro[hidden] { display: none; }
.phoenix-intro {
  align-items: center;
  background: radial-gradient(circle at 50% 45%,#263c5d 0%,#111d31 42%,#050912 100%);
  color: #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  position: fixed;
  z-index: 100000;
}
.phoenix-intro-active { overflow: hidden; }
.phoenix-intro__brand { align-items: center; display: flex; gap: clamp(1rem,3vw,2rem); transform: scale(1.45); }
.phoenix-intro__logo { height: auto; max-width: min(38vw,18rem); opacity: 0; transform: scale(.82); width: 15rem; }
.phoenix-intro__words { min-width: 0; }
.phoenix-intro__name { font-size: clamp(1.1rem,3vw,2.25rem); font-weight: 800; letter-spacing: .02em; margin: 0; white-space: nowrap; }
.phoenix-intro__word { display: inline-block; }
.phoenix-intro__word--phoenix { font-style: italic; margin-right: .28em; }
.phoenix-intro__word > span { color: #fff; display: inline-block; opacity: 0; transform: translateY(.45em); }
.phoenix-intro__e-ink { color: #fff; }
.phoenix-intro__tagline { color: #fdba74; font-size: clamp(.62rem,1.2vw,.9rem); font-weight: 700; letter-spacing: .11em; margin: .75rem 0 0; opacity: 0; text-transform: uppercase; transform: translateY(.5rem); }
.phoenix-intro__skip { background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; bottom: max(1.25rem,env(safe-area-inset-bottom)); color: #fff; cursor: pointer; padding: .7rem 1rem; position: absolute; right: 1.25rem; }
.phoenix-intro.is-standard.is-running { animation: phoenix-intro-background-out .5s 9.5s ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__brand { animation: phoenix-intro-contract 1.5s 2.1s cubic-bezier(.45,0,.55,1) forwards,phoenix-intro-items-out .6s 8.9s ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__logo { animation: phoenix-intro-logo-in 1.5s .2s cubic-bezier(.45,0,.55,1) forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__word--phoenix > span { animation: phoenix-intro-character .35s calc(3.8s + (var(--intro-index) * .09s)) ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__word--physiotherapy > span { animation: phoenix-intro-character .32s calc(4.45s + (var(--intro-index) * .06s)) ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__tagline { animation: phoenix-intro-tagline .8s 5.6s ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__e-ink { animation: phoenix-intro-e-red 1s 6.4s ease forwards; }
.phoenix-intro.is-standard.is-running .phoenix-intro__skip { animation: phoenix-intro-items-out .6s 8.9s ease forwards; }
.phoenix-intro.is-skipped { opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.phoenix-intro.is-reduced .phoenix-intro__brand { transform: scale(1); }
.phoenix-intro.is-reduced .phoenix-intro__logo,
.phoenix-intro.is-reduced .phoenix-intro__word > span,
.phoenix-intro.is-reduced .phoenix-intro__tagline { opacity: 1; transform: none; }
.phoenix-intro.is-reduced .phoenix-intro__e-ink { color: #b91c1c; }

@keyframes phoenix-intro-logo-in { to { opacity: 1; transform: scale(1); } }
@keyframes phoenix-intro-contract { to { transform: scale(1); } }
@keyframes phoenix-intro-character { to { opacity: 1; transform: translateY(0); } }
@keyframes phoenix-intro-tagline { to { opacity: 1; transform: translateY(0); } }
@keyframes phoenix-intro-e-red { from { color: #fff; } to { color: #b91c1c; } }
@keyframes phoenix-intro-items-out { to { opacity: 0; } }
@keyframes phoenix-intro-background-out { to { opacity: 0; } }

.phoenix-nav { margin-left: auto; }
.phoenix-nav__list { display: flex; gap: clamp(.75rem,1.5vw,1.25rem); list-style: none; margin: 0; padding: 0; }
.phoenix-nav a { color: #fff; text-decoration: none; }
.phoenix-header-cta,.phoenix-button { background: var(--wp--preset--color--phoenix-orange); border-radius: 999px; color: #fff; display: inline-block; font-weight: 700; margin-left: 1.5rem; padding: .8rem 1.25rem; text-decoration: none; }
.phoenix-menu-toggle { display: none; margin-left: auto; }

.phoenix-hero { align-items: center; display: grid; gap: clamp(2rem,6vw,6rem); grid-template-columns: 1.1fr .9fr; min-height: 42rem; }
.phoenix-hero h1 { font-size: clamp(2.75rem,6vw,5rem); letter-spacing: -.05em; margin-block: .75rem 1rem; max-width: 13ch; }
.phoenix-hero__lead { color: var(--wp--preset--color--phoenix-orange-dark); font-size: clamp(1.4rem,3vw,2rem); font-weight: 700; }
.phoenix-eyebrow { color: var(--wp--preset--color--phoenix-orange-dark); font-size: clamp(1rem,1.35vw,1.2rem); font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.phoenix-hero__visual { align-items: flex-end; background: radial-gradient(circle at 70% 25%,#2c4965,#111d31 65%); border-radius: 2rem; color: #fff; display: flex; min-height: 28rem; overflow: hidden; padding: 2rem; position: relative; }
.phoenix-hero__visual p { font-size: 1.5rem; position: relative; z-index: 1; }
.phoenix-hero__orb { background: linear-gradient(135deg,#f97316,#14b8a6); border-radius: 48% 52% 60% 40%; filter: blur(2px); height: 15rem; position: absolute; right: 2rem; top: 3rem; transform: rotate(-18deg); width: 12rem; }
.phoenix-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.phoenix-actions .phoenix-button { margin: 0; }
.phoenix-button--secondary { background: transparent; border: 2px solid var(--wp--preset--color--phoenix-navy); color: var(--wp--preset--color--phoenix-navy); }
.phoenix-trust { display: grid; gap: 1rem; grid-template-columns: repeat(3,1fr); margin-bottom: 6rem; }
.phoenix-trust article { background: var(--wp--preset--color--phoenix-background); border: 1px solid var(--wp--preset--color--phoenix-border); border-radius: 1.5rem; display: grid; gap: .25rem; padding: 1.5rem; }
.phoenix-trust span { color: var(--wp--preset--color--phoenix-muted); }
.phoenix-section { max-width: 48rem; padding-block: 4rem 7rem; }
.phoenix-section h2 { font-size: clamp(2rem,5vw,3.5rem); letter-spacing: -.04em; }
.phoenix-section--wide { max-width: none; }
.phoenix-stats { background: var(--wp--preset--color--phoenix-navy); border-radius: 2rem; color: #fff; display: grid; grid-template-columns: repeat(3,1fr); padding: clamp(2rem,5vw,4rem); }
.phoenix-stats article { display: grid; text-align: center; }
.phoenix-stats strong { color: var(--wp--preset--color--phoenix-orange); font-size: clamp(2.5rem,6vw,4.5rem); line-height: 1; }
.phoenix-principles,.phoenix-service-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3,1fr); }
.phoenix-principles article,.phoenix-service-card { border: 1px solid var(--wp--preset--color--phoenix-border); border-radius: 1.75rem; padding: 2rem; }
.phoenix-principles article { background: var(--wp--preset--color--phoenix-background); }
.phoenix-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 2rem; }
.phoenix-section-heading h2 { font-size: clamp(2rem,5vw,3.5rem); margin-bottom: 0; }
.phoenix-section-heading--team { display: block; }
.phoenix-section-heading--team > div { width: 100%; }
.phoenix-section-kicker-row { align-items: center; display: flex; justify-content: space-between; margin-bottom: .85rem; }
.phoenix-section-kicker-row .phoenix-eyebrow { margin: 0; }
.phoenix-team-link { align-items: center; background: linear-gradient(135deg,#f97316,#fb923c); border: 2px solid #080b12; border-radius: 999px; box-shadow: 4px 4px 0 #080b12; color: #080b12 !important; display: inline-flex; font-weight: 800; padding: .72rem 1.1rem; text-decoration: none; transition: box-shadow .2s ease,transform .2s ease; }
.phoenix-team-link:hover { box-shadow: 2px 2px 0 #080b12; transform: translate(2px,2px); }
.phoenix-services-preview { padding-block: 4rem 7rem; }
.phoenix-service-card { box-shadow: 0 1rem 3rem rgba(15,23,42,.06); }
.phoenix-menu-open { overflow: hidden; }

@media (max-width: 74.9375rem) {
  .phoenix-menu-toggle { background: transparent; border: 1px solid #64748b; border-radius: 999px; color: #fff; display: block; padding: .65rem 1rem; }
  .phoenix-header-cta { display: none; }
  .phoenix-nav {
    background: #111d31;
    bottom: auto;
    display: none;
    height: calc(100dvh - 6rem);
    left: 0;
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 2rem 2rem max(2rem,env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    top: 100%;
    z-index: 101;
  }
  .phoenix-nav.is-open { display: block; }
  .phoenix-nav__list { flex-direction: column; }
}

@media (max-width: 48rem) {
  .phoenix-site-header__inner { min-height: 5rem; }
  .phoenix-nav { height: calc(100dvh - 5rem); }
  .phoenix-brand__logo { height: 2.5rem; width: 3.1rem; }
  .phoenix-brand__name { font-size: .68rem; }
  .phoenix-brand__tagline { font-size: .45rem; }
  .phoenix-main { padding-top: 1.5rem; }
  .phoenix-hero { grid-template-columns: 1fr; min-height: auto; }
  .phoenix-hero__visual { min-height: 20rem; }
  .phoenix-trust { grid-template-columns: 1fr; margin-top: 2rem; }
  .phoenix-stats,.phoenix-principles,.phoenix-service-grid { grid-template-columns: 1fr; }
  .phoenix-stats { gap: 2rem; }
  .phoenix-section-heading { align-items: start; flex-direction: column; gap: 1rem; }
}

@media (max-width: 47.9375rem) and (orientation: portrait) {
  .phoenix-intro.is-tall-mobile { background: #000; padding: 0; }
  .phoenix-intro.is-tall-mobile.is-running { animation: phoenix-intro-background-out .5s 9.76s ease forwards; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__brand { display: block; height: 100%; position: relative; transform: none; width: 100%; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__logo {
    left: 15%;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 70%;
  }
  .phoenix-intro.is-tall-mobile .phoenix-intro__words {
    left: 5%;
    position: absolute;
    text-align: center;
    top: 53%;
    width: 90%;
  }
  .phoenix-intro.is-tall-mobile .phoenix-intro__name { font-size: clamp(1.55rem,8vw,2.4rem); line-height: 1.15; white-space: normal; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__word { display: block; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__word--phoenix { margin: 0 0 .5rem; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__word--physiotherapy { font-size: .62em; font-style: normal; letter-spacing: .06em; }
  .phoenix-intro.is-tall-mobile .phoenix-intro__tagline { font-size: clamp(.65rem,3.2vw,.9rem); margin-top: 1.1rem; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__brand { animation: phoenix-intro-items-out .5s 9.26s ease forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__logo { animation: phoenix-mobile-logo 3.5s 0s cubic-bezier(.45,0,.55,1) forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__word--phoenix > span { animation: phoenix-intro-character .25s calc(3.5s + (var(--intro-index) * .12s)) ease forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__word--physiotherapy > span { animation: phoenix-intro-character .25s calc(4.67s + (var(--intro-index) * .07s)) ease forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__tagline { animation: phoenix-intro-tagline .8s 5.96s ease forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__e-ink { animation: phoenix-intro-e-red 1s 6.76s ease forwards; }
  .phoenix-intro.is-tall-mobile.is-running .phoenix-intro__skip { animation: phoenix-intro-items-out .5s 9.26s ease forwards; }
}

@keyframes phoenix-mobile-logo {
  0% { opacity: 0; transform: translateY(-50%) scale(1); }
  42.857% { opacity: 1; transform: translateY(-50%) scale(1); }
  57.143% { opacity: 1; transform: translateY(-50%) scale(1); }
  100% { opacity: 1; transform: translateY(-76%) scale(.6); }
}

@media (prefers-reduced-motion: reduce) {
  .phoenix-intro * { animation: none !important; transition: none !important; }
}

.phoenix-main {
  min-height: 50vh;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.phoenix-site-footer {
  background: var(--wp--preset--color--phoenix-navy);
  color: #cbd5e1;
  padding-block: 3rem;
}

.phoenix-page-hero { background: linear-gradient(120deg,#111d31,#24334d); border-radius: 2rem; color: #fff; margin-bottom: clamp(3rem,8vw,7rem); padding: clamp(3rem,8vw,7rem); }
.phoenix-page-hero h1 { color: #fff; font-size: clamp(2.6rem,6vw,4.8rem); letter-spacing: -.05em; margin-block: .75rem 1rem; max-width: 15ch; }
.phoenix-page-hero > p:last-child { color: #cbd5e1; font-size: 1.15rem; max-width: 48rem; }
.phoenix-content-split,.phoenix-mission,.phoenix-review-boundary,.phoenix-appointment-boundary { display: grid; gap: clamp(2rem,6vw,5rem); grid-template-columns: 1fr 1fr; padding-block: 5rem; }
.phoenix-content-split h2,.phoenix-home-clinics h2,.phoenix-gallery-preview h2,.phoenix-review-boundary h2,.phoenix-appointment-boundary h2 { font-size: clamp(2rem,5vw,3.5rem); }
.phoenix-value-grid,.phoenix-contact-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2,1fr); padding-block: 3rem 6rem; }
.phoenix-value-grid article,.phoenix-contact-grid a,.phoenix-notice,.phoenix-pending { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 2rem; }
.phoenix-contact-grid { grid-template-columns: repeat(3,1fr); }
.phoenix-contact-grid a { color: #0f172a; display: grid; gap: .5rem; text-decoration: none; }
.phoenix-contact-grid span { color: #64748b; overflow-wrap: anywhere; }
.phoenix-mission,.phoenix-dark-section,.phoenix-appointment-boundary { background: #0f172a; border-radius: 2rem; color: #e2e8f0; margin-block: 4rem; padding: clamp(2rem,6vw,5rem); }
.phoenix-mission .phoenix-eyebrow,.phoenix-dark-section .phoenix-eyebrow,.phoenix-appointment-boundary .phoenix-eyebrow { color: #fdba74; }
.phoenix-dark-section h2,.phoenix-mission h2,.phoenix-appointment-boundary h2,.phoenix-dark-section a { color: #fff; }
.phoenix-profile-grid,.phoenix-clinic-grid,.phoenix-gallery-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3,1fr); }
.phoenix-team-group + .phoenix-team-group { border-top: 1px solid rgba(148,163,184,.45); margin-top: 3rem; padding-top: 3rem; }
.phoenix-team-group__title { color: inherit; font-size: clamp(1.5rem,3vw,2.25rem); margin: 0 0 1.5rem; }
.phoenix-team-group--leadership .phoenix-profile-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.phoenix-consultant-heading { align-items: end; display: flex; gap: 1.5rem; justify-content: space-between; margin-bottom: 1.5rem; }
.phoenix-consultant-heading .phoenix-team-group__title { margin-bottom: .35rem; }
.phoenix-consultant-heading p { margin: 0; max-width: 46rem; }
.phoenix-consultant-heading > span { background: #ffedd5; border: 1px solid #fb923c; border-radius: 999px; color: #9a3412; flex: none; font-size: .85rem; font-weight: 850; padding: .55rem .85rem; }
.phoenix-dark-section .phoenix-consultant-heading > span { background: #fb923c; border-color: #fdba74; color: #111827; }
.phoenix-consultant-grid { grid-template-columns: minmax(16rem,24rem); }
.phoenix-consultant-card .phoenix-profile-card__body p { margin-bottom: 1.25rem; }
.phoenix-consultant-more { border: 2px solid #080b12; cursor: pointer; font: inherit; }
.phoenix-consultant-dialog[open] { grid-template-columns: minmax(17rem,.75fr) 1.35fr; max-width: 70rem; width: min(94vw,70rem); }
.phoenix-consultant-dialog > img { object-position: center top; }
.phoenix-consultant-dialog .phoenix-service-dialog__content { align-self: start; }
.phoenix-consultant-dialog__designation { color: #9a3412; font-size: 1.1rem; font-weight: 800; }
.phoenix-consultant-dialog .phoenix-service-dialog__content h3 { color: #0f172a; margin: 1.75rem 0 .75rem; }
.phoenix-consultant-expertise { columns: 2; gap: 2rem; padding-left: 1.2rem; }
.phoenix-consultant-expertise li { break-inside: avoid; margin-bottom: .55rem; }
.phoenix-consultant-dialog__booking { background: #fff7ed; border-left: 4px solid #f97316; color: #9a3412; font-weight: 850; padding: .85rem 1rem; }
.phoenix-profile-card { align-self: start; background: #fff; border-radius: 1.5rem; color: #334155; overflow: hidden; padding: 0; }
.phoenix-profile-card__media { aspect-ratio: 4/5; background: #e2e8f0; display: grid; overflow: hidden; place-items: center; width: 100%; }
.phoenix-profile-card__media img { border-radius: 0; display: block; height: 100% !important; max-height: none; max-width: none; object-fit: cover; object-position: center top; width: 100% !important; }
.phoenix-profile-card__body { padding: 1.5rem; }
.phoenix-profile-card__body h2,.phoenix-profile-card__body h3 { margin-top: 0; }
.phoenix-profile-card__body p { margin-bottom: 0; }
.phoenix-clinic-grid { grid-template-columns: repeat(2,1fr); }
.phoenix-clinic-card { border: 1px solid #e2e8f0; border-radius: 1.5rem; overflow: hidden; }
.phoenix-clinic-card__head { background: #17243a; color: #fff; padding: 2rem; }
.phoenix-clinic-card__head h3 { color: #fff; font-size: 1.6rem; margin-bottom: 0; }
.phoenix-clinic-card__head p { color: #fdba74; }
.phoenix-clinic-card__body { padding: 2rem; }
.phoenix-home-clinics,.phoenix-gallery-preview,.phoenix-page-grid { padding-block: 5rem; }
.phoenix-gallery-grid figure { background: #f8fafc; border-radius: 1.25rem; margin: 0; overflow: hidden; }
.phoenix-gallery-grid img {
	display: block;
	height: clamp(13rem, 20vw, 18rem);
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.phoenix-gallery-grid figcaption { font-weight: 700; padding: 1rem; }
.phoenix-review-boundary { align-items: center; background: #fff7ed; border-radius: 2rem; padding-inline: clamp(2rem,6vw,5rem); }
.phoenix-review-boundary .phoenix-button { justify-self: start; margin: 0; }
.phoenix-careers-form textarea { min-height: 8rem; resize: vertical; }
.phoenix-vacancy-list { display: grid; gap: 1rem; margin-top: 1.25rem; }
.phoenix-vacancy-card { background: linear-gradient(145deg,#101c31,#172945); border: 1px solid rgba(255,255,255,.12); border-radius: 1.25rem; color: #fff; padding: 1.35rem; }
.phoenix-vacancy-card p { color: #dbe7f5; }
.phoenix-vacancy-card__title { align-items: center; background: transparent; border: 0; color: #fff; cursor: pointer; display: flex; font: inherit; font-size: clamp(1.35rem,3vw,2rem); font-weight: 750; gap: 1rem; justify-content: space-between; padding: 0; text-align: left; width: 100%; }
.phoenix-vacancy-card__title:hover span:first-child,.phoenix-vacancy-card__title:focus-visible span:first-child { color: #ffb15c; }
.phoenix-button--small { font-size: .95rem; margin-top: .4rem; padding: .72rem 1rem; }
.phoenix-career-dialog[open] { display: block; }
.phoenix-career-dialog .phoenix-service-dialog__content { max-width: 52rem; }
.phoenix-vacancy-content { color: #334155; }
.phoenix-vacancy-content h2,.phoenix-vacancy-content h3 { color: #0f172a; margin-top: 1.35rem; }
.phoenix-application-dialog { background: #fff; border: 0; border-radius: 1.75rem; box-shadow: 0 2rem 7rem rgba(2,6,23,.42); max-height: 92vh; max-width: 52rem; overflow: auto; padding: 0; width: min(94vw,52rem); }
.phoenix-application-dialog[open] { animation: phoenix-dialog-in .28s cubic-bezier(.2,.8,.2,1); display: block; }
.phoenix-application-dialog::backdrop { background: rgba(2,6,23,.76); backdrop-filter: blur(5px); }
.phoenix-application-dialog__content { padding: clamp(1.5rem,5vw,3.5rem); }
.phoenix-application-dialog__content > h2 { font-size: clamp(2rem,4vw,3.25rem); line-height: 1.05; }
.phoenix-application-dialog .phoenix-careers-form { margin-top: 1.5rem; }
.phoenix-form-success { background: #ecfdf5; border: 1px solid #6ee7b7; border-radius: .75rem; color: #065f46; padding: 1rem; }
.phoenix-appointment-card { background: #fff; border-radius: 1.5rem; color: #334155; padding: 2rem; }
.phoenix-appointment-form { display: grid; gap: 1rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.phoenix-appointment-form label { display: grid; font-size: .9rem; font-weight: 700; gap: .4rem; }
.phoenix-appointment-form input,.phoenix-appointment-form select { background: #fff; border: 1px solid #cbd5e1; border-radius: .75rem; color: #0f172a; font: inherit; min-width: 0; padding: .8rem; width: 100%; }
.phoenix-appointment-form label small { color: #64748b; font-weight: 400; }
.phoenix-appointment-form label.is-disabled { color: #64748b; }
.phoenix-appointment-form select:disabled { background: #e2e8f0; color: #64748b; cursor: not-allowed; opacity: 1; }
.phoenix-appointment-form .phoenix-form-consent,.phoenix-appointment-form .phoenix-form-note,.phoenix-appointment-form .phoenix-button { grid-column: 1/-1; }
.phoenix-form-consent { align-items: start; display: flex !important; font-weight: 400 !important; }
.phoenix-form-consent input { margin-top: .25rem; width: auto; }
.phoenix-appointment-form .phoenix-button { border: 0; cursor: pointer; margin: .5rem 0 0; }
.phoenix-form-note { color: #64748b; font-size: .85rem; margin: 0; }
.phoenix-form-error { background: #fef2f2; border: 1px solid #fecaca; border-radius: .75rem; color: #991b1b; padding: 1rem; }
.phoenix-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.phoenix-legal { font-size: 1.05rem; margin-inline: auto; max-width: 52rem; padding-bottom: 6rem; }
.phoenix-legal h2 { margin-top: 2.5rem; }
.phoenix-site-footer__inner { display: grid; gap: 2.5rem; grid-template-columns: 1.2fr .8fr 1fr; }
.phoenix-site-footer a { color: #fff; }
.phoenix-brand--footer { display: inline-flex; margin-bottom: .75rem; }
.phoenix-site-footer h2 { color: #fff; font-size: 1rem; }
.phoenix-site-footer ul { list-style: none; margin: 0; padding: 0; }
.phoenix-site-footer li + li { margin-top: .65rem; }
.phoenix-site-footer nav a { color: #dbe7f5; text-decoration-thickness: 1px; text-underline-offset: .25rem; }
.phoenix-site-footer nav a:hover,.phoenix-site-footer nav a:focus-visible { color: #fdba74; }
.phoenix-footer-legal { border-top: 1px solid #334155; grid-column: 1/-1; padding-top: 1.5rem; }

@media (max-width: 48rem) {
  .phoenix-content-split,.phoenix-mission,.phoenix-review-boundary,.phoenix-appointment-boundary,.phoenix-value-grid,.phoenix-contact-grid,.phoenix-profile-grid,.phoenix-team-group--leadership .phoenix-profile-grid,.phoenix-clinic-grid,.phoenix-gallery-grid,.phoenix-site-footer__inner { grid-template-columns: 1fr; }
  .phoenix-gallery-grid img { height: 13rem; }
  .phoenix-page-hero { border-radius: 1.25rem; }
  .phoenix-appointment-form { grid-template-columns: 1fr; }
}

/* Energetic, professional visual layer. */
.phoenix-main { isolation: isolate; }
.phoenix-main::before,
.phoenix-main::after { border-radius: 999px; content: ""; filter: blur(1px); opacity: .42; pointer-events: none; position: fixed; z-index: -1; }
.phoenix-main::before { background: linear-gradient(135deg,#fdba74,#f97316); height: 13rem; left: -7rem; top: 28%; width: 13rem; }
.phoenix-main::after { background: linear-gradient(135deg,#5eead4,#38bdf8); bottom: 8%; height: 11rem; right: -6rem; width: 11rem; }
.phoenix-hero__visual,
.phoenix-page-hero,
.phoenix-dark-section,
.phoenix-appointment-boundary { box-shadow: 0 1.5rem 4rem rgba(15,23,42,.16); }
.phoenix-trust article,
.phoenix-principles article,
.phoenix-service-card,
.phoenix-profile-card,
.phoenix-clinic-card,
.phoenix-gallery-grid figure { border: 1px solid rgba(148,163,184,.28); box-shadow: 0 .85rem 2.2rem rgba(15,23,42,.08); transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.phoenix-service-card:nth-child(3n+1),
.phoenix-principles article:nth-child(3n+1) { border-top: 4px solid #f97316; }
.phoenix-service-card:nth-child(3n+2),
.phoenix-principles article:nth-child(3n+2) { border-top: 4px solid #14b8a6; }
.phoenix-service-card:nth-child(3n),
.phoenix-principles article:nth-child(3n) { border-top: 4px solid #8b5cf6; }
.phoenix-profile-card__body { background: linear-gradient(145deg,#fff,#fff7ed); }
.phoenix-profile-card__body p { color: #c2410c; font-weight: 700; }
.phoenix-gallery-grid figure { background: linear-gradient(145deg,#fff,#f0fdfa); }
.phoenix-gallery-grid img { transition: filter .35s ease,transform .5s cubic-bezier(.2,.7,.2,1); }
.phoenix-button,
.phoenix-header-cta { background: linear-gradient(135deg,#f97316,#ea580c); box-shadow: 0 .65rem 1.5rem rgba(234,88,12,.24); transition: box-shadow .25s ease,transform .25s ease; }

@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .phoenix-trust article:hover,
  .phoenix-principles article:hover,
  .phoenix-service-card:hover,
  .phoenix-profile-card:hover,
  .phoenix-clinic-card:hover,
  .phoenix-gallery-grid figure:hover { border-color: rgba(249,115,22,.58); box-shadow: 0 1.25rem 3rem rgba(15,23,42,.14); transform: translateY(-.45rem); }
  .phoenix-gallery-grid figure:hover img { filter: saturate(1.08); transform: scale(1.035); }
  .phoenix-button:hover,
  .phoenix-header-cta:hover { box-shadow: 0 .9rem 2rem rgba(234,88,12,.34); transform: translateY(-2px); }
  .phoenix-hero__orb { animation: phoenix-orb-float 5s ease-in-out infinite alternate; }
}

@keyframes phoenix-orb-float {
  to { border-radius: 58% 42% 44% 56%; transform: rotate(8deg) translateY(-1rem); }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion:no-preference) {
    .phoenix-section,
    .phoenix-services-preview,
    .phoenix-dark-section,
    .phoenix-home-clinics,
    .phoenix-gallery-preview,
    .phoenix-review-boundary,
    .phoenix-appointment-boundary,
    .phoenix-page-grid {
      animation: phoenix-section-reveal both;
      animation-range: entry 8% cover 28%;
      animation-timeline: view();
    }
  }
}

@keyframes phoenix-section-reveal {
  from { opacity: 0; transform: translateY(2.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* On all wide layouts, the first logo frame is centered in the viewport. */
@media (min-width:48rem), (max-width:47.9375rem) and (orientation:landscape) {
  .phoenix-intro.is-standard .phoenix-intro__brand { height: min(70vh,28rem); max-width: 52rem; position: relative; transform: none; width: 92vw; }
  .phoenix-intro.is-standard .phoenix-intro__logo { left: 50%; max-width: min(38vw,18rem); position: absolute; top: 50%; transform: translate(-50%,-50%) scale(.82); width: min(32vw,15rem); }
  .phoenix-intro.is-standard .phoenix-intro__words { left: 43%; position: absolute; top: 50%; transform: translateY(-50%); }
  .phoenix-intro.is-standard.is-running .phoenix-intro__brand { animation: phoenix-intro-items-out .6s 8.9s ease forwards; }
  .phoenix-intro.is-standard.is-running .phoenix-intro__logo { animation: phoenix-wide-logo-in 1.5s .2s cubic-bezier(.45,0,.55,1) forwards,phoenix-wide-logo-settle 1.5s 2.1s cubic-bezier(.45,0,.55,1) forwards; }
}

@keyframes phoenix-wide-logo-in {
  to { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}

@keyframes phoenix-wide-logo-settle {
  from { left: 50%; transform: translate(-50%,-50%) scale(1); }
  to { left: 23%; transform: translate(-50%,-50%) scale(.7); }
}

@media (max-width:30rem) {
  .phoenix-section-kicker-row { gap: .75rem; }
  .phoenix-team-link { font-size: .8rem; padding: .6rem .8rem; }
}

/* Homepage media cards, service dialogs and embedded clinic maps. */
.phoenix-media-card { isolation: isolate; }
.phoenix-media-card::after { background: linear-gradient(180deg,rgba(8,15,28,.14),rgba(8,15,28,.86)); content: ""; inset: 0; position: absolute; z-index: -1; }
.phoenix-media-card__slide { height: 100%; inset: 0; object-fit: cover; opacity: 0; position: absolute; transition: opacity 1s ease; width: 100%; z-index: -2; }
.phoenix-media-card__slide.is-active { opacity: 1; }
.phoenix-card-logo { filter: drop-shadow(0 .35rem .8rem rgba(0,0,0,.35)); height: auto; left: 1.5rem; max-width: 5.5rem; position: absolute; top: 1.5rem; width: 16%; z-index: 2; }
.phoenix-hero__visual p { text-shadow: 0 2px 14px rgba(0,0,0,.72); }
.phoenix-stats { display: block; min-height: 30rem; overflow: hidden; position: relative; }
.phoenix-stats__content { align-items: center; display: grid; gap: 1.5rem; grid-template-columns: repeat(2,minmax(0,1fr)); min-height: 22rem; position: relative; z-index: 1; }
.phoenix-stats__content article { background: rgba(8,15,28,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 1.25rem; padding: 1.5rem; }
.phoenix-stats__content span { font-weight: 700; margin-top: .45rem; }
.phoenix-service-card--button { background: #fff; color: inherit; cursor: pointer; font: inherit; text-align: left; width: 100%; }
.phoenix-service-card--button h2 { font-size: clamp(1.3rem,2.4vw,1.75rem); margin-block: .75rem; }
.phoenix-service-card__number { color: #c2410c; font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.phoenix-service-card__action { color: #c2410c; display: inline-block; font-weight: 800; margin-top: 1rem; }
.phoenix-service-card--button:focus-visible { outline: 4px solid #14b8a6; outline-offset: 4px; }
.phoenix-service-dialog { background: #fff; border: 0; border-radius: 1.75rem; box-shadow: 0 2rem 7rem rgba(2,6,23,.42); max-height: min(88vh,52rem); max-width: 58rem; overflow: auto; padding: 0; width: min(92vw,58rem); }
.phoenix-service-dialog[open] { animation: phoenix-dialog-in .28s cubic-bezier(.2,.8,.2,1); display: grid; grid-template-columns: minmax(15rem,.8fr) 1.2fr; }
.phoenix-service-dialog::backdrop { background: rgba(2,6,23,.76); backdrop-filter: blur(5px); }
.phoenix-service-dialog > img { height: 100%; min-height: 28rem; object-fit: cover; width: 100%; }
.phoenix-service-dialog__content { align-self: center; padding: clamp(2rem,5vw,4rem); }
.phoenix-service-dialog__content h2 { font-size: clamp(2rem,4vw,3.25rem); line-height: 1.05; }
.phoenix-service-dialog__content .phoenix-button { margin: 1rem 0 0; }
.phoenix-service-dialog__close { align-items: center; background: #fff; border: 1px solid #cbd5e1; border-radius: 999px; cursor: pointer; display: flex; font-size: 1.6rem; height: 2.75rem; justify-content: center; position: absolute; right: 1rem; top: 1rem; width: 2.75rem; z-index: 3; }
.phoenix-clinic-map { border: 0; border-radius: 1rem; display: block; height: 18rem; margin-top: 1.5rem; width: 100%; }

@keyframes phoenix-dialog-in {
  from { opacity: 0; transform: scale(.88) translateY(1rem); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width:48rem) {
  .phoenix-stats__content { grid-template-columns: 1fr; }
  .phoenix-stats { min-height: 44rem; }
  .phoenix-service-dialog[open] { grid-template-columns: 1fr; }
  .phoenix-service-dialog > img { height: 13rem; min-height: 0; }
  .phoenix-service-dialog__content { padding: 1.5rem; }
  .phoenix-consultant-heading { align-items: start; flex-direction: column; }
  .phoenix-consultant-grid { grid-template-columns: 1fr; }
  .phoenix-consultant-dialog[open] { grid-template-columns: 1fr; }
  .phoenix-consultant-dialog > img { height: 19rem; object-position: center 18%; }
  .phoenix-consultant-expertise { columns: 1; }
  .phoenix-clinic-map { height: 15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .phoenix-media-card__slide { transition: none; }
  .phoenix-service-dialog[open] { animation: none; }
}

.phoenix-whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 2px solid #fff;
  border-radius: 999px;
  bottom: 1.25rem;
  box-shadow: 0 .8rem 2rem rgba(15,23,42,.28);
  color: #072d17;
  display: inline-flex;
  font-weight: 850;
  gap: .55rem;
  padding: .78rem 1rem;
  position: fixed;
  right: 1.25rem;
  text-decoration: none;
  transition: box-shadow .2s ease,transform .2s ease;
  z-index: 1000;
}
.phoenix-whatsapp-float:hover { box-shadow: 0 1rem 2.5rem rgba(15,23,42,.38); transform: translateY(-3px); }
.phoenix-whatsapp-float:focus-visible { outline: 4px solid #111d31; outline-offset: 3px; }

@media (max-width:30rem) {
  .phoenix-whatsapp-float { bottom: 1rem; padding: .8rem; right: 1rem; }
  .phoenix-whatsapp-float span { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
}

/* Phoenix kinetic visual system: expressive, clinical and lightweight. */
:root {
  --phoenix-ink: #080d1c;
  --phoenix-ink-soft: #15223a;
  --phoenix-cream: #fff8ed;
  --phoenix-paper: #fffdf8;
  --phoenix-coral: #ff5a36;
  --phoenix-sun: #ffb000;
  --phoenix-mint: #42e8c4;
  --phoenix-sky: #4ab7ff;
  --phoenix-violet: #8067ff;
}

body {
  background:
    radial-gradient(circle at 8% 13%,rgba(255,176,0,.20),transparent 22rem),
    radial-gradient(circle at 94% 35%,rgba(66,232,196,.15),transparent 25rem),
    linear-gradient(180deg,var(--phoenix-cream),#fff 45%,#f4fbfa);
  color: var(--phoenix-ink);
}

.phoenix-site-header {
  background: rgba(8,13,28,.91);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 .5rem 2.5rem rgba(8,13,28,.20);
  backdrop-filter: blur(18px) saturate(135%);
}

.phoenix-site-header::after {
  background: linear-gradient(90deg,var(--phoenix-coral),var(--phoenix-sun),var(--phoenix-mint),var(--phoenix-violet));
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.phoenix-nav a {
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .055em;
  position: relative;
  text-transform: uppercase;
}

.phoenix-nav a::after {
  background: var(--phoenix-mint);
  bottom: -.45rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
  width: 100%;
}

.phoenix-nav a:hover::after,
.phoenix-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }

.phoenix-main { overflow: clip; }

.phoenix-main::before {
  background: repeating-linear-gradient(135deg,var(--phoenix-coral) 0 10px,var(--phoenix-sun) 10px 20px);
  box-shadow: 0 0 0 1.5rem rgba(255,255,255,.45);
  opacity: .68;
}

.phoenix-main::after {
  background: conic-gradient(from 160deg,var(--phoenix-mint),var(--phoenix-sky),var(--phoenix-violet),var(--phoenix-mint));
  opacity: .48;
}

.phoenix-hero {
  background:
    linear-gradient(120deg,rgba(255,90,54,.17),transparent 38%),
    radial-gradient(circle at 84% 4%,rgba(66,232,196,.20),transparent 30%),
    var(--phoenix-ink);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: clamp(2rem,4vw,3.5rem);
  box-shadow: 0 2rem 6rem rgba(8,13,28,.25);
  color: #f8fafc;
  margin-block: 1rem 3rem;
  min-height: min(50rem,82vh);
  overflow: hidden;
  padding: clamp(2rem,5vw,5rem);
  position: relative;
}

.phoenix-hero::before {
  border: 1px solid rgba(66,232,196,.32);
  border-radius: 50%;
  content: "";
  height: 20rem;
  left: -11rem;
  position: absolute;
  top: -10rem;
  width: 20rem;
}

.phoenix-hero h1 {
  color: #fff;
  font-size: clamp(3rem,6.8vw,6.8rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .91;
  max-width: 10.5ch;
  text-wrap: balance;
}

.phoenix-hero__content > p:not(.phoenix-eyebrow):not(.phoenix-hero__lead) {
  color: #cbd5e1;
  max-width: 43rem;
}

.phoenix-eyebrow {
  color: #d84a2d;
  letter-spacing: .18em;
}

.phoenix-hero .phoenix-eyebrow { color: var(--phoenix-mint); }
.phoenix-hero__lead { color: var(--phoenix-sun); }

.phoenix-button,
.phoenix-header-cta {
  background: linear-gradient(120deg,var(--phoenix-coral),#ff7a2e);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 .65rem 0 rgba(124,45,18,.25),0 1rem 2.5rem rgba(255,90,54,.25);
  letter-spacing: .01em;
}

.phoenix-hero .phoenix-button--secondary,
.phoenix-page-hero .phoenix-button--secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.52);
  box-shadow: none;
  color: #fff;
}

.phoenix-hero__visual {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 45% 55% 42% 58% / 52% 42% 58% 48%;
  box-shadow: 1.5rem 1.5rem 0 rgba(66,232,196,.15),-1rem -1rem 0 rgba(255,176,0,.10);
  min-height: 34rem;
  transform: perspective(900px) rotateX(var(--phoenix-tilt-x,0deg)) rotateY(var(--phoenix-tilt-y,0deg)) rotate(1.5deg);
  transition: border-radius .5s ease,box-shadow .5s ease,transform .18s ease-out;
}

.phoenix-hero__visual:hover {
  border-radius: 55% 45% 58% 42% / 44% 56% 44% 56%;
  box-shadow: 2rem 2rem 0 rgba(66,232,196,.19),-1.2rem -1.2rem 0 rgba(255,176,0,.13);
}

@media (min-width:48.0625rem) {
  .phoenix-hero {
    align-items: start;
    gap: clamp(3.5rem,6vw,6.5rem);
    grid-template-columns: minmax(0,1.18fr) minmax(20rem,.82fr);
  }

  .phoenix-hero h1 {
    font-size: clamp(3rem,4.25vw,4.6rem);
    line-height: .98;
    max-width: 14ch;
  }

  .phoenix-hero__visual,
  .phoenix-hero__visual:hover {
    align-self: start;
    aspect-ratio: 4 / 5;
    border-radius: 50%;
    box-shadow: 1.25rem 1.25rem 0 rgba(66,232,196,.15),-.75rem -.75rem 0 rgba(255,176,0,.10);
    margin-left: clamp(.5rem,1.5vw,1.5rem);
    min-height: 0;
    transform: none;
    width: calc(100% - clamp(.5rem,1.5vw,1.5rem));
  }

  .phoenix-hero__visual p {
    margin: 0 auto clamp(1.75rem,4vw,3rem);
    text-align: center;
    width: 100%;
  }
}

.phoenix-card-logo {
  background: rgba(8,13,28,.68);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1rem;
  padding: .45rem;
}

.phoenix-marquee {
  background: var(--phoenix-coral);
  border-block: 3px solid var(--phoenix-ink);
  color: var(--phoenix-ink);
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  transform: rotate(-1deg);
  width: 100vw;
}

.phoenix-marquee__track {
  animation: phoenix-marquee 26s linear infinite;
  display: flex;
  width: max-content;
}

.phoenix-marquee span {
  font-size: clamp(1.2rem,2.5vw,2rem);
  font-weight: 950;
  letter-spacing: -.025em;
  padding: 1rem .75rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.phoenix-marquee b { color: #fff; padding-inline: 1.1rem; }

@keyframes phoenix-marquee { to { transform: translateX(-50%); } }

.phoenix-trust {
  gap: 1.25rem;
  margin-top: 5rem;
}

.phoenix-trust article {
  border: 2px solid var(--phoenix-ink);
  border-radius: 1.75rem;
  box-shadow: .55rem .55rem 0 var(--phoenix-ink);
  min-height: 11rem;
  padding: 2rem;
}

.phoenix-trust article:nth-child(1) { background: #ffe1d5; transform: rotate(-1.2deg); }
.phoenix-trust article:nth-child(2) { background: #c9fff1; transform: translateY(1.2rem) rotate(1deg); }
.phoenix-trust article:nth-child(3) { background: #e7e0ff; transform: rotate(-.5deg); }
.phoenix-trust strong { font-size: 1.35rem; font-weight: 900; }
.phoenix-trust span { color: #334155; line-height: 1.65; }

.phoenix-section h2,
.phoenix-section-heading h2,
.phoenix-content-split h2,
.phoenix-home-clinics h2,
.phoenix-gallery-preview h2,
.phoenix-review-boundary h2,
.phoenix-appointment-boundary h2 {
  font-size: clamp(2.5rem,5.8vw,5.5rem);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .96;
  text-wrap: balance;
}

.phoenix-section {
  max-width: 64rem;
  position: relative;
}

.phoenix-section::after {
  color: rgba(255,90,54,.15);
  content: "✦";
  font-size: clamp(6rem,14vw,13rem);
  line-height: 1;
  position: absolute;
  right: -8vw;
  top: 18%;
  transform: rotate(12deg);
  z-index: -1;
}

.phoenix-stats {
  border: 2px solid var(--phoenix-ink);
  border-radius: 2.75rem;
  box-shadow: 1rem 1rem 0 var(--phoenix-mint);
  transform: rotate(.35deg);
}

.phoenix-stats::after { background: linear-gradient(120deg,rgba(8,13,28,.28),rgba(8,13,28,.92)); }
.phoenix-stats__content article { backdrop-filter: blur(10px); }
.phoenix-stats strong { color: var(--phoenix-sun); font-weight: 950; }

.phoenix-principles { counter-reset: phoenix-principle; }
.phoenix-principles article {
  background: var(--phoenix-paper);
  border: 2px solid var(--phoenix-ink);
  box-shadow: .6rem .6rem 0 rgba(8,13,28,.9);
  counter-increment: phoenix-principle;
  overflow: hidden;
  position: relative;
}
.phoenix-principles article::before {
  color: rgba(255,90,54,.16);
  content: "0" counter(phoenix-principle);
  font-size: 5.5rem;
  font-weight: 950;
  line-height: 1;
  position: absolute;
  right: .6rem;
  top: .5rem;
}
.phoenix-principles article:nth-child(2) { background: #e7fff9; }
.phoenix-principles article:nth-child(3) { background: #fff0d6; }
.phoenix-principles h3 { font-size: 1.65rem; position: relative; }

.phoenix-service-card {
  background: #fff;
  border: 2px solid var(--phoenix-ink);
  box-shadow: .5rem .5rem 0 rgba(8,13,28,.9);
  min-height: 12rem;
}
.phoenix-service-card:nth-child(4n+1) { background: #ffe4da; }
.phoenix-service-card:nth-child(4n+2) { background: #d9fff5; }
.phoenix-service-card:nth-child(4n+3) { background: #eeeaff; }
.phoenix-service-card:nth-child(4n) { background: #fff0c9; }

.phoenix-dark-section,
.phoenix-appointment-boundary,
.phoenix-mission {
  background:
    radial-gradient(circle at 100% 0,rgba(128,103,255,.35),transparent 32rem),
    radial-gradient(circle at 0 100%,rgba(255,90,54,.25),transparent 28rem),
    var(--phoenix-ink);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}

.phoenix-team-link {
  background: var(--phoenix-mint);
  box-shadow: 5px 5px 0 #fff;
}

.phoenix-profile-card {
  border: 2px solid var(--phoenix-ink);
  box-shadow: .65rem .65rem 0 var(--phoenix-coral);
}
.phoenix-profile-card__body { background: var(--phoenix-paper); }

.phoenix-clinic-card {
  background: var(--phoenix-paper);
  border: 2px solid var(--phoenix-ink);
  box-shadow: .7rem .7rem 0 var(--phoenix-sun);
}
.phoenix-clinic-card:nth-child(2) { box-shadow: .7rem .7rem 0 var(--phoenix-mint); }
.phoenix-clinic-card__head {
  background:
    linear-gradient(135deg,rgba(255,90,54,.28),transparent 55%),
    var(--phoenix-ink);
}
.phoenix-clinic-card__head p { color: var(--phoenix-mint); }
.phoenix-clinic-card__body {
  background: var(--phoenix-ink);
  color: #fff;
  padding: 1.5rem 2rem 2rem;
}
.phoenix-clinic-card__body p { color: #fff; }
.phoenix-clinic-card__body strong { color: var(--phoenix-sun); }
.phoenix-clinic-directions {
  background: var(--phoenix-mint);
  color: var(--phoenix-ink) !important;
  margin-top: .65rem;
}
.phoenix-clinic-card__map {
  background: #fff;
  padding: 1.25rem;
}
.phoenix-clinic-card__map .phoenix-clinic-map { margin-top: 0; }

.phoenix-gallery-grid figure {
  border: 2px solid var(--phoenix-ink);
  box-shadow: .45rem .45rem 0 rgba(8,13,28,.85);
}
.phoenix-gallery-grid figure:nth-child(3n+2) { transform: translateY(1rem); }

.phoenix-review-boundary {
  background:
    linear-gradient(135deg,rgba(255,176,0,.30),transparent 50%),
    #fff2d3;
  border: 2px solid var(--phoenix-ink);
  box-shadow: .8rem .8rem 0 var(--phoenix-coral);
}

.phoenix-page-hero {
  background:
    radial-gradient(circle at 88% 15%,rgba(66,232,196,.30),transparent 15rem),
    radial-gradient(circle at 10% 100%,rgba(255,90,54,.35),transparent 20rem),
    var(--phoenix-ink);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 3rem;
  box-shadow: 1rem 1rem 0 rgba(128,103,255,.28),0 2rem 6rem rgba(8,13,28,.24);
  overflow: hidden;
  position: relative;
}
.phoenix-page-hero::after {
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  content: "";
  height: 16rem;
  position: absolute;
  right: -7rem;
  top: -8rem;
  width: 16rem;
}
.phoenix-page-hero h1 {
  font-size: clamp(3rem,7vw,7rem);
  font-weight: 950;
  line-height: .9;
  max-width: 12ch;
}

.phoenix-contact-grid a,
.phoenix-value-grid article,
.phoenix-notice {
  border: 2px solid var(--phoenix-ink);
  box-shadow: .45rem .45rem 0 rgba(8,13,28,.85);
}

.phoenix-appointment-card {
  border: 2px solid var(--phoenix-ink);
  box-shadow: .8rem .8rem 0 var(--phoenix-mint);
}

.phoenix-site-footer {
  background:
    radial-gradient(circle at 85% 0,rgba(255,90,54,.22),transparent 24rem),
    var(--phoenix-ink);
  border-top: 4px solid var(--phoenix-coral);
}

.phoenix-whatsapp-float {
  border-color: var(--phoenix-ink);
  box-shadow: .4rem .4rem 0 var(--phoenix-ink),0 1rem 2rem rgba(8,13,28,.25);
}

.phoenix-reveal-item {
  opacity: 0;
  transform: translateY(2rem) rotate(.6deg);
  transition: opacity .65s ease var(--phoenix-reveal-delay),transform .65s cubic-bezier(.2,.75,.2,1) var(--phoenix-reveal-delay);
}
.phoenix-reveal-item.is-revealed { opacity: 1; transform: translateY(0) rotate(0); }

@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .phoenix-service-card:hover,
  .phoenix-principles article:hover,
  .phoenix-profile-card:hover,
  .phoenix-clinic-card:hover {
    box-shadow: .9rem .9rem 0 var(--phoenix-ink);
    transform: translate(-.25rem,-.35rem) rotate(-.35deg);
  }
}

@media (max-width:74.9375rem) {
  .phoenix-nav { background: rgba(8,13,28,.98); }
  .phoenix-nav a { font-size: clamp(1.5rem,4vw,2.5rem); }
}

@media (max-width:48rem) {
  .phoenix-hero { border-radius: 2rem; gap: 3rem; padding: 1.5rem; }
  .phoenix-hero h1 { font-size: clamp(2.7rem,13vw,4.6rem); }
  .phoenix-hero__visual { border-radius: 2rem; min-height: 24rem; transform: none; }
  .phoenix-hero__visual:hover { border-radius: 2rem; }
  .phoenix-trust article,
  .phoenix-trust article:nth-child(2) { transform: none; }
  .phoenix-section h2,
  .phoenix-section-heading h2,
  .phoenix-content-split h2,
  .phoenix-home-clinics h2,
  .phoenix-gallery-preview h2,
  .phoenix-review-boundary h2,
  .phoenix-appointment-boundary h2 { font-size: clamp(2.35rem,12vw,4rem); }
  .phoenix-stats { box-shadow: .55rem .55rem 0 var(--phoenix-mint); transform: none; }
  .phoenix-dark-section,
  .phoenix-appointment-boundary,
  .phoenix-mission,
  .phoenix-page-hero { border-radius: 2rem; }
  .phoenix-gallery-grid figure:nth-child(3n+2) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .phoenix-marquee__track { animation: none; }
  .phoenix-reveal-item { opacity: 1; transform: none; transition: none; }
  .phoenix-hero__visual { transform: none; transition: none; }
}
