:root {
  color-scheme: light;
  --ink: #153333;
  --muted: #607474;
  --teal: #008080;
  --teal-deep: #005a5a;
  --mint: #dceeee;
  --shell: #f8f6f1;
  --linen: #ece8df;
  --rose: #e8bfba;
  --accent: #c21f64;
  --white: #ffffff;
  --line: rgba(0, 80, 80, 0.16);
  --soft-shadow: 0 12px 36px rgba(0, 64, 64, 0.09);
  --radius: 2px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}

body::selection {
  background: var(--mint);
  color: var(--teal-deep);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--teal);
  color: var(--white);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 4vw;
  color: var(--white);
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, padding 260ms ease;
}

.site-header.is-scrolled,
.collab-page .site-header {
  background: rgba(248, 246, 241, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 154px;
}

.brand-logo {
  width: 160px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.desktop-nav {
  display: none;
}

.desktop-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: currentColor;
  opacity: 0.86;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  opacity: 1;
}

.header-cta {
  display: none;
}

.mobile-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  color: currentColor;
}

.mobile-menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  gap: 0;
  padding: 12px 4vw 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 246, 241, 0.98);
  color: var(--ink);
  box-shadow: 0 18px 34px rgba(9, 45, 42, 0.12);
  backdrop-filter: blur(20px);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 650;
}

.mobile-nav .mobile-nav-cta {
  min-height: 46px;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid var(--teal);
  background: var(--teal);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 87svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--teal);
}

.hero-media,
.hero picture {
  position: absolute;
  inset: 0;
}

.hero-media {
  opacity: 0.96;
  object-position: center 52%;
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.035);
  transform-origin: center;
  will-change: transform;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 128, 128, 0.9) 0%, rgba(0, 128, 128, 0.64) 42%, rgba(0, 128, 128, 0.14) 82%),
    linear-gradient(0deg, rgba(0, 128, 128, 0.4), rgba(0, 128, 128, 0) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 87svh;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 138px 0 48px;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--accent);
  content: "";
}

.hero .eyebrow,
.quick-booking .eyebrow {
  color: var(--white);
}

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

h1,
h2 {
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 40px;
}

h2 {
  margin-bottom: 20px;
  font-size: 36px;
}

h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  color: var(--muted);
}

.hero-copy {
  max-width: 590px;
  color: var(--white);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions,
.booking-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--soft-shadow);
}

.btn svg,
.mobile-bottom-bar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.btn svg {
  transition: transform 180ms ease;
}

.btn:hover svg,
.btn:focus-visible svg {
  transform: translateX(3px);
}

.btn-primary {
  background: var(--teal);
  color: var(--white);
}

.hero .btn-primary,
.collab-hero .btn-primary {
  background: var(--teal);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--teal-deep);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: var(--white);
}

.btn-outline {
  border-color: rgba(0, 128, 128, 0.38);
  background: transparent;
  color: var(--teal-deep);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--teal);
  background: var(--mint);
}

.hero-points {
  display: grid;
  width: min(100%, 780px);
  margin: 50px 0 0;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-points div {
  padding: 18px 18px 0 0;
}

.hero-points dt {
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.hero-points dd {
  margin: 4px 0 0;
  color: var(--white);
  font-size: 12px;
}

.section {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading p {
  max-width: 640px;
  font-size: 16px;
}

.bento-grid {
  display: grid;
  gap: 12px;
}

.bento-card,
.collaboration-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.bento-card {
  min-height: 240px;
  padding: 28px;
  overflow: hidden;
}

.bento-card.large {
  background: var(--teal);
  color: var(--white);
}

.bento-card.large p,
.bento-card.large .card-kicker {
  color: var(--white);
}

.bento-card.accent {
  background: #dfd2c0;
  color: var(--ink);
}

.bento-card.accent p,
.bento-card.accent .card-kicker {
  color: var(--muted);
}

.bento-card.image-card {
  min-height: 280px;
  padding: 0;
}

.card-kicker {
  display: block;
  margin-bottom: 48px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.treatments {
  padding-top: 42px;
}

.section-heading .service-availability {
  margin-top: 14px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 600;
}

.section-heading .franchise-direct-contact {
  margin-top: 16px;
  font-size: 14px;
}

.featured-service-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.featured-service-list li {
  display: grid;
  min-height: 66px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px 1fr;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.featured-service-list span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}

.service-details {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-details > summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.service-details > summary::-webkit-details-marker {
  display: none;
}

.service-details > summary::after {
  color: var(--accent);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease;
}

.service-details[open] > summary::after {
  transform: rotate(45deg);
}

.service-catalog {
  display: grid;
  gap: 42px;
  margin-top: 12px;
  padding-bottom: 42px;
}

.service-group {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 104px;
}

.service-group h3 {
  max-width: 420px;
  margin-bottom: 20px;
  font-size: 27px;
}

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

.service-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.service-list li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--teal);
  content: "";
  transform: translateY(-50%);
}

.service-subgroups {
  display: grid;
  gap: 28px;
}

.service-subgroup h4 {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.service-stories {
  border-top: 1px solid var(--line);
}

.service-story {
  display: grid;
  gap: 30px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.service-story-media {
  height: clamp(340px, 88vw, 500px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--linen);
}

.service-story-media img {
  transition: transform 480ms ease;
}

.service-story:hover .service-story-media img,
.service-story:focus-within .service-story-media img {
  transform: scale(1.025);
}

.service-story-media-portrait img {
  object-position: center 38%;
}

.service-story-copy {
  max-width: 520px;
}

.service-story-kicker {
  margin-bottom: 15px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-story-copy h3 {
  margin-bottom: 18px;
  font-family: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
}

.service-story-copy p:not(.service-story-kicker) {
  margin-bottom: 22px;
}

.service-story-copy .text-link {
  display: inline-flex;
}

.quick-booking {
  position: relative;
  padding: 82px 20px;
  overflow: hidden;
  background: var(--teal);
  color: var(--white);
}

.quick-booking::after {
  position: absolute;
  top: 50%;
  right: 3vw;
  width: min(32vw, 360px);
  aspect-ratio: 1;
  background: url("assets/charm-nail-symbol.png") center / contain no-repeat;
  content: "";
  opacity: 0.06;
  transform: translateY(-50%);
}

.quick-booking-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  gap: 28px;
}

.quick-booking p {
  max-width: 620px;
  color: var(--white);
}

.quick-booking .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.text-link {
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0, 128, 128, 0.32);
  text-underline-offset: 5px;
}

.center-hub .section-heading {
  margin-bottom: 34px;
}

.center-directory {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.center-entry {
  display: grid;
  gap: 28px;
  padding: 34px 0;
}

.center-entry h3 {
  margin-bottom: 10px;
  font-family: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.center-entry p:not(.center-status) {
  max-width: 580px;
  margin-bottom: 0;
}

.center-address {
  max-width: 620px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.center-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.center-status::before {
  width: 7px;
  height: 7px;
  background: var(--accent);
  content: "";
}

.center-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.center-labels .center-status {
  margin-bottom: 0;
}

.center-open {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  background: var(--mint);
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.upcoming-openings {
  display: grid;
  gap: 22px;
  padding: 36px 0 0;
  align-items: end;
}

.upcoming-openings .eyebrow {
  margin-bottom: 10px;
}

.upcoming-openings h3 {
  max-width: 680px;
  margin-bottom: 0;
  font-family: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.upcoming-openings .btn {
  justify-self: start;
}

.center-map {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--linen);
}

.center-map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  filter: saturate(0.8) contrast(1.04);
}

.center-map iframe[hidden] {
  display: none;
}

.map-consent {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  padding: 36px 22px;
  flex-direction: column;
  text-align: center;
}

.map-consent p {
  max-width: 520px;
  margin-bottom: 18px;
}

.map-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.map-consent-actions button,
.map-consent-actions a,
.legal-preferences-button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: transparent;
  color: var(--teal-deep);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.map-consent-actions button:hover,
.map-consent-actions button:focus-visible,
.map-consent-actions a:hover,
.map-consent-actions a:focus-visible,
.legal-preferences-button:hover,
.legal-preferences-button:focus-visible {
  background: var(--mint);
}

.map-noscript {
  padding: 28px;
  text-align: center;
}

.collaboration-preview {
  padding-top: 36px;
}

.collaboration-panel {
  padding: 46px;
  background: var(--teal);
  color: var(--white);
}

.collaboration-panel p {
  max-width: 760px;
  color: var(--white);
}

.collaboration-panel .eyebrow {
  color: var(--white);
}

.collaboration-panel .btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.collaboration-panel .btn-outline:hover,
.collaboration-panel .btn-outline:focus-visible {
  color: var(--teal-deep);
}

.site-footer {
  display: grid;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 64px max(20px, calc((100vw - var(--max)) / 2)) 106px;
  border-top: 0;
  background: var(--teal);
  color: var(--white);
}

.footer-logo {
  width: 168px;
  height: auto;
  margin-bottom: 8px;
  object-fit: contain;
}

.site-footer p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--white);
}

.site-footer .footer-contact {
  margin-top: 10px;
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.footer-cookie-button:hover,
.footer-cookie-button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mobile-bottom-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 128, 128, 0.96);
  box-shadow: 0 16px 42px rgba(0, 64, 64, 0.26);
  backdrop-filter: blur(18px);
}

.mobile-bottom-bar a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.mobile-bottom-bar a:first-child {
  background: var(--teal);
  color: var(--white);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.collab-hero {
  position: relative;
  min-height: 84svh;
  overflow: hidden;
  background: var(--teal);
}

.collab-hero > img {
  position: absolute;
  inset: 0;
  opacity: 1;
  object-position: center top;
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.035);
  transform-origin: center;
  will-change: transform;
}

.collab-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 128, 128, 0.62), rgba(0, 128, 128, 0.06) 78%);
  content: "";
}

.collab-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 84svh;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 142px 0 58px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--white);
}

.collab-hero-copy p {
  max-width: 620px;
  color: var(--white);
  font-size: 17px;
}

.collab-hero-copy .eyebrow {
  color: var(--white);
}

.collab-hero-copy .btn {
  width: 100%;
  max-width: 300px;
}

.collab-hero-copy .franchise-hero-note {
  margin: 28px 0 0;
  color: var(--white);
  font-size: 12px;
}

.collab-intro {
  display: grid;
  gap: 48px;
}

.collab-text {
  max-width: 760px;
}

.franchise-summary {
  display: grid;
  width: min(100% - 40px, var(--max));
  margin: 0;
  margin-inline: auto;
  padding: 16px 0 0;
}

.franchise-summary div {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.franchise-summary strong {
  display: block;
  margin-bottom: 7px;
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.franchise-summary span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.franchise-concept-media,
.support-media,
.franchise-profile-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.franchise-concept-media {
  min-height: 360px;
}

.franchise-concept-media img {
  object-position: center;
}

.support-media {
  height: min(34vw, 430px);
  min-height: 280px;
  margin-bottom: 48px;
}

.support-media img {
  object-position: center 48%;
}

.support-grid {
  display: grid;
  gap: 28px;
}

.support-card {
  min-height: 210px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.support-card > span,
.franchise-steps > li > span {
  display: block;
  margin-bottom: 36px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.support-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.franchise-process-band {
  padding: 88px 20px;
  background: var(--teal);
  color: var(--white);
}

.franchise-process-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.franchise-process-band .section-heading {
  margin-bottom: 50px;
}

.franchise-process-band .eyebrow,
.franchise-process-band p {
  color: var(--white);
}

.franchise-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.franchise-steps li {
  min-height: 220px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.franchise-steps li p {
  margin-bottom: 0;
  font-size: 14px;
}

.process-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-cta p {
  margin: 0;
  color: var(--white);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: 24px;
}

.franchise-profile {
  display: grid;
  gap: 44px;
  align-items: center;
}

.franchise-profile-media {
  min-height: 420px;
}

.franchise-profile-media img {
  object-position: center 35%;
}

.franchise-profile-copy {
  max-width: 620px;
}

.profile-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.profile-list li {
  padding: 15px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.profile-list li::before {
  margin-right: 12px;
  color: var(--accent);
  content: "+";
}

.franchise-faq .section-heading,
.faq-list {
  max-width: 900px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 8px 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--accent);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details[open] p {
  animation: faq-reveal 260ms ease both;
}

.faq-list details p {
  max-width: 720px;
  margin-bottom: 0;
  padding: 0 36px 22px 0;
  font-size: 14px;
}

.contact-panel {
  padding-top: 52px;
}

.contact-form {
  display: grid;
  gap: 22px;
  max-width: 860px;
  padding: 32px 0 0;
  border-width: 1px 0 0;
  background: transparent;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 128, 128, 0.14);
}

.franchise-form {
  max-width: 980px;
}

.field-optional {
  color: var(--muted);
  font-weight: 500;
}

.form-whatsapp-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 2px solid var(--teal);
  background: var(--mint);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.franchise-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 500;
}

.franchise-form .form-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--accent);
}

.form-privacy-note {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.form-privacy-note a,
.form-consent a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-hero {
  padding: 156px 20px 70px;
  background: var(--teal);
  color: var(--white);
}

.legal-hero > div {
  width: min(100%, 900px);
  margin: 0 auto;
}

.legal-hero .eyebrow,
.legal-hero p {
  color: var(--white);
}

.legal-hero h1 {
  max-width: none;
  margin-bottom: 18px;
}

.legal-hero p:last-child {
  max-width: 700px;
  margin-bottom: 0;
}

.legal-content {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 72px 0 112px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-content section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-content h2 {
  margin-bottom: 16px;
  font-family: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
  font-size: 29px;
}

.legal-content h3 {
  margin-top: 28px;
}

.legal-content p,
.legal-content li,
.legal-content dd,
.legal-content td,
.legal-content th {
  font-size: 14px;
}

.legal-content a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-details {
  margin: 0;
}

.legal-details div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.legal-details dt {
  margin-bottom: 3px;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-details dd {
  margin: 0;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.legal-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: var(--mint);
  color: var(--teal-deep);
}

.legal-content .legal-updated {
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
}

.legal-placeholder {
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid rgba(206, 19, 91, 0.28);
  background: rgba(206, 19, 91, 0.07);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.cookie-banner {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 40;
  display: grid;
  width: min(calc(100% - 28px), 920px);
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(0, 42, 42, 0.2);
  gap: 18px;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin-bottom: 6px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.cookie-banner p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.cookie-banner-actions button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: transparent;
  color: var(--teal-deep);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.cookie-banner-actions button:hover,
.cookie-banner-actions button:focus-visible {
  background: var(--mint);
}

.cookie-banner-actions a {
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 620px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 44px;
  }

  .hero-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-points div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

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

  .bento-card.large {
    grid-column: span 2;
  }

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

  .featured-service-list li:nth-child(odd) {
    padding-right: 24px;
  }

  .featured-service-list li:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid var(--line);
  }

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

  .service-story-copy h3 {
    font-size: 40px;
  }

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

  .contact-form label:has(textarea),
  .franchise-form .form-whatsapp-note,
  .franchise-form .form-privacy-note,
  .franchise-form .form-consent,
  .contact-form button {
    grid-column: span 2;
  }

  .legal-details div {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 24px;
  }

  .legal-details dt {
    margin-bottom: 0;
  }

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

  .franchise-summary {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 17px;
  }

  .site-header {
    padding: 22px 4vw;
  }

  .site-header.is-scrolled {
    padding: 13px 4vw;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .mobile-menu-toggle,
  .mobile-nav {
    display: none;
  }

  .header-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid currentColor;
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-bottom-bar {
    display: none;
  }

  .hero,
  .hero-content,
  .collab-hero,
  .collab-hero-copy {
    min-height: 88svh;
  }

  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 52px;
  }

  .section {
    padding: 112px 0;
  }

  .bento-grid {
    grid-template-columns: 1.1fr 0.9fr 1fr;
    grid-auto-rows: 270px;
  }

  .bento-card,
  .bento-card.image-card {
    min-height: 270px;
  }

  .bento-card.image-card {
    grid-row: span 2;
  }

  .bento-card.large {
    grid-column: span 2;
  }

  .bento-card.accent {
    grid-column: span 3;
  }

  .service-catalog {
    column-gap: 64px;
    row-gap: 60px;
  }

  .service-story {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 7vw;
    min-height: 500px;
    padding: 60px 0;
  }

  .service-story:nth-child(even) .service-story-media {
    order: 2;
  }

  .service-story:nth-child(even) .service-story-copy {
    order: 1;
    margin-left: auto;
  }

  .service-story-media {
    height: min(42vw, 500px);
  }

  .service-story-copy h3 {
    font-size: 46px;
  }

  .quick-booking-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .center-entry {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .center-entry .location-actions {
    justify-content: flex-end;
  }

  .upcoming-openings {
    grid-template-columns: 1fr auto;
  }

  .center-map {
    grid-column: 1 / -1;
  }

  .center-map,
  .center-map iframe {
    min-height: 440px;
  }

  .map-consent {
    min-height: 440px;
  }

  .cookie-banner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: start;
    padding-bottom: 64px;
  }

  .collab-intro {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .franchise-summary {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
  }

  .franchise-summary div {
    padding: 28px 22px;
  }

  .franchise-summary div:first-child {
    padding-left: 0;
  }

  .franchise-summary div + div {
    border-left: 1px solid var(--line);
  }

  .franchise-concept-media {
    min-height: 470px;
  }

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

  .franchise-process-band {
    padding: 112px 4vw;
  }

  .franchise-steps {
    grid-template-columns: repeat(5, 1fr);
  }

  .franchise-steps li {
    min-height: 290px;
    padding: 30px 22px;
  }

  .franchise-steps li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .franchise-profile {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 8vw;
  }

  .franchise-profile-media {
    min-height: 620px;
  }

  .collab-hero-copy .btn {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1180px) {
  h1 {
    font-size: 76px;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 142px;
    max-height: 56px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

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

  .mobile-bottom-bar {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .mobile-bottom-bar a {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
    transition-delay: 0ms !important;
  }
}
