:root {
  --ink: #21191b;
  --muted: #74676a;
  --paper: #fffaf7;
  --cream: #fff5ec;
  --white: #ffffff;
  --blush: #f6e7e8;
  --rose: #b96a7b;
  --rose-dark: #78394a;
  --gold: #ac8d5b;
  --plum: #33262a;
  --cream-rgb: 255, 245, 236;
  --blush-rgb: 246, 231, 232;
  --rose-rgb: 185, 106, 123;
  --rose-dark-rgb: 120, 57, 74;
  --gold-rgb: 172, 141, 91;
  --plum-rgb: 51, 38, 42;
  --line: rgba(33, 25, 27, 0.1);
  --shadow: 0 18px 50px rgba(33, 25, 27, 0.09);
  --float-shadow: 0 10px 30px rgba(33, 25, 27, 0.07);
  --soft-gradient: linear-gradient(180deg, #fffaf7 0%, #f8eeee 58%, #fffaf7 100%);
  --tint-gradient: linear-gradient(135deg, #ffffff, #f8ece9);
}

:root[data-theme="bright"] {
  --ink: #3a2432;
  --muted: #7d6070;
  --paper: #fff1f6;
  --cream: #fff8db;
  --blush: #ffd5e7;
  --rose: #ec5d9f;
  --rose-dark: #a91f65;
  --gold: #d69b2c;
  --plum: #57203d;
  --cream-rgb: 255, 248, 219;
  --blush-rgb: 255, 213, 231;
  --rose-rgb: 236, 93, 159;
  --rose-dark-rgb: 169, 31, 101;
  --gold-rgb: 214, 155, 44;
  --plum-rgb: 87, 32, 61;
  --line: rgba(169, 31, 101, 0.14);
  --shadow: 0 24px 70px rgba(236, 93, 159, 0.14);
  --float-shadow: 0 18px 54px rgba(236, 93, 159, 0.12);
  --soft-gradient: linear-gradient(180deg, #fff8db 0%, #ffd5e7 48%, #fff8fc 100%);
}

:root[data-theme="happy"] {
  --ink: #3f2b21;
  --muted: #81675a;
  --paper: #fff2cf;
  --cream: #fff2cf;
  --blush: #ffd8c7;
  --rose: #f47d74;
  --rose-dark: #b7474c;
  --gold: #d29a2f;
  --plum: #5a2d2a;
  --cream-rgb: 255, 242, 207;
  --blush-rgb: 255, 216, 199;
  --rose-rgb: 244, 125, 116;
  --rose-dark-rgb: 183, 71, 76;
  --gold-rgb: 210, 154, 47;
  --plum-rgb: 90, 45, 42;
  --line: rgba(180, 71, 76, 0.13);
  --shadow: 0 24px 70px rgba(244, 125, 116, 0.14);
  --float-shadow: 0 18px 54px rgba(244, 125, 116, 0.12);
  --soft-gradient: linear-gradient(180deg, #fff2cf 0%, #ffd8c7 45%, #fffaf0 100%);
}

:root[data-theme="luxury"] {
  --ink: #2e2521;
  --muted: #77695d;
  --paper: #fff7e8;
  --cream: #fff1d3;
  --blush: #f1dfd2;
  --rose: #a77750;
  --rose-dark: #654329;
  --gold: #b88a3d;
  --plum: #33251e;
  --cream-rgb: 255, 241, 211;
  --blush-rgb: 241, 223, 210;
  --rose-rgb: 167, 119, 80;
  --rose-dark-rgb: 101, 67, 41;
  --gold-rgb: 184, 138, 61;
  --plum-rgb: 51, 37, 30;
  --line: rgba(101, 67, 41, 0.14);
  --shadow: 0 24px 70px rgba(101, 67, 41, 0.14);
  --float-shadow: 0 18px 54px rgba(101, 67, 41, 0.11);
  --soft-gradient: linear-gradient(180deg, #fff7e8 0%, #f1dfd2 48%, #fffaf2 100%);
}

:root[data-theme="fresh"] {
  --ink: #24352f;
  --muted: #62746d;
  --paper: #f5ffe8;
  --cream: #fff8dc;
  --blush: #dff7ea;
  --rose: #68a78a;
  --rose-dark: #2e7058;
  --gold: #b59a42;
  --plum: #243b34;
  --cream-rgb: 255, 248, 220;
  --blush-rgb: 223, 247, 234;
  --rose-rgb: 104, 167, 138;
  --rose-dark-rgb: 46, 112, 88;
  --gold-rgb: 181, 154, 66;
  --plum-rgb: 36, 59, 52;
  --line: rgba(46, 112, 88, 0.14);
  --shadow: 0 24px 70px rgba(46, 112, 88, 0.13);
  --float-shadow: 0 18px 54px rgba(46, 112, 88, 0.1);
  --soft-gradient: linear-gradient(180deg, #f5ffe8 0%, #dff7ea 48%, #fffef4 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

[id] {
  scroll-margin-top: 116px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft-gradient);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.text-large {
  font-size: 17.5px;
}

body.text-larger {
  font-size: 19px;
}

body.high-contrast {
  --ink: #111111;
  --muted: #2e2a2b;
  --paper: #ffffff;
  --cream: #fff8df;
  --white: #ffffff;
  --rose: #8f2634;
  --rose-dark: #5f121c;
  --gold: #75520f;
  --line: rgba(0, 0, 0, 0.28);
  --soft-gradient: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}

body.reduced-motion,
body.reduced-motion * {
  scroll-behavior: auto !important;
  transition: none !important;
  animation: none !important;
}

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

  * {
    transition: none !important;
    animation: none !important;
  }
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  border-radius: 999px;
  padding: 10px 16px;
  color: #fff;
  background: var(--rose-dark);
  font-weight: 950;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: rgba(255, 250, 247, 0.92);
  border-bottom: 1px solid rgba(33, 25, 27, 0.06);
  box-shadow: 0 8px 24px rgba(33, 25, 27, 0.05);
  backdrop-filter: blur(16px);
}

.location-header {
  position: sticky;
  color: var(--ink);
  background: rgba(255, 250, 245, 0.94);
  box-shadow: 0 12px 34px rgba(73, 41, 45, 0.12);
  backdrop-filter: blur(16px);
}

.location-header .brand {
  color: var(--ink);
}

.location-header .brand-logo-frame {
  background: transparent;
}

.location-header .nav-cta {
  color: #fff;
  border-color: transparent;
  background: var(--ink);
}

.static-nav {
  color: var(--ink);
}

.brand,
.site-nav,
.hero-actions,
.intro-band,
.card-actions,
.detail-actions,
footer,
footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: max-content;
  font-weight: 900;
}

.brand-logo-frame {
  display: grid;
  width: clamp(132px, 15vw, 184px);
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(var(--gold-rgb), 0.38);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), var(--blush));
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  box-shadow: 0 12px 28px rgba(var(--rose-dark-rgb), 0.12);
}

.site-nav {
  gap: 24px;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-cta {
  border: 1px solid rgba(33, 25, 27, 0.16);
  border-radius: 999px;
  padding: 11px 17px;
  color: #fff;
  background: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
}

.nav-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 5px auto;
  background: var(--rose-dark);
}

.comfort-controls {
  position: fixed;
  z-index: 45;
  top: 82px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(420px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  padding: 8px;
  background: rgba(255, 250, 245, 0.92);
  box-shadow: 0 14px 36px rgba(43, 23, 28, 0.15);
  backdrop-filter: blur(14px);
}

.comfort-controls button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.comfort-controls button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--rose);
  background: var(--rose);
}

.theme-picker {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 8px 0 12px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 950;
}

.theme-picker select {
  width: auto;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px 0 8px;
  color: var(--rose-dark);
  background: var(--tint-gradient);
  box-shadow: none;
  font-weight: 950;
}

.hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 6vw, 84px) 68px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(33, 25, 27, 0.72), rgba(33, 25, 27, 0.34) 50%, rgba(255, 250, 247, 0.18)),
    linear-gradient(180deg, rgba(33, 25, 27, 0.08), rgba(255, 250, 247, 0.78)),
    url("https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=1800&q=84") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 88px;
  background: linear-gradient(to top, var(--paper), rgba(var(--cream-rgb), 0));
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  column-gap: clamp(20px, 5vw, 72px);
  row-gap: 0;
  width: min(1080px, 100%);
  max-width: 1080px;
  margin: 0;
  align-items: end;
}

.hero-logo,
.hero-content > .eyebrow,
.hero-content > h1,
.hero-content > p:not(.eyebrow) {
  grid-column: 1;
}

.hero-booking-panel {
  grid-column: 2;
  grid-row: 3 / span 2;
  align-self: end;
  width: min(340px, 100%);
  justify-self: end;
  transform: translateY(-34px);
}

.hero-logo {
  display: inline-grid;
  width: min(238px, calc(100vw - 48px));
  min-height: 74px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 10px 14px;
  background: rgba(255, 250, 247, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  color: var(--rose-dark);
}

.hero-logo img {
  width: min(200px, 100%);
  max-height: 54px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff3d2;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.6vw, 5.2rem);
  line-height: 1;
  font-weight: 500;
}

h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.3vw, 3.1rem);
  line-height: 1.08;
  font-weight: 500;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

h4 {
  margin-bottom: 8px;
}

p:last-child {
  margin-bottom: 0;
}

.hero-content p {
  max-width: 560px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: grid;
  gap: 10px;
  width: min(340px, 100%);
  align-items: stretch;
  margin-top: 16px;
}

.hero-actions .button {
  width: 100%;
}

.hero-location-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: min(340px, 100%);
  margin-top: 10px;
}

.hero-location-links > span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-location-links button {
  display: grid;
  min-height: 46px;
  align-content: center;
  width: 100%;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.14);
  border-radius: 999px;
  padding: 8px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(var(--rose-dark-rgb), 0.08);
}

.hero-location-links button.is-active {
  color: #fff;
  border-color: transparent;
  background: var(--rose-dark);
}

.hero-location-links small {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  opacity: 0.76;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.location-card:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 30px rgba(33, 25, 27, 0.2);
}

.button.secondary,
.button.glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.seo-hero .button.secondary {
  color: var(--rose-dark);
  border-color: rgba(var(--rose-rgb), 0.24);
  background: rgba(255, 255, 255, 0.82);
}

.button.soft {
  color: var(--ink);
  background: #fff;
}

.button.outline {
  color: var(--ink);
  border-color: rgba(33, 25, 27, 0.12);
  background: rgba(255, 255, 255, 0.88);
}

.button.small {
  min-height: 42px;
  padding: 0 12px;
  font-size: 0.86rem;
}

.intro-band {
  width: min(980px, calc(100% - 40px));
  justify-content: space-between;
  gap: 0;
  margin: -30px auto 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.intro-band div {
  display: grid;
  flex: 1;
  gap: 1px;
  padding: 10px 16px;
  border-right: 1px solid var(--line);
}

.intro-band div:last-child {
  border-right: 0;
}

.intro-band strong {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1;
}

.intro-band span,
.popular-grid p,
.location-card p,
.muted,
.split-copy p,
.feature-list,
.booking-copy p,
.selected-location-mini span {
  color: var(--muted);
}

.section,
.location-detail,
.booking,
.gallery-section,
.offer-banner {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 22px;
}

.wide-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.offer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 228, 236, 0.88)),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1200&q=80") center / cover;
  box-shadow: var(--shadow);
}

.offer-banner h2 {
  margin-bottom: 6px;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
}

.offer-banner p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.care-grid article {
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 218, 0.72));
  box-shadow: var(--float-shadow);
}

.guest-care {
  padding-bottom: 24px;
}

.popular-services {
  padding-top: 24px;
}

.care-grid p {
  color: var(--muted);
}

.brand-qualities,
.know-more-section,
.services-preview-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.brand-qualities .wide-heading > .muted,
.services-preview-section .wide-heading > .muted {
  max-width: 410px;
}

.brand-qualities .section-heading {
  display: block;
}

.brand-qualities .section-heading .muted {
  max-width: 760px;
}

.qualities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.qualities-grid article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 28px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 246, 218, 0.92)),
    var(--quality-image, none) center / cover;
  box-shadow: var(--float-shadow);
}

.qualities-grid article:nth-child(1) {
  --quality-image: url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=800&q=82");
}

.qualities-grid article:nth-child(2) {
  --quality-image: url("https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?auto=format&fit=crop&w=800&q=82");
}

.qualities-grid article:nth-child(3) {
  --quality-image: url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=800&q=82");
}

.quality-mark {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.qualities-grid p,
.know-more-section p,
.service-preview-grid p {
  color: var(--muted);
}

.know-more-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: 16px;
  align-items: stretch;
}

.know-more-copy,
.skill-panel {
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 32px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--float-shadow);
}

.know-more-copy {
  display: grid;
  align-content: center;
}

.know-more-copy .button {
  width: max-content;
  margin-top: 8px;
}

.skill-panel {
  display: grid;
  gap: 16px;
  align-content: center;
}

.skill-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
}

.skill-panel span,
.skill-panel strong {
  font-weight: 950;
}

.skill-panel span {
  color: var(--ink);
}

.skill-panel strong {
  color: var(--rose-dark);
}

.skill-panel i {
  grid-column: 1 / -1;
  display: block;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--rose) var(--skill), rgba(var(--rose-dark-rgb), 0.1) var(--skill)),
    rgba(var(--rose-dark-rgb), 0.08);
  box-shadow: inset 0 0 0 1px rgba(var(--rose-dark-rgb), 0.08);
}

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-preview-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--float-shadow);
}

.service-preview-grid img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.service-preview-grid article > div {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.service-preview-grid button {
  min-height: 42px;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.14);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.8);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  cursor: pointer;
}

.bottom-locations {
  padding-top: 34px;
}

.bottom-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bottom-location-grid article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 28px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--float-shadow);
}

.bottom-location-grid p {
  color: var(--muted);
}

.bottom-location-grid a {
  color: var(--rose-dark);
  font-weight: 950;
}

.location-map-section {
  padding-top: 28px;
}

.location-map-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(14px, 2.4vw, 24px);
  align-items: stretch;
}

.map-pin-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.map-pin-button {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  width: 100%;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.12);
  border-radius: 22px;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--float-shadow);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.map-pin-button.is-active {
  border-color: rgba(var(--rose-dark-rgb), 0.32);
  background: rgba(var(--blush-rgb), 0.52);
}

.map-pin-dot {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: var(--rose-dark);
  box-shadow: 0 0 0 3px rgba(var(--rose-dark-rgb), 0.12);
}

.map-pin-button strong {
  display: block;
  color: var(--plum);
  font-weight: 650;
}

.map-pin-button small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.google-map-card {
  overflow: hidden;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.google-map-card iframe {
  display: block;
  width: 100%;
  min-height: 390px;
  border: 0;
  background: rgba(var(--blush-rgb), 0.42);
}

.map-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.map-card-footer strong,
.map-card-footer span {
  display: block;
}

.map-card-footer strong {
  color: var(--plum);
  font-size: 1.05rem;
}

.map-card-footer span {
  margin-top: 3px;
  color: var(--muted);
}

.map-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.helper-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.local-grid,
.review-grid,
.faq-grid {
  display: grid;
  gap: 12px;
}

.local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-grid,
.faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.helper-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 30px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--float-shadow);
}

.helper-grid p {
  color: var(--muted);
}

.helper-grid button {
  min-height: 46px;
  border: 1px solid rgba(var(--rose-rgb), 0.24);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--rose-dark);
  background: var(--tint-gradient);
  font-weight: 950;
  cursor: pointer;
}

.popular-grid article,
.local-grid article,
.review-grid article,
.faq-grid article,
.location-card,
.price-card,
.hours-card,
.detail-panel,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--float-shadow);
}

.location-card {
  cursor: pointer;
}

.popular-grid article {
  min-height: 150px;
  padding: 16px;
}

.local-grid article,
.review-grid article,
.faq-grid article {
  padding: 18px;
}

.local-grid p,
.review-grid p,
.faq-grid p {
  color: var(--muted);
}

.local-grid a {
  color: var(--rose-dark);
  font-weight: 950;
}

.review-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--rose-dark);
  font-size: 1.08rem;
}

.service-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  color: var(--rose-dark);
  background: linear-gradient(145deg, var(--cream), var(--blush));
  box-shadow: 0 12px 30px rgba(var(--rose-dark-rgb), 0.12);
}

.service-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.location-tools {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(210px, 1fr);
  gap: 10px;
  width: min(520px, 100%);
}

.city-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 16px;
}

.city-filter button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(var(--rose-dark-rgb), 0.07);
}

.city-filter button.is-active {
  color: #fff;
  border-color: var(--rose);
  background: var(--rose);
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.14);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(var(--rose-rgb), 0.22);
  border-color: rgba(var(--rose-rgb), 0.5);
}

input,
select {
  min-height: 48px;
}

textarea {
  min-height: 92px;
  padding-top: 13px;
  resize: vertical;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.location-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 30px;
  padding: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.location-card.is-selected {
  border-color: rgba(var(--rose-dark-rgb), 0.35);
  box-shadow: 0 16px 44px rgba(33, 25, 27, 0.1);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.card-topline button {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 36px;
  padding: 7px 10px;
  color: var(--ink);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.rating-pill {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--ink);
  background: #fff;
  font-size: 0.84rem;
  font-weight: 900;
}

.rating-pill strong {
  color: var(--gold);
}

.rating-pill small,
.review-count-note {
  color: #5f685d;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.3;
}

.review-count-note {
  margin: 8px 0 10px;
}

.location-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.location-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(var(--rose-dark-rgb), 0.1);
  padding-top: 8px;
}

dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

.card-actions,
.detail-actions {
  flex-wrap: wrap;
  gap: 8px;
}

.location-detail {
  padding-top: 14px;
}

.detail-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.detail-copy {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.detail-copy .eyebrow,
.detail-copy p {
  color: var(--rose-dark);
}

.detail-rating {
  margin: 4px 0 14px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.78);
}

.detail-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
}

.detail-contact-grid a,
.detail-contact-grid div {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.12);
  border-radius: 20px;
  padding: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.detail-contact-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.detail-contact-grid strong {
  overflow-wrap: anywhere;
  font-size: 0.94rem;
  line-height: 1.25;
}

.hours-card,
.detail-panel {
  padding: 18px;
}

.hours-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours-card li,
.price-card p,
.mini-price-group p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  border-top: 1px solid rgba(var(--rose-dark-rgb), 0.1);
  padding: 8px 0 0;
}

.hours-card span,
.price-card span,
.mini-price-group span {
  color: var(--muted);
}

.mini-price-grid,
.price-grid {
  display: grid;
  gap: 12px;
}

.mini-price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.price-controls {
  display: grid;
  gap: 10px;
  width: min(560px, 100%);
}

.price-location-buttons,
.price-mode-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.price-mode-buttons {
  justify-self: end;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.1);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.72);
}

.price-controls button {
  min-height: 42px;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.14);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.price-controls button:hover {
  transform: translateY(-1px);
}

.price-controls button.is-active {
  color: #fff;
  border-color: transparent;
  background: var(--rose-dark);
  box-shadow: 0 12px 26px rgba(var(--rose-dark-rgb), 0.2);
}

.price-card {
  padding: 20px;
}

.price-card h3 {
  color: var(--rose-dark);
}

.price-card small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.popular-price-card {
  grid-column: 1 / -1;
}

.price-message {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  box-shadow: var(--float-shadow);
}

.price-note {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 800;
}

.wide-price-note {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(var(--cream-rgb), 0.72));
}

.review-panel p {
  color: var(--muted);
}

.review-panel a {
  color: var(--rose-dark);
  font-weight: 950;
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
}

.detail-gallery img {
  height: 210px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: var(--float-shadow);
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}

.split-image {
  height: min(40vw, 390px);
  min-height: 280px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 30px;
  background: linear-gradient(var(--gold), var(--gold)) 0 0.72em / 14px 2px no-repeat;
  font-weight: 800;
}

.gallery-section {
  padding-top: 18px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 12px;
}

.gallery img {
  height: 240px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--float-shadow);
}

.booking {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(20px, 4vw, 46px);
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.seo-page {
  padding-top: 0;
}

.seo-hero {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: clamp(20px, 4vw, 44px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 30px;
  align-items: center;
}

.seo-hero h1 {
  color: var(--ink);
}

.seo-hero p {
  color: var(--muted);
}

.seo-hero img {
  min-height: 320px;
  height: min(44vw, 430px);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.seo-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-panel h3 {
  margin-top: 12px;
}

.seo-grid-section > .faq-panel:only-child {
  grid-column: 1 / -1;
}

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

.selected-location-mini {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid var(--rose);
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--float-shadow);
}

.selected-location-mini a {
  color: var(--rose-dark);
  font-weight: 950;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background: #fff;
}

.wide-field,
.honeypot,
.booking-form button,
.safe-note,
.form-note {
  grid-column: 1 / -1;
}

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

.booking-form[aria-busy="true"] {
  opacity: 0.82;
}

.booking-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.safe-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--rose-dark);
  font-weight: 900;
}

.booking-actions-result {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-actions {
  position: fixed;
  z-index: 50;
  left: 16px;
  right: 16px;
  bottom: max(12px, env(safe-area-inset-bottom));
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  padding: 8px;
  background: rgba(255, 250, 247, 0.96);
  box-shadow: 0 14px 34px rgba(33, 25, 27, 0.16);
  backdrop-filter: blur(18px);
}

.mobile-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--rose-dark-rgb), 0.12);
  border-radius: 18px;
  padding: 0 6px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
}

.mobile-actions a.primary {
  color: #fff;
  border-color: transparent;
  background: var(--ink);
}

footer {
  justify-content: space-between;
  gap: 14px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  font-weight: 950;
}

footer div {
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1050px) {
  .site-nav {
    gap: 13px;
    font-size: 0.84rem;
  }

  .care-grid,
  .helper-grid,
  .local-grid,
  .review-grid,
  .faq-grid,
  .qualities-grid,
  .service-preview-grid,
  .bottom-location-grid,
  .location-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 860px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  [id] {
    scroll-margin-top: 126px;
  }

  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand-logo-frame {
    width: 136px;
    height: 46px;
    border-radius: 18px;
    padding: 6px 9px;
  }

  .brand-logo {
    max-height: 34px;
  }

  .nav-toggle {
    display: block;
    width: 48px;
    height: 48px;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    min-width: 0;
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    z-index: 80;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-radius: 16px;
    padding: 0 14px;
    background: rgba(var(--cream-rgb), 0.44);
  }

  .static-nav {
    position: static;
    display: flex;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .static-nav a:not(.nav-cta) {
    display: none;
  }

  .comfort-controls {
    top: 66px;
    left: 12px;
    right: 12px;
    flex-wrap: nowrap;
    max-width: none;
    overflow-x: auto;
    border-radius: 18px;
    padding: 6px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .comfort-controls::-webkit-scrollbar {
    display: none;
  }

  .comfort-controls > * {
    flex: 0 0 auto;
  }

  .comfort-controls button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .theme-picker {
    min-height: 38px;
  }

  .nav-cta {
    border-color: var(--line);
    background: var(--cream);
  }

  .hero-content {
    grid-template-columns: 1fr;
    width: min(650px, 100%);
    max-width: 650px;
  }

  .hero-booking-panel {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    width: min(340px, 100%);
    margin-top: 16px;
    transform: none;
  }

  .price-controls {
    width: 100%;
  }

  .price-location-buttons,
  .price-mode-buttons {
    justify-content: flex-start;
  }

  .wide-heading,
  .intro-band,
  .split,
  .know-more-section,
  .booking,
  .seo-hero,
  .seo-grid-section,
  .detail-inner {
    grid-template-columns: 1fr;
  }

  .wide-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .booking {
    padding: 24px;
  }

  .mobile-actions {
    display: grid;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15.5px;
  }

  .site-header {
    padding: 8px 10px;
  }

  .comfort-controls {
    top: 58px;
    left: 10px;
    right: 10px;
    padding: 5px;
  }

  .theme-picker span {
    display: none;
  }

  .brand-logo-frame {
    width: 122px;
    height: 42px;
    border-radius: 16px;
    padding: 5px 8px;
  }

  .hero {
    min-height: 58vh;
    min-height: 58svh;
    padding: 94px 14px 32px;
  }

  .hero-logo {
    width: min(100%, 230px);
    min-height: 80px;
    border-radius: 18px;
    padding: 10px;
  }

  .hero-logo img {
    max-height: 66px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  h2 {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
  }

  h3 {
    font-size: 1.04rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-location-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-location-links button {
    width: 100%;
  }

  .intro-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
  }

  .intro-band span {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .offer-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .section,
  .location-detail,
  .gallery-section,
  .offer-banner {
    width: min(100% - 24px, 1180px);
    padding: 26px 0;
  }

  .booking {
    width: min(100% - 24px, 1180px);
    padding: 16px;
    border-radius: 22px;
  }

  .offer-banner {
    padding: 16px;
  }

  .guest-care {
    padding-bottom: 18px;
  }

  .popular-services {
    padding-top: 18px;
  }

  .popular-grid,
    .helper-grid,
    .local-grid,
    .review-grid,
    .faq-grid,
    .qualities-grid,
    .service-preview-grid,
    .bottom-location-grid,
    .location-grid,
    .location-tools,
    .mini-price-grid,
    .price-grid,
    .price-controls,
    .booking-form {
    grid-template-columns: 1fr;
  }

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

  .brand-qualities,
  .know-more-section,
  .services-preview-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .know-more-copy .button {
    width: 100%;
  }

  .popular-grid article {
    min-height: auto;
    padding: 14px;
  }

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

  .location-card,
  .local-grid article,
  .review-grid article,
  .faq-grid article,
  .price-card,
  .hours-card,
  .detail-panel,
  .booking-form {
    border-radius: 22px;
    padding: 16px;
  }

  .location-card dl div,
  .hours-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .price-card p,
  .mini-price-group p {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .price-card p span,
  .mini-price-group p span {
    min-width: 0;
  }

  .card-actions,
  .detail-actions,
  .booking-actions-result {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .detail-contact-grid {
    grid-template-columns: 1fr;
  }

  .card-actions .button,
  .detail-actions .button,
  .booking-actions-result .button,
  .offer-banner .button,
  .booking-form button {
    width: 100%;
    min-height: 50px;
    text-align: center;
  }

  .city-filter {
    flex-wrap: nowrap;
    margin-bottom: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .city-filter::-webkit-scrollbar {
    display: none;
  }

  .city-filter button {
    flex: 0 0 auto;
    min-height: 42px;
  }

  dd {
    text-align: left;
  }

  .split-image {
    min-height: 210px;
    height: 54vw;
    border-radius: 22px;
  }

  .seo-hero {
    width: min(100% - 24px, 1180px);
    padding-top: 22px;
  }

  .seo-hero img {
    min-height: 210px;
    height: 54vw;
    border-radius: 22px;
  }

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

  .gallery img,
  .gallery img:nth-child(2),
  .gallery img:nth-child(4) {
    height: 160px;
    margin-top: 0;
    border-radius: 20px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 96px;
  }
}

@media (max-width: 420px) {
  .hero-content p {
    font-size: 0.94rem;
  }

  .mobile-actions {
    left: 10px;
    right: 10px;
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
  }

  .mobile-actions a {
    min-height: 48px;
    border-radius: 16px;
    font-size: 0.84rem;
  }
}

@media (max-width: 360px) {
  .popular-grid,
  .gallery,
  .card-actions,
  .detail-actions,
  .booking-actions-result {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) {
  .button:hover,
  .location-card:hover {
    transform: none;
  }
}

/* Luxury editorial redesign */
.luxury-editorial {
  --ink: #171112;
  --muted: #7b6d68;
  --paper: #fbf3ec;
  --cream: #f4e4d6;
  --white: #fffaf6;
  --blush: #ead1cc;
  --rose: #b76f79;
  --rose-dark: #5b2731;
  --gold: #c7a45f;
  --plum: #211719;
  --cream-rgb: 244, 228, 214;
  --blush-rgb: 234, 209, 204;
  --rose-rgb: 183, 111, 121;
  --rose-dark-rgb: 91, 39, 49;
  --gold-rgb: 199, 164, 95;
  --plum-rgb: 33, 23, 25;
  --line: rgba(23, 17, 18, 0.12);
  --shadow: 0 24px 70px rgba(23, 17, 18, 0.13);
  --float-shadow: 0 14px 42px rgba(23, 17, 18, 0.09);
  --soft-gradient:
    linear-gradient(90deg, rgba(199, 164, 95, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #fbf3ec 0%, #f6e8de 42%, #fffaf6 100%);
  background-size: 72px 72px, auto;
  letter-spacing: 0;
}

.luxury-editorial .site-header {
  top: 18px;
  left: 50%;
  right: auto;
  width: min(1120px, calc(100% - 36px));
  transform: translateX(-50%);
  border: 1px solid rgba(255, 250, 246, 0.16);
  border-radius: 999px;
  padding: 10px 14px 10px 18px;
  color: #fffaf6;
  background: rgba(23, 17, 18, 0.86);
  box-shadow: 0 24px 60px rgba(23, 17, 18, 0.22);
}

.luxury-editorial .brand-logo-frame {
  width: clamp(142px, 16vw, 190px);
  height: 48px;
  padding: 4px 0;
}

.luxury-editorial .site-nav a {
  color: rgba(255, 250, 246, 0.78);
}

.luxury-editorial .site-nav a:hover {
  color: #fffaf6;
}

.luxury-editorial .nav-cta,
.luxury-editorial .button.primary {
  color: #171112;
  border-color: rgba(199, 164, 95, 0.72);
  background: linear-gradient(135deg, #f5dfaa, #c7a45f);
  box-shadow: 0 16px 38px rgba(23, 17, 18, 0.22);
}

.luxury-editorial .nav-toggle {
  border-color: rgba(255, 250, 246, 0.22);
  background: rgba(255, 250, 246, 0.1);
}

.luxury-editorial .nav-toggle span {
  background: #fffaf6;
}

.luxury-editorial .hero {
  min-height: 86vh;
  padding: 150px clamp(22px, 7vw, 110px) 96px;
  isolation: isolate;
}

.luxury-editorial .hero-media {
  background:
    linear-gradient(90deg, rgba(23, 17, 18, 0.88) 0%, rgba(23, 17, 18, 0.62) 45%, rgba(23, 17, 18, 0.12) 100%),
    linear-gradient(180deg, rgba(23, 17, 18, 0.16), rgba(251, 243, 236, 0.92)),
    url("https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=1900&q=86") center right / cover;
}

.luxury-editorial .hero::before {
  content: "";
  position: absolute;
  inset: 104px clamp(18px, 5vw, 72px) 54px;
  z-index: -1;
  border: 1px solid rgba(255, 250, 246, 0.22);
  border-radius: 42px;
  pointer-events: none;
}

.luxury-editorial .hero::after {
  height: 150px;
  background: linear-gradient(to top, #fbf3ec, rgba(251, 243, 236, 0));
}

.luxury-editorial .hero-content {
  width: min(720px, 100%);
}

.luxury-editorial .hero-logo {
  width: min(260px, calc(100vw - 48px));
  min-height: 82px;
  border-color: rgba(255, 250, 246, 0.2);
  border-radius: 0;
  background: rgba(23, 17, 18, 0.72);
  box-shadow: none;
}

.luxury-editorial .hero-logo img {
  width: min(222px, 100%);
  max-height: 60px;
}

.luxury-editorial .eyebrow {
  color: var(--gold);
  letter-spacing: 0.18em;
}

.luxury-editorial .hero .eyebrow {
  color: #f5dfaa;
}

.luxury-editorial h1,
.luxury-editorial h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.luxury-editorial h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7.3vw, 7.8rem);
  line-height: 0.9;
}

.luxury-editorial h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
}

.luxury-editorial h3 {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.luxury-editorial .hero-content > p:not(.eyebrow) {
  max-width: 510px;
  color: rgba(255, 250, 246, 0.84);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.luxury-editorial .hero-actions {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 28px;
}

.luxury-editorial .button {
  min-height: 48px;
  border-radius: 0;
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.luxury-editorial .button.secondary,
.luxury-editorial .button.glass {
  color: #fffaf6;
  border-color: rgba(255, 250, 246, 0.36);
  background: rgba(255, 250, 246, 0.08);
}

.luxury-editorial .button.outline,
.luxury-editorial .button.soft {
  color: var(--ink);
  border-color: rgba(23, 17, 18, 0.18);
  background: transparent;
}

.luxury-editorial .intro-band {
  width: min(940px, calc(100% - 40px));
  margin-top: -54px;
  border-radius: 0;
  padding: 0;
  color: #fffaf6;
  background: #171112;
  box-shadow: 0 30px 70px rgba(23, 17, 18, 0.18);
}

.luxury-editorial .intro-band div {
  padding: 20px 26px;
  border-right-color: rgba(255, 250, 246, 0.14);
}

.luxury-editorial .intro-band strong {
  color: #f5dfaa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.luxury-editorial .intro-band span {
  color: rgba(255, 250, 246, 0.68);
}

.luxury-editorial .section,
.luxury-editorial .location-detail,
.luxury-editorial .gallery-section,
.luxury-editorial .booking {
  width: min(1120px, calc(100% - 44px));
  padding: 72px 0;
}

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

.luxury-editorial .wide-heading {
  align-items: flex-end;
}

.luxury-editorial .locations-section {
  width: min(1180px, calc(100% - 40px));
  margin-top: 52px;
  border-radius: 44px;
  padding: clamp(28px, 5vw, 52px);
  color: #fffaf6;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.08), rgba(255, 250, 246, 0)),
    #171112;
  box-shadow: 0 34px 90px rgba(23, 17, 18, 0.22);
}

.luxury-editorial .locations-section h2,
.luxury-editorial .locations-section .eyebrow {
  color: #fffaf6;
}

.luxury-editorial .locations-section .eyebrow {
  color: #f5dfaa;
}

.luxury-editorial .location-tools label {
  color: rgba(255, 250, 246, 0.64);
}

.luxury-editorial input,
.luxury-editorial select,
.luxury-editorial textarea {
  border-radius: 0;
  border-color: rgba(23, 17, 18, 0.16);
  background: rgba(255, 250, 246, 0.9);
  box-shadow: none;
}

.luxury-editorial .locations-section input,
.luxury-editorial .locations-section select {
  border-color: rgba(255, 250, 246, 0.18);
  color: #fffaf6;
  background: rgba(255, 250, 246, 0.08);
}

.luxury-editorial .locations-section input::placeholder {
  color: rgba(255, 250, 246, 0.45);
}

.luxury-editorial .city-filter {
  margin: 10px 0 20px;
}

.luxury-editorial .city-filter button {
  border-radius: 0;
  border-color: rgba(255, 250, 246, 0.16);
  color: rgba(255, 250, 246, 0.74);
  background: transparent;
  box-shadow: none;
}

.luxury-editorial .city-filter button.is-active {
  color: #171112;
  border-color: #f5dfaa;
  background: #f5dfaa;
}

.luxury-editorial .location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.luxury-editorial .location-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.14);
  border-radius: 0;
  padding: 22px;
  color: #fffaf6;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.11), rgba(255, 250, 246, 0.04));
  box-shadow: none;
}

.luxury-editorial .location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(#f5dfaa, rgba(245, 223, 170, 0));
}

.luxury-editorial .location-card h3 {
  color: #fffaf6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.luxury-editorial .location-card p,
.luxury-editorial .location-card dt {
  color: rgba(255, 250, 246, 0.68);
}

.luxury-editorial .location-card dd,
.luxury-editorial .card-topline {
  color: #fffaf6;
}

.luxury-editorial .location-card dl div {
  border-top-color: rgba(255, 250, 246, 0.12);
}

.luxury-editorial .card-topline button,
.luxury-editorial .rating-pill {
  border-radius: 0;
  border-color: rgba(255, 250, 246, 0.16);
  color: #f5dfaa;
  background: rgba(255, 250, 246, 0.06);
}

.luxury-editorial .location-card.is-selected {
  border-color: rgba(245, 223, 170, 0.72);
  box-shadow: 0 0 0 1px rgba(245, 223, 170, 0.16);
}

.luxury-editorial .location-card .button.primary {
  color: #171112;
}

.luxury-editorial .location-card .button.outline,
.luxury-editorial .location-card .button.soft {
  color: #fffaf6;
  border-color: rgba(255, 250, 246, 0.2);
  background: transparent;
}

.luxury-editorial .detail-copy,
.luxury-editorial .hours-card,
.luxury-editorial .detail-panel,
.luxury-editorial .price-card,
.luxury-editorial .booking-form,
.luxury-editorial .selected-location-mini {
  border-radius: 0;
  border-color: rgba(23, 17, 18, 0.12);
  background: rgba(255, 250, 246, 0.78);
  box-shadow: none;
}

.luxury-editorial .detail-copy {
  border-left: 4px solid var(--gold);
}

.luxury-editorial .services-prices {
  width: min(1120px, calc(100% - 44px));
}

.luxury-editorial .price-grid {
  gap: 16px;
}

.luxury-editorial .price-card {
  padding: 26px;
}

.luxury-editorial .price-card h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.luxury-editorial .price-card p {
  border-top-color: rgba(23, 17, 18, 0.1);
  padding-top: 10px;
}

.luxury-editorial .price-card strong,
.luxury-editorial .mini-price-group strong {
  color: var(--rose-dark);
}

.luxury-editorial .wide-price-note,
.luxury-editorial .price-message {
  border-radius: 0;
  border-color: rgba(23, 17, 18, 0.12);
  background: rgba(255, 250, 246, 0.78);
  box-shadow: none;
}

.luxury-editorial .simple-about {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: stretch;
}

.luxury-editorial .split-copy {
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(23, 17, 18, 0.14);
  border-bottom: 1px solid rgba(23, 17, 18, 0.14);
  padding: 34px 0;
}

.luxury-editorial .split-image {
  height: min(42vw, 520px);
  min-height: 380px;
  border-radius: 0;
  box-shadow: 0 28px 70px rgba(23, 17, 18, 0.16);
}

.luxury-editorial .gallery-section {
  padding-top: 20px;
}

.luxury-editorial .gallery {
  grid-template-columns: 1.45fr 0.8fr 1fr;
  gap: 14px;
}

.luxury-editorial .gallery img {
  height: min(34vw, 360px);
  min-height: 230px;
  border-radius: 0;
  filter: saturate(0.92) contrast(1.02);
  box-shadow: none;
}

.luxury-editorial .gallery img:nth-child(2) {
  margin-top: 54px;
}

.luxury-editorial .booking {
  width: min(1120px, calc(100% - 44px));
  border-radius: 0;
  border-color: rgba(23, 17, 18, 0.12);
  background:
    linear-gradient(90deg, rgba(23, 17, 18, 0.92) 0 36%, rgba(255, 250, 246, 0.92) 36%),
    #fffaf6;
  box-shadow: 0 30px 86px rgba(23, 17, 18, 0.14);
}

.luxury-editorial .booking-copy,
.luxury-editorial .booking-copy p,
.luxury-editorial .booking-copy .eyebrow {
  color: #fffaf6;
}

.luxury-editorial .booking-copy .eyebrow {
  color: #f5dfaa;
}

.luxury-editorial .booking-form {
  background: rgba(255, 250, 246, 0.96);
}

.luxury-editorial .mobile-actions {
  border-radius: 0;
  border-color: rgba(245, 223, 170, 0.26);
  background: rgba(23, 17, 18, 0.92);
}

.luxury-editorial .mobile-actions a {
  border-radius: 0;
  color: #fffaf6;
  border-color: rgba(255, 250, 246, 0.16);
  background: rgba(255, 250, 246, 0.06);
}

.luxury-editorial .mobile-actions a.primary {
  color: #171112;
  background: linear-gradient(135deg, #f5dfaa, #c7a45f);
}

.luxury-editorial footer {
  background: #171112;
  color: #fffaf6;
  border-top: 1px solid rgba(245, 223, 170, 0.22);
}

@media (max-width: 860px) {
  .luxury-editorial .site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 26px;
    padding: 8px 10px 8px 14px;
  }

  .luxury-editorial .site-nav {
    top: 76px;
    color: #fffaf6;
    background: rgba(23, 17, 18, 0.96);
  }

  .luxury-editorial .site-nav a {
    color: #fffaf6;
    background: rgba(255, 250, 246, 0.06);
  }

  .luxury-editorial .nav-cta {
    color: #171112;
    background: linear-gradient(135deg, #f5dfaa, #c7a45f);
  }

  .luxury-editorial .hero {
    min-height: 78vh;
    min-height: 78svh;
    padding: 116px 18px 128px;
  }

  .luxury-editorial .hero::before {
    inset: 90px 12px 28px;
    border-radius: 28px;
  }

  .luxury-editorial .hero-media {
    background:
      linear-gradient(180deg, rgba(23, 17, 18, 0.82), rgba(23, 17, 18, 0.44) 52%, rgba(251, 243, 236, 0.9)),
      url("https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=1200&q=84") center / cover;
  }

  .luxury-editorial h1 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .luxury-editorial .hero-logo {
    width: min(224px, calc(100vw - 48px));
    min-height: 70px;
    margin-bottom: 16px;
  }

  .luxury-editorial .hero-logo img {
    max-height: 50px;
  }

  .luxury-editorial .hero-content > p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .luxury-editorial .intro-band {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 940px);
    margin-top: -30px;
  }

  .luxury-editorial .intro-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 246, 0.14);
  }

  .luxury-editorial .intro-band div:last-child {
    border-bottom: 0;
  }

  .luxury-editorial .locations-section,
  .luxury-editorial .section,
  .luxury-editorial .location-detail,
  .luxury-editorial .gallery-section,
  .luxury-editorial .booking {
    width: min(100% - 24px, 1120px);
    padding: 34px 0;
  }

  .luxury-editorial .locations-section {
    border-radius: 28px;
    padding: 24px;
  }

  .luxury-editorial .location-grid,
  .luxury-editorial .price-grid,
  .luxury-editorial .simple-about,
  .luxury-editorial .gallery,
  .luxury-editorial .booking {
    grid-template-columns: 1fr;
  }

  .luxury-editorial .split-image,
  .luxury-editorial .gallery img {
    min-height: 240px;
    height: 62vw;
  }

  .luxury-editorial .gallery img:nth-child(2) {
    margin-top: 0;
  }

  .luxury-editorial .booking {
    padding: 0;
    background: #171112;
  }

  .luxury-editorial .booking-copy {
    padding: 24px 20px 0;
  }

  .luxury-editorial .booking-form {
    margin: 12px;
  }
}

@media (max-width: 420px) {
  .luxury-editorial .brand-logo-frame {
    width: 124px;
  }

  .luxury-editorial .hero-logo {
    width: 220px;
  }

  .luxury-editorial .button {
    width: 100%;
  }
}

/* Phlox-inspired fashion salon direction */
.phlox-salon {
  --ink: #201032;
  --muted: #776a70;
  --paper: #fff7ed;
  --cream: #fff1d4;
  --white: #ffffff;
  --blush: #ffd6e0;
  --rose: #e22782;
  --rose-dark: #8b165a;
  --gold: #f4b22a;
  --plum: #201032;
  --cream-rgb: 255, 241, 212;
  --blush-rgb: 255, 214, 224;
  --rose-rgb: 226, 39, 130;
  --rose-dark-rgb: 139, 22, 90;
  --gold-rgb: 244, 178, 42;
  --plum-rgb: 32, 16, 50;
  --line: rgba(32, 16, 50, 0.12);
  --shadow: 0 28px 80px rgba(32, 16, 50, 0.14);
  --float-shadow: 0 14px 42px rgba(32, 16, 50, 0.1);
  --soft-gradient:
    radial-gradient(circle at 12% 12%, rgba(226, 39, 130, 0.12), transparent 22rem),
    linear-gradient(180deg, #fff7ed 0%, #fff1d4 42%, #fffaf5 100%);
  color: var(--ink);
  background: var(--soft-gradient);
}

.phlox-salon .site-header {
  top: 18px;
  left: 50%;
  right: auto;
  width: min(1120px, calc(100% - 36px));
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  padding: 10px 14px 10px 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 60px rgba(32, 16, 50, 0.14);
  backdrop-filter: blur(18px);
}

.phlox-salon .brand-logo-frame {
  width: clamp(142px, 16vw, 196px);
  height: 48px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.phlox-salon .site-nav {
  gap: 24px;
  color: var(--plum);
}

.phlox-salon .site-nav a:not(.nav-cta) {
  color: rgba(32, 16, 50, 0.78);
}

.phlox-salon .nav-cta,
.phlox-salon .button.primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff4aa2 0%, var(--rose-dark) 50%, var(--plum) 100%);
  box-shadow: 0 18px 38px rgba(139, 22, 90, 0.28);
}

.phlox-salon .nav-cta:hover,
.phlox-salon .button.primary:hover {
  box-shadow: 0 22px 48px rgba(139, 22, 90, 0.32);
}

.phlox-salon .nav-toggle {
  border-color: rgba(32, 16, 50, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.phlox-salon .nav-toggle span {
  background: var(--plum);
}

.phlox-salon .hero {
  min-height: 86vh;
  isolation: isolate;
  padding: 148px clamp(22px, 7vw, 112px) 98px;
  color: var(--plum);
  text-align: left;
}

.phlox-salon .hero-media {
  background:
    linear-gradient(90deg, rgba(248, 182, 31, 0.96) 0%, rgba(248, 182, 31, 0.9) 42%, rgba(248, 182, 31, 0.46) 100%),
    linear-gradient(180deg, rgba(226, 39, 130, 0.16), rgba(255, 247, 237, 0.82)),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1900&q=86") center right / cover;
}

.phlox-salon .hero::before {
  content: "";
  position: absolute;
  right: clamp(20px, 5vw, 80px);
  bottom: 54px;
  width: min(38vw, 420px);
  aspect-ratio: 1;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
}

.phlox-salon .hero::after {
  height: 120px;
  background: linear-gradient(to top, var(--paper), rgba(255, 247, 237, 0));
}

.phlox-salon .hero-content {
  width: min(1120px, 100%);
  max-width: 1120px;
}

.phlox-salon .hero-logo {
  width: min(300px, calc(100vw - 48px));
  min-height: 96px;
  border: 0;
  border-radius: 38px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(32, 16, 50, 0.16);
}

.phlox-salon .hero-logo img {
  width: min(250px, 100%);
  max-height: 68px;
}

.phlox-salon .eyebrow {
  color: var(--rose-dark);
  letter-spacing: 0.22em;
}

.phlox-salon .hero .eyebrow {
  color: var(--plum);
}

.phlox-salon h1,
.phlox-salon h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.phlox-salon h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--plum);
  font-size: clamp(3.35rem, 7vw, 7.4rem);
  line-height: 0.89;
  text-wrap: balance;
}

.phlox-salon h2 {
  color: var(--plum);
  font-size: clamp(2.05rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.phlox-salon .hero-content > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(32, 16, 50, 0.8);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 800;
}

.phlox-salon .hero-actions {
  justify-content: stretch;
  gap: 12px;
  margin-top: 0;
}

.phlox-salon .hero-booking-panel {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 56px rgba(32, 16, 50, 0.12);
  backdrop-filter: blur(12px);
}

.phlox-salon .hero-location-links {
  margin-top: 12px;
}

.phlox-salon .hero-location-links > span {
  color: rgba(32, 16, 50, 0.72);
}

.phlox-salon .hero-location-links button {
  border-color: rgba(32, 16, 50, 0.12);
  color: var(--plum);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 32px rgba(32, 16, 50, 0.1);
}

.phlox-salon .hero-location-links button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 16px 34px rgba(139, 22, 90, 0.2);
}

.phlox-salon .button {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.phlox-salon .button.secondary,
.phlox-salon .button.glass,
.phlox-salon .button.outline,
.phlox-salon .button.soft {
  color: var(--plum);
  border-color: rgba(32, 16, 50, 0.18);
  background: rgba(255, 255, 255, 0.45);
}

.phlox-salon .intro-band {
  width: min(960px, calc(100% - 40px));
  margin-top: -48px;
  border: 0;
  border-radius: 34px;
  padding: 8px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(32, 16, 50, 0.12);
}

.phlox-salon .intro-band div {
  padding: 18px 24px;
  border-right-color: rgba(32, 16, 50, 0.1);
}

.phlox-salon .intro-band strong {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.phlox-salon .intro-band span {
  color: rgba(32, 16, 50, 0.62);
  font-weight: 850;
}

.phlox-salon .brand-qualities,
.phlox-salon .know-more-section,
.phlox-salon .services-preview-section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.phlox-salon .qualities-grid article,
.phlox-salon .know-more-copy,
.phlox-salon .skill-panel,
.phlox-salon .service-preview-grid article,
.phlox-salon .bottom-location-grid article {
  border: 0;
  box-shadow: 0 18px 52px rgba(32, 16, 50, 0.09);
}

.phlox-salon .qualities-grid article {
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.78), rgba(255, 250, 245, 0.96)),
    var(--quality-image, none) center / cover;
}

.phlox-salon .know-more-copy,
.phlox-salon .skill-panel,
.phlox-salon .service-preview-grid article,
.phlox-salon .bottom-location-grid article {
  background: #fffaf5;
}

.phlox-salon .bottom-location-grid a {
  color: var(--rose-dark);
}

.phlox-salon .quality-mark {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 12px 26px rgba(139, 22, 90, 0.18);
}

.phlox-salon .skill-panel i {
  background:
    linear-gradient(90deg, var(--rose-dark) var(--skill), rgba(32, 16, 50, 0.09) var(--skill)),
    rgba(32, 16, 50, 0.08);
}

.phlox-salon .service-preview-grid button {
  color: var(--plum);
  border-color: rgba(32, 16, 50, 0.12);
  background: #fff7ed;
}

.phlox-salon .section,
.phlox-salon .location-detail,
.phlox-salon .gallery-section,
.phlox-salon .booking {
  width: min(1120px, calc(100% - 44px));
  padding: 72px 0;
}

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

.phlox-salon .locations-section {
  width: min(1180px, calc(100% - 40px));
  margin-top: 46px;
  border-radius: 46px;
  padding: clamp(30px, 5vw, 56px);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 39, 130, 0.22), transparent 20rem),
    #fff;
  box-shadow: var(--shadow);
}

.phlox-salon .location-tools label {
  color: rgba(32, 16, 50, 0.68);
}

.phlox-salon input,
.phlox-salon select,
.phlox-salon textarea {
  border-color: rgba(32, 16, 50, 0.14);
  border-radius: 999px;
  background: #fffaf5;
  box-shadow: none;
}

.phlox-salon textarea {
  border-radius: 28px;
}

.phlox-salon .city-filter {
  margin: 6px 0 20px;
}

.phlox-salon .city-filter button {
  min-height: 42px;
  border-color: rgba(32, 16, 50, 0.12);
  color: var(--plum);
  background: #fff7ed;
  box-shadow: none;
}

.phlox-salon .city-filter button.is-active {
  color: #fff;
  border-color: var(--rose-dark);
  background: var(--rose-dark);
}

.phlox-salon .location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.phlox-salon .location-card,
.phlox-salon .price-card,
.phlox-salon .hours-card,
.phlox-salon .detail-panel,
.phlox-salon .booking-form,
.phlox-salon .detail-copy {
  border: 0;
  border-radius: 30px;
  background: #fffaf5;
  box-shadow: 0 18px 52px rgba(32, 16, 50, 0.09);
}

.phlox-salon .location-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.phlox-salon .location-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(244, 178, 42, 0.28);
}

.phlox-salon .location-card h3 {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.phlox-salon .card-topline {
  color: var(--rose-dark);
}

.phlox-salon .card-topline button,
.phlox-salon .rating-pill {
  border-color: rgba(32, 16, 50, 0.12);
  color: var(--rose-dark);
  background: #fff;
  box-shadow: none;
}

.phlox-salon .location-card.is-selected {
  outline: 3px solid rgba(226, 39, 130, 0.18);
  border-color: transparent;
}

.phlox-salon .location-card dl div,
.phlox-salon .hours-card li,
.phlox-salon .price-card p,
.phlox-salon .mini-price-group p {
  border-top-color: rgba(32, 16, 50, 0.1);
}

.phlox-salon .detail-copy {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 214, 224, 0.62)),
    url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1200&q=82") center / cover;
}

.phlox-salon .detail-contact-grid a,
.phlox-salon .detail-contact-grid div {
  border-color: rgba(32, 16, 50, 0.1);
  color: var(--plum);
  background: rgba(255, 255, 255, 0.88);
}

.phlox-salon .detail-contact-grid span {
  color: var(--rose-dark);
}

.phlox-salon .price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.phlox-salon .price-controls {
  width: min(620px, 100%);
}

.phlox-salon .price-location-buttons,
.phlox-salon .price-mode-buttons {
  gap: 8px;
}

.phlox-salon .price-controls button {
  min-height: 44px;
  border-color: rgba(32, 16, 50, 0.12);
  color: var(--plum);
  background: #fff7ed;
  box-shadow: none;
}

.phlox-salon .price-controls button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 14px 30px rgba(139, 22, 90, 0.18);
}

.phlox-salon .price-mode-buttons {
  background: rgba(255, 255, 255, 0.7);
}

.phlox-salon .price-card {
  padding: 28px;
}

.phlox-salon .price-card h3 {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.phlox-salon .wide-price-note,
.phlox-salon .price-message {
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--float-shadow);
}

.phlox-salon .simple-about {
  align-items: stretch;
}

.phlox-salon .split-copy {
  display: grid;
  align-content: center;
  border-radius: 42px;
  padding: clamp(24px, 4vw, 44px);
  background: #fff;
  box-shadow: var(--float-shadow);
}

.phlox-salon .split-image {
  min-height: 390px;
  height: min(42vw, 520px);
  border-radius: 46px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.phlox-salon .gallery {
  grid-template-columns: 1.45fr 0.85fr 1fr;
  gap: 16px;
}

.phlox-salon .gallery img {
  min-height: 230px;
  height: min(34vw, 360px);
  border-radius: 36px;
  box-shadow: var(--float-shadow);
}

.phlox-salon .gallery img:nth-child(2) {
  margin-top: 54px;
}

.phlox-salon .booking {
  border: 0;
  border-radius: 46px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 10% 14%, rgba(226, 39, 130, 0.12), transparent 18rem),
    radial-gradient(circle at 94% 0%, rgba(244, 178, 42, 0.2), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #fff7ed 48%, #ffe4ec 100%);
  box-shadow: var(--shadow);
}

.phlox-salon .booking-copy,
.phlox-salon .booking-copy p {
  color: var(--plum);
}

.phlox-salon .booking-copy .eyebrow {
  color: var(--rose-dark);
}

.phlox-salon .booking-form {
  border: 1px solid rgba(32, 16, 50, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.phlox-salon .selected-location-mini {
  border-color: rgba(32, 16, 50, 0.08);
  border-left-color: var(--gold);
  color: var(--plum);
  background: rgba(255, 255, 255, 0.9);
}

.phlox-salon .booking-form button[type="submit"] {
  min-height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--plum) 0%, var(--rose-dark) 54%, var(--rose) 100%);
  font-size: 0.82rem;
  box-shadow: 0 18px 38px rgba(139, 22, 90, 0.28);
}

.phlox-salon .mobile-actions {
  border-color: rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(32, 16, 50, 0.22);
}

.phlox-salon .mobile-actions a {
  color: var(--plum);
  border-color: rgba(32, 16, 50, 0.12);
  border-radius: 20px;
  background: #fff7ed;
}

.phlox-salon .mobile-actions a.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff4aa2, var(--rose-dark) 58%, var(--plum));
}

.phlox-salon footer {
  background: var(--plum);
  color: #fff;
  border-top: 0;
}

@media (max-width: 860px) {
  .phlox-salon .site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 30px;
    padding: 8px 10px 8px 14px;
  }

  .phlox-salon .site-nav {
    top: 76px;
    background: rgba(255, 255, 255, 0.96);
  }

  .phlox-salon .site-nav a {
    color: var(--plum);
    background: #fff7ed;
  }

  .phlox-salon .hero {
    min-height: 78vh;
    min-height: 78svh;
    padding: 118px 18px 130px;
  }

  .phlox-salon .hero-media {
    background:
      linear-gradient(180deg, rgba(248, 182, 31, 0.98), rgba(248, 182, 31, 0.78) 48%, rgba(255, 247, 237, 0.92)),
      url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1200&q=84") center / cover;
  }

  .phlox-salon .hero::before {
    right: 12px;
    bottom: 104px;
    width: 210px;
  }

  .phlox-salon .hero-logo {
    width: 230px;
    min-height: 76px;
    margin-bottom: 16px;
  }

  .phlox-salon .hero-logo img {
    max-height: 54px;
  }

  .phlox-salon h1 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .phlox-salon .hero-content > p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .phlox-salon .hero-booking-panel {
    padding: 12px;
    border-radius: 24px;
  }

  .phlox-salon .intro-band {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100% - 28px, 960px);
    margin-top: -34px;
  }

  .phlox-salon .intro-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 16, 50, 0.08);
  }

  .phlox-salon .intro-band div:last-child {
    border-bottom: 0;
  }

  .phlox-salon .locations-section,
  .phlox-salon .section,
  .phlox-salon .location-detail,
  .phlox-salon .gallery-section,
  .phlox-salon .booking {
    width: min(100% - 24px, 1120px);
    padding: 34px 0;
  }

  .phlox-salon .locations-section {
    border-radius: 32px;
    padding: 24px;
  }

  .phlox-salon .location-grid,
  .phlox-salon .price-grid,
  .phlox-salon .simple-about,
  .phlox-salon .gallery,
  .phlox-salon .booking {
    grid-template-columns: 1fr;
  }

  .phlox-salon .split-copy,
  .phlox-salon .split-image,
  .phlox-salon .gallery img,
  .phlox-salon .booking,
  .phlox-salon .location-card,
  .phlox-salon .price-card {
    border-radius: 28px;
  }

  .phlox-salon .split-image,
  .phlox-salon .gallery img {
    min-height: 240px;
    height: 62vw;
  }

  .phlox-salon .gallery img:nth-child(2) {
    margin-top: 0;
  }

  .phlox-salon .booking {
    padding: 24px;
    background:
      radial-gradient(circle at 10% 10%, rgba(226, 39, 130, 0.12), transparent 16rem),
      linear-gradient(135deg, #ffffff 0%, #fff7ed 54%, #ffe4ec 100%);
  }

  .phlox-salon .booking-form {
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  .phlox-salon .brand-logo-frame {
    width: 128px;
  }

  .phlox-salon .hero-logo {
    width: 212px;
  }

  .phlox-salon .button {
    width: 100%;
  }
}

/* Simple modern public refresh */
.phlox-salon {
  --ink: #261a1f;
  --muted: #74666b;
  --paper: #fffaf7;
  --cream: #fff4e7;
  --white: #ffffff;
  --blush: #ffe4ec;
  --rose: #c36a83;
  --rose-dark: #7e3d50;
  --gold: #b9925a;
  --plum: #271a22;
  --cream-rgb: 255, 244, 231;
  --blush-rgb: 255, 228, 236;
  --rose-rgb: 195, 106, 131;
  --rose-dark-rgb: 126, 61, 80;
  --gold-rgb: 185, 146, 90;
  --plum-rgb: 39, 26, 34;
  --line: rgba(39, 26, 34, 0.1);
  --shadow: 0 24px 70px rgba(39, 26, 34, 0.11);
  --float-shadow: 0 14px 38px rgba(39, 26, 34, 0.08);
  --soft-gradient:
    linear-gradient(180deg, #fffaf7 0%, #fff0f4 48%, #fffaf7 100%);
}

.phlox-salon .site-header {
  width: min(1080px, calc(100% - 32px));
  padding: 9px 12px 9px 16px;
  box-shadow: 0 14px 42px rgba(39, 26, 34, 0.1);
}

.phlox-salon .site-nav {
  gap: 18px;
}

.phlox-salon .nav-cta,
.phlox-salon .button.primary,
.phlox-salon .booking-form button[type="submit"] {
  background: var(--plum);
  box-shadow: 0 14px 30px rgba(39, 26, 34, 0.2);
}

.phlox-salon .button,
.phlox-salon .nav-cta {
  min-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
}

.phlox-salon .hero {
  min-height: 76vh;
  min-height: 76svh;
  padding: 134px clamp(20px, 6vw, 88px) 78px;
}

.phlox-salon .hero-media {
  background:
    linear-gradient(90deg, rgba(255, 250, 247, 0.96) 0%, rgba(255, 250, 247, 0.83) 42%, rgba(255, 228, 236, 0.38) 100%),
    linear-gradient(180deg, rgba(255, 250, 247, 0.2), rgba(255, 250, 247, 0.95)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1900&q=86") center right / cover;
}

.phlox-salon .hero::before {
  display: none;
}

.phlox-salon .hero-logo {
  width: min(258px, calc(100vw - 48px));
  min-height: 84px;
  border-radius: 28px;
}

.phlox-salon h1 {
  max-width: 670px;
  font-size: clamp(2.8rem, 5.8vw, 5.9rem);
  line-height: 0.96;
}

.phlox-salon h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.4rem);
  line-height: 1.02;
}

.phlox-salon .hero-content > p:not(.eyebrow) {
  max-width: 510px;
  font-weight: 650;
  line-height: 1.5;
}

.phlox-salon .hero-booking-panel {
  transform: translateY(-18px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(39, 26, 34, 0.1);
}

.phlox-salon .hero-actions .button.secondary,
.phlox-salon .hero-actions .button.glass {
  color: var(--plum);
  background: rgba(255, 255, 255, 0.9);
}

.phlox-salon .hero-location-links button {
  min-height: 50px;
  background: rgba(255, 250, 247, 0.92);
}

.phlox-salon .intro-band {
  margin-top: -34px;
  border-radius: 26px;
}

.phlox-salon .intro-band div {
  padding: 13px 18px;
}

.mobile-essentials {
  display: none;
}

.phlox-salon .section,
.phlox-salon .location-detail,
.phlox-salon .gallery-section,
.phlox-salon .booking {
  width: min(1080px, calc(100% - 40px));
  padding: 48px 0;
}

.phlox-salon .brand-qualities,
.phlox-salon .services-preview-section,
.phlox-salon .bottom-locations {
  padding-top: 40px;
  padding-bottom: 40px;
}

.phlox-salon .qualities-grid article {
  min-height: 210px;
  border-radius: 24px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 250, 247, 0.86), rgba(255, 250, 247, 0.96)),
    var(--quality-image, none) center / cover;
}

.phlox-salon .quality-mark {
  width: 42px;
  height: 42px;
  background: var(--rose-dark);
}

.phlox-salon .service-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.phlox-salon .service-preview-grid article {
  border-radius: 24px;
  background: #fff;
}

.phlox-salon .service-preview-grid img {
  height: 154px;
}

.phlox-salon .service-preview-grid article > div {
  padding: 16px;
}

.phlox-salon .service-preview-grid h3,
.phlox-salon .bottom-location-grid h3,
.phlox-salon .testimonial-grid strong {
  color: var(--plum);
}

.phlox-salon .service-preview-grid button {
  min-height: 40px;
  color: var(--rose-dark);
  background: #fff5f0;
}

.phlox-salon .price-grid {
  gap: 14px;
}

.phlox-salon .price-card {
  padding: 22px;
}

.phlox-salon .price-card p,
.phlox-salon .mini-price-group p {
  gap: 16px;
  padding-top: 12px;
}

.phlox-salon .price-card p strong,
.phlox-salon .mini-price-group p strong {
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--rose-dark);
  background: #fff2ef;
}

.phlox-salon .gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.phlox-salon .gallery img,
.phlox-salon .gallery img:nth-child(2) {
  height: clamp(210px, 24vw, 310px);
  min-height: 0;
  margin-top: 0;
  border-radius: 26px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-grid article {
  display: grid;
  gap: 10px;
  border: 0;
  border-radius: 24px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--float-shadow);
}

.testimonial-grid p {
  margin: 0;
  color: var(--muted);
}

.bottom-location-grid article {
  cursor: pointer;
}

.bottom-location-grid article > span {
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bottom-location-grid dl {
  display: grid;
  gap: 0;
  margin: 4px 0 6px;
}

.bottom-location-grid dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
}

.bottom-location-grid dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.bottom-location-grid dd {
  margin: 0;
  color: var(--plum);
  font-weight: 850;
}

.bottom-location-grid dd a {
  color: var(--rose-dark);
}

.bottom-location-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.bottom-location-actions .button {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  font-size: 0.86rem;
}

.phlox-salon .booking {
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 231, 0.9)),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1400&q=82") center / cover;
}

.phlox-salon .booking-form {
  background: rgba(255, 255, 255, 0.94);
}

.phlox-salon footer div {
  gap: 18px;
}

@media (max-width: 1050px) {
  .phlox-salon .service-preview-grid,
  .phlox-salon .bottom-location-grid,
  .testimonial-grid,
  .phlox-salon .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .phlox-salon .site-header {
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
  }

  .phlox-salon .brand {
    min-width: 0;
  }

  .phlox-salon .nav-toggle {
    position: fixed;
    top: 24px;
    right: 22px;
    z-index: 90;
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 10px 26px rgba(39, 26, 34, 0.12);
  }

  .phlox-salon .hero {
    min-height: auto;
    padding: 106px 16px 28px;
  }

  .phlox-salon .hero-media {
    background:
      linear-gradient(180deg, rgba(255, 250, 247, 0.95), rgba(255, 240, 244, 0.88)),
      url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1200&q=84") center / cover;
  }

  .phlox-salon .hero-booking-panel {
    width: 100%;
    transform: none;
  }

  .phlox-salon .hero-location-links {
    display: none;
  }

  .mobile-essentials {
    display: block;
    width: min(calc(100% - 24px), 720px);
    margin: 0 auto;
    padding: 18px 0 26px;
    overflow: hidden;
  }

  .mobile-essentials-heading {
    margin-bottom: 12px;
  }

  .mobile-essentials-heading h2 {
    max-width: 340px;
    margin-bottom: 8px;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .mobile-essentials-heading p:not(.eyebrow) {
    max-width: 330px;
    margin: 0;
    color: var(--muted);
    font-weight: 750;
    overflow-wrap: break-word;
  }

  .mobile-quick-grid {
    display: grid;
    gap: 12px;
  }

  .mobile-quick-grid article {
    width: min(100%, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    min-width: 0;
    overflow: hidden;
    display: grid;
    gap: 10px;
    border: 1px solid rgba(39, 26, 34, 0.08);
    border-radius: 24px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(39, 26, 34, 0.08);
  }

  .mobile-quick-grid article.is-selected {
    outline: 3px solid rgba(var(--rose-rgb), 0.18);
  }

  .mobile-quick-top {
    display: grid;
    gap: 2px;
  }

  .mobile-quick-top span {
    color: var(--rose-dark);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-quick-top strong {
    color: var(--plum);
    font-size: 1.18rem;
  }

  .mobile-quick-phone {
    color: var(--rose-dark);
    font-size: 1.18rem;
    font-weight: 950;
  }

  .mobile-quick-grid p {
    margin: 0;
    color: var(--muted);
    font-weight: 750;
  }

  .mobile-quick-grid dl {
    display: grid;
    gap: 0;
    margin: 0;
  }

  .mobile-quick-grid dl div {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 8px;
    padding: 8px 0;
    border-top: 1px solid var(--line);
  }

  .mobile-quick-grid dt {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
  }

  .mobile-quick-grid dd {
    margin: 0;
    color: var(--plum);
    font-weight: 850;
  }

  .mobile-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }

  .mobile-quick-actions .button {
    width: 100%;
    min-height: 46px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .phlox-salon .section,
  .phlox-salon .location-detail,
  .phlox-salon .gallery-section,
  .phlox-salon .booking {
    width: min(100% - 24px, 1080px);
    padding: 32px 0;
  }

  .phlox-salon .brand-qualities,
  .phlox-salon .services-preview-section,
  .phlox-salon .bottom-locations {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .phlox-salon .mobile-actions {
    left: 12px;
    right: auto;
    width: min(330px, calc(100vw - 24px));
  }
}

@media (max-width: 640px) {
  .phlox-salon .hero .eyebrow {
    max-width: 320px;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
  }

  .phlox-salon .hero-content > p:not(.eyebrow) {
    max-width: 340px;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .phlox-salon h1 {
    max-width: 340px;
    font-size: clamp(2.2rem, 9.6vw, 3rem);
    line-height: 1;
  }

  .phlox-salon h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .phlox-salon .hero-logo {
    display: none;
  }

  .phlox-salon .nav-toggle {
    left: clamp(292px, calc(100vw - 70px), 322px);
    right: auto;
  }

  .phlox-salon .hero-location-links {
    gap: 8px;
  }

  .phlox-salon .intro-band {
    display: none;
  }

  .phlox-salon .brand-qualities,
  .phlox-salon .simple-about,
  .phlox-salon .gallery-section,
  .phlox-salon .testimonials-section {
    display: none;
  }

  .phlox-salon .services-preview-section {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .phlox-salon .services-preview-section .section-heading {
    margin-bottom: 12px;
  }

  .phlox-salon .services-preview-section h2 {
    max-width: 330px;
    font-size: clamp(1.55rem, 6.8vw, 2rem);
    overflow-wrap: break-word;
  }

  .phlox-salon .service-preview-grid {
    gap: 8px;
  }

  .phlox-salon .service-preview-grid article {
    border-radius: 18px;
  }

  .phlox-salon .service-preview-grid img {
    display: none;
  }

  .phlox-salon .service-preview-grid article > div {
    gap: 6px;
    padding: 14px;
  }

  .phlox-salon .service-preview-grid p {
    font-size: 0.9rem;
  }

  .phlox-salon .qualities-grid,
  .phlox-salon .service-preview-grid,
  .phlox-salon .bottom-location-grid,
  .testimonial-grid,
  .phlox-salon .gallery {
    grid-template-columns: 1fr;
  }

  .phlox-salon .qualities-grid article {
    min-height: 180px;
  }

  .phlox-salon .gallery img,
  .phlox-salon .gallery img:nth-child(2),
  .phlox-salon .gallery img:nth-child(4) {
    height: 230px;
    border-radius: 24px;
  }

  .bottom-location-actions {
    grid-template-columns: 1fr;
  }

  .bottom-location-grid dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .phlox-salon .booking {
    padding: 20px;
    border-radius: 28px;
  }
}

@media (max-width: 420px) {
  .phlox-salon .site-header {
    width: min(370px, calc(100vw - 20px));
  }

  .phlox-salon .services-prices h2 {
    max-width: 330px;
  }

  .phlox-salon .mobile-actions {
    left: 12px;
    right: auto;
    width: min(330px, calc(100vw - 24px));
  }
}

/* Premium Bollywood salon color theme */
.phlox-salon {
  --ink: #2B1A14;
  --muted: rgba(43, 26, 20, 0.72);
  --paper: #FFF7EF;
  --cream: #FFF7EF;
  --white: #FFFFFF;
  --blush: #F8E8E8;
  --rose: #C98A6B;
  --rose-dark: #4B163C;
  --gold: #D4AF37;
  --plum: #4B163C;
  --cream-rgb: 255, 247, 239;
  --blush-rgb: 248, 232, 232;
  --rose-rgb: 201, 138, 107;
  --rose-dark-rgb: 75, 22, 60;
  --gold-rgb: 212, 175, 55;
  --plum-rgb: 75, 22, 60;
  --line: rgba(75, 22, 60, 0.12);
  --shadow: 0 24px 70px rgba(75, 22, 60, 0.13);
  --float-shadow: 0 14px 38px rgba(75, 22, 60, 0.09);
  --soft-gradient:
    radial-gradient(circle at 88% 4%, rgba(212, 175, 55, 0.12), transparent 18rem),
    linear-gradient(180deg, #FFF7EF 0%, #F8E8E8 48%, #FFF7EF 100%);
  --tint-gradient: linear-gradient(135deg, #FFFFFF 0%, #FFF7EF 52%, #F8E8E8 100%);
  color: var(--ink);
  background: var(--soft-gradient);
}

.phlox-salon .site-header {
  border-color: rgba(201, 138, 107, 0.26);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(75, 22, 60, 0.12);
}

.phlox-salon .site-nav a:not(.nav-cta) {
  color: var(--plum);
}

.phlox-salon .site-nav a:not(.nav-cta):hover {
  color: var(--rose);
}

.phlox-salon .hero {
  color: var(--white);
}

.phlox-salon .hero-media {
  background:
    radial-gradient(circle at 72% 24%, rgba(212, 175, 55, 0.22), transparent 22rem),
    linear-gradient(112deg, rgba(75, 22, 60, 0.98) 0%, rgba(75, 22, 60, 0.92) 46%, rgba(201, 138, 107, 0.6) 100%),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1900&q=86") center right / cover;
}

.phlox-salon .hero::after {
  background: linear-gradient(to top, var(--paper), rgba(255, 247, 239, 0));
}

.phlox-salon .hero-logo {
  border: 1px solid rgba(212, 175, 55, 0.26);
  background: rgba(255, 255, 255, 0.92);
}

.phlox-salon .hero .eyebrow {
  color: #F6D7B9;
}

.phlox-salon .hero h1 {
  color: var(--white);
  text-shadow: 0 14px 34px rgba(43, 26, 20, 0.22);
}

.phlox-salon .hero-content > p:not(.eyebrow) {
  color: rgba(255, 247, 239, 0.92);
}

.phlox-salon .hero-booking-panel {
  border-color: rgba(212, 175, 55, 0.25);
  background: rgba(255, 247, 239, 0.9);
  box-shadow: 0 24px 58px rgba(43, 26, 20, 0.24);
}

.phlox-salon .hero-location-links > span {
  color: var(--plum);
}

.phlox-salon .hero-location-links button,
.phlox-salon .button.outline,
.phlox-salon .button.soft {
  color: var(--plum);
  border-color: rgba(201, 138, 107, 0.32);
  background: rgba(255, 255, 255, 0.92);
}

.phlox-salon .nav-cta,
.phlox-salon .button.primary,
.phlox-salon .booking-form button[type="submit"] {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, #4B163C 0%, #361029 100%);
  box-shadow: 0 16px 34px rgba(75, 22, 60, 0.28);
}

.phlox-salon .button.secondary {
  color: var(--ink);
  border-color: rgba(201, 138, 107, 0.34);
  background: linear-gradient(135deg, #E2B59D 0%, var(--rose) 100%);
  box-shadow: 0 14px 28px rgba(201, 138, 107, 0.22);
}

.phlox-salon .hero-actions .button.secondary {
  color: var(--ink);
  border-color: rgba(212, 175, 55, 0.34);
  background: linear-gradient(135deg, #E2B59D 0%, var(--rose) 100%);
}

.phlox-salon .button.glass {
  color: var(--plum);
  border-color: rgba(212, 175, 55, 0.38);
  background: rgba(255, 255, 255, 0.92);
}

.phlox-salon .button:hover,
.phlox-salon .nav-cta:hover {
  border-color: rgba(212, 175, 55, 0.58);
  box-shadow: 0 18px 42px rgba(75, 22, 60, 0.22);
}

.phlox-salon .button.primary:hover,
.phlox-salon .nav-cta:hover,
.phlox-salon .booking-form button[type="submit"]:hover {
  background: linear-gradient(135deg, #64214F 0%, #4B163C 58%, #2F0C24 100%);
}

.phlox-salon .button.secondary:hover {
  background: linear-gradient(135deg, var(--gold) 0%, #D9B66D 100%);
}

.phlox-salon h1,
.phlox-salon h2,
.phlox-salon h3,
.phlox-salon .mobile-quick-top strong {
  color: var(--plum);
}

.phlox-salon .eyebrow,
.phlox-salon .quality-mark,
.phlox-salon .mobile-quick-top span,
.bottom-location-grid article > span {
  color: var(--rose);
}

.phlox-salon .quality-mark {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--plum));
  box-shadow: 0 12px 28px rgba(75, 22, 60, 0.18);
}

.phlox-salon .intro-band,
.phlox-salon .qualities-grid article,
.phlox-salon .service-preview-grid article,
.testimonial-grid article,
.phlox-salon .bottom-location-grid article,
.phlox-salon .location-card,
.phlox-salon .price-card,
.phlox-salon .hours-card,
.phlox-salon .detail-panel,
.phlox-salon .detail-copy,
.phlox-salon .booking-form,
.mobile-quick-grid article {
  border: 1px solid rgba(201, 138, 107, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(75, 22, 60, 0.09);
}

.phlox-salon .qualities-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 247, 239, 0.96)),
    var(--quality-image, none) center / cover;
}

.phlox-salon .service-preview-grid article {
  border-color: rgba(201, 138, 107, 0.34);
}

.phlox-salon .service-preview-grid button,
.phlox-salon .price-controls button,
.phlox-salon .city-filter button {
  color: var(--plum);
  border-color: rgba(201, 138, 107, 0.28);
  background: #FFF7EF;
}

.phlox-salon .price-controls button.is-active,
.phlox-salon .city-filter button.is-active,
.phlox-salon .hero-location-links button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--plum), #34102A);
  box-shadow: 0 14px 30px rgba(75, 22, 60, 0.2);
}

.phlox-salon .price-card,
.phlox-salon .wide-price-note,
.phlox-salon .price-message {
  background: rgba(255, 247, 239, 0.96);
}

.phlox-salon .price-card h3,
.phlox-salon .selected-location-mini a,
.bottom-location-grid dd a,
.mobile-quick-phone {
  color: var(--plum);
}

.phlox-salon .price-card p strong,
.phlox-salon .mini-price-group p strong {
  color: var(--plum);
  background: rgba(212, 175, 55, 0.16);
}

.phlox-salon .booking {
  border: 1px solid rgba(201, 138, 107, 0.24);
  background:
    radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 239, 0.9) 50%, rgba(248, 232, 232, 0.9)),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1400&q=82") center / cover;
}

.phlox-salon .selected-location-mini {
  border-color: rgba(201, 138, 107, 0.24);
  border-left-color: var(--gold);
  background: rgba(255, 247, 239, 0.94);
}

.phlox-salon input,
.phlox-salon select,
.phlox-salon textarea {
  color: var(--ink);
  border-color: rgba(201, 138, 107, 0.28);
  background: #FFFFFF;
}

.phlox-salon input:focus,
.phlox-salon select:focus,
.phlox-salon textarea:focus {
  border-color: rgba(212, 175, 55, 0.74);
  outline-color: rgba(212, 175, 55, 0.24);
}

.phlox-salon .mobile-actions {
  border-color: rgba(201, 138, 107, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.phlox-salon .mobile-actions a {
  color: var(--plum);
  border-color: rgba(201, 138, 107, 0.28);
  background: #FFF7EF;
}

.phlox-salon .mobile-actions a.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--plum));
}

.phlox-salon footer {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 12%, rgba(212, 175, 55, 0.18), transparent 16rem),
    var(--plum);
}

.phlox-salon footer a {
  color: rgba(255, 247, 239, 0.86);
}

.phlox-salon footer a:hover {
  color: var(--gold);
}

@media (max-width: 860px) {
  .phlox-salon .hero-media {
    background:
      radial-gradient(circle at 82% 12%, rgba(212, 175, 55, 0.2), transparent 14rem),
      linear-gradient(180deg, rgba(75, 22, 60, 0.98) 0%, rgba(75, 22, 60, 0.92) 56%, rgba(201, 138, 107, 0.7) 100%),
      url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1200&q=84") center / cover;
  }

  .mobile-essentials-heading h2,
  .phlox-salon .services-prices h2,
  .phlox-salon .services-preview-section h2 {
    color: var(--plum);
  }

  .mobile-quick-grid article {
    border-color: rgba(201, 138, 107, 0.28);
    background: #FFFFFF;
  }

  .mobile-quick-grid article.is-selected {
    outline-color: rgba(212, 175, 55, 0.34);
  }
}

@media (min-width: 861px) {
  .phlox-salon .hero-booking-panel {
    grid-row: 2 / span 2;
  }
}

/* Combined logo artwork */
.phlox-salon .brand-logo-frame {
  width: clamp(240px, 28vw, 390px);
  height: 62px;
  justify-content: start;
}

.phlox-salon .brand-logo {
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.phlox-salon .hero-logo {
  width: min(560px, 48vw);
  min-height: 0;
  margin-bottom: 26px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.phlox-salon .hero-logo img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(43, 26, 20, 0.22));
}

@media (max-width: 1050px) {
  .phlox-salon .brand-logo-frame {
    width: clamp(210px, 25vw, 300px);
  }
}

@media (max-width: 860px) {
  .phlox-salon .brand-logo-frame {
    width: min(238px, calc(100vw - 112px));
    height: 56px;
  }

  .phlox-salon .brand-logo {
    max-height: 56px;
  }
}

/* Hero logo/text scale requested after logo update */
.phlox-salon .hero-logo {
  width: min(280px, 24vw);
  margin-bottom: 40px;
}

.phlox-salon .hero h1 {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.6vw, 3.65rem);
  line-height: 1.02;
}

.phlox-salon .hero-content > p:not(.eyebrow) {
  max-width: 470px;
  font-size: clamp(0.84rem, 1vw, 0.96rem);
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 860px) {
  .phlox-salon .hero h1 {
    max-width: 310px;
    font-size: clamp(1.9rem, 8vw, 2.55rem);
  }

  .phlox-salon .hero-content > p:not(.eyebrow) {
    max-width: 320px;
    font-size: 0.86rem;
  }
}

/* Hero lockup copy refinement */
.phlox-salon .hero-lockup {
  display: flex;
  grid-column: 1;
  align-items: center;
  gap: clamp(18px, 2.6vw, 30px);
  max-width: 720px;
  margin-bottom: 24px;
}

.phlox-salon .hero-lockup .hero-logo {
  flex: 0 0 clamp(150px, 14vw, 190px);
  width: clamp(150px, 14vw, 190px);
  margin-bottom: 0;
}

.phlox-salon .hero-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.phlox-salon .hero-primary {
  max-width: none;
  margin: 0;
  font-size: clamp(1.55rem, 2.15vw, 2.05rem);
  line-height: 1.04;
  text-wrap: balance;
}

.phlox-salon .hero-secondary {
  margin: 8px 0 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.75vw, 1.62rem);
  font-weight: 700;
  line-height: 1.08;
}

.phlox-salon .hero-tagline,
.phlox-salon .hero-description {
  margin: 0;
}

.phlox-salon .hero-tagline {
  max-width: 520px;
  margin-top: 12px;
  color: #F6D7B9;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 900;
}

.phlox-salon .hero-description {
  max-width: 560px;
  color: rgba(255, 247, 239, 0.9);
  font-size: clamp(0.82rem, 0.95vw, 0.94rem);
  line-height: 1.48;
  font-weight: 650;
}

@media (min-width: 861px) {
  .phlox-salon .hero-booking-panel {
    grid-row: 1 / span 4;
  }
}

@media (max-width: 860px) {
  .phlox-salon .hero-lockup {
    display: block;
    max-width: 100%;
    margin-bottom: 14px;
  }

  .phlox-salon .hero-copy {
    text-align: center;
  }

  .phlox-salon .hero-primary {
    color: #F6D7B9;
    font-size: clamp(0.86rem, 3.75vw, 1rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
  }

  .phlox-salon .hero-lockup .hero-logo {
    display: none;
  }

  .phlox-salon .hero-secondary {
    max-width: 100%;
    margin-top: 6px;
    font-size: clamp(1.04rem, 5vw, 1.32rem);
    line-height: 1.12;
    white-space: nowrap;
  }

  .phlox-salon .hero-tagline {
    max-width: 100%;
    margin-top: 8px;
    font-size: clamp(0.68rem, 3.05vw, 0.78rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  .phlox-salon .hero-description {
    max-width: 340px;
    font-size: 0.8rem;
    line-height: 1.42;
  }
}

/* Mobile-friendly location and price selectors */
.bottom-location-toggle {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bottom-location-toggle > span:first-child {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bottom-location-toggle strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.bottom-location-icon {
  display: none;
}

.bottom-location-details {
  display: grid;
  gap: 8px;
}

@media (max-width: 860px) {
  .phlox-salon .bottom-locations .section-heading,
  .phlox-salon .services-prices .section-heading {
    align-items: center;
    text-align: center;
  }

  .phlox-salon .bottom-locations .section-heading > div,
  .phlox-salon .services-prices .section-heading > div {
    width: 100%;
  }

  .phlox-salon .bottom-locations .section-heading .muted {
    align-self: center;
    max-width: none;
    white-space: nowrap;
    font-size: clamp(0.64rem, 2.72vw, 0.76rem);
    line-height: 1.2;
  }

  .phlox-salon .services-prices h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.38rem, 6.2vw, 1.78rem);
  }

  .phlox-salon .services-prices .muted {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .phlox-salon .price-controls {
    display: grid;
    justify-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .phlox-salon .price-location-buttons,
  .phlox-salon .price-mode-buttons {
    justify-content: center;
  }

  .phlox-salon .price-location-buttons {
    flex-wrap: nowrap;
    width: min(360px, 100%);
    gap: 5px;
    overflow: hidden;
  }

  .phlox-salon .price-location-buttons button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 38px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: clamp(0.64rem, 2.75vw, 0.76rem);
    line-height: 1;
    white-space: nowrap;
  }

  .phlox-salon .price-mode-buttons {
    justify-self: center;
    width: auto;
  }

  .phlox-salon .bottom-location-grid {
    width: min(360px, 100%);
    margin-right: auto;
    margin-left: auto;
    gap: 10px;
  }

  .phlox-salon .bottom-location-grid article {
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
  }

  .phlox-salon .bottom-location-toggle {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 22px;
    background: #fffaf5;
    text-align: center;
  }

  .phlox-salon .bottom-location-toggle > span:first-child {
    display: none;
  }

  .phlox-salon .bottom-location-toggle strong {
    justify-self: center;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 950;
  }

  .phlox-salon .bottom-location-icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: #fff;
    background: var(--plum);
    font-size: 0.9rem;
    font-weight: 950;
  }

  .phlox-salon .bottom-location-details {
    display: none;
    padding: 0 14px 14px;
  }

  .phlox-salon .bottom-location-grid article.is-open .bottom-location-toggle {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .phlox-salon .bottom-location-grid article.is-open .bottom-location-details {
    display: grid;
  }

  .phlox-salon .bottom-location-grid dl {
    margin: 0 0 4px;
  }

  .phlox-salon .bottom-location-actions {
    grid-template-columns: 1fr;
  }

  .phlox-salon .location-map-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .phlox-salon .map-pin-list {
    grid-template-columns: 1fr;
  }

  .phlox-salon .map-pin-button {
    border-radius: 20px;
    padding: 12px;
  }

  .phlox-salon .google-map-card {
    border-radius: 24px;
  }

  .phlox-salon .google-map-card iframe {
    min-height: 320px;
  }

  .phlox-salon .map-card-footer {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .phlox-salon .map-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
}

/* Requested mobile navigation, footer, themes, and gallery polish */
html[data-theme="rose-gold"] .phlox-salon,
.phlox-salon {
  --ink: #2B1A14;
  --muted: rgba(43, 26, 20, 0.72);
  --paper: #FFF7EF;
  --cream: #FFF7EF;
  --white: #FFFFFF;
  --blush: #F8E8E8;
  --rose: #C98A6B;
  --rose-dark: #4B163C;
  --gold: #D4AF37;
  --plum: #4B163C;
  --cream-rgb: 255, 247, 239;
  --blush-rgb: 248, 232, 232;
  --rose-rgb: 201, 138, 107;
  --rose-dark-rgb: 75, 22, 60;
  --gold-rgb: 212, 175, 55;
  --plum-rgb: 75, 22, 60;
  --line: rgba(75, 22, 60, 0.12);
  --shadow: 0 24px 70px rgba(75, 22, 60, 0.13);
  --float-shadow: 0 14px 38px rgba(75, 22, 60, 0.09);
  --soft-gradient:
    radial-gradient(circle at 88% 4%, rgba(212, 175, 55, 0.12), transparent 18rem),
    linear-gradient(180deg, #FFF7EF 0%, #F8E8E8 48%, #FFF7EF 100%);
}

html[data-theme="organic"] .phlox-salon {
  --ink: #3D3A36;
  --muted: rgba(61, 58, 54, 0.72);
  --paper: #FAF8F5;
  --cream: #FAF8F5;
  --white: #FFFFFF;
  --blush: #D4DDD3;
  --rose: #AEBEAB;
  --rose-dark: #2A3A2C;
  --gold: #AFA889;
  --plum: #2A3A2C;
  --cream-rgb: 250, 248, 245;
  --blush-rgb: 212, 221, 211;
  --rose-rgb: 174, 190, 171;
  --rose-dark-rgb: 42, 58, 44;
  --gold-rgb: 175, 168, 137;
  --plum-rgb: 42, 58, 44;
  --line: rgba(42, 58, 44, 0.14);
  --shadow: 0 24px 70px rgba(42, 58, 44, 0.12);
  --float-shadow: 0 14px 38px rgba(42, 58, 44, 0.08);
  --soft-gradient:
    radial-gradient(circle at 82% 6%, rgba(212, 221, 211, 0.68), transparent 18rem),
    linear-gradient(180deg, #FAF8F5 0%, #D4DDD3 52%, #FAF8F5 100%);
}

html[data-theme="blush"] .phlox-salon {
  --ink: #332027;
  --muted: rgba(51, 32, 39, 0.7);
  --paper: #FFF8F6;
  --cream: #FFF3DF;
  --blush: #FFE0EA;
  --rose: #E987A6;
  --rose-dark: #8B2F57;
  --gold: #C99A4A;
  --plum: #5B1E3C;
  --cream-rgb: 255, 243, 223;
  --blush-rgb: 255, 224, 234;
  --rose-rgb: 233, 135, 166;
  --rose-dark-rgb: 139, 47, 87;
  --gold-rgb: 201, 154, 74;
  --plum-rgb: 91, 30, 60;
  --line: rgba(139, 47, 87, 0.13);
  --soft-gradient: linear-gradient(180deg, #FFF8F6 0%, #FFE0EA 48%, #FFF3DF 100%);
}

html[data-theme="royal"] .phlox-salon {
  --ink: #221629;
  --muted: rgba(34, 22, 41, 0.72);
  --paper: #FFF9EE;
  --cream: #FFF1D2;
  --blush: #EFE4FF;
  --rose: #8A5BC6;
  --rose-dark: #3B165E;
  --gold: #D7B85A;
  --plum: #2A0F46;
  --cream-rgb: 255, 241, 210;
  --blush-rgb: 239, 228, 255;
  --rose-rgb: 138, 91, 198;
  --rose-dark-rgb: 59, 22, 94;
  --gold-rgb: 215, 184, 90;
  --plum-rgb: 42, 15, 70;
  --line: rgba(59, 22, 94, 0.14);
  --soft-gradient: linear-gradient(180deg, #FFF9EE 0%, #EFE4FF 48%, #FFF4D8 100%);
}

html[data-theme="teal"] .phlox-salon {
  --ink: #15312F;
  --muted: rgba(21, 49, 47, 0.72);
  --paper: #F7FFFD;
  --cream: #FFFFFF;
  --blush: #DDF6F0;
  --rose: #5FB7A8;
  --rose-dark: #0F6E66;
  --gold: #C5A85A;
  --plum: #123F3B;
  --cream-rgb: 255, 255, 255;
  --blush-rgb: 221, 246, 240;
  --rose-rgb: 95, 183, 168;
  --rose-dark-rgb: 15, 110, 102;
  --gold-rgb: 197, 168, 90;
  --plum-rgb: 18, 63, 59;
  --line: rgba(15, 110, 102, 0.14);
  --soft-gradient: linear-gradient(180deg, #FFFFFF 0%, #DDF6F0 48%, #F7FFFD 100%);
}

html[data-theme="champagne"] .phlox-salon {
  --ink: #181411;
  --muted: rgba(24, 20, 17, 0.7);
  --paper: #FAF5EA;
  --cream: #F3E6CF;
  --blush: #E8DCC9;
  --rose: #C9A86A;
  --rose-dark: #2A211A;
  --gold: #D8BE78;
  --plum: #14110F;
  --cream-rgb: 243, 230, 207;
  --blush-rgb: 232, 220, 201;
  --rose-rgb: 201, 168, 106;
  --rose-dark-rgb: 42, 33, 26;
  --gold-rgb: 216, 190, 120;
  --plum-rgb: 20, 17, 15;
  --line: rgba(42, 33, 26, 0.14);
  --soft-gradient: linear-gradient(180deg, #FAF5EA 0%, #E8DCC9 48%, #FFFDF8 100%);
}

.phlox-salon .hero-media {
  background:
    radial-gradient(circle at 72% 24%, rgba(var(--gold-rgb), 0.22), transparent 22rem),
    linear-gradient(112deg, rgba(var(--plum-rgb), 0.98) 0%, rgba(var(--plum-rgb), 0.92) 46%, rgba(var(--rose-rgb), 0.62) 100%),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1900&q=86") center right / cover;
}

.phlox-salon .booking-copy h2 {
  white-space: nowrap;
}

.phlox-salon .selected-location-mini:empty {
  display: none;
}

.phlox-salon .bottom-locations {
  width: min(1120px, calc(100% - 32px));
}

.phlox-salon .bottom-location-grid {
  gap: 18px;
  padding-right: clamp(4px, 1.8vw, 14px);
  padding-left: clamp(4px, 1.8vw, 14px);
}

.phlox-salon .gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.phlox-salon .gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 0;
  border-radius: 30px;
  padding: 0;
  background: #fff;
  box-shadow: var(--float-shadow);
  cursor: zoom-in;
}

.phlox-salon .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.phlox-salon .gallery-item:hover img {
  transform: scale(1.035);
}

.phlox-salon .gallery-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(var(--plum-rgb), 0.86);
  font-size: 0.78rem;
  font-weight: 950;
}

.gallery-lightbox {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(18, 10, 15, 0.78);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox img {
  width: min(920px, 92vw);
  max-height: 76vh;
  border-radius: 24px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox p {
  width: min(920px, 92vw);
  margin: 12px 0 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.gallery-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: var(--plum);
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.phlox-salon footer {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.phlox-salon footer p {
  width: 100%;
  text-align: center;
}

.phlox-salon .footer-links {
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(9px, 2.6vw, 22px);
  width: 100%;
}

.phlox-salon .footer-links a {
  white-space: nowrap;
}

.phlox-salon .theme-picker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  color: rgba(255, 247, 239, 0.86);
  font-size: 0.86rem;
}

.phlox-salon .theme-picker select {
  min-height: 38px;
  border: 1px solid rgba(var(--gold-rgb), 0.4);
  border-radius: 999px;
  padding: 0 34px 0 14px;
  color: var(--plum);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

@media (max-width: 860px) {
  .phlox-salon .site-header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 9px 12px 11px;
  }

  .phlox-salon .brand-logo-frame {
    width: min(220px, calc(100vw - 112px));
    height: 52px;
  }

  .phlox-salon .nav-toggle {
    display: none;
  }

  .phlox-salon .site-nav {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(6px, 2.4vw, 12px);
    width: 100%;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    font-size: clamp(0.72rem, 3vw, 0.84rem);
  }

  .phlox-salon .site-nav a {
    min-height: 34px;
    padding: 0 clamp(5px, 2vw, 10px);
    border-radius: 999px;
    white-space: nowrap;
  }

  .phlox-salon .hero {
    padding-top: 150px;
  }

  .phlox-salon .booking-copy h2 {
    font-size: clamp(1.46rem, 6.5vw, 1.95rem);
  }

  .phlox-salon .gallery-section {
    display: block;
  }

  .phlox-salon .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .phlox-salon .gallery-item,
  .phlox-salon .gallery-item img {
    min-height: clamp(150px, 42vw, 190px);
    border-radius: 20px;
  }

  .phlox-salon .gallery-item span {
    left: 10px;
    bottom: 10px;
    padding: 6px 9px;
    font-size: 0.68rem;
  }

  .phlox-salon .bottom-locations {
    width: min(100% - 18px, 720px);
  }

  .phlox-salon .bottom-location-grid {
    padding-right: 6px;
    padding-left: 6px;
  }

  .phlox-salon footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .phlox-salon .footer-links {
    gap: clamp(7px, 2.1vw, 11px);
    font-size: clamp(0.72rem, 3vw, 0.84rem);
  }

  .phlox-salon .theme-picker {
    flex-wrap: wrap;
    gap: 6px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .phlox-salon .site-header {
    width: min(960px, calc(100% - 28px));
  }

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

  .phlox-salon .bottom-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phlox-salon .location-map-layout {
    grid-template-columns: 1fr;
  }
}

/* Desktop/web section spacing refinements */
.phlox-salon .locations-section,
.phlox-salon .bottom-locations,
.phlox-salon .location-map-section,
.phlox-salon .booking {
  width: min(1120px, calc(100% - clamp(34px, 7vw, 110px)));
  margin-right: auto;
  margin-left: auto;
}

.phlox-salon .locations-section,
.phlox-salon .bottom-locations,
.phlox-salon .location-map-section {
  border-radius: 42px;
  padding: clamp(28px, 4.4vw, 54px);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--gold-rgb), 0.13), transparent 19rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--float-shadow);
}

.phlox-salon .bottom-locations .section-heading {
  display: grid;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.phlox-salon .bottom-locations .section-heading .muted {
  margin: 0;
}

.phlox-salon .bottom-location-grid,
.phlox-salon .location-grid {
  gap: clamp(14px, 2vw, 22px);
  padding-right: clamp(4px, 1.6vw, 18px);
  padding-left: clamp(4px, 1.6vw, 18px);
}

.phlox-salon .booking {
  padding: clamp(28px, 4.6vw, 54px);
}

.phlox-salon .testimonials-section {
  width: min(980px, calc(100% - clamp(34px, 7vw, 110px)));
}

.phlox-salon .reviews-summary {
  display: grid;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(var(--rose-rgb), 0.24);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--float-shadow);
  text-align: center;
}

.phlox-salon .reviews-summary h2 {
  margin-bottom: 10px;
}

.phlox-salon .reviews-summary .muted {
  max-width: 650px;
  margin: 0 auto;
  font-weight: 750;
}

.phlox-salon .google-review-list {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.phlox-salon .google-review-list article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(var(--rose-rgb), 0.18);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.phlox-salon .google-review-list article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.phlox-salon .google-review-list strong {
  color: var(--plum);
}

.phlox-salon .google-review-list span {
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.phlox-salon .google-review-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.phlox-salon .google-map-link {
  display: inline-flex;
  margin-top: 4px;
}

@media (max-width: 860px) {
  .phlox-salon .locations-section,
  .phlox-salon .bottom-locations,
  .phlox-salon .location-map-section,
  .phlox-salon .booking,
  .phlox-salon .testimonials-section {
    width: min(100% - 24px, 720px);
  }

  .phlox-salon .locations-section,
  .phlox-salon .bottom-locations,
  .phlox-salon .location-map-section {
    border-radius: 30px;
    padding: 26px 14px;
  }

  .phlox-salon .bottom-locations .section-heading .muted {
    white-space: normal;
  }

  .phlox-salon .booking {
    padding: 24px 18px;
  }

  .phlox-salon .reviews-summary {
    border-radius: 26px;
    padding: 22px 16px;
  }
}

/* Compact Contact / Book Now section */
.phlox-salon .booking {
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(16px, 2.6vw, 28px);
  align-items: start;
  padding: clamp(20px, 3vw, 34px);
}

.phlox-salon .booking-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.phlox-salon .booking-copy .eyebrow,
.phlox-salon .booking-copy h2,
.phlox-salon .booking-copy p {
  margin-bottom: 0;
}

.phlox-salon .booking-copy h2 {
  line-height: 1.04;
}

.phlox-salon .booking-copy p:not(.eyebrow) {
  max-width: 360px;
  line-height: 1.42;
}

.phlox-salon .selected-location-mini {
  gap: 2px;
  margin-top: 4px;
  border-radius: 18px;
  padding: 10px 12px;
  font-size: 0.84rem;
}

.phlox-salon .selected-location-mini strong,
.phlox-salon .selected-location-mini a {
  line-height: 1.2;
}

.phlox-salon .selected-location-mini span {
  line-height: 1.3;
}

.phlox-salon .booking-form {
  gap: 10px 12px;
  padding: 16px;
  border-radius: 24px;
}

.phlox-salon .booking-form label {
  gap: 5px;
  font-size: 0.82rem;
}

.phlox-salon .booking-form input,
.phlox-salon .booking-form select {
  min-height: 44px;
  border-radius: 18px;
  padding-right: 12px;
  padding-left: 12px;
}

.phlox-salon .booking-form textarea {
  min-height: 72px;
  border-radius: 20px;
  padding: 12px;
}

.phlox-salon .booking-form button[type="submit"] {
  min-height: 48px;
  margin-top: 2px;
}

.phlox-salon .safe-note {
  margin-top: -2px;
  font-size: 0.82rem;
  line-height: 1.35;
}

.phlox-salon .form-note:empty,
.phlox-salon .booking-actions-result:empty {
  display: none;
}

@media (max-width: 860px) {
  .phlox-salon .booking {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
  }

  .phlox-salon .booking-copy {
    gap: 7px;
    text-align: center;
  }

  .phlox-salon .booking-copy .eyebrow {
    display: none;
  }

  .phlox-salon .booking-copy p:not(.eyebrow) {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.86rem;
  }

  .phlox-salon .selected-location-mini {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .phlox-salon .booking-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
  }

  .phlox-salon .booking-form label {
    min-width: 0;
    gap: 3px;
    font-size: 0.72rem;
  }

  .phlox-salon .booking-form input,
  .phlox-salon .booking-form select {
    min-height: 39px;
    border-radius: 16px;
    font-size: 0.86rem;
  }

  .phlox-salon .wide-field,
  .phlox-salon .booking-form button,
  .phlox-salon .safe-note,
  .phlox-salon .form-note,
  .phlox-salon .booking-actions-result {
    grid-column: 1 / -1;
  }

  .phlox-salon .booking-form .contact-field {
    grid-column: auto;
  }

  .phlox-salon .booking-form textarea {
    min-height: 52px;
    font-size: 0.86rem;
  }

  .phlox-salon .booking-form button[type="submit"] {
    min-height: 44px;
    font-size: 0.78rem;
  }

  .phlox-salon .safe-note {
    display: none;
  }
}

@media (max-width: 360px) {
  .phlox-salon .booking-form {
    grid-template-columns: 1fr;
  }
}

/* Mobile menu logo tune-up */
@media (max-width: 860px) {
  .phlox-salon .site-header {
    justify-items: center;
    text-align: center;
  }

  .phlox-salon .brand {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }

  .phlox-salon .brand-logo-frame {
    width: min(262px, calc(100vw - 92px));
    height: 62px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    place-items: center;
  }

  .phlox-salon .brand-logo {
    max-height: 62px;
    object-position: center;
  }
}

/* Hero text priority order */
.phlox-salon .hero .hero-primary {
  max-width: 600px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.06;
  text-shadow: 0 14px 34px rgba(43, 26, 20, 0.22);
}

.phlox-salon .hero .hero-secondary {
  color: var(--white);
}

@media (max-width: 860px) {
  .phlox-salon .hero .hero-primary {
    max-width: 100%;
    color: var(--white);
    font-size: clamp(0.92rem, 4vw, 1.08rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  .phlox-salon .hero .hero-secondary {
    max-width: 100%;
    margin-top: 6px;
    color: #F6D7B9;
    font-size: clamp(0.56rem, 2.42vw, 0.66rem);
    font-family: inherit;
    font-weight: 950;
    line-height: 1.12;
    white-space: nowrap;
  }

  .phlox-salon .hero .hero-tagline {
    max-width: 100%;
    margin-top: 6px;
    color: rgba(255, 247, 239, 0.82);
    font-size: clamp(0.62rem, 2.78vw, 0.72rem);
    line-height: 1.2;
    white-space: nowrap;
  }
}

/* Location names should read regular, not bold */
.phlox-salon .hero-location-links button,
.phlox-salon .hero-location-links button strong,
.phlox-salon .price-location-buttons button,
.phlox-salon .mobile-quick-top strong,
.phlox-salon .bottom-location-toggle strong,
.phlox-salon .map-pin-button strong,
.phlox-salon .location-card h3 {
  font-weight: 400 !important;
}

/* Keep the fixed mobile action menu centered on every phone width */
@media (max-width: 860px) {
  .phlox-salon .hero-booking-panel {
    display: none;
  }

  .phlox-salon .mobile-actions {
    left: 50% !important;
    right: auto !important;
    width: min(360px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
    transform: translateX(-50%);
  }
}

/* Organic Spa theme */
html[data-theme="organic"],
html[data-theme="organic"] body,
html[data-theme="organic"] .phlox-salon {
  background: #FAF8F5;
}

html[data-theme="organic"] .phlox-salon {
  color: #3D3A36;
}

html[data-theme="organic"] .phlox-salon p,
html[data-theme="organic"] .phlox-salon li,
html[data-theme="organic"] .phlox-salon dd,
html[data-theme="organic"] .phlox-salon label,
html[data-theme="organic"] .phlox-salon input,
html[data-theme="organic"] .phlox-salon select,
html[data-theme="organic"] .phlox-salon textarea {
  color: #3D3A36;
}

html[data-theme="organic"] .phlox-salon h1,
html[data-theme="organic"] .phlox-salon h2,
html[data-theme="organic"] .phlox-salon h3,
html[data-theme="organic"] .phlox-salon .hero .hero-primary,
html[data-theme="organic"] .phlox-salon .section-heading h2,
html[data-theme="organic"] .phlox-salon .mobile-quick-top strong {
  color: #2A3A2C;
}

html[data-theme="organic"] .phlox-salon .hero {
  background:
    radial-gradient(circle at 14% 10%, rgba(250, 248, 245, 0.8), transparent 18rem),
    linear-gradient(180deg, #D4DDD3 0%, #D4DDD3 72%, #FAF8F5 100%);
}

html[data-theme="organic"] .phlox-salon .hero-media {
  opacity: 0.16;
  filter: saturate(0.55) brightness(1.12);
}

html[data-theme="organic"] .phlox-salon .hero::before {
  background: linear-gradient(180deg, rgba(212, 221, 211, 0.74), rgba(250, 248, 245, 0.72));
}

html[data-theme="organic"] .phlox-salon .hero .hero-primary {
  text-shadow: none;
}

html[data-theme="organic"] .phlox-salon .hero .hero-secondary,
html[data-theme="organic"] .phlox-salon .hero .hero-tagline,
html[data-theme="organic"] .phlox-salon .hero-content > p:not(.eyebrow) {
  color: #3D3A36;
}

html[data-theme="organic"] .phlox-salon .site-header {
  border-color: rgba(42, 58, 44, 0.1);
  background: rgba(250, 248, 245, 0.9);
  box-shadow: 0 18px 46px rgba(42, 58, 44, 0.1);
}

html[data-theme="organic"] .phlox-salon .site-nav a:hover,
html[data-theme="organic"] .phlox-salon .site-nav a:focus-visible,
html[data-theme="organic"] .phlox-salon .site-nav a[aria-current="page"],
html[data-theme="organic"] .phlox-salon .site-nav a.is-active {
  color: #FFFFFF;
  background: #2A3A2C;
}

html[data-theme="organic"] .phlox-salon .button.primary,
html[data-theme="organic"] .phlox-salon .nav-cta,
html[data-theme="organic"] .phlox-salon .booking-form button[type="submit"],
html[data-theme="organic"] .phlox-salon .price-controls button.is-active,
html[data-theme="organic"] .phlox-salon .price-mode-buttons button.is-active,
html[data-theme="organic"] .phlox-salon .hero-location-links button.is-active,
html[data-theme="organic"] .phlox-salon .city-filter button.is-active,
html[data-theme="organic"] .phlox-salon .mobile-actions a.primary {
  color: #FFFFFF;
  border-color: #2A3A2C;
  background: #2A3A2C;
  box-shadow: 0 16px 34px rgba(42, 58, 44, 0.2);
}

html[data-theme="organic"] .phlox-salon .button.secondary,
html[data-theme="organic"] .phlox-salon .button.soft,
html[data-theme="organic"] .phlox-salon .button.outline,
html[data-theme="organic"] .phlox-salon .price-controls button,
html[data-theme="organic"] .phlox-salon .hero-location-links button,
html[data-theme="organic"] .phlox-salon .mobile-actions a {
  color: #2A3A2C;
  border-color: rgba(42, 58, 44, 0.18);
  background: rgba(250, 248, 245, 0.86);
  box-shadow: none;
}

html[data-theme="organic"] .phlox-salon .locations-section,
html[data-theme="organic"] .phlox-salon .bottom-locations,
html[data-theme="organic"] .phlox-salon .location-map-section,
html[data-theme="organic"] .phlox-salon .booking,
html[data-theme="organic"] .phlox-salon .reviews-summary,
html[data-theme="organic"] .phlox-salon .offer-banner,
html[data-theme="organic"] .phlox-salon .intro-band {
  border-color: rgba(42, 58, 44, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(250, 248, 245, 0.62), transparent 18rem),
    #D4DDD3;
  box-shadow: 0 24px 64px rgba(42, 58, 44, 0.1);
}

html[data-theme="organic"] .phlox-salon .hero-booking-panel,
html[data-theme="organic"] .phlox-salon .location-card,
html[data-theme="organic"] .phlox-salon .price-card,
html[data-theme="organic"] .phlox-salon .detail-panel,
html[data-theme="organic"] .phlox-salon .hours-card,
html[data-theme="organic"] .phlox-salon .booking-form,
html[data-theme="organic"] .phlox-salon .google-map-card,
html[data-theme="organic"] .phlox-salon .map-pin-button,
html[data-theme="organic"] .phlox-salon .gallery-item,
html[data-theme="organic"] .phlox-salon .mobile-quick-grid article,
html[data-theme="organic"] .phlox-salon .bottom-location-grid article,
html[data-theme="organic"] .phlox-salon .service-preview-grid article {
  border-color: rgba(42, 58, 44, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(42, 58, 44, 0.08);
}

html[data-theme="organic"] .phlox-salon .section,
html[data-theme="organic"] .phlox-salon .location-detail,
html[data-theme="organic"] .phlox-salon .gallery-section {
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
}

html[data-theme="organic"] .phlox-salon .locations-section,
html[data-theme="organic"] .phlox-salon .bottom-locations,
html[data-theme="organic"] .phlox-salon .location-map-section,
html[data-theme="organic"] .phlox-salon .booking {
  padding: clamp(32px, 5vw, 64px);
}

html[data-theme="organic"] .phlox-salon .location-card,
html[data-theme="organic"] .phlox-salon .price-card,
html[data-theme="organic"] .phlox-salon .detail-panel,
html[data-theme="organic"] .phlox-salon .hours-card,
html[data-theme="organic"] .phlox-salon .booking-form,
html[data-theme="organic"] .phlox-salon .service-preview-grid article {
  padding: clamp(22px, 3vw, 32px);
}

html[data-theme="organic"] .phlox-salon footer {
  color: #2A3A2C;
  background: #D4DDD3;
}

html[data-theme="organic"] .phlox-salon footer a,
html[data-theme="organic"] .phlox-salon footer p,
html[data-theme="organic"] .phlox-salon .theme-picker {
  color: #2A3A2C;
}

@media (max-width: 860px) {
  html[data-theme="organic"] .phlox-salon .section,
  html[data-theme="organic"] .phlox-salon .location-detail,
  html[data-theme="organic"] .phlox-salon .gallery-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  html[data-theme="organic"] .phlox-salon .locations-section,
  html[data-theme="organic"] .phlox-salon .bottom-locations,
  html[data-theme="organic"] .phlox-salon .location-map-section,
  html[data-theme="organic"] .phlox-salon .booking {
    padding: 28px 16px;
  }

  html[data-theme="organic"] .phlox-salon .booking-form {
    padding: 16px;
  }
}

/* Simple footer map: map only, no extra panels */
.phlox-salon .simple-location-map,
html[data-theme="organic"] .phlox-salon .simple-location-map {
  width: min(1120px, calc(100% - 24px));
  max-width: none;
  margin: 0 auto 18px;
  border: 0;
  border-radius: 30px;
  padding: 0;
  background: transparent;
  box-shadow: 0 18px 46px rgba(42, 58, 44, 0.1);
  overflow: hidden;
}

.phlox-salon .simple-map-frame {
  position: relative;
  width: 100%;
  height: clamp(150px, 19vw, 250px);
  min-height: 150px;
  border-radius: 30px;
  overflow: hidden;
}

.phlox-salon .simple-map-frame iframe,
.phlox-salon .salon-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.phlox-salon .salon-map {
  z-index: 1;
  background: #D4DDD3;
}

.phlox-salon .salon-map .leaflet-control-attribution {
  font-size: 0.6rem;
}

.phlox-salon .salon-leaflet-marker {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.phlox-salon .salon-leaflet-marker span {
  display: block;
  width: 26px;
  height: 26px;
  border: 4px solid #FAF8F5;
  border-radius: 50% 50% 50% 0;
  background: #2A3A2C;
  box-shadow: 0 10px 26px rgba(42, 58, 44, 0.28);
  transform: rotate(-45deg);
}

.phlox-salon .salon-leaflet-marker span::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  background: #D4DDD3;
}

.phlox-salon .simple-map-pin {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  border: 4px solid #FAF8F5;
  border-radius: 50% 50% 50% 0;
  background: #2A3A2C;
  box-shadow: 0 10px 26px rgba(42, 58, 44, 0.28);
  transform: translate(-50%, -100%) rotate(-45deg);
}

.phlox-salon .simple-map-pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: #D4DDD3;
}

.phlox-salon .simple-map-pin:focus-visible {
  outline: 3px solid #2A3A2C;
  outline-offset: 5px;
}

.phlox-salon .pin-salem-center {
  left: 22%;
  top: 80%;
}

.phlox-salon .pin-east-salem {
  left: 29%;
  top: 79%;
}

.phlox-salon .pin-gresham {
  left: 82%;
  top: 20%;
}

@media (max-width: 860px) {
  .phlox-salon .simple-map-frame {
    height: 165px;
    min-height: 165px;
    border-radius: 24px;
  }

  .phlox-salon .simple-location-map,
  html[data-theme="organic"] .phlox-salon .simple-location-map {
    width: min(100% - 24px, 720px);
    margin-bottom: 14px;
    border-radius: 24px;
  }

  .phlox-salon .simple-map-pin {
    width: 24px;
    height: 24px;
    border-width: 4px;
  }

  .phlox-salon .pin-salem-center {
    left: 22%;
    top: 80%;
  }

  .phlox-salon .pin-east-salem {
    left: 29%;
    top: 79%;
  }

  .phlox-salon .pin-gresham {
    left: 82%;
    top: 20%;
  }
}

/* Location panels: reduce left/right outer margin by about 20%. */
.phlox-salon .locations-section,
.phlox-salon .bottom-locations,
html[data-theme="organic"] .phlox-salon .locations-section,
html[data-theme="organic"] .phlox-salon .bottom-locations {
  width: min(1120px, calc(100% - clamp(27px, 5.6vw, 88px)));
}

@media (max-width: 860px) {
  .phlox-salon .locations-section,
  .phlox-salon .bottom-locations,
  html[data-theme="organic"] .phlox-salon .locations-section,
  html[data-theme="organic"] .phlox-salon .bottom-locations {
    width: min(100% - 19px, 720px);
  }
}

/* Keep location action button labels on one clean line. */
.phlox-salon .location-card .card-actions .button,
.phlox-salon .bottom-location-actions .button {
  min-width: 0;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 420px) {
  .phlox-salon .location-card .card-actions,
  .phlox-salon .bottom-location-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .phlox-salon .location-card .card-actions .button,
  .phlox-salon .bottom-location-actions .button {
    min-height: 38px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: clamp(0.66rem, 2.85vw, 0.76rem);
    letter-spacing: 0;
  }
}

/* Booking section: form below copy, reviews inside the same panel. */
.phlox-salon .booking,
html[data-theme="organic"] .phlox-salon .booking {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: clamp(14px, 2.2vw, 24px);
}

.phlox-salon .booking-request-panel {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.phlox-salon .booking .reviews-summary {
  align-self: stretch;
  max-width: none;
  margin: 0;
  padding: clamp(18px, 2.7vw, 30px);
  text-align: left;
}

.phlox-salon .booking .reviews-summary h2 {
  font-size: clamp(1.28rem, 2.15vw, 1.85rem);
  line-height: 1.08;
}

.phlox-salon .booking .reviews-summary .muted {
  max-width: none;
  margin: 0;
  line-height: 1.5;
}

.phlox-salon .booking-form .name-field,
.phlox-salon .booking-form .contact-field {
  grid-column: auto;
}

@media (max-width: 860px) {
  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    grid-template-columns: 1fr;
  }

  .phlox-salon .booking .reviews-summary {
    padding: 18px 16px;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .phlox-salon .booking-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phlox-salon .booking-form .notes-field,
  .phlox-salon .booking-form button,
  .phlox-salon .safe-note,
  .phlox-salon .form-note,
  .phlox-salon .booking-actions-result {
    grid-column: 1 / -1;
  }
}

/* Larger reviews panel with rotating 5-star review feed. */
.phlox-salon .booking,
html[data-theme="organic"] .phlox-salon .booking {
  grid-template-columns: minmax(0, 1.22fr) minmax(288px, 0.78fr);
}

.phlox-salon .booking .reviews-summary {
  min-height: clamp(315px, 30vw, 430px);
  padding: clamp(22px, 3.24vw, 36px);
}

.phlox-salon .live-review-feed {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.phlox-salon .live-review-title {
  display: grid;
  justify-items: start;
  gap: 4px;
  border-bottom: 1px solid rgba(42, 58, 44, 0.12);
  padding-bottom: 8px;
}

.phlox-salon .live-review-title span {
  color: #2A3A2C;
  font-weight: 950;
  white-space: nowrap;
}

.phlox-salon .live-review-title small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-align: left;
  white-space: nowrap;
}

.phlox-salon .live-review-item {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(42, 58, 44, 0.1);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(42, 58, 44, 0.07);
}

.phlox-salon .live-review-item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.phlox-salon .live-review-item strong {
  color: #2A3A2C;
  font-size: 0.88rem;
}

.phlox-salon .live-review-item span {
  border-radius: 999px;
  padding: 5px 8px;
  color: #2A3A2C;
  background: rgba(250, 248, 245, 0.8);
  font-size: 0.7rem;
  font-weight: 950;
  white-space: nowrap;
}

.phlox-salon .live-review-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.42;
}

.phlox-salon .live-review-author {
  color: #2A3A2C;
  font-size: 0.74rem;
  font-weight: 900;
}

.phlox-salon .live-review-author::before {
  content: "- ";
}

.phlox-salon .live-review-feed.is-desktop-feed {
  gap: 11px;
}

/* Google-style review presentation */
.phlox-salon .review-person,
.phlox-salon .google-review-list .review-person,
.phlox-salon .live-review-item .review-person {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.phlox-salon .review-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 1.2rem),
    linear-gradient(135deg, #2A3A2C, #D4AF37);
  box-shadow: 0 10px 24px rgba(42, 58, 44, 0.16);
  font-size: 0.84rem;
  font-weight: 950;
  object-fit: cover;
}

.phlox-salon .review-person strong {
  color: #2A3A2C;
  font-size: 0.9rem;
  line-height: 1.1;
}

.phlox-salon .review-person small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.1;
}

.phlox-salon .review-rating {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.phlox-salon .review-stars {
  border-radius: 0;
  padding: 0;
  color: #fbbc04;
  background: transparent;
  font-size: 0.94rem;
  font-weight: 950;
  letter-spacing: 1px;
  line-height: 1;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(97, 72, 0, 0.14);
  white-space: nowrap;
}

.phlox-salon .review-badge {
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 999px;
  padding: 4px 8px;
  color: #7a5200;
  background: linear-gradient(135deg, #fff6cf, #fbbc04);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.18);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.phlox-salon .google-review-list span.review-stars,
.phlox-salon .google-review-list span.review-badge,
.phlox-salon .live-review-item span.review-stars,
.phlox-salon .live-review-item span.review-badge {
  font-weight: 950;
}

.phlox-salon .google-review-list span.review-stars,
.phlox-salon .live-review-item span.review-stars {
  padding: 0;
  color: #fbbc04;
  background: transparent;
  box-shadow: none;
}

.phlox-salon .google-review-list span.review-badge,
.phlox-salon .live-review-item span.review-badge {
  border: 1px solid rgba(212, 175, 55, 0.45);
  padding: 4px 8px;
  color: #7a5200;
  background: linear-gradient(135deg, #fff6cf, #fbbc04);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.18);
}

@media (max-width: 860px) {
  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    grid-template-columns: 1fr;
  }

  .phlox-salon .booking .reviews-summary {
    min-height: 315px;
  }

  .phlox-salon .live-review-title {
    justify-items: center;
    text-align: center;
  }

  .phlox-salon .live-review-title small {
    text-align: center;
  }

  .phlox-salon .review-person,
  .phlox-salon .google-review-list .review-person,
  .phlox-salon .live-review-item .review-person {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .phlox-salon .review-avatar {
    width: 40px;
    height: 40px;
  }
}

/* Location detail pricing: use the full row and keep the menu shorter. */
.phlox-salon .services-price-panel,
html[data-theme="organic"] .phlox-salon .services-price-panel {
  grid-column: 1 / -1;
  width: 100%;
}

.phlox-salon .services-price-panel .mini-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.phlox-salon .services-price-panel .mini-price-group {
  min-width: 0;
}

.phlox-salon .services-price-panel .mini-price-group p {
  gap: 10px;
}

.phlox-salon .services-price-panel .mini-price-group span {
  min-width: 0;
}

@media (min-width: 641px) and (max-width: 980px) {
  .phlox-salon .services-price-panel .mini-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .phlox-salon .services-price-panel .mini-price-grid {
    grid-template-columns: 1fr;
  }
}

/* Luxury gradient header inspired by the provided menu reference. */
.phlox-salon .site-header,
html[data-theme="organic"] .phlox-salon .site-header {
  top: 18px;
  left: 50%;
  right: auto;
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) auto minmax(330px, 1fr);
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
  width: min(1180px, calc(100% - 34px));
  min-height: 86px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 214, 102, 0.78);
  border-radius: 26px;
  padding: 14px clamp(16px, 2.2vw, 28px);
  color: #fff;
  background:
    radial-gradient(circle at 70% 100%, rgba(255, 230, 122, 0.52), transparent 1.3rem),
    radial-gradient(circle at 88% 12%, rgba(255, 215, 146, 0.42), transparent 11rem),
    linear-gradient(107deg, #4B163C 0%, #a82669 48%, #fb8f75 100%);
  box-shadow: 0 24px 48px rgba(75, 22, 60, 0.24), 0 12px 24px rgba(212, 175, 55, 0.12);
  backdrop-filter: blur(18px);
}

.phlox-salon .header-menu-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.phlox-salon .site-header::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -3px;
  width: 90px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 107, 0.95), transparent);
  box-shadow: 0 0 18px rgba(255, 224, 107, 0.7);
  pointer-events: none;
}

.phlox-salon .site-header .brand {
  justify-self: start;
  min-width: 0;
}

.phlox-salon .site-header .brand-logo-frame {
  display: grid;
  place-items: center;
  width: clamp(158px, 15vw, 212px);
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 10px 28px rgba(75, 22, 60, 0.18);
}

.phlox-salon .site-header .brand-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.phlox-salon .web-brand-logo {
  display: none;
}

.phlox-salon .mobile-brand-lockup {
  display: none;
}

@media (min-width: 721px) {
  .phlox-salon .site-header .brand-logo-frame {
    width: clamp(288px, 27.6vw, 380px);
    height: 76px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .phlox-salon .site-header .brand-logo-mobile {
    display: none;
  }

  .phlox-salon .site-header .web-brand-logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 12px;
  }

  .phlox-salon .site-header .web-brand-icon {
    width: 71px;
    height: 71px;
    flex: 0 0 71px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(75, 22, 60, 0.22));
  }

  .phlox-salon .site-header .web-brand-text {
    width: min(262px, 20.7vw);
    height: 69px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 10px 18px rgba(75, 22, 60, 0.2));
  }
}

.phlox-salon .site-header .site-nav {
  justify-self: center;
  gap: clamp(18px, 2.6vw, 36px);
}

.phlox-salon .site-header .site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  padding: 0 3px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(0.94rem, 1.2vw, 1.06rem);
  font-weight: 780;
  text-shadow: 0 8px 18px rgba(75, 22, 60, 0.18);
}

.phlox-salon .site-header .site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #ffe275;
  box-shadow: 0 0 14px rgba(255, 226, 117, 0.9);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.phlox-salon .site-header .site-nav a:hover,
.phlox-salon .site-header .site-nav a:focus-visible,
.phlox-salon .site-header .site-nav a:first-child {
  color: #fff !important;
  background: transparent !important;
}

.phlox-salon .site-header .site-nav a:hover::after,
.phlox-salon .site-header .site-nav a:focus-visible::after,
.phlox-salon .site-header .site-nav a:first-child::after {
  width: 34px;
}

.phlox-salon .header-appointment {
  display: inline-flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 226, 117, 0.82);
  border-radius: 999px;
  padding: 0 clamp(16px, 2.3vw, 28px);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 12px 30px rgba(75, 22, 60, 0.16);
  font-size: clamp(0.9rem, 1.1vw, 1.02rem);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.phlox-salon .header-quick-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 226, 117, 0.48);
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.phlox-salon .header-quick-link:hover,
.phlox-salon .header-quick-link:focus-visible {
  color: #4B163C;
  background: linear-gradient(135deg, #fff6cf, #ffe275);
}

.phlox-salon .language-picker {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0;
  border: 0;
  padding: 0;
  color: #4B163C;
  background: transparent;
  box-shadow: none;
}

.phlox-salon .language-trigger {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 226, 117, 0.82);
  border-radius: 999px;
  color: #4B163C;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 10px 22px rgba(75, 22, 60, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.phlox-salon .language-trigger:hover,
.phlox-salon .language-trigger:focus-visible,
.phlox-salon .language-picker.is-open .language-trigger {
  color: #fff;
  background: linear-gradient(135deg, rgba(75, 22, 60, 0.96), rgba(168, 38, 105, 0.94));
}

.phlox-salon .language-globe {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.phlox-salon .language-globe::before,
.phlox-salon .language-globe::after {
  content: "";
  position: absolute;
  border-color: currentColor;
  pointer-events: none;
}

.phlox-salon .language-globe::before {
  top: -2px;
  bottom: -2px;
  left: 50%;
  width: 6px;
  border-right: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phlox-salon .language-globe::after {
  top: 50%;
  right: 2px;
  left: 2px;
  border-top: 1.5px solid currentColor;
  transform: translateY(-50%);
}

.phlox-salon .language-menu {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  z-index: 40;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(16px, -50%);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
}

.phlox-salon .language-picker:hover .language-menu,
.phlox-salon .language-picker:focus-within .language-menu,
.phlox-salon .language-picker.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
  visibility: visible;
}

.phlox-salon .language-choice {
  display: grid;
  width: var(--language-flag-size, 42px);
  height: var(--language-flag-size, 42px);
  place-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform: translateX(12px) scale(0.94);
  transition: opacity 180ms ease, transform 180ms ease;
}

.phlox-salon .language-picker:hover .language-choice,
.phlox-salon .language-picker:focus-within .language-choice,
.phlox-salon .language-picker.is-open .language-choice {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.phlox-salon .language-flag {
  display: grid;
  width: var(--language-flag-size, 42px);
  height: var(--language-flag-size, 42px);
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(75, 22, 60, 0.16);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.phlox-salon .language-choice:hover .language-flag,
.phlox-salon .language-choice:focus-visible .language-flag,
.phlox-salon .language-choice.is-active .language-flag {
  border-color: #ffe275;
  box-shadow: 0 0 0 3px rgba(255, 226, 117, 0.34), 0 12px 26px rgba(75, 22, 60, 0.2);
}

.phlox-salon .language-picker.is-open .language-choice:nth-child(1) { transition-delay: 15ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(2) { transition-delay: 30ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(3) { transition-delay: 45ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(4) { transition-delay: 60ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(5) { transition-delay: 75ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(6) { transition-delay: 90ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(7) { transition-delay: 105ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(8) { transition-delay: 120ms; }
.phlox-salon .language-picker.is-open .language-choice:nth-child(9) { transition-delay: 135ms; }

.phlox-salon .language-flag-us { background: linear-gradient(135deg, #24437d 0 45%, #ffffff 45% 55%, #bf1e2e 55%); }
.phlox-salon .language-flag-es { background: linear-gradient(180deg, #aa151b 0 28%, #f1bf00 28% 72%, #aa151b 72%); color: #2B1A14; text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4); }
.phlox-salon .language-flag-cn { background: radial-gradient(circle at 28% 28%, #ffde00 0 12%, transparent 13%), #de2910; }
.phlox-salon .language-flag-ph { background: linear-gradient(180deg, #0038a8 0 50%, #ce1126 50%); }
.phlox-salon .language-flag-vn { background: radial-gradient(circle at 50% 50%, #ffdf00 0 18%, transparent 19%), #da251d; }
.phlox-salon .language-flag-sa { background: linear-gradient(135deg, #006c35 0 78%, #ffffff 78%); }
.phlox-salon .language-flag-fr { background: linear-gradient(90deg, #0055a4 0 33%, #ffffff 33% 66%, #ef4135 66%); color: #241412; text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55); }
.phlox-salon .language-flag-in { background: linear-gradient(180deg, #ff9933 0 33%, #ffffff 33% 66%, #138808 66%); color: #2B1A14; text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55); }
.phlox-salon .language-flag-pk { background: linear-gradient(90deg, #ffffff 0 24%, #01411c 24%); }

.phlox-salon .mobile-language-picker {
  display: none;
}

.phlox-salon .translate-engine,
.phlox-salon .skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

  .phlox-salon .header-location-links {
    position: absolute;
    top: calc(100% + 10px);
    left: clamp(18px, 2.4vw, 34px);
    right: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 7px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.phlox-salon .header-location-links button {
  min-height: 34px;
  border: 1px solid rgba(255, 226, 117, 0.82);
  border-radius: 12px;
  padding: 0 12px;
  color: #4B163C;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 10px 24px rgba(75, 22, 60, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.phlox-salon .header-location-links button:hover,
.phlox-salon .header-location-links button:focus-visible,
.phlox-salon .header-location-links button.is-active {
  color: #fff;
  border-color: rgba(255, 226, 117, 0.95);
  background: linear-gradient(135deg, rgba(75, 22, 60, 0.96), rgba(168, 38, 105, 0.94));
}

.phlox-salon .header-appointment:hover,
.phlox-salon .header-appointment:focus-visible {
  color: #4B163C;
  background: linear-gradient(135deg, #fff6cf, #ffe275);
}

.phlox-salon .calendar-mark {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.phlox-salon .calendar-mark::before,
.phlox-salon .calendar-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.phlox-salon .calendar-mark::before {
  top: 5px;
}

.phlox-salon .calendar-mark::after {
  top: 11px;
  box-shadow: 0 5px 0 currentColor;
}

@media (min-width: 721px) {
  .phlox-salon .hero-booking-panel {
    display: none;
  }
}

@media (max-width: 1024px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    grid-template-columns: minmax(140px, auto) 1fr auto;
    min-height: 74px;
    gap: clamp(10px, 1.8vw, 18px);
    padding: 12px 16px;
  }

  .phlox-salon .site-header .brand-logo-frame {
    width: clamp(242px, 27.6vw, 311px);
    height: 62px;
  }

  .phlox-salon .site-header .web-brand-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .phlox-salon .site-header .web-brand-text {
    width: min(184px, 17.25vw);
    height: 55px;
  }

  .phlox-salon .site-header .site-nav {
    gap: clamp(10px, 2vw, 20px);
  }

  .phlox-salon .header-appointment {
    min-height: 46px;
    padding: 0 14px;
  }

  .phlox-salon .header-quick-link {
    min-height: 42px;
    padding: 0 12px;
  }

  .phlox-salon .header-location-links {
    left: 16px;
  }
}

@media (max-width: 720px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    grid-template-columns: 1fr auto;
    gap: 9px 12px;
    width: min(100% - 18px, 520px);
    min-height: 0;
    border-radius: 20px;
    padding: 9px 10px 10px;
  }

  .phlox-salon .site-header::after {
    display: none;
  }

  .phlox-salon .site-header .brand-logo-frame {
    width: min(182px, calc(100vw - 142px));
    height: 44px;
    border-radius: 16px;
    padding: 4px 7px;
  }

  .phlox-salon .site-header .brand {
    width: auto;
    justify-self: start;
    justify-content: flex-start;
  }

  .phlox-salon .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: clamp(7px, 2.2vw, 12px);
    width: 100%;
    overflow: hidden;
    font-size: clamp(0.7rem, 2.8vw, 0.82rem);
  }

  .phlox-salon .site-header .site-nav a {
    min-height: 28px;
    padding: 0 2px;
    font-size: inherit;
  }

  .phlox-salon .site-header .site-nav a:first-child::after,
  .phlox-salon .site-header .site-nav a:hover::after,
  .phlox-salon .site-header .site-nav a:focus-visible::after {
    width: 24px;
  }

  .phlox-salon .header-appointment {
    min-height: 40px;
    gap: 8px;
    border-radius: 14px;
    padding: 0 10px;
    font-size: 0;
  }

  .phlox-salon .calendar-mark {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .phlox-salon .hero {
    padding-top: 156px;
  }
}

@media (max-width: 430px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    border-radius: 18px;
    padding: 8px 9px 9px;
  }

  .phlox-salon .site-header .brand-logo-frame {
    width: min(168px, calc(100vw - 122px));
    height: 40px;
  }

  .phlox-salon .site-header .site-nav {
    gap: clamp(6px, 1.9vw, 9px);
    font-size: clamp(0.66rem, 2.95vw, 0.76rem);
  }

  .phlox-salon .header-appointment {
    width: 40px;
    min-height: 38px;
    padding: 0;
  }

  .phlox-salon .calendar-mark {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    border-radius: 5px;
  }
}

/* Keep the new luxury header on web, but restore the simpler mobile header. */
@media (max-width: 720px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    left: 10px;
    right: 10px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    width: auto;
    min-height: 0;
    transform: none;
    border: 1px solid rgba(42, 58, 44, 0.1);
    border-radius: 24px;
    padding: 9px 12px 11px;
    background: rgba(250, 248, 245, 0.9);
    box-shadow: 0 18px 46px rgba(42, 58, 44, 0.1);
  }

  .phlox-salon .site-header::after {
    display: none;
  }

  .phlox-salon .site-header .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
    justify-self: center;
  }

  .phlox-salon .site-header .brand-logo-frame {
    width: min(256px, calc(100vw - 58px));
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .phlox-salon .site-header .brand-logo {
    max-height: 60px;
    object-position: center;
  }

  .phlox-salon .header-menu-actions {
    display: none;
  }

  .phlox-salon .header-location-links {
    display: none;
  }

  .phlox-salon .site-header .site-nav {
    grid-column: auto;
    grid-row: auto;
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(6px, 2.4vw, 12px);
    width: 100%;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    color: #2A3A2C;
    font-size: clamp(0.72rem, 3vw, 0.84rem);
  }

  .phlox-salon .site-header .site-nav a {
    min-height: 34px;
    padding: 0 clamp(5px, 2vw, 10px);
    border-radius: 999px;
    color: #2A3A2C !important;
    text-shadow: none;
    white-space: nowrap;
  }

  .phlox-salon .site-header .site-nav a::after {
    display: none;
  }

  .phlox-salon .site-header .site-nav a:hover,
  .phlox-salon .site-header .site-nav a:focus-visible,
  .phlox-salon .site-header .site-nav a:first-child {
    color: #FFFFFF !important;
    background: #2A3A2C !important;
  }

  .phlox-salon .hero {
    padding-top: 148px;
  }
}

/* Hero business name hierarchy and alignment */
.phlox-salon .hero-content {
  align-items: center;
}

.phlox-salon .hero-lockup {
  align-items: center;
  max-width: 820px;
  margin-bottom: 0;
}

.phlox-salon .hero-lockup .hero-logo {
  flex-basis: clamp(150px, 13vw, 184px);
  width: clamp(150px, 13vw, 184px);
}

.phlox-salon .hero-copy {
  display: grid;
  gap: 7px;
}

.phlox-salon .hero .hero-primary {
  max-width: 610px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.72rem, 2.35vw, 2.38rem);
  font-weight: 650;
  line-height: 1.04;
}

.phlox-salon .hero .hero-secondary {
  max-width: 680px;
  margin: 0;
  color: #F6D7B9;
  font-family: inherit;
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  font-weight: 850;
  line-height: 1.28;
  white-space: nowrap;
}

html[data-theme="organic"] .phlox-salon .hero .hero-primary {
  color: #2A3A2C;
}

html[data-theme="organic"] .phlox-salon .hero .hero-secondary {
  color: #3D3A36;
}

@media (min-width: 861px) {
  .phlox-salon .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: center;
  }

  .phlox-salon .hero-booking-panel {
    align-self: center;
    transform: none;
  }
}

@media (max-width: 860px) {
  .phlox-salon .hero-content,
  .phlox-salon .hero-lockup,
  .phlox-salon .hero-booking-panel {
    width: min(340px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }

  .phlox-salon .hero-lockup {
    display: block;
  }

  .phlox-salon .hero-copy {
    gap: 5px;
    width: 100%;
    text-align: center;
  }

  .phlox-salon .hero-actions {
    width: 100%;
  }

  .phlox-salon .hero .hero-primary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
    font-size: clamp(0.84rem, 3.65vw, 1.04rem);
    line-height: 1.16;
    white-space: nowrap;
  }

  .phlox-salon .hero .hero-secondary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
    font-size: clamp(0.52rem, 2.35vw, 0.68rem);
    font-weight: 850;
    line-height: 1.18;
    white-space: nowrap;
  }
}

/* Desktop hero: keep the business name on one line and closer to the menu. */
@media (min-width: 861px) {
  .phlox-salon .hero {
    align-items: start;
    min-height: 72vh;
    padding-top: clamp(140px, 10vw, 156px);
    padding-bottom: 78px;
  }

  .phlox-salon .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
    width: min(1120px, 100%);
    max-width: 1120px;
  }

  .phlox-salon .hero-lockup {
    max-width: 1040px;
    gap: clamp(18px, 2vw, 26px);
    margin-top: 0;
  }

  .phlox-salon .hero-lockup .hero-logo {
    flex-basis: clamp(142px, 12vw, 172px);
    width: clamp(142px, 12vw, 172px);
  }

  .phlox-salon .hero-copy {
    min-width: 0;
  }

  .phlox-salon .hero .hero-primary {
    max-width: none;
    font-size: clamp(1.42rem, 2vw, 2.08rem);
    line-height: 1.04;
    white-space: nowrap;
  }

  .phlox-salon .hero .hero-secondary {
    max-width: none;
    font-size: clamp(0.88rem, 1vw, 1.04rem);
    white-space: nowrap;
  }
}

/* Header image supplied for the eyebrow threading hero. */
.phlox-salon .hero,
html[data-theme="organic"] .phlox-salon .hero {
  background: #fff2e8;
}

.phlox-salon .hero-threading-art {
  display: none;
}

.phlox-salon .hero-media,
html[data-theme="organic"] .phlox-salon .hero-media {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(75, 22, 60, 0.78) 0%, rgba(75, 22, 60, 0.56) 34%, rgba(255, 247, 239, 0.2) 66%, rgba(255, 247, 239, 0.04) 100%),
    url("assets/optimized/header/eyebrow-threading-salem-or-hero.webp") center center / cover;
  opacity: 1;
  filter: none;
}

.phlox-salon .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(75, 22, 60, 0.42) 0%, rgba(75, 22, 60, 0.24) 34%, rgba(255, 247, 239, 0.1) 66%, rgba(255, 247, 239, 0) 100%);
  pointer-events: none;
}

.phlox-salon .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1200ms ease, transform 7000ms ease;
}

.phlox-salon .hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.phlox-salon .hero-slide:nth-child(1),
.phlox-salon .hero-slide:nth-child(2),
.phlox-salon .hero-slide:nth-child(5),
.phlox-salon .hero-slide:nth-child(6) {
  object-position: right center;
}

.phlox-salon .hero-slide:nth-child(4) {
  object-position: 62% center;
}

.phlox-salon .hero::before {
  display: none;
}

html[data-theme="organic"] .phlox-salon .hero .hero-primary {
  color: #FFFFFF;
  text-shadow: 0 14px 34px rgba(43, 26, 20, 0.28);
}

html[data-theme="organic"] .phlox-salon .hero .hero-secondary {
  color: #F6D7B9;
  text-shadow: 0 10px 26px rgba(43, 26, 20, 0.24);
}

@media (max-width: 860px) {
  .phlox-salon .hero-media,
  html[data-theme="organic"] .phlox-salon .hero-media {
    background:
      linear-gradient(180deg, rgba(75, 22, 60, 0.78) 0%, rgba(75, 22, 60, 0.48) 42%, rgba(255, 247, 239, 0.9) 100%),
      url("assets/optimized/header/eyebrow-threading-salem-or-hero.webp") 100% center / cover;
  }

  .phlox-salon .hero-media::after {
    background: linear-gradient(180deg, rgba(75, 22, 60, 0.78) 0%, rgba(75, 22, 60, 0.48) 42%, rgba(255, 247, 239, 0.9) 100%);
  }
}

@media (min-width: 861px) {
  .phlox-salon .hero,
  html[data-theme="organic"] .phlox-salon .hero {
    min-height: 82vh;
  }

  .phlox-salon .hero-media,
  html[data-theme="organic"] .phlox-salon .hero-media {
    top: 0;
    background:
      linear-gradient(90deg, rgba(75, 22, 60, 0.42) 0%, rgba(75, 22, 60, 0.24) 34%, rgba(255, 247, 239, 0.1) 66%, rgba(255, 247, 239, 0) 100%),
      url("assets/optimized/header/eyebrow-threading-salem-or-hero.webp") center center / cover;
  }

  .phlox-salon .hero::before,
  html[data-theme="organic"] .phlox-salon .hero::before {
    display: none;
  }

  .phlox-salon .hero-threading-art {
    position: absolute;
    top: clamp(238px, 31.68vh, 301px);
    left: clamp(72px, 15.6vw, 246px);
    z-index: 1;
    display: block;
    width: min(25.7vw, 355px);
    max-height: min(31.8vh, 257px);
    object-fit: contain;
    object-position: left top;
    opacity: 0.92;
    filter: drop-shadow(0 28px 54px rgba(43, 26, 20, 0.18));
    pointer-events: none;
  }
}

/* Desktop header cleanup: let the hero image carry the title. */
@media (min-width: 861px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    min-height: 77px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .phlox-salon .site-header .brand-logo-frame {
    height: 68px;
  }

  .phlox-salon .site-header .web-brand-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .phlox-salon .site-header .web-brand-text {
    height: 62px;
  }

  .phlox-salon .hero-lockup {
    display: none;
  }
}

/* Service artwork cards supplied by the salon. */
.phlox-salon .service-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.phlox-salon .service-preview-grid .service-art-card,
html[data-theme="organic"] .phlox-salon .service-preview-grid .service-art-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(42, 58, 44, 0.12);
  border-radius: 26px;
  background: #fffaf4;
  box-shadow: 0 22px 54px rgba(42, 58, 44, 0.12);
}

.phlox-salon .service-preview-grid .service-art-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.phlox-salon .service-preview-grid .service-card-action {
  display: flex;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(244, 236, 225, 0.96));
}

.phlox-salon .service-preview-grid .service-card-action button,
.phlox-salon .service-preview-grid .service-card-action .service-link-button {
  width: min(100%, 178px);
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(42, 58, 44, 0.18);
  border-radius: 999px;
  color: #FAF8F5;
  background: #2A3A2C;
  box-shadow: 0 12px 26px rgba(42, 58, 44, 0.18);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  text-decoration: none;
}

.phlox-salon .service-preview-grid .service-card-action button:hover,
.phlox-salon .service-preview-grid .service-card-action .service-link-button:hover {
  border-color: rgba(42, 58, 44, 0.28);
  color: #2A3A2C;
  background: #D4DDD3;
}

@media (min-width: 641px) and (max-width: 980px) {
  .phlox-salon .service-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .phlox-salon .service-preview-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .phlox-salon .service-preview-grid .service-art-card,
  html[data-theme="organic"] .phlox-salon .service-preview-grid .service-art-card {
    border-radius: 22px;
  }

  .phlox-salon .service-preview-grid .service-art-card img {
    display: block;
    height: auto;
  }

  .phlox-salon .service-preview-grid .service-card-action {
    padding: 10px 12px 12px;
  }
}

/* Keep the services headline on one clean line. */
.phlox-salon #servicesPreviewTitle {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .phlox-salon #servicesPreviewTitle {
    font-size: 1.08rem;
    line-height: 1.2;
  }
}

/* Why choose us artwork cards supplied by the salon. */
.phlox-salon .qualities-grid .quality-art-card,
html[data-theme="organic"] .phlox-salon .qualities-grid .quality-art-card {
  overflow: hidden;
  display: block;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(42, 58, 44, 0.12);
  border-radius: 24px;
  background: #fffaf4;
  box-shadow: 0 22px 54px rgba(42, 58, 44, 0.11);
}

.phlox-salon .qualities-grid .quality-art-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 514 / 593;
  object-fit: cover;
}

@media (max-width: 860px) {
  .phlox-salon .brand-qualities {
    display: block;
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .phlox-salon .qualities-grid .quality-art-card,
  html[data-theme="organic"] .phlox-salon .qualities-grid .quality-art-card {
    border-radius: 22px;
  }
}

/* Services copy and mobile hero readability refinements. */
.phlox-salon .services-preview-section .section-heading {
  display: block;
  max-width: none;
}

.phlox-salon .services-preview-section .section-heading > div {
  max-width: none;
}

.phlox-salon .services-preview-section .section-heading .muted {
  max-width: none;
  margin: 8px 0 0;
}

.phlox-salon #servicesPreviewTitle {
  white-space: nowrap;
}

.phlox-salon .services-prices .section-heading {
  display: grid;
  gap: 16px;
  align-items: start;
}

.phlox-salon .services-prices .section-heading > div {
  max-width: none;
}

.phlox-salon .services-prices h2 {
  max-width: none;
  white-space: nowrap;
}

@media (min-width: 861px) {
  .phlox-salon .services-prices .muted {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 860px) {
  .phlox-salon .hero-copy {
    border-radius: 16px;
    padding: 8px 10px;
    background: rgba(255, 247, 239, 0.74);
    box-shadow: 0 12px 34px rgba(42, 58, 44, 0.08);
  }

  .phlox-salon .hero .hero-primary,
  html[data-theme="organic"] .phlox-salon .hero .hero-primary {
    color: #000000;
    text-shadow: none;
  }

  .phlox-salon .hero .hero-secondary,
  html[data-theme="organic"] .phlox-salon .hero .hero-secondary {
    color: #6B7280;
    text-shadow: none;
  }

  .phlox-salon .services-prices .muted {
    max-width: 340px;
    white-space: normal;
  }
}

/* Crawlable SEO service and location pages. */
.phlox-salon .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  color: #6B7280;
  font-size: 0.9rem;
}

.phlox-salon .breadcrumbs a {
  color: #2A3A2C;
  font-weight: 850;
  text-decoration: none;
}

.phlox-salon .seo-body .site-header,
.phlox-salon.seo-body .site-header {
  position: sticky;
}

.phlox-salon .service-seo-hero img,
.phlox-salon .location-seo-hero img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #FAF8F5;
}

.phlox-salon .seo-link-grid,
.phlox-salon .seo-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phlox-salon .compact-heading {
  text-align: left;
  margin-bottom: 18px;
}

.phlox-salon .compact-heading h2 {
  margin-bottom: 8px;
}

.phlox-salon .service-area-panel {
  width: min(100% - 44px, 1180px);
  margin-inline: auto;
}

.phlox-salon .faq-mini-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.phlox-salon .faq-mini-grid article {
  border: 1px solid rgba(42, 58, 44, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 38px rgba(42, 58, 44, 0.08);
}

.phlox-salon .faq-mini-grid h3 {
  margin: 0 0 8px;
  color: #2A3A2C;
  font-size: 1rem;
}

.phlox-salon .faq-mini-grid p {
  margin: 0;
  color: #3D3A36;
  font-size: 0.92rem;
}

.phlox-salon .seo-link-grid a,
.phlox-salon .seo-button-row a {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(42, 58, 44, 0.14);
  border-radius: 999px;
  padding: 0 15px;
  color: #2A3A2C;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 850;
  text-decoration: none;
}

.phlox-salon .seo-check-list {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.phlox-salon .seo-check-list li {
  border-radius: 14px;
  padding: 12px 14px;
  color: #2A3A2C;
  background: rgba(212, 221, 211, 0.55);
  font-weight: 800;
}

.phlox-salon .seo-review-list {
  display: grid;
  gap: 12px;
}

.phlox-salon .seo-review-list blockquote {
  margin: 0;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.phlox-salon .seo-review-list strong {
  color: #D4AF37;
}

.phlox-salon .seo-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  max-width: 760px;
  margin: 6px auto 0;
  font-size: 0.86rem;
}

.phlox-salon .seo-location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 860px) {
  .phlox-salon .breadcrumbs {
    width: min(100% - 24px, 1180px);
    margin-top: 14px;
    font-size: 0.8rem;
  }

  .phlox-salon .seo-location-grid {
    grid-template-columns: 1fr;
  }

  .phlox-salon .faq-mini-grid {
    grid-template-columns: 1fr;
  }

  .phlox-salon .seo-link-grid a,
  .phlox-salon .seo-button-row a {
    flex: 1 1 145px;
  }
}

/* Requested polish: white image-card borders and single-line left price controls. */
.phlox-salon .qualities-grid .quality-art-card,
html[data-theme="organic"] .phlox-salon .qualities-grid .quality-art-card,
.phlox-salon .service-preview-grid .service-art-card,
html[data-theme="organic"] .phlox-salon .service-preview-grid .service-art-card {
  border: 2px solid #fff;
}

.phlox-salon .services-prices .section-heading {
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: 14px;
}

.phlox-salon .services-prices .section-heading > div,
.phlox-salon .services-prices .price-controls {
  justify-self: start;
}

.phlox-salon .services-prices .price-controls {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.phlox-salon .services-prices .price-controls::-webkit-scrollbar {
  display: none;
}

.phlox-salon .services-prices .price-location-buttons,
.phlox-salon .services-prices .price-mode-buttons {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 6px;
}

.phlox-salon .services-prices .price-mode-buttons {
  justify-self: start;
  padding: 3px;
}

.phlox-salon .services-prices .price-controls button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  font-size: clamp(0.68rem, 1.8vw, 0.84rem);
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .phlox-salon .services-prices .price-controls {
    justify-items: start;
    margin-right: 0;
    margin-left: 0;
  }

  .phlox-salon .services-prices .price-location-buttons,
  .phlox-salon .services-prices .price-mode-buttons {
    width: auto;
  }

  .phlox-salon .services-prices .price-location-buttons button {
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* Mobile icon dock: labels appear on hover, focus, and press. */
@media (max-width: 860px) {
  .phlox-salon .mobile-actions,
  html[data-theme="organic"] .phlox-salon .mobile-actions {
    left: 50% !important;
    right: auto !important;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto !important;
    min-width: min(330px, calc(100vw - 28px));
    max-width: calc(100vw - 24px);
    display: flex;
    grid-template-columns: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 26px;
    padding: 9px 11px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(42, 58, 44, 0.2);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
  }

  .phlox-salon .mobile-actions a,
  html[data-theme="organic"] .phlox-salon .mobile-actions a {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(42, 58, 44, 0.14);
    border-radius: 999px;
    padding: 0;
    color: #2A3A2C;
    background: rgba(250, 248, 245, 0.98);
    box-shadow: 0 10px 24px rgba(42, 58, 44, 0.1);
    font-size: 0;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .phlox-salon .mobile-actions a::before {
    content: attr(data-mobile-icon);
    display: grid;
    place-items: center;
    color: currentColor;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
  }

  .phlox-salon .mobile-actions a span {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 2;
    max-width: 132px;
    border-radius: 999px;
    padding: 7px 10px;
    color: #fff;
    background: #2A3A2C;
    box-shadow: 0 12px 28px rgba(42, 58, 44, 0.2);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, 8px) scale(0.96);
    transition: opacity 160ms ease, transform 160ms ease;
    white-space: nowrap;
  }

  .phlox-salon .mobile-actions a span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 8px;
    height: 8px;
    background: #2A3A2C;
    transform: translate(-50%, -4px) rotate(45deg);
  }

  .phlox-salon .mobile-actions a:hover,
  .phlox-salon .mobile-actions a:focus-visible,
  .phlox-salon .mobile-actions a:active {
    color: #fff;
    background: #2A3A2C;
    box-shadow: 0 14px 30px rgba(42, 58, 44, 0.22);
    transform: translateY(-3px);
  }

  .phlox-salon .mobile-actions a:hover span,
  .phlox-salon .mobile-actions a:focus-visible span,
  .phlox-salon .mobile-actions a:active span {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  .phlox-salon .mobile-actions a.primary,
  html[data-theme="organic"] .phlox-salon .mobile-actions a.primary {
    color: #fff;
    border-color: #2A3A2C;
    background: #2A3A2C;
  }
}

@media (max-width: 380px) {
  .phlox-salon .mobile-actions,
  html[data-theme="organic"] .phlox-salon .mobile-actions {
    gap: 8px;
    min-width: min(304px, calc(100vw - 20px));
    padding-right: 9px;
    padding-left: 9px;
  }

  .phlox-salon .mobile-actions a,
  html[data-theme="organic"] .phlox-salon .mobile-actions a {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

/* Smooth the header-to-hero edge so slider changes never reveal a thin seam. */
.phlox-salon .site-header::after,
html[data-theme="organic"] .phlox-salon .site-header::after {
  display: none !important;
}

.phlox-salon .hero-media,
html[data-theme="organic"] .phlox-salon .hero-media {
  top: -2px;
  bottom: -2px;
  background-color: #fff2e8;
}

.phlox-salon .hero-slide {
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.phlox-salon .hero::after {
  bottom: -1px;
}

/* Translation controls and clearer header location buttons. */
.phlox-salon .desktop-language-picker {
  flex: 0 0 auto;
  position: absolute;
  top: calc(100% + 10px);
  right: clamp(18px, 2.4vw, 34px);
  z-index: 4;
}

.phlox-salon .footer-language-picker {
  color: inherit;
  background: transparent;
}

.phlox-salon .footer-language-picker .language-menu {
  top: 50%;
  right: calc(100% + 8px);
  bottom: auto;
  transform: translate(16px, -50%);
}

.phlox-salon .footer-language-picker.is-open .language-menu {
  transform: translate(0, -50%);
}

html[dir="rtl"] .phlox-salon {
  text-align: right;
}

html[dir="rtl"] .phlox-salon .site-header {
  direction: rtl;
}

html[dir="rtl"] .phlox-salon .hero-media,
html[dir="rtl"] .phlox-salon .hero-slide {
  direction: ltr;
}

@media (min-width: 721px) and (max-width: 1160px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    grid-template-columns: minmax(240px, 0.8fr) auto minmax(410px, 1fr);
  }

  .phlox-salon .header-menu-actions {
    gap: 6px;
  }

  .phlox-salon .header-quick-link {
    padding: 0 10px;
  }

  .phlox-salon .language-picker {
    gap: 7px;
  }
}

@media (max-width: 720px) {
  .phlox-salon .desktop-language-picker {
    display: none !important;
  }

  .phlox-salon .mobile-language-picker,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker {
    display: inline-flex;
    position: absolute;
    top: calc(100% + 10px);
    right: clamp(12px, 4vw, 22px);
    z-index: 5;
    grid-column: auto;
    justify-self: auto;
    width: auto;
    justify-content: center;
    margin-top: 0;
    border-color: rgba(42, 58, 44, 0.14);
    color: #2A3A2C;
    background: transparent;
    box-shadow: none;
  }

  .phlox-salon .mobile-language-picker .language-menu,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker .language-menu {
    --language-flag-size: 32px;
    top: 50%;
    right: calc(100% + 7px);
    left: auto;
    gap: 5px;
    transform: translate(14px, -50%);
  }

  .phlox-salon .mobile-language-picker.is-open .language-menu,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker.is-open .language-menu {
    transform: translate(0, -50%);
  }
}

@media (min-width: 721px) {
  .phlox-salon .mobile-language-picker {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .phlox-salon .mobile-language-picker .language-menu,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker .language-menu {
    --language-flag-size: 28px;
    width: max-content;
    flex-wrap: nowrap;
    gap: 3px;
  }
}

@media (max-width: 340px) {
  .phlox-salon .mobile-language-picker .language-menu,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker .language-menu {
    --language-flag-size: 25px;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phlox-salon .language-menu,
  .phlox-salon .language-choice {
    transition: none;
  }
}

@media (max-width: 860px) {
  .phlox-salon .hero-lockup,
  .phlox-salon .hero-copy {
    display: none !important;
  }
}

/* Translation-safe desktop header: longer ES/FR words should fit cleanly. */
@media (min-width: 721px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    grid-template-columns: minmax(220px, 0.72fr) minmax(250px, auto) minmax(280px, 0.95fr);
    overflow: visible;
  }

  .phlox-salon .site-header .site-nav,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, max-content));
    justify-content: center;
    gap: clamp(10px, 1.5vw, 24px);
    min-width: 0;
    max-width: 100%;
  }

  .phlox-salon .site-header .site-nav a,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a {
    min-width: 0;
    max-width: 136px;
    justify-content: center;
    padding-right: 4px;
    padding-left: 4px;
    font-size: clamp(0.78rem, 0.95vw, 1rem);
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .phlox-salon .site-header .site-nav a font,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a font {
    line-height: inherit !important;
  }

  .phlox-salon .header-menu-actions,
  html[data-theme="organic"] .phlox-salon .header-menu-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 6px;
    max-width: 100%;
  }

  .phlox-salon .header-appointment,
  .phlox-salon .header-quick-link,
  html[data-theme="organic"] .phlox-salon .header-appointment,
  html[data-theme="organic"] .phlox-salon .header-quick-link {
    min-width: 0;
    height: auto;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .phlox-salon .header-appointment {
    min-height: 46px;
    gap: 8px;
  }

  .phlox-salon .header-appointment span:last-child,
  html[data-theme="organic"] .phlox-salon .header-appointment span:last-child {
    min-width: 0;
  }

  .phlox-salon .header-quick-link,
  html[data-theme="organic"] .phlox-salon .header-quick-link {
    min-height: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .phlox-salon .header-location-links button,
  html[data-theme="organic"] .phlox-salon .header-location-links button {
    max-width: 132px;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

@media (min-width: 721px) and (max-width: 1160px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    grid-template-columns: minmax(180px, 0.62fr) minmax(230px, auto) minmax(250px, 0.9fr);
    gap: clamp(10px, 1.5vw, 18px);
  }

  .phlox-salon .site-header .brand-logo-frame {
    width: clamp(224px, 24vw, 300px);
  }

  .phlox-salon .site-header .web-brand-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .phlox-salon .site-header .web-brand-text {
    width: min(206px, 17.2vw);
  }

  .phlox-salon .site-header .site-nav {
    gap: clamp(7px, 1vw, 14px);
  }

  .phlox-salon .header-menu-actions {
    gap: 6px;
  }

  .phlox-salon .header-appointment {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Translation-safe mobile spacing: Spanish/French labels should not overlap or clip. */
@media (max-width: 720px) {
  .phlox-salon .site-header .site-nav,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    gap: clamp(3px, 1.2vw, 6px);
    overflow: visible;
  }

  .phlox-salon .site-header .site-nav a,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    justify-content: center;
    padding: 0 3px;
    font-size: clamp(0.58rem, 2.55vw, 0.76rem);
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .phlox-salon .site-header .site-nav a font,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a font {
    display: inline;
    min-width: 0;
    max-width: 100%;
    line-height: inherit;
  }
}

@media (max-width: 380px) {
  .phlox-salon .site-header .site-nav a,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a {
    min-height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: clamp(0.54rem, 2.45vw, 0.68rem);
  }
}

@media (max-width: 860px) {
  .phlox-salon .mobile-actions a span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a span {
    display: flex;
    width: max-content;
    height: auto;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    max-width: min(176px, calc(100vw - 32px));
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .phlox-salon .mobile-actions a span font,
  html[data-theme="organic"] .phlox-salon .mobile-actions a span font {
    line-height: inherit !important;
  }

  .phlox-salon .mobile-actions a:first-child span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:first-child span {
    left: 0;
    transform: translate(0, 8px) scale(0.96);
  }

  .phlox-salon .mobile-actions a:first-child:hover span,
  .phlox-salon .mobile-actions a:first-child:focus-visible span,
  .phlox-salon .mobile-actions a:first-child:active span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:first-child:hover span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:first-child:focus-visible span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:first-child:active span {
    transform: translate(0, 0) scale(1);
  }

  .phlox-salon .mobile-actions a:last-child span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:last-child span {
    left: auto;
    right: 0;
    transform: translate(0, 8px) scale(0.96);
  }

  .phlox-salon .mobile-actions a:last-child:hover span,
  .phlox-salon .mobile-actions a:last-child:focus-visible span,
  .phlox-salon .mobile-actions a:last-child:active span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:last-child:hover span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:last-child:focus-visible span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a:last-child:active span {
    transform: translate(0, 0) scale(1);
  }

  .phlox-salon .card-actions .button,
  .phlox-salon .detail-actions .button,
  .phlox-salon .bottom-location-actions .button,
  .phlox-salon .mobile-quick-actions .button,
  html[data-theme="organic"] .phlox-salon .card-actions .button,
  html[data-theme="organic"] .phlox-salon .detail-actions .button,
  html[data-theme="organic"] .phlox-salon .bottom-location-actions .button,
  html[data-theme="organic"] .phlox-salon .mobile-quick-actions .button {
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

/* Keep Contact / Book Now panels from overlapping at browser zoom or medium widths. */
@media (max-width: 1180px) {
  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    grid-template-columns: 1fr !important;
    align-items: stretch;
    gap: clamp(14px, 2vw, 22px);
  }

  .phlox-salon .booking-request-panel,
  .phlox-salon .booking .reviews-summary,
  html[data-theme="organic"] .phlox-salon .booking-request-panel,
  html[data-theme="organic"] .phlox-salon .booking .reviews-summary {
    min-width: 0;
    max-width: 100%;
  }

  .phlox-salon .booking .reviews-summary,
  html[data-theme="organic"] .phlox-salon .booking .reviews-summary {
    min-height: auto;
  }
}

@media (min-width: 1181px) {
  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr) !important;
  }
}

.phlox-salon .booking-form,
html[data-theme="organic"] .phlox-salon .booking-form {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.phlox-salon .booking-form > *,
html[data-theme="organic"] .phlox-salon .booking-form > * {
  min-width: 0;
}

.phlox-salon .booking-form input,
.phlox-salon .booking-form select,
.phlox-salon .booking-form textarea,
html[data-theme="organic"] .phlox-salon .booking-form input,
html[data-theme="organic"] .phlox-salon .booking-form select,
html[data-theme="organic"] .phlox-salon .booking-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.phlox-salon .booking-request-panel,
html[data-theme="organic"] .phlox-salon .booking-request-panel {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  justify-items: stretch;
}

.phlox-salon .booking-copy,
html[data-theme="organic"] .phlox-salon .booking-copy {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  max-width: 100%;
}

.phlox-salon .booking-copy > *,
html[data-theme="organic"] .phlox-salon .booking-copy > * {
  min-width: 0;
  max-width: 100%;
}

.phlox-salon .booking-copy h2,
html[data-theme="organic"] .phlox-salon .booking-copy h2 {
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

/* Premium circular gallery cards from the salon-provided artwork. */
.phlox-salon .gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3.6vw, 46px);
  align-items: start;
}

.phlox-salon .gallery-item.luxury-gallery-card,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card {
  position: relative;
  overflow: visible;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 clamp(24px, 3vw, 34px);
  background: transparent;
  box-shadow: none;
  cursor: zoom-in;
}

.phlox-salon .gallery-item.luxury-gallery-card span,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card span {
  position: static;
  left: auto;
  bottom: auto;
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
}

.phlox-salon .gallery-photo-frame,
html[data-theme="organic"] .phlox-salon .gallery-photo-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: 0;
  background:
    radial-gradient(circle at 50% 78%, rgba(255, 246, 239, 0.96) 0 19%, transparent 20%),
    #fffaf6;
  box-shadow:
    0 0 0 1px rgba(138, 80, 68, 0.62),
    0 22px 54px rgba(42, 58, 44, 0.13);
  transition: transform 220ms ease, box-shadow 220ms ease, outline-color 220ms ease;
}

.phlox-salon .gallery-item.luxury-gallery-card:hover .gallery-photo-frame {
  box-shadow:
    0 0 0 1px rgba(42, 58, 44, 0.72),
    0 28px 64px rgba(42, 58, 44, 0.17);
  transform: translateY(-3px);
}

.phlox-salon .gallery-item.luxury-gallery-card img,
.phlox-salon .gallery-item.luxury-gallery-card img:nth-child(2),
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 436 / 430;
  border-radius: 50%;
  object-fit: contain;
  transform: none;
  transition: transform 220ms ease;
}

.phlox-salon .gallery-item.luxury-gallery-card:hover img {
  transform: scale(1.012);
}

.phlox-salon .gallery-label-panel,
html[data-theme="organic"] .phlox-salon .gallery-label-panel {
  position: absolute;
  z-index: 2;
  right: 11%;
  bottom: clamp(52px, 5.8vw, 76px);
  left: 11%;
  display: grid;
  justify-items: center;
  gap: clamp(5px, 0.8vw, 8px);
  pointer-events: none;
}

.phlox-salon .gallery-card-title,
html[data-theme="organic"] .phlox-salon .gallery-card-title {
  display: block;
  color: #2B1A14;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 2.15vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.phlox-salon .gallery-dotted-line,
html[data-theme="organic"] .phlox-salon .gallery-dotted-line {
  display: block;
  width: min(78%, 170px);
  height: 1px;
  background-image: linear-gradient(to right, rgba(183, 106, 91, 0.82) 42%, transparent 42%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.phlox-salon .gallery-icon-badge,
html[data-theme="organic"] .phlox-salon .gallery-icon-badge {
  display: grid;
  width: clamp(38px, 5vw, 58px);
  height: clamp(38px, 5vw, 58px);
  margin-bottom: calc(clamp(31px, 4.7vw, 52px) * -1);
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: linear-gradient(145deg, #c77b73, #a95854);
  box-shadow: 0 12px 24px rgba(129, 73, 68, 0.22);
}

.phlox-salon .gallery-icon-badge svg,
html[data-theme="organic"] .phlox-salon .gallery-icon-badge svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: #fffaf6;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .phlox-salon .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 28px);
  }

  .phlox-salon .gallery-card-title,
  html[data-theme="organic"] .phlox-salon .gallery-card-title {
    font-size: clamp(0.86rem, 1.8vw, 1.24rem);
  }
}

@media (max-width: 640px) {
  .phlox-salon .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .phlox-salon .gallery-item.luxury-gallery-card,
  html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card {
    padding-bottom: 26px;
  }

  .phlox-salon .gallery-label-panel,
  html[data-theme="organic"] .phlox-salon .gallery-label-panel {
    right: 9%;
    bottom: 38px;
    left: 9%;
    gap: 4px;
  }

  .phlox-salon .gallery-card-title,
  html[data-theme="organic"] .phlox-salon .gallery-card-title {
    font-size: clamp(0.72rem, 4vw, 0.98rem);
    line-height: 0.98;
  }

  .phlox-salon .gallery-dotted-line,
  html[data-theme="organic"] .phlox-salon .gallery-dotted-line {
    width: min(74%, 118px);
  }

  .phlox-salon .gallery-icon-badge,
  html[data-theme="organic"] .phlox-salon .gallery-icon-badge {
    width: clamp(30px, 9vw, 40px);
    height: clamp(30px, 9vw, 40px);
    margin-bottom: -33px;
  }
}

@media (max-width: 370px) {
  .phlox-salon .gallery {
    gap: 14px 8px;
  }

  .phlox-salon .gallery-card-title,
  html[data-theme="organic"] .phlox-salon .gallery-card-title {
    font-size: 0.68rem;
  }
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel {
  position: absolute;
  top: auto;
  right: 11%;
  bottom: clamp(52px, 5.8vw, 76px);
  left: 11%;
  display: grid;
  justify-items: center;
  gap: clamp(5px, 0.8vw, 8px);
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  pointer-events: none;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-photo-frame,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-photo-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: 0;
  background:
    radial-gradient(circle at 50% 78%, rgba(255, 246, 239, 0.96) 0 19%, transparent 20%),
    #fffaf6;
  box-shadow:
    0 0 0 1px rgba(138, 80, 68, 0.62),
    0 22px 54px rgba(42, 58, 44, 0.13);
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title {
  color: #2B1A14;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-dotted-line,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-dotted-line {
  position: static;
  display: block;
  color: inherit;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(183, 106, 91, 0.82) 42%, transparent 42%);
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge {
  position: static;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffaf6;
  background: linear-gradient(145deg, #c77b73, #a95854);
}

@media (max-width: 640px) {
  .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel,
  html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel {
    right: 9%;
    bottom: 38px;
    left: 9%;
    gap: 4px;
  }
}

/* Final gallery card tuning: true circle images, safer label band, split divider lines. */
.phlox-salon .gallery-item.luxury-gallery-card .gallery-photo-frame,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-photo-frame {
  overflow: hidden !important;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%);
  background: #fffaf6;
}

.phlox-salon .gallery-item.luxury-gallery-card img,
.phlox-salon .gallery-item.luxury-gallery-card img:nth-child(2),
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card img,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card img:nth-child(2) {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel {
  right: 13%;
  bottom: clamp(38px, 4.3vw, 48px);
  left: 13%;
  gap: 5px;
  max-width: 74%;
  margin-inline: auto;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title {
  max-width: 100%;
  font-size: clamp(0.88rem, 1.45vw, 1.2rem);
  line-height: 0.93;
  overflow-wrap: normal;
  word-break: normal;
}

.phlox-salon .gallery-rule-row,
html[data-theme="organic"] .phlox-salon .gallery-rule-row {
  display: grid !important;
  width: min(86%, 154px);
  grid-template-columns: minmax(22px, 1fr) minmax(22px, 1fr);
  gap: clamp(42px, 5vw, 62px);
  align-items: center;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-rule-row .gallery-dotted-line,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-rule-row .gallery-dotted-line {
  width: 100%;
  min-width: 0;
  height: 1px;
  background-size: 7px 1px;
}

.phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge,
html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge {
  margin-top: -2px;
  margin-bottom: calc(clamp(31px, 4.7vw, 52px) * -1);
}

.phlox-salon .footer-language-picker .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker .language-menu {
  right: auto;
  left: 50%;
  max-width: min(92vw, 440px);
  justify-content: center;
  flex-wrap: wrap;
  transform: translate(-42%, -50%);
}

.phlox-salon .footer-language-picker,
html[data-theme="organic"] .phlox-salon .footer-language-picker {
  align-self: center;
}

.phlox-salon .footer-language-picker.is-open .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker.is-open .language-menu {
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel,
  html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-label-panel {
    right: 10%;
    bottom: 27px;
    left: 10%;
    gap: 3px;
    max-width: 80%;
  }

  .phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title,
  html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-card-title {
    font-size: clamp(0.64rem, 3.25vw, 0.82rem);
    line-height: 0.92;
  }

  .phlox-salon .gallery-rule-row,
  html[data-theme="organic"] .phlox-salon .gallery-rule-row {
    width: min(82%, 104px);
    gap: clamp(30px, 8vw, 38px);
  }

  .phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge,
  html[data-theme="organic"] .phlox-salon .gallery-item.luxury-gallery-card .gallery-icon-badge {
    margin-top: -1px;
    margin-bottom: -29px;
  }
}

/* Phone overflow guards for hidden flyouts, maps, and price button rows. */
.phlox-salon .language-picker:not(.is-open):not(:hover):not(:focus-within) .language-menu,
html[data-theme="organic"] .phlox-salon .language-picker:not(.is-open):not(:hover):not(:focus-within) .language-menu {
  width: 0;
  max-width: 0;
  gap: 0;
  overflow: hidden;
}

.phlox-salon .language-picker:hover .language-menu,
.phlox-salon .language-picker:focus-within .language-menu,
.phlox-salon .language-picker.is-open .language-menu,
html[data-theme="organic"] .phlox-salon .language-picker:hover .language-menu,
html[data-theme="organic"] .phlox-salon .language-picker:focus-within .language-menu,
html[data-theme="organic"] .phlox-salon .language-picker.is-open .language-menu {
  width: max-content;
}

.phlox-salon .leaflet-container,
.phlox-salon .location-map-section,
html[data-theme="organic"] .phlox-salon .leaflet-container,
html[data-theme="organic"] .phlox-salon .location-map-section {
  overflow: hidden;
}

@media (max-width: 640px) {
  .phlox-salon .services-prices .price-controls,
  html[data-theme="organic"] .phlox-salon .services-prices .price-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    overflow-x: hidden;
  }

  .phlox-salon .services-prices .price-location-buttons,
  .phlox-salon .services-prices .price-mode-buttons,
  html[data-theme="organic"] .phlox-salon .services-prices .price-location-buttons,
  html[data-theme="organic"] .phlox-salon .services-prices .price-mode-buttons {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .phlox-salon .services-prices .price-location-buttons::-webkit-scrollbar,
  .phlox-salon .services-prices .price-mode-buttons::-webkit-scrollbar {
    display: none;
  }
}

/* Footer language flyout: split flags around the globe instead of covering it. */
.phlox-salon .footer-language-picker .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker .language-menu {
  --language-flag-size: 34px;
  --footer-language-gap: 6px;
  --footer-language-center-gap: 48px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  width: max-content;
  max-width: calc(100vw - 20px);
  grid-template-columns:
    repeat(4, var(--language-flag-size))
    var(--footer-language-center-gap)
    repeat(5, var(--language-flag-size));
  grid-auto-rows: var(--language-flag-size);
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: var(--footer-language-gap);
  overflow: visible;
  transform: translate(
    calc(-1 * ((var(--language-flag-size) * 4) + (var(--footer-language-gap) * 4) + (var(--footer-language-center-gap) / 2))),
    calc(-50% + 10px)
  );
}

.phlox-salon .footer-language-picker:hover .language-menu,
.phlox-salon .footer-language-picker:focus-within .language-menu,
.phlox-salon .footer-language-picker.is-open .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker:hover .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker:focus-within .language-menu,
html[data-theme="organic"] .phlox-salon .footer-language-picker.is-open .language-menu {
  transform: translate(
    calc(-1 * ((var(--language-flag-size) * 4) + (var(--footer-language-gap) * 4) + (var(--footer-language-center-gap) / 2))),
    -50%
  );
}

.phlox-salon .footer-language-picker .language-choice:nth-child(1) { grid-column: 1; }
.phlox-salon .footer-language-picker .language-choice:nth-child(2) { grid-column: 2; }
.phlox-salon .footer-language-picker .language-choice:nth-child(3) { grid-column: 3; }
.phlox-salon .footer-language-picker .language-choice:nth-child(4) { grid-column: 4; }
.phlox-salon .footer-language-picker .language-choice:nth-child(5) { grid-column: 6; }
.phlox-salon .footer-language-picker .language-choice:nth-child(6) { grid-column: 7; }
.phlox-salon .footer-language-picker .language-choice:nth-child(7) { grid-column: 8; }
.phlox-salon .footer-language-picker .language-choice:nth-child(8) { grid-column: 9; }
.phlox-salon .footer-language-picker .language-choice:nth-child(9) { grid-column: 10; }

.phlox-salon .footer-language-picker .language-choice {
  grid-row: 1;
}

.phlox-salon .footer-language-picker .language-flag-us {
  background: linear-gradient(135deg, #24437d 0 45%, #ffffff 45% 55%, #bf1e2e 55%);
}

@media (max-width: 640px) {
  .phlox-salon .footer-language-picker .language-menu,
  html[data-theme="organic"] .phlox-salon .footer-language-picker .language-menu {
    --language-flag-size: 28px;
    --footer-language-gap: 4px;
    --footer-language-center-gap: 42px;
  }
}

@media (max-width: 360px) {
  .phlox-salon .footer-language-picker .language-menu,
  html[data-theme="organic"] .phlox-salon .footer-language-picker .language-menu {
    --language-flag-size: 26px;
    --footer-language-gap: 3px;
    --footer-language-center-gap: 40px;
  }
}

/* Mobile-only practical beauty theme: richer color, less scrolling, faster actions. */
@media (max-width: 720px) {
  body.phlox-salon {
    --ink: #2B1A14;
    --muted: #6F5B53;
    --paper: #FFF9F4;
    --cream: #FFF7EF;
    --blush: #F8E8E8;
    --rose: #C98A6B;
    --rose-dark: #7E2B59;
    --gold: #D4AF37;
    --plum: #4B163C;
    --line: rgba(75, 22, 60, 0.12);
    --shadow: 0 18px 44px rgba(75, 22, 60, 0.15);
    --float-shadow: 0 14px 34px rgba(75, 22, 60, 0.12);
    color: #2B1A14;
    background:
      linear-gradient(180deg, rgba(255, 247, 239, 0.1), rgba(255, 247, 239, 0.24)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center top / cover fixed no-repeat,
      linear-gradient(180deg, #FFF7EF 0%, #F8E8E8 42%, #FFF9F4 100%);
  }

  .phlox-salon main {
    overflow: hidden;
  }

  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    border-color: rgba(201, 138, 107, 0.36);
    border-radius: 18px;
    background: rgba(255, 249, 244, 0.94);
    box-shadow: 0 16px 36px rgba(75, 22, 60, 0.15);
  }

  .phlox-salon .site-header .brand-logo-frame {
    height: 54px;
  }

  .phlox-salon .site-header .brand-logo {
    max-height: 54px;
  }

  .phlox-salon .site-header .site-nav,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav {
    border: 1px solid rgba(75, 22, 60, 0.08);
    border-radius: 999px;
    padding: 4px;
    background: rgba(75, 22, 60, 0.05);
  }

  .phlox-salon .site-header .site-nav a,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a {
    min-height: 30px;
    border-radius: 999px;
    color: #4B163C !important;
    font-weight: 850;
  }

  .phlox-salon .site-header .site-nav a:hover,
  .phlox-salon .site-header .site-nav a:focus-visible,
  .phlox-salon .site-header .site-nav a:first-child,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:hover,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:focus-visible,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:first-child {
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #4B163C, #8F2D62) !important;
  }

  .phlox-salon .mobile-language-picker,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker {
    top: calc(100% + 8px);
    right: 2px;
  }

  .phlox-salon .language-trigger,
  html[data-theme="organic"] .phlox-salon .language-trigger {
    color: #FFFFFF;
    border-color: rgba(212, 175, 55, 0.84);
    background: linear-gradient(135deg, #4B163C, #9E3568);
  }

  .phlox-salon .hero,
  html[data-theme="organic"] .phlox-salon .hero {
    min-height: clamp(190px, 52vw, 250px);
    padding: 116px 12px 8px;
    background: transparent;
  }

  .phlox-salon .hero-media,
  .phlox-salon .hero-slide,
  html[data-theme="organic"] .phlox-salon .hero-media,
  html[data-theme="organic"] .phlox-salon .hero-slide,
  .phlox-salon .hero-media::after,
  html[data-theme="organic"] .phlox-salon .hero-media::after {
    display: none !important;
  }

  .phlox-salon .hero-content,
  .phlox-salon .hero-booking-panel {
    display: none !important;
  }

  .phlox-salon .mobile-essentials {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 20px), 420px);
    margin: -8px auto 8px;
    padding: 0;
  }

  .phlox-salon .mobile-essentials-heading {
    margin: 0 0 10px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 22px;
    padding: 16px;
    color: #FFFFFF;
    background:
      radial-gradient(circle at 88% 15%, rgba(212, 175, 55, 0.28), transparent 7rem),
      linear-gradient(135deg, #4B163C 0%, #8F2D62 62%, #C98A6B 100%);
    box-shadow: 0 18px 42px rgba(75, 22, 60, 0.22);
  }

  .phlox-salon .mobile-essentials-heading .eyebrow {
    margin-bottom: 6px;
    color: #FFE6A5;
  }

  .phlox-salon .mobile-essentials-heading h2 {
    max-width: none;
    margin: 0 0 6px;
    color: #FFFFFF;
    font-size: clamp(1.22rem, 6vw, 1.52rem);
    line-height: 1.05;
  }

  .phlox-salon .mobile-essentials-heading p:not(.eyebrow) {
    max-width: none;
    color: #FFF4EE;
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.35;
  }

  .phlox-salon .mobile-quick-grid {
    gap: 8px;
  }

  .phlox-salon .mobile-quick-grid article,
  html[data-theme="organic"] .phlox-salon .mobile-quick-grid article {
    gap: 8px;
    border: 1px solid rgba(201, 138, 107, 0.28);
    border-radius: 18px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(75, 22, 60, 0.1);
  }

  .phlox-salon .mobile-quick-grid article.is-selected,
  html[data-theme="organic"] .phlox-salon .mobile-quick-grid article.is-selected {
    outline: 0;
    border-color: rgba(212, 175, 55, 0.62);
    background: linear-gradient(180deg, #FFFFFF, #FFF7EF);
  }

  .phlox-salon .mobile-quick-grid article:not(.is-selected) p,
  .phlox-salon .mobile-quick-grid article:not(.is-selected) .mobile-quick-phone,
  .phlox-salon .mobile-quick-grid article:not(.is-selected) dl,
  .phlox-salon .mobile-quick-grid article:not(.is-selected) .mobile-quick-actions {
    display: none;
  }

  .phlox-salon .mobile-quick-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .phlox-salon .mobile-quick-top span {
    color: #C98A6B;
    font-size: 0.68rem;
  }

  .phlox-salon .mobile-quick-top strong,
  html[data-theme="organic"] .phlox-salon .mobile-quick-top strong {
    color: #4B163C;
    font-size: 1.02rem;
    font-weight: 850;
  }

  .phlox-salon .mobile-quick-phone {
    color: #8F2D62;
    font-size: 1rem;
    font-weight: 900;
  }

  .phlox-salon .mobile-quick-grid p,
  .phlox-salon .mobile-quick-grid dd {
    color: #5B4740;
    font-size: 0.88rem;
  }

  .phlox-salon .mobile-quick-grid dl div {
    grid-template-columns: 72px 1fr;
    padding: 7px 0;
  }

  .phlox-salon .mobile-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .phlox-salon .mobile-quick-actions .button,
  html[data-theme="organic"] .phlox-salon .mobile-quick-actions .button {
    min-height: 40px;
    border-radius: 14px;
    font-size: 0.78rem;
  }

  .phlox-salon .brand-qualities,
  .phlox-salon .simple-about,
  .phlox-salon .gallery-section,
  .phlox-salon .homepage-faq,
  .phlox-salon .location-map-section,
  .phlox-salon .booking .reviews-summary {
    display: none !important;
  }

  .phlox-salon .section,
  .phlox-salon .location-detail,
  .phlox-salon .booking {
    width: min(calc(100% - 20px), 420px) !important;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .phlox-salon .section-heading {
    margin-bottom: 12px;
  }

  .phlox-salon .section-heading .eyebrow {
    margin-bottom: 5px;
    color: #9E3568;
  }

  .phlox-salon .section-heading h2,
  html[data-theme="organic"] .phlox-salon .section-heading h2 {
    color: #4B163C;
    font-size: clamp(1.18rem, 5.8vw, 1.46rem);
    line-height: 1.08;
  }

  .phlox-salon .services-preview-section {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .phlox-salon .services-preview-section .section-heading .muted {
    display: none;
  }

  .phlox-salon #servicesPreviewTitle {
    font-size: clamp(1.02rem, 5vw, 1.26rem);
  }

  .phlox-salon .service-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .phlox-salon .service-preview-grid .service-art-card,
  html[data-theme="organic"] .phlox-salon .service-preview-grid .service-art-card {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(75, 22, 60, 0.1);
  }

  .phlox-salon .service-preview-grid .service-art-card img {
    display: block !important;
  }

  .phlox-salon .service-preview-grid .service-card-action {
    padding: 7px;
    background: #FFF7EF;
  }

  .phlox-salon .service-preview-grid .service-card-action .service-link-button {
    width: 100%;
    min-height: 34px;
    border-radius: 12px;
    color: #FFFFFF;
    border-color: rgba(75, 22, 60, 0.2);
    background: #4B163C;
    font-size: 0.7rem;
  }

  .phlox-salon .services-prices,
  html[data-theme="organic"] .phlox-salon .services-prices {
    width: min(calc(100% - 20px), 420px) !important;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgba(201, 138, 107, 0.24);
    border-radius: 22px;
    padding: 18px 12px !important;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 36px rgba(75, 22, 60, 0.1);
  }

  .phlox-salon .services-prices .section-heading {
    gap: 10px;
    text-align: left;
  }

  .phlox-salon .services-prices .section-heading > div {
    text-align: left;
  }

  .phlox-salon .services-prices .muted {
    display: none;
  }

  .phlox-salon .services-prices h2 {
    font-size: clamp(1.14rem, 5.4vw, 1.36rem);
  }

  .phlox-salon .services-prices .price-controls,
  html[data-theme="organic"] .phlox-salon .services-prices .price-controls {
    justify-content: flex-start;
    justify-items: start;
    gap: 7px;
    margin: 0;
  }

  .phlox-salon .services-prices .price-location-buttons,
  .phlox-salon .services-prices .price-mode-buttons {
    justify-content: flex-start;
  }

  .phlox-salon .services-prices .price-controls button {
    min-height: 34px;
    border-radius: 999px;
    padding: 0 10px;
    color: #4B163C;
    border-color: rgba(75, 22, 60, 0.14);
    background: #FFF7EF;
    font-size: 0.68rem;
    font-weight: 850;
  }

  .phlox-salon .services-prices .price-controls button.is-active,
  html[data-theme="organic"] .phlox-salon .services-prices .price-controls button.is-active {
    color: #FFFFFF;
    border-color: #4B163C;
    background: #4B163C;
    box-shadow: 0 10px 22px rgba(75, 22, 60, 0.18);
  }

  .phlox-salon .price-grid {
    gap: 10px;
  }

  .phlox-salon .price-card,
  html[data-theme="organic"] .phlox-salon .price-card {
    border-color: rgba(201, 138, 107, 0.22);
    border-radius: 16px;
    padding: 14px !important;
    background: #FFFFFF;
  }

  .phlox-salon .price-card h3 {
    color: #4B163C;
    font-size: 1rem;
  }

  .phlox-salon .price-card p,
  .phlox-salon .mini-price-group p {
    gap: 10px;
    padding-top: 8px;
    color: #4A3933;
    font-size: 0.88rem;
  }

  .phlox-salon .price-card p strong,
  .phlox-salon .mini-price-group p strong {
    color: #4B163C;
    background: #F8E8E8;
    font-size: 0.78rem;
  }

  .phlox-salon .bottom-locations,
  html[data-theme="organic"] .phlox-salon .bottom-locations {
    width: min(calc(100% - 20px), 420px) !important;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgba(201, 138, 107, 0.24);
    border-radius: 22px;
    padding: 18px 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 239, 0.86));
    box-shadow: 0 14px 36px rgba(75, 22, 60, 0.1);
  }

  .phlox-salon .bottom-locations .section-heading {
    justify-content: start;
    text-align: left;
  }

  .phlox-salon .bottom-locations .section-heading .muted {
    display: none;
  }

  .phlox-salon .bottom-location-grid {
    width: 100%;
    gap: 8px;
  }

  .phlox-salon .bottom-location-grid article,
  html[data-theme="organic"] .phlox-salon .bottom-location-grid article {
    border-color: rgba(201, 138, 107, 0.22);
    border-radius: 17px;
    background: #FFFFFF;
    box-shadow: 0 10px 26px rgba(75, 22, 60, 0.08);
  }

  .phlox-salon .bottom-location-toggle {
    min-height: 48px;
    border-radius: 17px;
    background: #FFFFFF;
  }

  .phlox-salon .bottom-location-toggle strong {
    color: #4B163C;
    font-size: 0.96rem;
    font-weight: 820;
  }

  .phlox-salon .bottom-location-icon {
    background: #C98A6B;
  }

  .phlox-salon .bottom-location-details {
    padding: 0 12px 12px;
    background: #FFFFFF;
  }

  .phlox-salon .bottom-location-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    margin-top: 18px;
    margin-bottom: 24px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 22px;
    padding: 16px 12px 18px !important;
    color: #FFFFFF;
    background:
      radial-gradient(circle at 92% 0%, rgba(212, 175, 55, 0.26), transparent 8rem),
      linear-gradient(135deg, #4B163C 0%, #8F2D62 100%);
    box-shadow: 0 18px 44px rgba(75, 22, 60, 0.18);
  }

  .phlox-salon .booking-copy {
    color: #FFFFFF;
  }

  .phlox-salon .booking-copy h2,
  html[data-theme="organic"] .phlox-salon .booking-copy h2 {
    color: #FFFFFF;
    font-size: clamp(1.06rem, 5vw, 1.28rem);
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .phlox-salon .booking-copy p:not(.eyebrow) {
    color: #FFF4EE;
  }

  .phlox-salon .selected-location-mini {
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #FFF7EF;
    background: rgba(255, 255, 255, 0.1);
  }

  .phlox-salon .selected-location-mini a {
    color: #FFE6A5;
  }

  .phlox-salon .booking-form,
  html[data-theme="organic"] .phlox-salon .booking-form {
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 16px;
    padding: 10px;
    background: #FFFFFF;
  }

  .phlox-salon .booking-form label:has([name="reply"]),
  .phlox-salon .booking-form label:has([name="firstVisit"]),
  .phlox-salon .booking-form .notes-field {
    display: none !important;
  }

  .phlox-salon .booking-form label {
    color: #4B163C;
    font-weight: 850;
  }

  .phlox-salon .booking-form input,
  .phlox-salon .booking-form select {
    min-height: 40px;
    border-color: rgba(75, 22, 60, 0.12);
    background: #FFF9F4;
  }

  .phlox-salon .booking-form button[type="submit"],
  html[data-theme="organic"] .phlox-salon .booking-form button[type="submit"] {
    color: #FFFFFF;
    border-color: #4B163C;
    background: #4B163C;
  }

  .phlox-salon footer,
  html[data-theme="organic"] .phlox-salon footer {
    padding-top: 18px;
    padding-bottom: 96px;
    color: #FFFFFF;
    background:
      radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.18), transparent 9rem),
      #4B163C;
  }

  .phlox-salon footer > p,
  .phlox-salon footer .footer-links {
    display: none !important;
  }

  .phlox-salon footer p,
  .phlox-salon footer a,
  html[data-theme="organic"] .phlox-salon footer p,
  html[data-theme="organic"] .phlox-salon footer a {
    color: #FFFFFF;
  }

  .phlox-salon .footer-language-picker .language-trigger,
  html[data-theme="organic"] .phlox-salon .footer-language-picker .language-trigger {
    background: #FFFFFF;
    color: #4B163C;
  }

  .phlox-salon .mobile-actions,
  html[data-theme="organic"] .phlox-salon .mobile-actions {
    border-color: rgba(212, 175, 55, 0.42);
    background:
      radial-gradient(circle at 78% 0%, rgba(212, 175, 55, 0.24), transparent 6rem),
      linear-gradient(135deg, #4B163C, #8F2D62);
    box-shadow: 0 18px 44px rgba(75, 22, 60, 0.28);
  }

  .phlox-salon .mobile-actions a,
  html[data-theme="organic"] .phlox-salon .mobile-actions a {
    color: #4B163C;
    border-color: rgba(255, 255, 255, 0.72);
    background: #FFF9F4;
  }

  .phlox-salon .mobile-actions a.primary,
  html[data-theme="organic"] .phlox-salon .mobile-actions a.primary {
    color: #2B1A14;
    border-color: #D4AF37;
    background: #D4AF37;
  }

  .phlox-salon .mobile-actions a:hover,
  .phlox-salon .mobile-actions a:focus-visible,
  .phlox-salon .mobile-actions a:active {
    color: #2B1A14;
    background: #D4AF37;
  }

  .phlox-salon .mobile-actions a span,
  html[data-theme="organic"] .phlox-salon .mobile-actions a span {
    background: #4B163C;
  }

  .phlox-salon .mobile-actions a span::after,
  html[data-theme="organic"] .phlox-salon .mobile-actions a span::after {
    background: #4B163C;
  }
}

@media (max-width: 380px) {
  .phlox-salon .service-preview-grid {
    gap: 8px;
  }

  .phlox-salon .service-preview-grid .service-card-action .service-link-button {
    min-height: 32px;
    font-size: 0.64rem;
  }

  .phlox-salon .booking-copy h2,
  html[data-theme="organic"] .phlox-salon .booking-copy h2 {
    font-size: 1rem;
  }
}

@media (max-width: 720px) {
  .phlox-salon footer,
  html[data-theme="organic"] .phlox-salon footer {
    display: none !important;
  }

  .phlox-salon #locations,
  .phlox-salon #locationDetail,
  .phlox-salon #allLocations {
    display: none !important;
  }

  .phlox-salon .mobile-essentials {
    scroll-margin-top: 148px;
    margin-bottom: 16px;
  }

  .phlox-salon .mobile-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phlox-salon .mobile-quick-actions .button.primary {
    grid-column: 1 / -1;
  }

  .phlox-salon .mobile-quick-actions [data-mobile-detail] {
    display: none !important;
  }

  .phlox-salon .mobile-essentials-heading h2,
  html[data-theme="organic"] .phlox-salon .mobile-essentials-heading h2 {
    color: #FFFFFF;
  }

  .phlox-salon .button.primary,
  html[data-theme="organic"] .phlox-salon .button.primary,
  .phlox-salon .mobile-quick-actions .button.primary,
  html[data-theme="organic"] .phlox-salon .mobile-quick-actions .button.primary,
  .phlox-salon .bottom-location-actions .button.primary,
  html[data-theme="organic"] .phlox-salon .bottom-location-actions .button.primary {
    color: #FFFFFF;
    border-color: #4B163C;
    background: #4B163C;
    box-shadow: 0 10px 24px rgba(75, 22, 60, 0.18);
  }

  .phlox-salon .button.secondary,
  .phlox-salon .button.soft,
  .phlox-salon .button.outline,
  html[data-theme="organic"] .phlox-salon .button.secondary,
  html[data-theme="organic"] .phlox-salon .button.soft,
  html[data-theme="organic"] .phlox-salon .button.outline {
    color: #4B163C;
    border-color: rgba(75, 22, 60, 0.18);
    background: #FFF9F4;
    box-shadow: none;
  }

  .phlox-salon .mobile-actions a.primary,
  html[data-theme="organic"] .phlox-salon .mobile-actions a.primary {
    color: #2B1A14;
    border-color: #D4AF37;
    background: #D4AF37;
  }
}

/* Final mobile background override: no hero photos on phones, soft image behind the full page. */
@media (max-width: 720px) {
  html,
  html[data-theme="organic"],
  html[data-theme="organic"] body,
  body.phlox-salon,
  html[data-theme="organic"] body.phlox-salon {
    background:
      linear-gradient(180deg, rgba(255, 247, 239, 0.03), rgba(255, 247, 239, 0.16)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center top / cover fixed no-repeat,
      #FFF7EF !important;
  }

  .phlox-salon .hero,
  html[data-theme="organic"] .phlox-salon .hero {
    min-height: clamp(190px, 52vw, 250px);
    padding: 116px 12px 8px;
    background: transparent !important;
  }

  .phlox-salon .hero-media,
  .phlox-salon .hero-slide,
  html[data-theme="organic"] .phlox-salon .hero-media,
  html[data-theme="organic"] .phlox-salon .hero-slide,
  .phlox-salon .hero-media::after,
  html[data-theme="organic"] .phlox-salon .hero-media::after {
    display: none !important;
  }
}

/* Final mobile appointment and action-picker polish. Desktop stays unchanged. */
.phlox-salon .mobile-action-popover[hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  .phlox-salon .site-header,
  html[data-theme="organic"] .phlox-salon .site-header {
    width: min(calc(100% - 18px), 430px);
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    border: 1px solid rgba(212, 175, 55, 0.54);
    border-radius: 18px;
    padding: 8px 9px 9px;
    background:
      radial-gradient(circle at 88% 6%, rgba(255, 230, 165, 0.28), transparent 6.5rem),
      linear-gradient(135deg, #4B163C 0%, #8F2D62 58%, #C98A6B 100%);
    box-shadow: 0 16px 38px rgba(75, 22, 60, 0.28);
  }

  .phlox-salon .site-header .brand,
  html[data-theme="organic"] .phlox-salon .site-header .brand {
    width: 100%;
    justify-content: flex-start;
  }

  .phlox-salon .site-header .brand-logo-frame,
  html[data-theme="organic"] .phlox-salon .site-header .brand-logo-frame {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .phlox-salon .site-header .brand-logo-mobile,
  html[data-theme="organic"] .phlox-salon .site-header .brand-logo-mobile {
    display: none;
  }

  .phlox-salon .mobile-brand-lockup,
  html[data-theme="organic"] .phlox-salon .mobile-brand-lockup {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    color: #FFFFFF;
  }

  .phlox-salon .mobile-brand-lockup img,
  html[data-theme="organic"] .phlox-salon .mobile-brand-lockup img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(43, 26, 20, 0.28));
  }

  .phlox-salon .mobile-brand-lockup span,
  html[data-theme="organic"] .phlox-salon .mobile-brand-lockup span {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .phlox-salon .mobile-brand-lockup strong,
  html[data-theme="organic"] .phlox-salon .mobile-brand-lockup strong {
    color: #FFFFFF;
    font-size: clamp(0.76rem, 2.7vw, 0.92rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
    text-shadow: 0 2px 10px rgba(43, 26, 20, 0.34);
  }

  .phlox-salon .mobile-brand-lockup small,
  html[data-theme="organic"] .phlox-salon .mobile-brand-lockup small {
    color: #FFE6A5;
    font-size: clamp(0.64rem, 2.25vw, 0.78rem);
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 2px 8px rgba(43, 26, 20, 0.24);
  }

  .phlox-salon .site-header .brand-logo,
  html[data-theme="organic"] .phlox-salon .site-header .brand-logo {
    max-height: 48px;
    filter: drop-shadow(0 8px 16px rgba(43, 26, 20, 0.26));
  }

  .phlox-salon .site-header .site-nav,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .phlox-salon .site-header .site-nav a,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a {
    min-height: 34px;
    border-radius: 11px;
    color: #FFF7EF !important;
    background: transparent;
    font-weight: 820;
    text-shadow: 0 1px 8px rgba(43, 26, 20, 0.24);
  }

  .phlox-salon .site-header .site-nav a:hover,
  .phlox-salon .site-header .site-nav a:focus-visible,
  .phlox-salon .site-header .site-nav a:first-child,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:hover,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:focus-visible,
  html[data-theme="organic"] .phlox-salon .site-header .site-nav a:first-child {
    color: #4B163C !important;
    background: linear-gradient(180deg, #FFFFFF, #FFF1DF) !important;
    box-shadow: 0 8px 18px rgba(43, 26, 20, 0.16);
    text-shadow: none;
  }

  .phlox-salon .mobile-language-picker,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker {
    top: calc(100% + 8px);
    right: 4px;
  }

  .phlox-salon .mobile-language-picker .language-trigger,
  html[data-theme="organic"] .phlox-salon .mobile-language-picker .language-trigger {
    color: #4B163C;
    border-color: rgba(212, 175, 55, 0.72);
    background: linear-gradient(180deg, #FFFFFF, #FFF1DF);
    box-shadow: 0 10px 24px rgba(75, 22, 60, 0.16);
  }

  .phlox-salon .hero,
  html[data-theme="organic"] .phlox-salon .hero {
    padding-top: 114px;
  }

  .phlox-salon .booking,
  html[data-theme="organic"] .phlox-salon .booking {
    width: min(calc(100% - 18px), 420px) !important;
    margin-top: 12px;
    margin-bottom: 18px;
    border-radius: 20px;
    padding: 13px 10px 14px !important;
  }

  .phlox-salon .booking-request-panel,
  html[data-theme="organic"] .phlox-salon .booking-request-panel {
    gap: 10px;
  }

  .phlox-salon .booking-copy,
  html[data-theme="organic"] .phlox-salon .booking-copy {
    gap: 7px;
  }

  .phlox-salon .booking-copy .eyebrow {
    margin-bottom: 0;
    color: #FFE6A5;
  }

  .phlox-salon .booking-copy h2,
  html[data-theme="organic"] .phlox-salon .booking-copy h2 {
    margin: 0;
    font-size: clamp(1.04rem, 4.8vw, 1.22rem);
    line-height: 1.06;
  }

  .phlox-salon .booking-copy p:not(.eyebrow) {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .phlox-salon .selected-location-mini,
  html[data-theme="organic"] .phlox-salon .selected-location-mini {
    gap: 3px;
    border-radius: 14px;
    padding: 9px;
    font-size: 0.8rem;
    line-height: 1.22;
  }

  .phlox-salon .selected-location-mini strong,
  html[data-theme="organic"] .phlox-salon .selected-location-mini strong {
    color: #FFFFFF;
  }

  .phlox-salon .selected-location-mini span,
  html[data-theme="organic"] .phlox-salon .selected-location-mini span {
    color: #FFF4EE;
  }

  .phlox-salon .selected-location-mini a,
  html[data-theme="organic"] .phlox-salon .selected-location-mini a {
    color: #FFE6A5;
  }

  .phlox-salon .booking-form,
  html[data-theme="organic"] .phlox-salon .booking-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px;
    border-radius: 15px;
    padding: 10px;
  }

  .phlox-salon .booking-form label,
  html[data-theme="organic"] .phlox-salon .booking-form label,
  .phlox-salon .booking-form .name-field,
  .phlox-salon .booking-form .contact-field {
    grid-column: 1 / -1 !important;
    gap: 4px;
    font-size: 0.76rem;
    line-height: 1.15;
  }

  .phlox-salon .booking-form input,
  .phlox-salon .booking-form select,
  html[data-theme="organic"] .phlox-salon .booking-form input,
  html[data-theme="organic"] .phlox-salon .booking-form select {
    min-height: 46px;
    border-radius: 13px;
    padding: 0 12px;
    font-size: 0.95rem;
  }

  .phlox-salon .booking-form button,
  .phlox-salon .booking-form .safe-note,
  .phlox-salon .booking-form .form-note,
  .phlox-salon .booking-actions-result,
  html[data-theme="organic"] .phlox-salon .booking-form button,
  html[data-theme="organic"] .phlox-salon .booking-form .safe-note,
  html[data-theme="organic"] .phlox-salon .booking-form .form-note,
  html[data-theme="organic"] .phlox-salon .booking-actions-result {
    grid-column: 1 / -1 !important;
  }

  .phlox-salon .booking-form button[type="submit"],
  html[data-theme="organic"] .phlox-salon .booking-form button[type="submit"] {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.88rem;
  }

  .phlox-salon .booking-form .safe-note,
  .phlox-salon .booking-form .form-note {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.25;
  }

  .phlox-salon .mobile-action-popover,
  html[data-theme="organic"] .phlox-salon .mobile-action-popover {
    position: fixed;
    left: 50%;
    bottom: calc(max(12px, env(safe-area-inset-bottom)) + 78px);
    z-index: 35;
    width: min(350px, calc(100vw - 24px));
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 20px;
    padding: 10px;
    color: #2B1A14;
    background:
      radial-gradient(circle at 85% 0%, rgba(212, 175, 55, 0.18), transparent 6rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 239, 0.96));
    box-shadow: 0 22px 56px rgba(75, 22, 60, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  .phlox-salon .mobile-action-popover.is-open,
  html[data-theme="organic"] .phlox-salon .mobile-action-popover.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  .phlox-salon .mobile-action-title,
  html[data-theme="organic"] .phlox-salon .mobile-action-title {
    margin: 0 0 8px;
    color: #4B163C;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
  }

  .phlox-salon .mobile-action-options,
  html[data-theme="organic"] .phlox-salon .mobile-action-options {
    display: grid;
    gap: 7px;
  }

  .phlox-salon .mobile-action-options a,
  html[data-theme="organic"] .phlox-salon .mobile-action-options a {
    display: grid;
    grid-template-columns: minmax(90px, 0.84fr) minmax(0, 1.3fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    border: 1px solid rgba(75, 22, 60, 0.1);
    border-radius: 15px;
    padding: 8px 9px;
    color: #2B1A14;
    background: #FFFFFF;
    box-shadow: 0 8px 18px rgba(75, 22, 60, 0.08);
    text-decoration: none;
  }

  .phlox-salon .mobile-action-options strong,
  html[data-theme="organic"] .phlox-salon .mobile-action-options strong {
    color: #4B163C;
    font-size: 0.83rem;
    font-weight: 900;
    line-height: 1.05;
  }

  .phlox-salon .mobile-action-options span,
  html[data-theme="organic"] .phlox-salon .mobile-action-options span {
    min-width: 0;
    color: #5B4740;
    font-size: 0.72rem;
    font-weight: 720;
    line-height: 1.12;
  }

  .phlox-salon .mobile-action-options em,
  html[data-theme="organic"] .phlox-salon .mobile-action-options em {
    border-radius: 999px;
    padding: 6px 7px;
    color: #FFFFFF;
    background: #4B163C;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .phlox-salon.mobile-action-picker-open .mobile-actions a span,
  html[data-theme="organic"] .phlox-salon.mobile-action-picker-open .mobile-actions a span {
    opacity: 0 !important;
    transform: translate(-50%, 8px) scale(0.96) !important;
  }
}

@media (max-width: 360px) {
  .phlox-salon .site-header .brand-logo-frame,
  html[data-theme="organic"] .phlox-salon .site-header .brand-logo-frame {
    height: 48px;
  }

  .phlox-salon .mobile-action-options a,
  html[data-theme="organic"] .phlox-salon .mobile-action-options a {
    grid-template-columns: minmax(78px, 0.78fr) minmax(0, 1fr);
  }

  .phlox-salon .mobile-action-options em,
  html[data-theme="organic"] .phlox-salon .mobile-action-options em {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Final mobile watercolor background: fixed cover layer, no tiling or repeat seams. */
@media (max-width: 720px) {
  html,
  html[data-theme="organic"] {
    background:
      linear-gradient(180deg, rgba(255, 249, 244, 0.08), rgba(255, 249, 244, 0.18)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center center / cover fixed no-repeat,
      #FFF9F4 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: 100% 100%, cover, 100% 100% !important;
    background-position: center center, center center, center center !important;
  }

  body.phlox-salon,
  html[data-theme="organic"] body.phlox-salon {
    position: relative;
    isolation: isolate;
    background: transparent !important;
    background-image: none !important;
  }

  body.phlox-salon::before,
  html[data-theme="organic"] body.phlox-salon::before {
    content: "";
    position: fixed;
    inset: -1px;
    z-index: -1;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(255, 249, 244, 0.08), rgba(255, 249, 244, 0.18)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center top / cover no-repeat,
      #FFF9F4;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, cover;
    background-position: center center, center top;
    transform: translateZ(0);
  }

  .phlox-salon .mobile-essentials,
  .phlox-salon .mobile-quick-grid,
  html[data-theme="organic"] .phlox-salon .mobile-essentials,
  html[data-theme="organic"] .phlox-salon .mobile-quick-grid {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Mobile-only cleanup: tighter Quick Info, no shadow behind location buttons, 5-action dock. */
@media (max-width: 720px) {
  html,
  html[data-theme="organic"] {
    background:
      linear-gradient(180deg, rgba(255, 249, 244, 0.08), rgba(255, 249, 244, 0.18)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center center / cover no-repeat,
      #FFF9F4 !important;
    background-attachment: fixed, fixed, scroll !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
  }

  body.phlox-salon::before,
  html[data-theme="organic"] body.phlox-salon::before {
    background:
      linear-gradient(180deg, rgba(255, 249, 244, 0.08), rgba(255, 249, 244, 0.18)),
      url("assets/mobile/soft-watercolor-mobile-background.webp") center center / cover no-repeat,
      #FFF9F4 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
  }

  .phlox-salon .hero,
  html[data-theme="organic"] .phlox-salon .hero {
    min-height: clamp(148px, 38vw, 164px) !important;
    padding: 110px 10px 0 !important;
  }

  .phlox-salon .mobile-essentials,
  html[data-theme="organic"] .phlox-salon .mobile-essentials {
    margin-top: -4px !important;
  }

  .phlox-salon .mobile-quick-grid article,
  html[data-theme="organic"] .phlox-salon .mobile-quick-grid article {
    border-color: rgba(201, 138, 107, 0.34) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
  }

  .phlox-salon .mobile-quick-grid article.is-selected,
  html[data-theme="organic"] .phlox-salon .mobile-quick-grid article.is-selected {
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none !important;
  }

  .phlox-salon .mobile-actions,
  html[data-theme="organic"] .phlox-salon .mobile-actions {
    gap: 7px;
    min-width: min(338px, calc(100vw - 20px));
    padding: 8px 9px;
  }

  .phlox-salon .mobile-actions a,
  html[data-theme="organic"] .phlox-salon .mobile-actions a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
  }
}

@media (max-width: 360px) {
  .phlox-salon .mobile-actions,
  html[data-theme="organic"] .phlox-salon .mobile-actions {
    gap: 6px;
    min-width: min(296px, calc(100vw - 16px));
    padding: 7px 8px;
  }

  .phlox-salon .mobile-actions a,
  html[data-theme="organic"] .phlox-salon .mobile-actions a {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }
}

.phlox-salon .review-social-card,
html[data-theme="organic"] .phlox-salon .review-social-card,
.phlox-salon .detail-social-actions,
html[data-theme="organic"] .phlox-salon .detail-social-actions {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(75, 22, 60, 0.1);
}

.phlox-salon .review-social-card h3,
.phlox-salon .detail-social-actions h3,
html[data-theme="organic"] .phlox-salon .review-social-card h3,
html[data-theme="organic"] .phlox-salon .detail-social-actions h3 {
  margin: 0;
  color: #4B163C;
  font-size: clamp(1.02rem, 2vw, 1.16rem);
  line-height: 1.1;
}

.phlox-salon .review-social-card p,
html[data-theme="organic"] .phlox-salon .review-social-card p {
  margin: 0;
  color: #5B4740;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.phlox-salon .review-social-card .eyebrow,
html[data-theme="organic"] .phlox-salon .review-social-card .eyebrow {
  color: #C98A6B;
}

.phlox-salon .review-social-buttons,
html[data-theme="organic"] .phlox-salon .review-social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.phlox-salon .review-social-buttons .button,
html[data-theme="organic"] .phlox-salon .review-social-buttons .button {
  min-height: 40px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .phlox-salon .review-social-card,
  html[data-theme="organic"] .phlox-salon .review-social-card,
  .phlox-salon .detail-social-actions,
  html[data-theme="organic"] .phlox-salon .detail-social-actions {
    gap: 8px;
    border-radius: 16px;
    padding: 12px;
    box-shadow: none;
  }

  .phlox-salon .review-social-buttons,
  html[data-theme="organic"] .phlox-salon .review-social-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .phlox-salon .review-social-buttons .button,
  html[data-theme="organic"] .phlox-salon .review-social-buttons .button {
    width: 100%;
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.76rem;
    text-align: center;
  }
}

/* Round review/social picker, positioned under the language button. */
.phlox-salon .social-review-picker,
html[data-theme="organic"] .phlox-salon .social-review-picker {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phlox-salon .desktop-review-picker,
html[data-theme="organic"] .phlox-salon .desktop-review-picker {
  top: calc(100% + 58px);
  right: clamp(18px, 2.4vw, 34px);
}

.phlox-salon .mobile-review-picker,
html[data-theme="organic"] .phlox-salon .mobile-review-picker {
  display: none;
}

.phlox-salon .review-trigger,
html[data-theme="organic"] .phlox-salon .review-trigger {
  aspect-ratio: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.72);
  border-radius: 999px;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(75, 22, 60, 0.16);
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.phlox-salon .review-trigger:hover,
.phlox-salon .review-trigger:focus-visible,
.phlox-salon .social-review-picker.is-open .review-trigger,
html[data-theme="organic"] .phlox-salon .review-trigger:hover,
html[data-theme="organic"] .phlox-salon .review-trigger:focus-visible,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-trigger {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 12px 28px rgba(75, 22, 60, 0.22);
}

.phlox-salon .review-trigger img,
html[data-theme="organic"] .phlox-salon .review-trigger img,
.phlox-salon .review-choice img,
html[data-theme="organic"] .phlox-salon .review-choice img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 999px;
  clip-path: circle(50% at 50% 50%);
}

.phlox-salon .review-menu,
html[data-theme="organic"] .phlox-salon .review-menu {
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translate(16px, -50%);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
}

.phlox-salon .social-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
  visibility: visible;
}

.phlox-salon .review-choice,
html[data-theme="organic"] .phlox-salon .review-choice {
  aspect-ratio: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 10px 22px rgba(75, 22, 60, 0.16);
  opacity: 0;
  overflow: hidden;
  transform: translateX(12px) scale(0.94);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.phlox-salon .social-review-picker.is-open .review-choice,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-choice {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.phlox-salon .review-choice:hover,
.phlox-salon .review-choice:focus-visible,
html[data-theme="organic"] .phlox-salon .review-choice:hover,
html[data-theme="organic"] .phlox-salon .review-choice:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 226, 117, 0.34), 0 12px 26px rgba(75, 22, 60, 0.2);
}

.phlox-salon .social-review-picker.is-open .review-choice:nth-child(1) { transition-delay: 20ms; }
.phlox-salon .social-review-picker.is-open .review-choice:nth-child(2) { transition-delay: 40ms; }
.phlox-salon .social-review-picker.is-open .review-choice:nth-child(3) { transition-delay: 60ms; }
.phlox-salon .social-review-picker.is-open .review-choice:nth-child(4) { transition-delay: 80ms; }

.phlox-salon .social-review-picker:not(.is-open) .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:not(.is-open) .review-menu {
  width: 0;
  max-width: 0;
  gap: 0;
  overflow: hidden;
}

@media (max-width: 720px) {
  .phlox-salon .desktop-review-picker,
  html[data-theme="organic"] .phlox-salon .desktop-review-picker {
    display: none !important;
  }

  .phlox-salon .mobile-review-picker,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker {
    display: inline-flex;
    top: calc(100% + 55px);
    right: 4px;
  }

  .phlox-salon .review-trigger,
  html[data-theme="organic"] .phlox-salon .review-trigger {
    width: 38px;
    height: 38px;
  }

  .phlox-salon .review-menu,
  html[data-theme="organic"] .phlox-salon .review-menu {
    top: calc(100% + 7px);
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, 34px);
    gap: 5px;
    transform: translate(0, -8px) scale(0.96);
  }

  .phlox-salon .social-review-picker.is-open .review-menu,
  html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-menu {
    transform: translate(0, 0) scale(1);
  }

  .phlox-salon .review-choice,
  html[data-theme="organic"] .phlox-salon .review-choice {
    width: 34px;
    height: 34px;
    transform: translateY(-8px) scale(0.94);
  }

  .phlox-salon .social-review-picker.is-open .review-choice,
  html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-choice {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 360px) {
  .phlox-salon .review-choice,
  html[data-theme="organic"] .phlox-salon .review-choice {
    width: 30px;
    height: 30px;
  }

  .phlox-salon .review-menu,
  html[data-theme="organic"] .phlox-salon .review-menu {
    gap: 4px;
  }
}

/* Final review picker behavior: hover platform icons, nested location menus. */
.phlox-salon .footer-review-picker,
html[data-theme="organic"] .phlox-salon .footer-review-picker {
  position: relative;
  display: inline-flex;
  align-self: center;
  margin-left: 10px;
}

.phlox-salon .footer-review-picker .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-menu {
  top: auto;
  right: auto;
  bottom: calc(100% - 2px);
  left: 50%;
  transform: translate(-50%, 12px);
}

.phlox-salon .footer-review-picker:hover .review-menu,
.phlox-salon .footer-review-picker:focus-within .review-menu,
.phlox-salon .footer-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:hover .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:focus-within .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker.is-open .review-menu {
  transform: translate(-50%, 0);
}

.phlox-salon .review-platform,
html[data-theme="organic"] .phlox-salon .review-platform {
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
}

.phlox-salon .review-platform-trigger,
html[data-theme="organic"] .phlox-salon .review-platform-trigger {
  appearance: none;
  -webkit-appearance: none;
}

.phlox-salon .review-location-menu,
html[data-theme="organic"] .phlox-salon .review-location-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 8;
  display: flex;
  width: max-content;
  min-width: 0;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(75, 22, 60, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px) scale(0.98);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.phlox-salon .review-platform:hover .review-location-menu,
.phlox-salon .review-platform:focus-within .review-location-menu,
.phlox-salon .review-platform.is-platform-open .review-location-menu,
html[data-theme="organic"] .phlox-salon .review-platform:hover .review-location-menu,
html[data-theme="organic"] .phlox-salon .review-platform:focus-within .review-location-menu,
html[data-theme="organic"] .phlox-salon .review-platform.is-platform-open .review-location-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.phlox-salon .review-location-menu a,
html[data-theme="organic"] .phlox-salon .review-location-menu a {
  display: grid;
  min-width: 44px;
  justify-items: center;
  gap: 4px;
  border-radius: 999px;
  padding: 0;
  color: #4B163C;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.phlox-salon .review-location-menu a:hover,
.phlox-salon .review-location-menu a:focus-visible,
html[data-theme="organic"] .phlox-salon .review-location-menu a:hover,
html[data-theme="organic"] .phlox-salon .review-location-menu a:focus-visible {
  color: #4B163C;
  background: transparent;
}

.phlox-salon .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-dot {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.52);
  border-radius: 50%;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #4B163C, #C98A6B);
  box-shadow: 0 8px 18px rgba(75, 22, 60, 0.18);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
}

.phlox-salon .review-location-label,
html[data-theme="organic"] .phlox-salon .review-location-label {
  max-width: 58px;
  color: #4B163C;
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
  white-space: normal;
}

.phlox-salon .review-location-menu a:hover .review-location-dot,
.phlox-salon .review-location-menu a:focus-visible .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-menu a:hover .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-menu a:focus-visible .review-location-dot {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(135deg, #D4AF37, #4B163C);
  transform: translateY(-1px);
}

.phlox-salon .footer-review-picker .review-location-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-location-menu {
  top: auto;
  bottom: calc(100% - 2px);
  transform: translate(-50%, 6px) scale(0.98);
}

.phlox-salon .footer-review-picker .review-platform:hover .review-location-menu,
.phlox-salon .footer-review-picker .review-platform:focus-within .review-location-menu,
.phlox-salon .footer-review-picker .review-platform.is-platform-open .review-location-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-platform:hover .review-location-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-platform:focus-within .review-location-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-platform.is-platform-open .review-location-menu {
  transform: translate(-50%, 0) scale(1);
}

.phlox-salon .social-review-picker:hover .review-menu,
.phlox-salon .social-review-picker:focus-within .review-menu,
.phlox-salon .social-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:hover .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:focus-within .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
  visibility: visible;
}

.phlox-salon .footer-review-picker:hover .review-menu,
.phlox-salon .footer-review-picker:focus-within .review-menu,
.phlox-salon .footer-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:hover .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:focus-within .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker.is-open .review-menu {
  transform: translate(-50%, 0);
}

.phlox-salon .social-review-picker:hover .review-choice,
.phlox-salon .social-review-picker:focus-within .review-choice,
.phlox-salon .social-review-picker.is-open .review-choice,
html[data-theme="organic"] .phlox-salon .social-review-picker:hover .review-choice,
html[data-theme="organic"] .phlox-salon .social-review-picker:focus-within .review-choice,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-choice {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.phlox-salon .social-review-picker:not(.is-open):not(:hover):not(:focus-within) .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:not(.is-open):not(:hover):not(:focus-within) .review-menu {
  width: 0;
  max-width: 0;
  gap: 0;
  overflow: hidden;
}

@media (min-width: 721px) {
  .phlox-salon .footer-review-picker .review-choice,
  html[data-theme="organic"] .phlox-salon .footer-review-picker .review-choice {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .phlox-salon .footer-review-picker,
  html[data-theme="organic"] .phlox-salon .footer-review-picker {
    display: none !important;
  }

  .phlox-salon .mobile-review-picker .review-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-menu {
    top: 50%;
    right: calc(100% - 2px);
    left: auto;
    display: flex;
    grid-template-columns: none;
    transform: translate(14px, -50%);
  }

  .phlox-salon .mobile-review-picker:hover .review-menu,
  .phlox-salon .mobile-review-picker:focus-within .review-menu,
  .phlox-salon .mobile-review-picker.is-open .review-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker:hover .review-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker:focus-within .review-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker.is-open .review-menu {
    transform: translate(0, -50%);
  }

  .phlox-salon .mobile-review-picker .review-choice,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-choice {
    transform: translateX(10px) scale(0.94);
  }

  .phlox-salon .mobile-review-picker:hover .review-choice,
  .phlox-salon .mobile-review-picker:focus-within .review-choice,
  .phlox-salon .mobile-review-picker.is-open .review-choice,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker:hover .review-choice,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker:focus-within .review-choice,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker.is-open .review-choice {
    transform: translateX(0) scale(1);
  }

  .phlox-salon .mobile-review-picker .review-location-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-location-menu {
    top: calc(100% - 2px);
    right: 0;
    left: auto;
    min-width: 0;
    transform: translate(0, -6px) scale(0.98);
  }

  .phlox-salon .mobile-review-picker .review-platform:hover .review-location-menu,
  .phlox-salon .mobile-review-picker .review-platform:focus-within .review-location-menu,
  .phlox-salon .mobile-review-picker .review-platform.is-platform-open .review-location-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-platform:hover .review-location-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-platform:focus-within .review-location-menu,
  html[data-theme="organic"] .phlox-salon .mobile-review-picker .review-platform.is-platform-open .review-location-menu {
    transform: translate(0, 0) scale(1);
  }
}

.phlox-salon .copyright-line,
html[data-theme="organic"] .phlox-salon .copyright-line {
  width: 100%;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 720px) {
  .phlox-salon footer > .copyright-line,
  html[data-theme="organic"] .phlox-salon footer > .copyright-line {
    display: block !important;
    padding: 0 18px;
    font-size: 0.72rem;
  }
}

/* Review/language control polish: matching circles, even spacing, bare city choices. */
.phlox-salon,
html[data-theme="organic"] .phlox-salon {
  --floating-control-size: 40px;
  --floating-control-gap: 7px;
}

.phlox-salon .language-trigger,
html[data-theme="organic"] .phlox-salon .language-trigger,
.phlox-salon .review-trigger,
html[data-theme="organic"] .phlox-salon .review-trigger {
  width: var(--floating-control-size) !important;
  height: var(--floating-control-size) !important;
}

.phlox-salon .language-picker:not(.footer-language-picker) .language-menu,
html[data-theme="organic"] .phlox-salon .language-picker:not(.footer-language-picker) .language-menu,
.phlox-salon .review-menu,
html[data-theme="organic"] .phlox-salon .review-menu {
  gap: var(--floating-control-gap) !important;
}

.phlox-salon .review-platform,
html[data-theme="organic"] .phlox-salon .review-platform,
.phlox-salon .review-choice,
html[data-theme="organic"] .phlox-salon .review-choice {
  width: var(--floating-control-size) !important;
  height: var(--floating-control-size) !important;
}

.phlox-salon .review-menu,
html[data-theme="organic"] .phlox-salon .review-menu {
  align-items: center;
}

.phlox-salon .review-location-menu,
html[data-theme="organic"] .phlox-salon .review-location-menu {
  gap: 10px !important;
  border: 0 !important;
  padding: 8px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.phlox-salon .review-location-menu a,
html[data-theme="organic"] .phlox-salon .review-location-menu a {
  min-width: 46px;
  background: transparent !important;
}

.phlox-salon .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-dot {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.phlox-salon .review-city-icon,
html[data-theme="organic"] .phlox-salon .review-city-icon {
  position: relative;
  display: block;
  width: 23px;
  height: 20px;
  color: #FFFFFF;
  background:
    linear-gradient(currentColor 0 0) 1px 9px / 5px 9px no-repeat,
    linear-gradient(currentColor 0 0) 8px 5px / 6px 13px no-repeat,
    linear-gradient(currentColor 0 0) 16px 11px / 5px 7px no-repeat;
}

.phlox-salon .review-city-icon::before,
html[data-theme="organic"] .phlox-salon .review-city-icon::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 13px;
  width: 8px;
  height: 6px;
  border-radius: 1px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
}

.phlox-salon .review-city-icon::after,
html[data-theme="organic"] .phlox-salon .review-city-icon::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 1px;
  width: 2px;
  height: 17px;
  border-radius: 999px;
  background: currentColor;
}

.phlox-salon .footer-review-picker .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker .review-menu {
  top: 50% !important;
  right: calc(100% - 2px) !important;
  bottom: auto !important;
  left: auto !important;
  transform: translate(14px, -50%) !important;
}

.phlox-salon .footer-review-picker:hover .review-menu,
.phlox-salon .footer-review-picker:focus-within .review-menu,
.phlox-salon .footer-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:hover .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker:focus-within .review-menu,
html[data-theme="organic"] .phlox-salon .footer-review-picker.is-open .review-menu {
  transform: translate(0, -50%) !important;
}

@media (max-width: 720px) {
  .phlox-salon,
  html[data-theme="organic"] .phlox-salon {
    --floating-control-size: 38px;
    --floating-control-gap: 6px;
  }

  .phlox-salon .review-location-menu,
  html[data-theme="organic"] .phlox-salon .review-location-menu {
    gap: 8px !important;
  }
}

/* Final review icon polish: image city badges and language-style social circles. */
.phlox-salon .social-review-picker:hover .review-menu,
.phlox-salon .social-review-picker:focus-within .review-menu,
.phlox-salon .social-review-picker.is-open .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:hover .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker:focus-within .review-menu,
html[data-theme="organic"] .phlox-salon .social-review-picker.is-open .review-menu {
  width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.phlox-salon .review-menu,
html[data-theme="organic"] .phlox-salon .review-menu {
  gap: var(--floating-control-gap) !important;
}

.phlox-salon .review-choice,
html[data-theme="organic"] .phlox-salon .review-choice {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.phlox-salon .review-choice img,
html[data-theme="organic"] .phlox-salon .review-choice img {
  width: 100% !important;
  height: 100% !important;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50% !important;
  background: #FFFFFF;
  box-shadow: 0 10px 22px rgba(75, 22, 60, 0.16);
  clip-path: circle(50% at 50% 50%);
  object-fit: contain !important;
}

.phlox-salon .review-trigger img,
html[data-theme="organic"] .phlox-salon .review-trigger img {
  width: calc(var(--floating-control-size) - 6px) !important;
  height: calc(var(--floating-control-size) - 6px) !important;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%);
  object-fit: contain !important;
}

.phlox-salon .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-dot {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.phlox-salon .review-location-dot img,
html[data-theme="organic"] .phlox-salon .review-location-dot img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  object-fit: contain;
}

.phlox-salon .review-city-icon,
html[data-theme="organic"] .phlox-salon .review-city-icon,
.phlox-salon .review-city-icon::before,
.phlox-salon .review-city-icon::after,
html[data-theme="organic"] .phlox-salon .review-city-icon::before,
html[data-theme="organic"] .phlox-salon .review-city-icon::after {
  display: none !important;
}

.phlox-salon .review-location-menu a:hover .review-location-dot,
.phlox-salon .review-location-menu a:focus-visible .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-menu a:hover .review-location-dot,
html[data-theme="organic"] .phlox-salon .review-location-menu a:focus-visible .review-location-dot {
  transform: translateY(-1px) scale(1.04);
}
