:root {
  --ivory: #f7f2ec;
  --sand: #efe6dc;
  --white: #ffffff;
  --espresso: #2a2320;
  --ink: #403632;
  --muted: #6d5f59;
  --rose: #b98e7a;
  --rose-aa: #80503f;
  --sage: #606e65;
  --line: rgba(42, 35, 32, 0.14);
  --light-line: rgba(247, 242, 236, 0.16);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Assistant", Arial, sans-serif;
  --container: 1280px;
  --radius: 2px;
  --shadow: 0 18px 42px rgba(42, 35, 32, 0.12);
  --ease: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--espresso);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button,
select {
  cursor: pointer;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--espresso);
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: 58px;
  line-height: 1.06;
}

h2 {
  font-size: 40px;
  line-height: 1.13;
}

h3 {
  font-size: 24px;
  line-height: 1.25;
}

p,
li,
dd,
dt,
label,
address {
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid var(--rose-aa);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 88px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  transform: translateY(-160%);
  padding: 11px 16px;
  background: var(--espresso);
  color: var(--ivory);
  font-weight: 700;
}

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

.kicker {
  margin-bottom: 12px;
  color: var(--rose-aa);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker-light {
  color: #e0b7a3;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--espresso);
  border-radius: var(--radius);
  background: var(--espresso);
  color: var(--ivory);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.button:hover {
  background: transparent;
  color: var(--espresso);
}

.button-outline {
  background: transparent;
  color: var(--espresso);
}

.button-outline:hover {
  background: var(--espresso);
  color: var(--ivory);
}

.button-light {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--espresso);
}

.button-light:hover {
  background: transparent;
  color: var(--ivory);
}

.text-link,
.arrow-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--espresso);
  font-size: 17px;
  font-weight: 700;
}

.text-link-light {
  color: var(--ivory);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 44px;
}

.section-heading-center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 16px;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 20px;
}

.section-action {
  width: max-content;
  display: flex;
  margin: 40px auto 0;
}

/* Header */
.announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px 24px;
  background: var(--espresso);
  color: rgba(247, 242, 236, 0.84);
  text-align: center;
}

.announcement p {
  font-size: 15px;
  line-height: 1.45;
}

.announcement strong {
  color: var(--white);
}

.announcement a {
  color: #e0b7a3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(42, 35, 32, 0.08);
}

.header-inner {
  width: min(calc(100% - 64px), 1400px);
  min-height: 100px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-inline: auto;
}

.brand {
  width: 250px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  text-align: left;
  color: var(--espresso);
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  padding-right: 10px;
}

.brand-mark img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand-word {
  display: block;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 500;
}

.brand-sub {
  display: block;
  margin-top: 5px;
  color: var(--rose-aa);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-sub small {
  margin-left: 6px;
  color: var(--muted);
  font-size: inherit;
  font-weight: 600;
}

.desktop-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.desktop-nav > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-nav > a:hover,
.desktop-nav > a.is-active {
  border-bottom-color: var(--rose-aa);
  color: var(--rose-aa);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--espresso);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--rose-aa);
}

.header-book {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 21px;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.header-book:hover {
  border-color: var(--rose-aa);
  background: var(--rose-aa);
}

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

/* Heroes */
.home-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--espresso);
}

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

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.home-hero-image-mobile {
  display: none;
}

.home-hero-overlay {
  background: rgba(42, 35, 32, 0.34);
}

.home-hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 800px);
  color: var(--ivory);
  text-align: center;
}

.home-hero h1 {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--ivory);
}

.home-hero .hero-copy {
  max-width: 590px;
  margin: 0 auto 32px;
  color: rgba(247, 242, 236, 0.9);
  font-size: 21px;
}

.home-hero .hero-actions {
  justify-content: center;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.page-hero-inner {
  width: min(calc(100% - 64px), var(--container));
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  margin-inline: auto;
}

.page-hero-media {
  position: relative;
  min-width: 0;
  height: 430px;
  display: grid;
  place-items: center;
  padding: 28px;
  border-inline: 1px solid var(--line);
  background: var(--sand);
}

.page-hero-portrait .page-hero-inner {
  min-height: 560px;
}

.page-hero-portrait .page-hero-media {
  height: 560px;
}

.page-hero-image {
  position: absolute;
  inset: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  max-width: none;
  object-fit: contain;
  object-position: var(--hero-position, center);
}

.page-hero-content {
  align-self: center;
  padding: 64px clamp(42px, 6vw, 84px) 64px 0;
  color: var(--espresso);
}

.page-hero-content > * {
  width: min(100%, 600px);
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--espresso);
  font-size: 52px;
}

.page-hero-content > p:not(.kicker) {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
}

.page-hero .hero-actions {
  margin-top: 24px;
}

.page-hero .button-light {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.page-hero .button-light:hover {
  background: transparent;
  color: var(--espresso);
}

.page-hero .text-link-light {
  color: var(--espresso);
}

.simple-hero {
  padding-block: 78px;
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.simple-hero .container {
  max-width: 900px;
}

.simple-hero h1 {
  margin-bottom: 16px;
}

.simple-hero p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.simple-hero .button {
  margin-top: 24px;
}

/* Home */
.trust-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.trust-rail > * {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-rail > *:last-child {
  border-right: 0;
}

.trust-rail b {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
}

.trust-rail span {
  color: var(--muted);
  font-size: 15px;
}

.services-showcase,
.shop-section,
.collection-section,
.related-section {
  background: var(--ivory);
}

.services-showcase > .section-heading,
.services-showcase > .service-grid,
.shop-section > .section-heading,
.shop-section > .product-grid,
.services-showcase > .section-action,
.shop-section > .section-action {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

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

.service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform var(--ease), box-shadow var(--ease);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--sand);
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, center);
  transition: transform 350ms ease;
}

.service-card:hover .service-card-media img {
  transform: scale(1.03);
}

.service-card-media > span {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 36px;
  min-height: 36px;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
}

.service-card-copy {
  padding: 22px;
}

.service-card-copy h3 {
  min-height: 60px;
  margin-bottom: 10px;
}

.service-card-copy > p {
  min-height: 80px;
  color: var(--muted);
}

.service-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  color: var(--rose-aa);
  font-size: 16px;
  font-weight: 700;
}

.service-card .arrow-link {
  margin-top: 14px;
}

.nahid-feature {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  background: var(--espresso);
}

.nahid-feature-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--sand);
}

.nahid-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nahid-feature-media > p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px 18px;
  background: rgba(42, 35, 32, 0.86);
  color: var(--ivory);
  font-size: 16px;
  text-align: center;
}

.nahid-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px clamp(36px, 6vw, 88px);
  color: var(--ivory);
}

.nahid-feature-copy h2 {
  max-width: 600px;
  margin-bottom: 22px;
  color: var(--ivory);
}

.nahid-feature-copy > p:not(.kicker) {
  max-width: 680px;
  color: rgba(247, 242, 236, 0.78);
  font-size: 20px;
}

.credential-marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 30px;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.credential-marks > div {
  min-width: 0;
  padding: 18px 12px;
  border-right: 1px solid var(--light-line);
}

.credential-marks > div:last-child {
  border-right: 0;
}

.credential-marks b,
.credential-marks span {
  display: block;
}

.credential-marks b {
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
}

.credential-marks span {
  color: rgba(247, 242, 236, 0.62);
  font-size: 14px;
}

.visit-process {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
  padding: 80px max(32px, calc((100% - var(--container)) / 2));
  background: var(--sage);
  color: var(--white);
}

.process-heading h2 {
  color: var(--white);
}

.visit-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.visit-process li {
  min-width: 0;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.visit-process li > span {
  color: #e6c4b4;
  font-size: 16px;
  font-weight: 700;
}

.visit-process h3 {
  margin: 14px 0 10px;
  color: var(--white);
}

.visit-process li p {
  color: rgba(255, 255, 255, 0.78);
}

.results-section {
  padding: 88px max(32px, calc((100% - var(--container)) / 2));
  background: var(--white);
}

.results-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 36px;
}

.results-heading .section-heading {
  margin-bottom: 0;
}

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

.result-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--espresso);
  text-align: left;
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.result-card:hover,
.result-card:focus-visible {
  border-color: rgba(42, 35, 32, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.result-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f3efeb;
}

.result-card > span {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 112px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: var(--white);
  text-align: left;
}

.result-card b,
.result-card em {
  color: var(--rose-aa);
  font-size: 14px;
  font-style: normal;
}

.result-card strong {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 500;
}

.result-card em {
  margin-top: 6px;
  color: var(--muted);
}

.results-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.result-lightbox {
  width: min(900px, calc(100% - 32px));
  padding: 44px 20px 20px;
  border: 0;
  background: var(--white);
}

.result-lightbox::backdrop {
  background: rgba(42, 35, 32, 0.82);
}

.result-lightbox > button {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  font-size: 28px;
}

.result-lightbox img {
  max-height: 75vh;
  margin-inline: auto;
}

.result-lightbox p {
  margin-top: 12px;
  text-align: center;
}

.first-visit-offer {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 48px 24px;
  text-align: center;
}

.first-visit-offer > img,
.offer-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.first-visit-offer > img {
  object-fit: cover;
}

.offer-shade {
  background: rgba(128, 80, 63, 0.84);
}

.offer-content {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.offer-content h2 {
  margin-bottom: 12px;
  color: var(--white);
}

.offer-content > p:not(.kicker) {
  margin-bottom: 24px;
}

/* Product and service cards */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform var(--ease), box-shadow var(--ease);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card-media {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: var(--sand);
}

.product-card.is-service .product-card-media {
  aspect-ratio: 4 / 3;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.product-card.is-shop .product-card-media img {
  object-fit: contain;
}

.product-card:hover .product-card-media img {
  transform: scale(1.03);
}

.product-card-copy {
  min-height: 250px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.product-type {
  margin-bottom: 7px;
  color: var(--rose-aa);
  font-size: 15px;
  font-weight: 700;
}

.product-card h3 {
  min-height: 60px;
  margin-bottom: 9px;
  font-size: 23px;
}

.product-card-description {
  flex: 1;
  color: var(--muted);
  font-size: 17px;
}

.product-meta {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.product-meta > span {
  font-size: 18px;
  font-weight: 700;
}

.product-meta s {
  margin-left: 4px;
  color: var(--muted);
  font-weight: 400;
}

.card-action {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid var(--espresso);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.card-action:hover {
  background: var(--espresso);
  color: var(--ivory);
}

/* Services */
.service-jump {
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.service-jump .container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-jump span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.service-jump .container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.service-jump a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  background: var(--ivory);
  font-size: 15px;
  font-weight: 700;
}

.service-jump a:hover {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

@media (min-width: 981px) {
  .service-jump .container {
    min-height: 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-block: 14px;
  }

  .service-jump .container > div {
    justify-content: center;
    gap: 6px;
  }

  .service-jump a {
    padding-inline: 10px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.services-overview {
  background: var(--white);
}

.service-category {
  padding-block: 72px;
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.service-category:nth-child(even) {
  background: var(--white);
}

.service-category-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 54px;
  align-items: start;
}

.service-category-media {
  position: sticky;
  top: 104px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand);
}

.service-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, center);
}

.service-category-media > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 14px;
  background: rgba(42, 35, 32, 0.86);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.service-category-content h2 {
  margin-bottom: 18px;
}

.service-category-content > p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.service-category-meta,
.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-category-meta span,
.service-facts span {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
}

.service-category-meta span:last-child,
.service-facts span:last-child {
  border-right: 0;
}

.service-category-meta b,
.service-facts b {
  display: block;
  margin-bottom: 3px;
  color: var(--rose-aa);
  font-size: 14px;
  text-transform: uppercase;
}

.service-category-content > .hero-actions {
  margin-block: 24px 30px;
}

.service-accordions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.service-accordions h3 {
  margin-bottom: 8px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-accordions details,
.faq-section details {
  border-top: 1px solid var(--line);
}

.service-accordions details:last-child,
.faq-section details:last-child {
  border-bottom: 1px solid var(--line);
}

.service-accordions summary,
.faq-section summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--espresso);
  font-weight: 700;
  list-style: none;
}

.service-accordions summary::-webkit-details-marker,
.faq-section summary::-webkit-details-marker {
  display: none;
}

.service-accordions summary span,
.faq-section summary span {
  flex: 0 0 auto;
  color: var(--rose-aa);
  font-size: 24px;
  font-weight: 400;
}

.service-accordions details[open] summary span,
.faq-section details[open] summary span {
  transform: rotate(45deg);
}

.service-accordions details p,
.faq-section details p {
  padding-bottom: 16px;
  color: var(--muted);
  font-size: 17px;
}

/* About and content pages */
.profile-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding: 88px max(32px, calc((100% - var(--container)) / 2));
  background: var(--white);
}

.profile-story-media {
  height: min(680px, 72vw);
  min-height: 560px;
  overflow: hidden;
  background: var(--sand);
}

.profile-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-story-media-contain {
  background: #fff;
}

.profile-story-media-contain img {
  object-fit: contain;
  object-position: center;
}

.profile-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.profile-story-copy h2 {
  margin-bottom: 10px;
}

.profile-creds {
  margin-bottom: 22px !important;
  color: var(--rose-aa) !important;
  font-weight: 700;
}

.profile-story-copy > p {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 19px;
}

.profile-story-copy .button {
  width: max-content;
  margin-top: 12px;
}

.credential-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--espresso);
  color: var(--ivory);
}

.credential-numbers > div {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid var(--light-line);
  text-align: center;
}

.credential-numbers > div:last-child {
  border-right: 0;
}

.credential-numbers b {
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
}

.credential-numbers span {
  color: rgba(247, 242, 236, 0.7);
  font-size: 16px;
}

.experience-timeline {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 58px;
  padding: 88px max(32px, calc((100% - var(--container)) / 2));
  background: var(--sand);
}

.experience-timeline ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  list-style: none;
}

.experience-timeline li {
  min-width: 0;
  padding: 22px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.experience-timeline li:nth-child(odd) {
  border-left: 0;
}

.experience-timeline li > span,
.experience-timeline li > p {
  color: var(--rose-aa);
  font-size: 15px;
  font-weight: 700;
}

.experience-timeline h3 {
  margin: 10px 0 6px;
}

.experience-timeline small {
  color: var(--muted);
  font-size: 16px;
}

.principles-section,
.credential-intro,
.apprenticeship-intro {
  background: var(--white);
}

.principles-section > .section-heading,
.principles-section > .principle-grid,
.credential-intro > .section-heading,
.credential-intro > .credential-pillars,
.apprenticeship-intro > .section-heading,
.apprenticeship-intro > .training-grid {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.principle-grid,
.credential-pillars,
.training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.principle-grid article,
.credential-pillars article {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.principle-grid span,
.credential-pillars b {
  display: block;
  margin-bottom: 16px;
  color: var(--rose-aa);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
}

.principle-grid h3,
.credential-pillars h3 {
  margin-bottom: 10px;
}

.principle-grid p,
.credential-pillars p {
  color: var(--muted);
}

.recognition-band {
  padding: 72px 0;
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.recognition-band > .container {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 64px;
}

.recognition-band h2 {
  max-width: 440px;
  margin-top: 10px;
}

.recognition-marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.recognition-marks figure {
  min-width: 0;
  display: grid;
  grid-template-rows: 170px auto;
  align-items: center;
  padding: 0 22px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.recognition-marks img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.recognition-marks figcaption {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.certificate-gallery {
  padding: 88px max(32px, calc((100% - var(--container)) / 2));
  background: var(--espresso);
}

.certificate-gallery h2 {
  color: var(--ivory);
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.certificate-grid figure {
  display: grid;
  grid-template-rows: 320px auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 236, 0.18);
  background: var(--ivory);
  box-shadow: 0 16px 34px rgba(12, 9, 8, 0.2);
}

.certificate-grid .certificate-featured {
  grid-column: auto;
}

.certificate-grid .certificate-link {
  display: block;
  min-width: 0;
  height: 320px;
}

.certificate-grid figure:last-child {
  grid-column: 2;
}

.certificate-grid img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 24px;
  background: var(--ivory);
}

.certificate-grid figcaption {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--espresso);
  font-size: 16px;
  line-height: 1.45;
}

.treatment-video {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.treatment-video-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 72px;
}

.treatment-video-copy h2 {
  margin: 10px 0 18px;
}

.treatment-video-copy p:not(.kicker) {
  margin-bottom: 26px;
  color: var(--muted);
}

.treatment-video-media {
  width: min(100%, 640px);
  justify-self: end;
  overflow: hidden;
  background: var(--espresso);
}

.treatment-video video {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.training-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.training-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: var(--training-image-fit, cover);
  background: var(--white);
}

.training-grid article > div {
  padding: 22px;
}

.training-grid h3 {
  margin-bottom: 8px;
}

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

.curriculum-band {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 58px;
  padding: 78px max(32px, calc((100% - var(--container)) / 2));
  background: var(--espresso);
}

.curriculum-band h2 {
  color: var(--ivory);
}

.curriculum-band ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  list-style: none;
}

.curriculum-band li {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-top: 1px solid var(--light-line);
  color: var(--ivory);
}

.curriculum-band li b {
  color: #e0b7a3;
}

.apply-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 70px max(32px, calc((100% - var(--container)) / 2));
  background: var(--sand);
}

.apply-band h2 {
  margin-bottom: 10px;
}

.apply-band p:last-child {
  color: var(--muted);
}

/* Apprenticeship */
.apprentice-overview {
  padding-top: 82px;
  background: var(--white);
}

.apprentice-overview-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 88px;
  padding-bottom: 70px;
}

.apprentice-overview-grid h2 {
  max-width: 520px;
}

.apprentice-overview-grid > div:last-child > p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 19px;
}

.apprentice-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.apprentice-facts > div {
  min-width: 0;
  padding: 24px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
}

.apprentice-facts > div:last-child {
  border-right: 0;
}

.apprentice-facts b,
.apprentice-facts span {
  display: block;
}

.apprentice-facts b {
  margin-bottom: 3px;
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 500;
}

.apprentice-facts span {
  color: var(--muted);
  font-size: 15px;
}

.apprenticeship-pathways {
  background: var(--sand);
}

.training-grid-detailed article {
  display: flex;
  flex-direction: column;
  background: var(--white);
}

.training-grid-detailed article > div {
  flex: 1;
  padding: 26px;
}

.training-grid-detailed img {
  aspect-ratio: 5 / 4;
}

.training-path-label {
  margin-bottom: 9px;
  color: var(--rose-aa) !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.curriculum-band-detailed {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  padding-block: 92px;
}

.curriculum-band-detailed > div > p:last-child {
  max-width: 440px;
  margin-top: 20px;
  color: rgba(247, 242, 236, 0.68);
}

.curriculum-band-detailed ol {
  gap: 0;
}

.curriculum-band-detailed li {
  min-height: 138px;
  align-items: flex-start;
  padding: 22px 24px;
  border-left: 1px solid var(--light-line);
}

.curriculum-band-detailed li:nth-child(odd) {
  border-left: 0;
}

.curriculum-band-detailed li b {
  padding-top: 4px;
  font-family: var(--font-serif);
  font-size: 19px;
}

.curriculum-band-detailed li h3 {
  margin-bottom: 6px;
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
}

.curriculum-band-detailed li p {
  color: rgba(247, 242, 236, 0.62);
  font-size: 16px;
  line-height: 1.5;
}

.mentor-proof {
  padding-block: 74px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.mentor-proof > .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 68px;
}

.mentor-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.mentor-proof-grid > div {
  min-width: 0;
  padding: 24px 14px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.mentor-proof-grid > div:last-child {
  border-right: 0;
}

.mentor-proof-grid b,
.mentor-proof-grid span {
  display: block;
}

.mentor-proof-grid b {
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 500;
}

.mentor-proof-grid span {
  color: var(--muted);
  font-size: 14px;
}

.apprenticeship-faq {
  padding-block: 88px;
  background: var(--ivory);
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

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

.faq-columns details:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.faq-columns summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--espresso);
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

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

.faq-columns summary span {
  flex: 0 0 auto;
  color: var(--rose-aa);
  font-size: 24px;
  font-weight: 400;
  transition: transform var(--ease);
}

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

.faq-columns details p {
  padding: 0 34px 20px 0;
  color: var(--muted);
  font-size: 17px;
}

.application-section {
  padding-block: 92px;
  background: var(--sand);
}

.application-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 76px;
}

.application-intro {
  position: sticky;
  top: 118px;
}

.application-intro > p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

.application-note {
  display: grid;
  gap: 5px;
  margin-top: 28px;
  padding-block: 20px;
  border-block: 1px solid var(--line);
}

.application-note strong {
  color: var(--rose-aa);
  font-size: 15px;
  text-transform: uppercase;
}

.application-note span,
.licensing-note {
  color: var(--muted);
  font-size: 16px !important;
}

/* Contact and forms */
.contact-overview {
  padding-block: 82px;
  background: var(--white);
}

.contact-overview-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 88px;
}

.contact-overview-grid > div:first-child > p:last-child {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

.contact-map-section {
  padding: 76px 0 92px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.contact-map-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 34px;
}

.contact-map-header h2 {
  max-width: 720px;
}

.contact-map-header > div:last-child p {
  margin-bottom: 14px;
  color: var(--muted);
}

.contact-map-frame {
  height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sand);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.contact-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.contact-facts > * {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-facts > *:nth-child(even) {
  border-right: 0;
}

.contact-facts a:hover strong {
  color: var(--rose-aa);
}

.contact-facts span,
.contact-facts strong {
  display: block;
}

.contact-facts span {
  margin-bottom: 7px;
  color: var(--rose-aa);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-facts strong {
  color: var(--espresso);
  font-size: 17px;
  line-height: 1.45;
}

.contact-form-section {
  padding-block: 92px;
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
  gap: 64px;
}

.contact-form-wrap {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.contact-form-heading {
  margin-bottom: 30px;
}

.contact-form-heading h2 {
  margin-bottom: 10px;
}

.contact-form-heading > p:last-child {
  color: var(--muted);
}

.site-form {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.contact-form-wrap .site-form {
  padding: 0;
  border: 0;
}

.site-form label,
.site-form legend {
  color: var(--espresso);
  font-size: 16px;
  font-weight: 700;
}

.site-form label {
  display: grid;
  gap: 7px;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(42, 35, 32, 0.28);
  border-radius: 2px;
  background: var(--white);
  color: var(--espresso);
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  border-color: var(--rose-aa);
  outline: 2px solid rgba(128, 80, 63, 0.14);
  outline-offset: 0;
}

.site-form textarea {
  min-height: 144px;
  resize: vertical;
}

.site-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-form legend {
  margin-bottom: 9px;
}

.form-row,
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

.choice-grid label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--ivory);
  font-weight: 600;
  cursor: pointer;
}

.choice-grid input {
  width: 17px;
  min-height: 17px;
  flex: 0 0 17px;
  margin: 0;
  accent-color: var(--rose-aa);
}

.site-form .button {
  width: max-content;
  min-width: 180px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.optional {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.form-privacy,
.form-status {
  color: var(--muted);
  font-size: 15px;
}

.form-status {
  padding: 13px 15px;
  border-left: 3px solid var(--sage);
  background: rgba(96, 110, 101, 0.1);
  color: var(--espresso);
}

.form-status.is-error {
  border-left-color: var(--rose-aa);
  background: rgba(128, 80, 63, 0.1);
}

.contact-booking-panel {
  position: sticky;
  top: 118px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
}

.contact-booking-panel > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 34%;
}

.contact-booking-panel > div {
  padding: 30px;
}

.contact-booking-panel h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.contact-booking-panel p:not(.kicker) {
  margin-bottom: 22px;
  color: var(--muted);
}

.contact-booking-panel .response-note {
  margin: 24px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}

.contact-booking-panel .response-note strong {
  display: block;
  color: var(--espresso);
}

.visit-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 650px;
  background: var(--espresso);
}

.visit-band-media {
  min-width: 0;
  overflow: hidden;
}

.visit-band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-band-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(34px, 7vw, 90px);
}

.visit-band-copy h2 {
  color: var(--ivory);
}

.visit-band-copy > p:not(.kicker) {
  margin: 18px 0 24px;
  color: rgba(247, 242, 236, 0.68);
}

.visit-band-copy dl {
  margin-bottom: 28px;
  border-top: 1px solid var(--light-line);
}

.visit-band-copy dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding-block: 10px;
  border-bottom: 1px solid var(--light-line);
}

.visit-band-copy dt {
  color: rgba(247, 242, 236, 0.64);
}

.visit-band-copy dd {
  color: var(--ivory);
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--white);
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px max(32px, calc((100vw - var(--container)) / 2));
}

.contact-details h2 {
  margin-bottom: 12px;
}

.contact-details > .text-link {
  width: max-content;
  margin-bottom: 28px;
}

.contact-details dl {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.contact-details dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-details dt {
  color: var(--rose-aa);
  font-weight: 700;
}

.contact-photo {
  min-height: 620px;
  overflow: hidden;
  background: var(--sand);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.book-panel,
.empty-state {
  max-width: 780px;
  margin-inline: auto;
  padding: 78px 32px;
  text-align: center;
}

.book-panel h2,
.empty-state h2 {
  margin-bottom: 14px;
}

.book-panel > p:not(.kicker),
.empty-state > p:not(.kicker) {
  margin-bottom: 24px;
  color: var(--muted);
}

.book-panel .text-link {
  margin-left: 14px;
}

/* Service collection landing pages */
.service-collection-page .announcement {
  border-bottom-color: var(--light-line);
  background: var(--espresso);
  color: var(--ivory);
}

.service-collection-page .announcement a {
  color: var(--ivory);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-collection-page .page-hero {
  border-bottom: 0;
  background: var(--espresso);
  color: var(--ivory);
}

.service-collection-page .page-hero-inner {
  min-height: 520px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.service-collection-page .page-hero-content {
  padding-block: 76px;
  color: var(--ivory);
}

.service-collection-page .page-hero .kicker {
  color: #e0b7a3;
}

.service-collection-page .page-hero h1 {
  max-width: 760px;
  color: var(--ivory);
  font-size: 58px;
}

.service-collection-page .page-hero-content > p:not(.kicker) {
  color: rgba(247, 242, 236, 0.84);
  font-size: 21px;
}

.service-collection-page .page-hero .button {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--espresso);
}

.service-collection-page .page-hero .button:hover {
  background: transparent;
  color: var(--ivory);
}

.service-collection-page .page-hero .text-link {
  color: var(--ivory);
}

.service-collection-page .page-hero-media {
  height: 520px;
  padding: 0;
  border-inline: 1px solid var(--light-line);
  background: var(--ink);
}

.service-collection-page .page-hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.service-collection-page.service-collection-permanent-makeup .page-hero-image {
  object-position: center 42%;
}

.service-collection-page.service-collection-threading .page-hero-image,
.service-collection-page.service-collection-lash-brow .page-hero-image {
  object-position: center 38%;
}

.service-category-nav-band {
  position: sticky;
  top: 0;
  z-index: 12;
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.service-category-nav {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.service-category-nav > span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-category-nav > div {
  min-width: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 10px;
  scrollbar-width: thin;
}

.service-category-nav a {
  min-height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.service-category-nav a:hover,
.service-category-nav a[aria-current="page"] {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.service-collection-page .collection-section {
  padding-block: 0;
  background: var(--white);
}

.service-collection-page .collection-section > .container {
  width: 100%;
  max-width: none;
}

.service-catalog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  padding: 76px max(32px, calc((100vw - var(--container)) / 2)) 34px;
  background: var(--ivory);
}

.service-catalog-header > div:first-child {
  max-width: 820px;
}

.service-catalog-header h2 {
  margin-bottom: 14px;
  font-size: 42px;
}

.service-catalog-header p:not(.kicker) {
  color: var(--muted);
  font-size: 20px;
}

.service-catalog-count {
  width: 132px;
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
  text-align: center;
}

.service-catalog-count strong,
.service-catalog-count span {
  display: block;
}

.service-catalog-count strong {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.service-catalog-count span {
  margin-top: 6px;
  color: rgba(247, 242, 236, 0.72);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-catalog-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--sand);
}

.service-catalog-trust span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  border-right: 1px solid var(--line);
  color: var(--espresso);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.service-catalog-trust span:last-child {
  border-right: 0;
}

.service-decision-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr) auto;
  align-items: center;
  gap: 28px;
  padding: 38px max(32px, calc((100vw - var(--container)) / 2));
  background: var(--sage);
  color: var(--ivory);
}

.service-decision-panel .kicker,
.service-decision-panel h3 {
  color: var(--ivory);
}

.service-decision-panel p:not(.kicker) {
  max-width: 720px;
  color: rgba(247, 242, 236, 0.82);
}

.service-decision-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--light-line);
}

.service-decision-steps span {
  min-width: 0;
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border-right: 1px solid var(--light-line);
  color: rgba(247, 242, 236, 0.82);
  font-size: 15px;
  line-height: 1.25;
}

.service-decision-steps span:last-child {
  border-right: 0;
}

.service-decision-steps b {
  display: block;
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
}

.treatment-group-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 26px max(32px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.treatment-group-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
}

.treatment-group-nav a:hover {
  border-color: var(--rose-aa);
  color: var(--rose-aa);
}

.treatment-groups {
  background: var(--white);
}

.treatment-group {
  padding: 60px max(32px, calc((100vw - var(--container)) / 2)) 70px;
  border-bottom: 1px solid var(--line);
}

.treatment-group:nth-child(even) {
  background: var(--ivory);
}

.treatment-group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  max-width: var(--container);
  margin: 0 auto 26px;
}

.treatment-group-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.treatment-group-heading h3 {
  max-width: 760px;
  font-size: 32px;
}

.treatment-group-heading > span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.treatment-index-grid {
  width: min(100%, var(--container));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-inline: auto;
}

.treatment-index-item {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.treatment-index-item:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 35, 32, 0.28);
  box-shadow: var(--shadow);
}

.treatment-index-media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--sand);
}

.treatment-index-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms ease;
}

.treatment-index-item:hover .treatment-index-media img {
  transform: scale(1.03);
}

.treatment-index-copy {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 20px;
}

.treatment-index-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.treatment-index-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid var(--line);
  color: var(--rose-aa);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.treatment-index-meta .treatment-index-note {
  color: var(--muted);
  text-transform: none;
}

.treatment-index-copy h4 {
  font-size: 24px;
  line-height: 1.18;
}

.treatment-index-copy h4 a:hover {
  color: var(--rose-aa);
}

.treatment-index-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.treatment-index-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.treatment-index-actions .text-link,
.treatment-book-link {
  min-height: 36px;
  font-size: 15px;
}

.treatment-book-link {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
  font-weight: 700;
}

.treatment-book-link:hover {
  background: transparent;
  color: var(--espresso);
}

.service-collection-page .booking-strip {
  background: var(--espresso);
}

.service-collection-page .booking-strip .button-light {
  border-color: var(--ivory);
}

@media (max-width: 1180px) {
  .service-collection-page .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  }

  .service-decision-panel {
    grid-template-columns: 1fr;
  }

  .service-decision-panel .button {
    justify-self: start;
  }

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

@media (max-width: 980px) {
  .service-collection-page .page-hero-inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .service-collection-page .page-hero-content {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
    padding: 58px 0 36px;
  }

  .service-collection-page .page-hero h1 {
    font-size: 46px;
  }

  .service-collection-page .page-hero-media {
    width: min(calc(100% - 48px), var(--container));
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin: 0 auto 48px;
    border: 1px solid var(--light-line);
  }

  .service-category-nav {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 10px;
  }

  .service-category-nav > span {
    padding-top: 4px;
  }

  .service-catalog-header {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 56px 24px 28px;
  }

  .service-catalog-count {
    width: 112px;
    min-height: 112px;
  }

  .service-catalog-count strong {
    font-size: 40px;
  }

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

  .service-catalog-trust span:nth-child(2n) {
    border-right: 0;
  }

  .service-catalog-trust span:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .service-decision-panel,
  .treatment-group-nav,
  .treatment-group {
    padding-inline: 24px;
  }
}

@media (max-width: 680px) {
  .service-collection-page .page-hero-content {
    width: min(calc(100% - 32px), var(--container));
    padding-block: 42px 28px;
  }

  .service-collection-page .page-hero h1 {
    font-size: 38px;
  }

  .service-collection-page .page-hero-content > p:not(.kicker),
  .service-catalog-header p:not(.kicker) {
    font-size: 18px;
  }

  .service-collection-page .page-hero-media {
    width: calc(100% - 32px);
    aspect-ratio: 4 / 3;
    margin-bottom: 32px;
  }

  .service-category-nav-band {
    position: static;
  }

  .service-category-nav {
    width: calc(100% - 32px);
  }

  .service-catalog-header {
    padding: 42px 16px 24px;
  }

  .service-catalog-header h2 {
    font-size: 32px;
  }

  .service-catalog-trust {
    grid-template-columns: 1fr;
  }

  .service-catalog-trust span {
    min-height: 60px;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .service-catalog-trust span:first-child {
    border-top: 0;
  }

  .service-decision-panel {
    padding: 30px 16px;
  }

  .service-decision-steps {
    grid-template-columns: 1fr;
  }

  .service-decision-steps span {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .service-decision-steps span:last-child {
    border-bottom: 0;
  }

  .treatment-group-nav {
    padding: 20px 16px;
  }

  .treatment-group-nav a {
    flex: 1 1 160px;
  }

  .treatment-group {
    padding: 42px 16px 50px;
  }

  .treatment-group-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .treatment-group-heading h3 {
    font-size: 28px;
  }

  .treatment-group-heading > span {
    justify-self: start;
  }

  .treatment-index-grid {
    grid-template-columns: 1fr;
  }

  .treatment-index-copy {
    padding: 18px;
  }

  .treatment-index-copy h4 {
    font-size: 22px;
  }

  .treatment-index-actions {
    align-items: stretch;
  }

  .treatment-index-actions .text-link,
  .treatment-book-link {
    justify-content: center;
  }
}

.faq-section {
  width: min(calc(100% - 64px), 900px);
  margin-inline: auto;
  padding-block: 70px;
}

.prose-section > div {
  width: min(calc(100% - 64px), 820px);
  margin-inline: auto;
}

.prose-section h2 {
  margin-bottom: 14px;
}

.prose-section p {
  color: var(--muted);
  font-size: 20px;
}

/* Shop collections */
.shop-perks {
  padding-block: 26px;
  background: var(--espresso);
  color: var(--ivory);
}

.shop-perks .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-perks .container > div {
  min-width: 0;
  padding: 8px 24px;
  border-right: 1px solid var(--light-line);
  text-align: center;
}

.shop-perks .container > div:last-child {
  border-right: 0;
}

.shop-perks b,
.shop-perks span {
  display: block;
}

.shop-perks b {
  color: var(--white);
  font-size: 17px;
}

.shop-perks span {
  color: rgba(247, 242, 236, 0.66);
  font-size: 15px;
}

.shop-toolbar {
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.shop-toolbar .container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.shop-filters > span {
  margin-right: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.shop-filters button {
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
}

.shop-filters button:hover,
.shop-filters button.is-active {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.shop-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.shop-toolbar select {
  min-height: 40px;
  padding: 7px 30px 7px 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
  color: var(--espresso);
}

.shop-service-pair {
  padding-block: 68px;
  background: var(--sand);
}

.shop-service-pair .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 52px;
}

.shop-service-pair h2 {
  margin-bottom: 14px;
}

.shop-service-pair p:not(.kicker) {
  margin-bottom: 24px;
  color: var(--muted);
}

.shop-service-pair img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Product pages */
.breadcrumbs {
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.breadcrumbs .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  white-space: nowrap;
}

.breadcrumbs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.breadcrumbs [aria-current="page"] {
  overflow: hidden;
  color: var(--espresso);
  text-overflow: ellipsis;
}

.product-layout {
  padding-block: 58px;
  background: var(--white);
}

.product-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 64px;
}

.product-gallery {
  min-width: 0;
}

.product-main-image {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--sand);
}

.service-product-layout .product-main-image {
  aspect-ratio: 4 / 3;
}

.product-main-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-product-layout .product-main-image img {
  object-fit: cover;
  object-position: var(--image-position, center);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.product-thumbs button {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--sand);
}

.product-thumbs button.is-active {
  border: 2px solid var(--espresso);
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  position: sticky;
  top: 108px;
  min-width: 0;
  padding-top: 6px;
}

.product-info h1 {
  margin-bottom: 18px;
  font-size: 46px;
  overflow-wrap: anywhere;
}

.product-intro {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 19px;
}

.product-pricing {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}

.product-pricing span {
  font-size: 25px;
  font-weight: 700;
}

.product-pricing s {
  color: var(--muted);
  font-size: 19px;
}

.product-option {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
  color: var(--espresso);
  font-size: 16px;
  font-weight: 700;
}

.product-option select {
  width: 100%;
  min-height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
}

.product-buy-row {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.quantity-control {
  display: grid;
  gap: 7px;
  color: var(--espresso);
  font-size: 16px;
  font-weight: 700;
}

.quantity-control > span {
  height: 48px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  border: 1px solid var(--line);
  background: var(--white);
}

.quantity-control button,
.quantity-control input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--espresso);
  text-align: center;
}

.quantity-control input {
  width: 100%;
  appearance: textfield;
}

.product-primary-action {
  width: 100%;
  min-height: 48px;
}

.service-product-layout .product-primary-action {
  margin-bottom: 10px;
}

.purchase-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.product-content {
  padding-block: 68px;
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 58px;
  align-items: start;
}

.rte {
  min-width: 0;
  color: var(--ink);
}

.rte h2,
.rte h3,
.rte h4 {
  margin: 28px 0 10px;
}

.rte h2:first-child,
.rte h3:first-child {
  margin-top: 0;
}

.rte p,
.rte ul,
.rte ol,
.rte table {
  margin-bottom: 16px;
}

.rte ul,
.rte ol {
  padding-left: 22px;
}

.rte a {
  color: var(--rose-aa);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rte table {
  width: 100%;
  border-collapse: collapse;
}

.rte th,
.rte td {
  padding: 10px;
  border: 1px solid var(--line);
  text-align: left;
}

.product-content aside {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-content aside h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.product-content aside p {
  margin-bottom: 20px;
  color: var(--muted);
}

/* Policies and forms */
.legal-section,
.form-section {
  padding-block: 72px;
  background: var(--white);
}

.legal-prose {
  max-width: 900px;
}

.legal-prose > *:first-child {
  margin-top: 0;
}

.legal-prose h2 {
  margin: 42px 0 14px;
  font-size: 31px;
}

.legal-prose h3 {
  margin: 28px 0 10px;
  font-size: 23px;
}

.legal-prose p,
.legal-prose ul,
.legal-prose ol {
  margin-bottom: 16px;
  color: var(--ink);
}

.legal-prose ul,
.legal-prose ol {
  padding-left: 24px;
}

.legal-prose a {
  color: var(--rose-aa);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-section > .container {
  max-width: 900px;
}

.form-security-note {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  margin-bottom: 26px;
  padding: 16px 18px;
  border-left: 4px solid var(--sage);
  background: #edf1ee;
}

.form-security-note strong {
  color: var(--sage);
}

.secure-consent-intro {
  padding-block: 54px;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.secure-consent-intro > .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 64px;
}

.secure-consent-intro h2 {
  max-width: 620px;
  font-size: 38px;
}

.secure-consent-intro p:last-child {
  max-width: 670px;
  color: var(--ink);
  font-size: 18px;
}

.secure-consent-section {
  padding-block: 64px 76px;
  background: var(--white);
}

.secure-consent-section > .container {
  max-width: 1040px;
}

.secure-consent-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  border-block: 1px solid var(--line);
}

.secure-consent-facts > div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.secure-consent-facts > div:first-child {
  padding-left: 0;
}

.secure-consent-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.secure-consent-facts strong {
  color: var(--espresso);
  font-size: 17px;
}

.secure-consent-facts span {
  color: var(--muted);
  font-size: 15px;
}

.vagaro-consent-frame {
  position: relative;
  height: 1200px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f5f5f5;
}

.vagaro-consent-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--white);
}

.secure-consent-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.secure-consent-fallback > div {
  display: grid;
  gap: 3px;
}

.secure-consent-fallback span,
.secure-consent-help {
  color: var(--muted);
}

.secure-consent-fallback .button {
  flex: 0 0 auto;
}

.secure-consent-help {
  margin-top: 18px;
  font-size: 15px;
  text-align: center;
}

.secure-consent-help a {
  color: var(--rose-aa);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sbc-form-wrap {
  color: var(--espresso);
}

.sbc-form-wrap h1 {
  font-size: 34px;
  text-align: center;
}

.sbc-subtitle {
  margin-bottom: 30px;
  color: var(--muted);
  text-align: center;
}

.sbc-section-title {
  margin: 34px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--rose);
  color: var(--rose-aa);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.sbc-grid-2,
.sbc-grid-3,
.sbc-checkbox-grid {
  display: grid;
  gap: 14px;
}

.sbc-grid-2,
.sbc-checkbox-grid {
  grid-template-columns: 1fr 1fr;
}

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

.sbc-field {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.sbc-field label,
.sbc-initials-row label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.sbc-field input,
.sbc-field textarea,
.sbc-field select,
.sbc-initials-row input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--espresso);
}

.sbc-field textarea {
  min-height: 96px;
  resize: vertical;
}

.sbc-checkbox-item {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 8px 0;
}

.sbc-checkbox-item input,
.sbc-photo-row input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--rose-aa);
}

.sbc-consent-block {
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.sbc-consent-block p {
  margin-bottom: 12px;
}

.sbc-initials-row,
.sbc-photo-row,
.sbc-radio-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sbc-photo-row {
  flex-wrap: wrap;
}

.sbc-photo-row label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.sbc-initials-row input {
  width: 110px;
}

.sbc-submit-btn {
  width: 100%;
  min-height: 50px;
  margin-top: 28px;
  border: 1px solid var(--espresso);
  border-radius: 0;
  background: var(--espresso);
  color: var(--white);
  font-weight: 700;
}

.sbc-submit-btn:hover {
  background: transparent;
  color: var(--espresso);
}

.sbc-legal-note,
.form-status {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.form-status {
  padding: 14px;
  border: 1px solid var(--rose);
  background: var(--sand);
  color: var(--espresso);
}

/* Footer */
.booking-strip {
  padding-block: 54px;
  background: var(--sage);
  color: var(--white);
}

.booking-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 34px;
}

.booking-strip h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 31px;
}

.booking-strip p,
.booking-contact {
  color: rgba(255, 255, 255, 0.78);
}

.booking-contact {
  display: grid;
  font-size: 16px;
}

.booking-contact a {
  color: var(--white);
  font-weight: 700;
}

.site-footer {
  padding: 64px 0 28px;
  background: var(--espresso);
  color: var(--ivory);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, minmax(0, 0.8fr));
  gap: 42px;
  padding-bottom: 46px;
}

.brand-footer {
  align-items: flex-start;
  color: var(--ivory);
}

.footer-brand > p {
  max-width: 340px;
  margin-top: 18px;
  color: rgba(247, 242, 236, 0.64);
  font-size: 17px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.footer-socials a {
  color: #e0b7a3;
  font-size: 16px;
  font-weight: 700;
}

.footer-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col h3 {
  margin-bottom: 8px;
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-col a,
.footer-col address {
  color: rgba(247, 242, 236, 0.64);
  font-size: 16px;
}

.footer-col a:hover {
  color: #e0b7a3;
}

.footer-phone {
  margin-top: 7px;
  color: var(--ivory) !important;
  font-weight: 700;
}

.footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--light-line);
  color: rgba(247, 242, 236, 0.48);
  font-size: 15px;
}

.footer-bottom a {
  color: #e0b7a3;
}

.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--espresso);
  color: var(--ivory);
  text-align: center;
}

.not-found-page b {
  color: #e0b7a3;
  font-family: var(--font-serif);
  font-size: 82px;
  font-weight: 500;
}

.not-found-page h1 {
  margin-bottom: 12px;
  color: var(--ivory);
}

.not-found-page p {
  max-width: 600px;
  margin-bottom: 24px;
  color: rgba(247, 242, 236, 0.72);
}

.reveal {
  opacity: 1;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .brand {
    width: 220px;
  }

  .brand-word {
    font-size: 35px;
  }

  .desktop-nav {
    gap: 17px;
  }

  .header-phone {
    display: none;
  }

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

  .footer-col:nth-of-type(4),
  .footer-col:nth-of-type(5) {
    margin-top: 8px;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  .page-hero-inner {
    width: min(calc(100% - 48px), var(--container));
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  }

  .page-hero-content > * {
    width: min(100%, 680px);
  }

  .recognition-band > .container,
  .treatment-video-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .recognition-band h2 {
    max-width: 620px;
  }

  .treatment-video-media {
    justify-self: start;
  }

  .container,
  .services-showcase > .section-heading,
  .services-showcase > .service-grid,
  .shop-section > .section-heading,
  .shop-section > .product-grid,
  .services-showcase > .section-action,
  .shop-section > .section-action,
  .principles-section > .section-heading,
  .principles-section > .principle-grid,
  .credential-intro > .section-heading,
  .credential-intro > .credential-pillars,
  .apprenticeship-intro > .section-heading,
  .apprenticeship-intro > .training-grid {
    width: min(calc(100% - 48px), var(--container));
  }

  .header-inner {
    width: min(calc(100% - 40px), 1400px);
    min-height: 72px;
    grid-template-columns: 220px 1fr 44px;
    gap: 12px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 9px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    background: var(--espresso);
    transition: transform var(--ease), opacity var(--ease);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--line);
    background: var(--ivory);
  }

  .mobile-nav:not([hidden]) {
    display: block;
  }

  .mobile-nav-primary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-nav-primary a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-nav-primary a:nth-child(3n) {
    border-right: 0;
  }

  .mobile-nav a.is-active {
    color: var(--rose-aa);
  }

  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-actions > a:not(.button) {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-actions .button {
    grid-column: 1 / -1;
  }

  .apprentice-overview-grid,
  .mentor-proof > .container,
  .application-grid,
  .contact-overview-grid,
  .contact-map-header,
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-map-frame {
    height: 480px;
  }

  .application-intro,
  .contact-booking-panel {
    position: static;
  }

  .apprentice-facts,
  .mentor-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apprentice-facts > div:nth-child(2),
  .mentor-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .apprentice-facts > div:nth-child(-n + 2),
  .mentor-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .curriculum-band-detailed,
  .visit-band {
    grid-template-columns: 1fr;
  }

  .visit-band-media {
    min-height: 480px;
  }

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

  .trust-rail > *:nth-child(3) {
    border-right: 0;
  }

  .trust-rail > *:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

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

  .nahid-feature,
  .profile-story,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .nahid-feature-media,
  .contact-photo {
    min-height: 480px;
  }

  .visit-process,
  .experience-timeline,
  .curriculum-band {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .results-grid,
  .principle-grid,
  .credential-pillars,
  .training-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-jump .container {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .service-jump .container > div {
    justify-content: flex-start;
  }

  .service-category-grid,
  .product-layout-grid,
  .product-content-grid {
    grid-template-columns: 1fr;
  }

  .product-info {
    position: static;
  }

  .service-category-media {
    position: relative;
    top: auto;
    width: min(100%, 720px);
  }

  .product-gallery {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .product-info {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .shop-toolbar .container {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 16px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 80px;
  }

  body {
    font-size: 18px;
  }

  h1,
  .page-hero h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 23px;
  }

  .container,
  .page-hero-content,
  .services-showcase > .section-heading,
  .services-showcase > .service-grid,
  .shop-section > .section-heading,
  .shop-section > .product-grid,
  .services-showcase > .section-action,
  .shop-section > .section-action,
  .principles-section > .section-heading,
  .principles-section > .principle-grid,
  .credential-intro > .section-heading,
  .credential-intro > .credential-pillars,
  .apprenticeship-intro > .section-heading,
  .apprenticeship-intro > .training-grid {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding-block: 62px;
  }

  .recognition-band,
  .treatment-video {
    padding-block: 58px;
  }

  .contact-map-section {
    padding: 58px 0 68px;
  }

  .contact-map-frame {
    height: 420px;
  }

  .recognition-marks {
    grid-template-columns: 1fr;
  }

  .recognition-marks figure {
    grid-template-rows: 150px auto;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .recognition-marks figure:last-child {
    border-bottom: 1px solid var(--line);
  }

  .announcement {
    min-height: 30px;
    padding: 6px 12px;
  }

  .announcement p {
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-inner {
    width: calc(100% - 24px);
    min-height: 68px;
    grid-template-columns: 200px 1fr 44px;
    gap: 8px;
  }

  .brand {
    width: 200px;
    gap: 9px;
  }

  .brand-word {
    font-size: 32px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
    padding-right: 8px;
  }

  .brand-mark img {
    width: 26px;
    height: 26px;
  }

  .brand-sub {
    margin-top: 4px;
    font-size: 9px;
  }

  .mobile-nav {
    padding-inline: 16px;
  }

  .mobile-nav-primary {
    grid-template-columns: 1fr;
  }

  .mobile-nav-primary a,
  .mobile-nav-primary a:nth-child(3n) {
    min-height: 46px;
    justify-content: flex-start;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .faq-columns,
  .form-row,
  .choice-grid,
  .contact-facts {
    grid-template-columns: 1fr;
  }

  .faq-columns details:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

  .contact-facts > *,
  .contact-facts > *:nth-child(even) {
    min-height: 104px;
    padding-inline: 0;
    border-right: 0;
  }

  .site-form,
  .contact-form-wrap {
    padding: 24px 18px;
  }

  .contact-form-wrap .site-form {
    padding: 0;
  }

  .site-form .button {
    width: 100%;
  }

  .curriculum-band-detailed li {
    min-height: 0;
  }

  .visit-band-media {
    min-height: 330px;
  }

  .home-hero {
    min-height: 470px;
    padding-block: 52px;
  }

  .home-hero-image-desktop {
    display: none;
  }

  .home-hero-media .home-hero-image-mobile {
    display: block;
    object-position: center 26%;
  }

  .home-hero-overlay {
    background: rgba(42, 35, 32, 0.44);
  }

  .home-hero-content {
    width: calc(100% - 32px);
  }

  .home-hero .hero-copy {
    font-size: 19px;
  }

  .home-hero .hero-actions,
  .page-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero .button,
  .home-hero .text-link,
  .page-hero .button,
  .page-hero .text-link {
    width: 100%;
  }

  .page-hero {
    min-height: 0;
  }

  .page-hero-inner {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .page-hero-content {
    width: min(calc(100% - 32px), var(--container));
    margin-inline: auto;
    padding: 44px 0 40px;
  }

  .page-hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 18px;
    border: 0;
    border-top: 1px solid var(--line);
  }

  .page-hero-image {
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }

  .page-hero-media.is-portrait {
    aspect-ratio: 4 / 5;
    max-height: 520px;
  }

  .page-hero-portrait .page-hero-inner {
    min-height: 0;
  }

  .page-hero-portrait .page-hero-media {
    height: auto;
  }

  .page-hero-content > p:not(.kicker),
  .simple-hero p:last-child {
    font-size: 18px;
  }

  .simple-hero {
    padding-block: 54px;
  }

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

  .trust-rail > * {
    min-height: 76px;
    border-top: 1px solid var(--line);
  }

  .trust-rail > *:nth-child(2n) {
    border-right: 0;
  }

  .trust-rail > *:first-child,
  .trust-rail > *:nth-child(2) {
    border-top: 0;
  }

  .trust-rail > *:last-child {
    grid-column: 1 / -1;
  }

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

  .service-card-copy h3,
  .service-card-copy > p {
    min-height: 0;
  }

  .nahid-feature-media,
  .contact-photo {
    min-height: 390px;
  }

  .nahid-feature-copy,
  .profile-story-copy,
  .contact-details {
    padding: 48px 20px;
  }

  .profile-story {
    gap: 36px;
    padding: 58px 16px;
  }

  .profile-story-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .profile-story-copy {
    padding: 0;
  }

  .credential-marks {
    grid-template-columns: 1fr 1fr;
  }

  .credential-marks > div:nth-child(2) {
    border-right: 0;
  }

  .credential-marks > div:nth-child(n + 3) {
    border-top: 1px solid var(--light-line);
  }

  .visit-process,
  .experience-timeline,
  .curriculum-band,
  .results-section,
  .certificate-gallery,
  .apply-band {
    padding: 58px 16px;
  }

  .visit-process ol,
  .results-grid,
  .principle-grid,
  .credential-pillars,
  .training-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .certificate-grid .certificate-featured {
    grid-column: auto;
  }

  .certificate-grid figure:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .certificate-grid figure {
    grid-template-rows: 280px auto;
  }

  .certificate-grid .certificate-link {
    height: 280px;
  }

  .certificate-grid img {
    height: 280px;
    padding: 18px;
  }

  .visit-process li {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

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

  .first-visit-offer {
    min-height: 340px;
  }

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

  .product-card-copy {
    min-height: 180px;
    padding: 13px;
  }

  .product-card h3 {
    min-height: 54px;
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .product-card-description {
    display: none;
  }

  .product-type {
    font-size: 13px;
  }

  .product-meta {
    min-height: 72px;
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }

  .product-meta > span {
    font-size: 16px;
  }

  .card-action {
    width: 100%;
    justify-content: center;
  }

  .service-jump .container {
    gap: 12px;
  }

  .service-jump .container > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .service-jump a {
    min-height: 44px;
    flex: 0 0 auto;
    justify-content: center;
    padding: 9px 13px;
    line-height: 1.25;
    scroll-snap-align: start;
    text-align: center;
    white-space: nowrap;
  }

  .service-category {
    padding-block: 54px;
  }

  .service-category-grid {
    gap: 28px;
  }

  .service-category-media > span {
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .service-category-content h2 {
    overflow-wrap: anywhere;
  }

  .service-category-meta,
  .service-facts {
    grid-template-columns: 1fr;
  }

  .service-category-meta span,
  .service-facts span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-category-meta span:last-child,
  .service-facts span:last-child {
    border-bottom: 0;
  }

  .service-accordions {
    grid-template-columns: 1fr;
  }

  .credential-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .credential-numbers > div:nth-child(2) {
    border-right: 0;
  }

  .credential-numbers > div:nth-child(n + 3) {
    border-top: 1px solid var(--light-line);
  }

  .experience-timeline ol,
  .curriculum-band ol {
    grid-template-columns: 1fr;
  }

  .experience-timeline li,
  .experience-timeline li:nth-child(odd) {
    border-left: 0;
  }

  .apply-band {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-details dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .book-panel .text-link {
    margin: 12px 0 0;
  }

  .shop-perks .container {
    grid-template-columns: 1fr;
  }

  .shop-perks .container > div {
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .shop-perks .container > div:last-child {
    border-bottom: 0;
  }

  .shop-filters > span {
    width: 100%;
  }

  .shop-service-pair .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-layout {
    padding-block: 28px 46px;
  }

  .product-layout-grid {
    gap: 30px;
  }

  .product-main-image {
    max-height: 420px;
  }

  .product-info h1 {
    font-size: 36px;
  }

  .product-buy-row {
    grid-template-columns: 126px minmax(0, 1fr);
  }

  .product-content {
    padding-block: 48px;
  }

  .product-content-grid {
    gap: 30px;
  }

  .form-security-note {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .secure-consent-intro > .container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .secure-consent-facts {
    grid-template-columns: 1fr;
  }

  .secure-consent-facts > div,
  .secure-consent-facts > div:first-child,
  .secure-consent-facts > div:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .secure-consent-facts > div:last-child {
    border-bottom: 0;
  }

  .vagaro-consent-frame {
    height: 980px;
  }

  .secure-consent-fallback {
    align-items: stretch;
    flex-direction: column;
  }

  .secure-consent-fallback .button {
    width: 100%;
  }

  .sbc-grid-2,
  .sbc-grid-3,
  .sbc-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .booking-strip-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .booking-contact {
    justify-items: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

.privacy-banner {
  position: fixed;
  z-index: 3000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  margin-inline: auto;
  padding: 20px 22px;
  border: 1px solid rgba(247, 242, 236, 0.2);
  background: var(--espresso);
  box-shadow: 0 18px 48px rgba(42, 35, 32, 0.28);
  color: var(--ivory);
}

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

.privacy-banner p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.45;
}

.privacy-banner a {
  display: inline-block;
  margin-top: 4px;
  color: var(--ivory);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-banner-actions {
  display: flex;
  gap: 10px;
}

.privacy-banner .button {
  min-width: 134px;
  min-height: 44px;
  padding: 10px 16px;
  white-space: nowrap;
}

.privacy-banner .button-outline {
  border-color: rgba(247, 242, 236, 0.7);
  color: var(--ivory);
}

.privacy-banner [data-consent-choice="all"] {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--espresso);
}

.privacy-choice-status {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--sage);
  background: rgba(96, 110, 101, 0.1);
}

@media (max-width: 680px) {
  .privacy-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .privacy-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .privacy-banner .button {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
  }
}

@media (max-width: 340px) {
  .product-grid,
  .product-grid-services {
    grid-template-columns: 1fr;
  }

  .product-card-media,
  .product-card.is-service .product-card-media {
    max-height: 320px;
  }

  .product-card-copy,
  .product-card h3 {
    min-height: 0;
  }

  .product-buy-row {
    grid-template-columns: 1fr;
  }

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

  .footer-brand {
    grid-column: auto;
  }
}

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

/* Focused landing page */
.landing-header {
  background: rgba(247, 242, 236, 0.98);
}

.landing-header-inner {
  width: min(calc(100% - 64px), 1400px);
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.landing-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--espresso);
}

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

.landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.landing-hero-shade {
  background: rgba(42, 35, 32, 0.46);
}

.landing-hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
  color: var(--ivory);
}

.landing-hero-content > * {
  max-width: 700px;
}

.landing-hero-content h1 {
  margin-bottom: 22px;
  color: var(--ivory);
  font-size: 64px;
}

.landing-hero-content > p:not(.kicker, .landing-offer) {
  margin-bottom: 30px;
  color: rgba(247, 242, 236, 0.92);
  font-size: 22px;
}

.landing-offer {
  margin-top: 24px;
  color: var(--ivory);
  font-size: 17px;
}

.landing-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.landing-trust > div {
  min-width: 0;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.landing-trust > div:last-child {
  border-right: 0;
}

.landing-trust b,
.landing-trust span {
  display: block;
}

.landing-trust b {
  color: var(--espresso);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
}

.landing-trust span {
  color: var(--muted);
  font-size: 15px;
}

.landing-services {
  background: var(--ivory);
}

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

.landing-service-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.landing-service-grid article:hover {
  border-color: rgba(42, 35, 32, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.landing-service-grid article > a {
  height: 100%;
  display: grid;
  grid-template-rows: 250px 1fr;
}

.landing-service-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center 38%;
  background: var(--sand);
}

.landing-service-grid article:first-child img {
  object-position: center 66%;
}

.landing-service-grid article:nth-child(4) img {
  object-position: center 52%;
}

.landing-service-grid article > a > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.landing-service-grid h3 {
  margin-bottom: 10px;
}

.landing-service-grid p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 17px;
}

.landing-service-grid .arrow-link {
  margin-top: auto;
}

.landing-page .results-section {
  background: var(--white);
}

.landing-process {
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.landing-process > .container {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
}

.landing-process .section-heading {
  margin-bottom: 20px;
}

.landing-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.landing-process li {
  min-width: 0;
  padding: 26px 24px 0;
  border-left: 1px solid var(--line);
}

.landing-process li:first-child {
  border-left: 0;
}

.landing-process li > span {
  color: var(--rose-aa);
  font-size: 15px;
  font-weight: 700;
}

.landing-process h3 {
  margin: 14px 0 10px;
}

.landing-process li p {
  color: var(--muted);
  font-size: 17px;
}

.landing-contact-section {
  padding-block: 92px;
  background: var(--espresso);
}

.landing-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: start;
  gap: 72px;
}

.landing-contact-copy {
  position: sticky;
  top: 112px;
  color: var(--ivory);
}

.landing-contact-copy h2 {
  max-width: 560px;
  margin-bottom: 20px;
  color: var(--ivory);
}

.landing-contact-copy > p:not(.kicker) {
  max-width: 600px;
  color: rgba(247, 242, 236, 0.78);
  font-size: 19px;
}

.landing-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-block: 28px;
}

.landing-contact-copy dl {
  border-top: 1px solid var(--light-line);
}

.landing-contact-copy dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding-block: 15px;
  border-bottom: 1px solid var(--light-line);
}

.landing-contact-copy dt {
  color: #e0b7a3;
  font-weight: 700;
}

.landing-contact-copy dd {
  color: var(--ivory);
}

.landing-form {
  scroll-margin-top: 96px;
  padding: 42px;
  border-color: rgba(247, 242, 236, 0.28);
}

.landing-form textarea {
  min-height: 112px;
}

.landing-faq {
  background: var(--white);
}

.landing-faq > .container {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  gap: 72px;
}

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

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

.landing-faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--espresso);
  font-size: 19px;
  font-weight: 700;
  list-style: none;
}

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

.landing-faq-list summary span {
  flex: 0 0 auto;
  color: var(--rose-aa);
  font-size: 26px;
  font-weight: 400;
}

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

.landing-faq-list details p {
  max-width: 760px;
  padding: 0 48px 20px 0;
  color: var(--muted);
}

.landing-footer {
  padding-block: 52px;
  border-top: 1px solid var(--light-line);
  background: var(--espresso);
  color: rgba(247, 242, 236, 0.76);
}

.landing-footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.7fr;
  align-items: end;
  gap: 48px;
}

.landing-footer .brand {
  color: var(--ivory);
}

.landing-footer .brand-mark {
  border-color: var(--light-line);
}

.landing-footer .brand-sub,
.landing-footer .brand-sub small {
  color: #e0b7a3;
}

.landing-footer-inner > div:first-child > p {
  max-width: 500px;
  margin-top: 18px;
}

.landing-footer address a,
.landing-footer-links a {
  color: var(--ivory);
  font-weight: 700;
}

.landing-footer-links {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.landing-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  .landing-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-process > .container,
  .landing-contact-grid,
  .landing-faq > .container {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  .landing-hero {
    min-height: 580px;
  }

  .landing-hero-content h1 {
    font-size: 52px;
  }

  .landing-process > .container,
  .landing-contact-grid,
  .landing-faq > .container,
  .landing-footer-inner {
    grid-template-columns: 1fr;
  }

  .landing-contact-copy {
    position: static;
  }

  .landing-footer-inner {
    align-items: start;
    gap: 28px;
  }

  .landing-footer-links {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .landing-page {
    padding-bottom: 64px;
  }

  .landing-header-inner {
    width: calc(100% - 24px);
    min-height: 68px;
  }

  .landing-header .brand {
    width: 200px;
  }

  .landing-header-actions .header-phone {
    display: none;
  }

  .landing-header-actions .header-book {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 14px;
  }

  .landing-hero {
    min-height: 560px;
    align-items: flex-end;
    padding-block: 50px;
  }

  .landing-hero-media img {
    object-position: 56% center;
  }

  .landing-hero-shade {
    background: rgba(42, 35, 32, 0.52);
  }

  .landing-hero-content {
    width: calc(100% - 32px);
  }

  .landing-hero-content h1 {
    font-size: 40px;
  }

  .landing-hero-content > p:not(.kicker, .landing-offer) {
    font-size: 19px;
  }

  .landing-hero-content .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-hero-content .button,
  .landing-hero-content .text-link {
    width: 100%;
  }

  .landing-trust {
    grid-template-columns: 1fr 1fr;
  }

  .landing-trust > div:nth-child(2) {
    border-right: 0;
  }

  .landing-trust > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .landing-service-grid,
  .landing-process ol {
    grid-template-columns: 1fr;
  }

  .landing-service-grid article > a {
    grid-template-rows: 220px 1fr;
  }

  .landing-service-grid img {
    height: 220px;
  }

  .landing-process li,
  .landing-process li:first-child {
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .landing-form {
    padding: 25px 18px;
  }

  .landing-contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-contact-actions > * {
    width: 100%;
  }

  .landing-contact-copy dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .landing-faq-list summary {
    font-size: 18px;
  }

  .landing-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    height: 64px;
    display: grid;
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
    border-top: 1px solid rgba(247, 242, 236, 0.3);
    background: var(--espresso);
    color: var(--ivory);
  }

  .landing-mobile-actions a {
    min-width: 0;
    display: grid;
    place-items: center;
    padding: 8px;
    border-right: 1px solid rgba(247, 242, 236, 0.22);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .landing-mobile-actions a:last-child {
    border-right: 0;
  }

  .landing-page .privacy-banner {
    bottom: 74px;
  }
}

@media (max-width: 420px) {
  .landing-header .brand-sub small {
    display: none;
  }

  .landing-header .brand {
    width: 154px;
  }

  .landing-header .brand-word {
    font-size: 29px;
  }

  .landing-header .brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    padding-right: 6px;
  }

  .landing-header .brand-mark img {
    width: 23px;
    height: 23px;
  }

  .landing-header-actions .header-book {
    max-width: 118px;
    padding-inline: 10px;
    white-space: normal;
    text-align: center;
  }
}

/* Permanent makeup landing page */
.pmu-hero {
  min-height: 650px;
}

.pmu-hero .landing-hero-media img {
  object-position: center 42%;
}

.pmu-hero .landing-hero-shade {
  background: rgba(42, 35, 32, 0.5);
}

.pmu-hero .landing-hero-content > * {
  max-width: 760px;
}

.pmu-hero .landing-hero-content h1 {
  max-width: 720px;
}

.pmu-trust {
  border-top: 1px solid rgba(42, 35, 32, 0.08);
}

.pmu-services {
  background: var(--ivory);
}

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

.pmu-service-grid article > a {
  grid-template-rows: 310px 1fr;
}

.pmu-service-grid img {
  height: 310px;
}

.pmu-service-grid article:first-child img {
  object-position: center 48%;
}

.pmu-service-grid article:nth-child(2) img {
  object-position: center 42%;
}

.pmu-service-grid article:nth-child(3) img {
  object-position: center 44%;
}

.pmu-service-list {
  display: grid;
  gap: 7px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  list-style: none;
}

.pmu-service-list li {
  position: relative;
  padding-left: 17px;
}

.pmu-service-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--rose-aa);
  content: "";
}

.pmu-correction-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  margin-top: 42px;
  padding-block: 34px;
  border-block: 1px solid var(--line);
}

.pmu-correction-note > div {
  max-width: 780px;
}

.pmu-correction-note .kicker {
  margin-bottom: 7px;
}

.pmu-correction-note h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.pmu-correction-note p:last-child {
  color: var(--muted);
}

.pmu-page .results-section {
  background: var(--white);
}

.pmu-practitioner .nahid-feature-media {
  height: 720px;
  min-height: 0;
}

.pmu-practitioner .nahid-feature-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.pmu-page .landing-process {
  background: var(--sand);
}

.pmu-page .landing-faq {
  background: var(--white);
}

.pmu-form .button {
  width: 100%;
}

@media (max-width: 900px) {
  .pmu-service-grid {
    grid-template-columns: 1fr;
  }

  .pmu-service-grid article > a {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: none;
  }

  .pmu-service-grid img {
    height: 100%;
    min-height: 340px;
  }

  .pmu-correction-note {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pmu-correction-note .button {
    width: max-content;
  }

  .pmu-practitioner .nahid-feature-media {
    height: 620px;
  }
}

@media (max-width: 680px) {
  .pmu-page {
    padding-bottom: 64px;
  }

  .pmu-hero {
    min-height: 560px;
  }

  .pmu-hero .landing-hero-media img {
    object-position: 56% center;
  }

  .pmu-service-grid article > a {
    grid-template-columns: 1fr;
    grid-template-rows: 230px 1fr;
  }

  .pmu-service-grid img {
    height: 230px;
    min-height: 0;
  }

  .pmu-correction-note {
    margin-top: 30px;
    padding-block: 28px;
  }

  .pmu-correction-note h3 {
    font-size: 25px;
  }

  .pmu-correction-note .button {
    width: 100%;
  }

  .pmu-practitioner .nahid-feature-media {
    height: 560px;
  }

  .pmu-practitioner .nahid-feature-media img {
    object-position: center top;
  }

  .pmu-page .privacy-banner {
    bottom: 74px;
  }
}

/* Apprenticeship and contact refinement — 2026-07-29 */
.apprenticeship-page .booking-strip {
  display: none;
}

.apprenticeship-page .page-hero-content {
  max-width: 760px;
}

.apprentice-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: clamp(36px, 7vw, 92px);
  margin-bottom: 42px;
}

.apprentice-section-head h2 {
  max-width: 720px;
}

.apprentice-section-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.apprentice-path-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
}

.apprentice-path-media {
  position: relative;
  overflow: hidden;
  background: #d8ccc3;
}

.apprentice-path-media::after {
  content: none;
}

.apprentice-path-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.apprentice-path-card:hover .apprentice-path-media img {
  transform: scale(1.025);
}

.apprentice-path-media > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 13px;
  color: var(--white);
  padding: 4px 8px;
  background: rgba(35, 28, 25, 0.72);
  font-family: var(--font-serif);
  font-size: 22px;
}

.apprentice-path-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.apprentice-path-body h3 {
  margin-bottom: 10px;
  font-size: 34px;
}

.apprentice-path-body > p:not(.training-path-label) {
  color: var(--muted);
}

.apprentice-path-body ul {
  margin: 22px 0 26px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.apprentice-path-body li {
  position: relative;
  padding: 4px 0 4px 17px;
  color: var(--espresso);
  font-size: 15px;
}

.apprentice-path-body li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose-aa);
}

.apprentice-path-body .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.apprentice-journey {
  padding-block: 96px;
  background: var(--espresso);
}

.apprentice-journey-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(54px, 8vw, 112px);
}

.apprentice-journey-intro {
  align-self: start;
  position: sticky;
  top: 118px;
}

.apprentice-journey-intro h2 {
  color: var(--ivory);
}

.apprentice-journey-intro > p:last-child {
  max-width: 430px;
  margin-top: 18px;
  color: rgba(247, 242, 236, 0.68);
  font-size: 18px;
}

.apprentice-stage-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--light-line);
  list-style: none;
}

.apprentice-stage-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--light-line);
}

.apprentice-stage-list li > span {
  color: #e0b7a3;
  font-family: var(--font-serif);
  font-size: 20px;
}

.apprentice-stage-list h3 {
  margin-bottom: 7px;
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 20px;
}

.apprentice-stage-list p {
  color: rgba(247, 242, 236, 0.64);
}

.apprentice-mentor {
  padding-block: 96px;
  background: var(--white);
}

.apprentice-mentor-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.apprentice-mentor-media {
  overflow: hidden;
  background: var(--sand);
}

.apprentice-mentor-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.apprentice-mentor-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 18px 0 34px;
  color: var(--muted);
  font-size: 18px;
}

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

.apprentice-mentor .mentor-proof-grid > div:nth-child(2) {
  border-right: 0;
}

.apprentice-mentor .mentor-proof-grid > div:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.application-note ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.application-note li {
  position: relative;
  padding: 4px 0 4px 18px;
  color: var(--muted);
}

.application-note li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rose-aa);
  font-weight: 700;
}

.contact-page .visit-band {
  width: min(1180px, calc(100% - 48px));
  min-height: 500px;
  margin: 0 auto 96px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.contact-page .visit-band-media {
  min-height: 0;
}

.contact-page .visit-band-media img {
  height: 500px;
  object-position: center 58%;
}

.contact-page .visit-band-copy {
  padding: 52px clamp(34px, 5vw, 66px);
}

@media (max-width: 900px) {
  .apprentice-section-head,
  .apprentice-journey-grid,
  .apprentice-mentor-grid {
    grid-template-columns: 1fr;
  }

  .apprentice-section-head {
    gap: 18px;
  }

  .apprentice-journey-intro {
    position: static;
  }

  .apprentice-path-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .apprentice-path-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  }

  .apprentice-path-media img {
    height: 100%;
    aspect-ratio: auto;
  }

  .apprentice-mentor-media {
    max-width: 560px;
  }

  .contact-page .visit-band {
    width: min(680px, calc(100% - 40px));
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .contact-page .visit-band-media img {
    height: 360px;
    object-position: center 54%;
  }
}

@media (max-width: 620px) {
  .apprenticeship-page .page-hero-content {
    max-width: none;
  }

  .apprentice-overview {
    padding-top: 58px;
  }

  .apprentice-overview-grid {
    padding-bottom: 48px;
  }

  .apprenticeship-pathways,
  .apprentice-journey,
  .apprentice-mentor,
  .apprenticeship-faq,
  .application-section {
    padding-block: 62px;
  }

  .apprentice-path-card {
    display: flex;
  }

  .apprentice-path-media img {
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .apprentice-path-body {
    padding: 23px 20px 25px;
  }

  .apprentice-path-body h3 {
    font-size: 29px;
  }

  .apprentice-stage-list li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .apprentice-mentor-grid {
    gap: 36px;
  }

  .apprentice-mentor-media {
    max-width: 100%;
  }

  .apprentice-mentor-media img {
    aspect-ratio: 4 / 3;
    object-position: center 30%;
  }

  .apprentice-mentor .mentor-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page .visit-band {
    width: calc(100% - 32px);
    margin-bottom: 64px;
  }

  .contact-page .visit-band-media {
    min-height: 0;
  }

  .contact-page .visit-band-media img {
    height: 260px;
    object-position: center 55%;
  }

  .contact-page .visit-band-copy {
    padding: 40px 22px;
  }
}

/* Service discovery and mobile client controls */
html {
  scroll-padding-top: calc(var(--site-header-height, 100px) + 18px);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.desktop-nav a.is-active,
.desktop-nav a[aria-current="page"] {
  color: var(--rose-aa);
}

.service-category,
.treatment-group {
  scroll-margin-top: calc(var(--site-header-height, 100px) + 118px);
}

.service-jump a.is-active,
.service-jump a[aria-current="location"],
.treatment-group-nav a.is-active,
.treatment-group-nav a[aria-current="location"] {
  border-color: var(--espresso);
  background: var(--espresso);
  color: var(--ivory);
}

.service-control-panel {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(420px, 1.3fr);
  gap: 18px 42px;
  padding: 34px max(32px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.service-control-heading {
  align-self: center;
}

.service-control-heading .kicker {
  margin-bottom: 6px;
}

.service-control-heading h3 {
  font-size: 28px;
}

.service-control-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

.service-control-fields > label {
  position: relative;
  min-width: 0;
}

.service-search-field svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  color: var(--muted);
}

.service-search-field input,
.service-group-field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(42, 35, 32, 0.3);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--espresso);
  font-size: 16px;
}

.service-search-field input {
  padding: 11px 42px 11px 47px;
}

.service-group-field select {
  padding: 11px 42px 11px 15px;
}

.service-search-field input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.service-search-field input:hover,
.service-group-field select:hover {
  border-color: var(--espresso);
}

.service-control-feedback {
  grid-column: 2;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.service-results-status {
  color: var(--muted);
  font-size: 15px;
}

.service-results-status strong {
  color: var(--espresso);
}

.service-filter-clear {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--espresso);
  font-size: 15px;
  font-weight: 700;
}

.service-filter-clear svg {
  width: 17px;
  height: 17px;
}

.service-filter-clear:hover {
  color: var(--rose-aa);
}

.service-no-results {
  padding: 64px max(32px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.service-no-results h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.service-no-results p {
  margin-bottom: 22px;
  color: var(--muted);
}

.mobile-quick-actions {
  position: fixed;
  right: auto;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 50%;
  z-index: 1090;
  width: min(calc(100% - 20px), 430px);
  height: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(42, 35, 32, 0.24);
  border-radius: 4px;
  background: var(--ivory);
  box-shadow: 0 14px 34px rgba(42, 35, 32, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 24px));
  visibility: hidden;
  transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}

.mobile-quick-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.mobile-quick-actions a {
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-right: 1px solid var(--line);
  background: var(--ivory);
  color: var(--espresso);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.mobile-quick-actions a:last-child {
  border-right: 0;
}

.mobile-quick-actions a:hover {
  background: var(--sand);
}

.mobile-quick-actions a.is-primary {
  background: var(--espresso);
  color: var(--ivory);
}

.mobile-quick-actions a.is-primary:hover {
  background: var(--ink);
}

.mobile-quick-actions svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

body.nav-open .mobile-quick-actions,
body.privacy-notice-open .mobile-quick-actions {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 24px));
  visibility: hidden;
}

@media (min-width: 981px) {
  .service-category-nav-band,
  .service-jump {
    top: var(--site-header-height, 100px);
  }

  .service-jump {
    position: sticky;
    z-index: 11;
    box-shadow: 0 8px 22px rgba(42, 35, 32, 0.06);
  }
}

@media (max-width: 980px) {
  .service-control-panel {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .service-control-feedback {
    grid-column: 1;
  }
}

@media (min-width: 681px) {
  .mobile-quick-actions {
    display: none;
  }
}

@media (max-width: 680px) {
  .service-category,
  .treatment-group {
    scroll-margin-top: calc(var(--site-header-height, 72px) + 18px);
  }

  .service-control-panel {
    gap: 20px;
    padding: 28px 16px 24px;
  }

  .service-control-heading h3 {
    font-size: 26px;
  }

  .service-control-fields {
    grid-template-columns: 1fr;
  }

  .service-control-feedback {
    min-height: 44px;
    flex-wrap: wrap;
  }

  .service-no-results {
    padding: 48px 16px;
  }

  .text-link,
  .arrow-link,
  .card-action,
  .treatment-index-actions .text-link,
  .treatment-book-link,
  .service-category-nav a,
  .treatment-group-nav a,
  .footer-col a,
  .footer-socials a,
  .footer-phone {
    min-height: 44px;
    align-items: center;
  }

  .footer-col a,
  .footer-phone {
    display: inline-flex;
  }
}

@media (max-width: 340px) {
  .mobile-quick-actions {
    width: calc(100% - 12px);
  }

  .mobile-quick-actions a {
    gap: 5px;
    padding-inline: 5px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-quick-actions {
    transition: none;
  }
}

/* Shihan complete audit remediation - 2026-08-29 */

:root {
  --reading-measure: 70ch;
}

.rte > p,
.rte > ul,
.rte > ol,
.legal-page main p,
.legal-page main li,
.service-guide-copy > p,
.collection-guidance-copy > p {
  max-width: var(--reading-measure);
}

.product-main-image {
  aspect-ratio: 4 / 3;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-product-layout .product-intro {
  max-width: 62ch;
}

.service-facts span {
  min-width: 0;
}

.service-facts b {
  display: block;
}

.product-content-grid.service-guide-grid {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
  align-items: start;
  gap: clamp(42px, 6vw, 88px);
}

.service-guide-copy {
  min-width: 0;
}

.service-guide-copy > h2,
.service-guide-copy > h3 {
  max-width: 28ch;
}

.service-fit-list,
.service-prep-list,
.service-proof-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.service-fit-list li,
.service-prep-list li,
.service-proof-list li {
  position: relative;
  max-width: 68ch;
  padding-left: 24px;
}

.service-fit-list li::before,
.service-prep-list li::before,
.service-proof-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--rose-aa);
  font-weight: 800;
  content: "\2713";
}

.service-steps {
  display: grid;
  margin: 28px 0 34px;
  border-block: 1px solid var(--line);
}

.service-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.service-step:last-child {
  border-bottom: 0;
}

.service-step b {
  color: var(--rose-aa);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
}

.service-step h3 {
  margin: 0 0 4px;
  font-size: 21px;
}

.service-step p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
}

.service-proof-panel {
  position: sticky;
  top: calc(var(--site-header-height, 80px) + 28px);
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--sand);
}

.service-proof-panel h2 {
  margin-bottom: 12px;
  font-size: 27px;
}

.service-proof-panel > p {
  color: var(--muted);
}

.service-proof-panel .button {
  width: 100%;
  margin-top: 12px;
}

.service-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--rose-aa);
  background: var(--ivory);
  color: var(--muted);
}

.service-faq-section,
.related-services-section,
.collection-guidance-section {
  padding-block: clamp(58px, 7vw, 92px);
  border-top: 1px solid var(--line);
}

.service-faq-section,
.collection-guidance-section {
  background: var(--ivory);
}

.section-heading-compact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading-compact h2 {
  max-width: 18ch;
}

.section-heading-compact > p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
}

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

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

.service-faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  color: var(--espresso);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.service-faq-list summary::after {
  flex: 0 0 auto;
  color: var(--rose-aa);
  font-size: 24px;
  font-weight: 400;
  content: "+";
}

.service-faq-list details[open] summary::after {
  content: "\2212";
}

.service-faq-list details p {
  max-width: 70ch;
  margin: 0;
  padding: 0 48px 22px 0;
  color: var(--muted);
}

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

.related-service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.related-service-card > a:first-child {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--sand);
}

.related-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.related-service-card:hover img {
  transform: scale(1.025);
}

.related-service-card-copy {
  padding: 20px;
}

.related-service-card h3 {
  margin-bottom: 8px;
  font-size: 23px;
}

.related-service-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 16px;
}

.collection-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.collection-choice-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.collection-choice {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.collection-choice h3 {
  font-size: 21px;
}

.collection-choice p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
}

.third-party-load-panel {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--sand);
  text-align: center;
}

.third-party-load-panel > div {
  max-width: 620px;
}

.third-party-load-panel h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.third-party-load-panel p {
  margin-bottom: 18px;
  color: var(--muted);
}

.third-party-embed-frame[hidden],
.third-party-load-panel[hidden] {
  display: none;
}

.third-party-embed-frame iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
}

.contact-map-frame .third-party-embed-frame iframe {
  min-height: 430px;
}

.site-footer.footer-enhanced .footer-toggle {
  display: none;
}

.footer-panel {
  display: contents;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.not-found-help {
  max-width: 680px;
  margin: 34px auto 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.treatment-index-copy h3 {
  font-size: 24px;
  line-height: 1.18;
}

.treatment-index-copy h3 a:hover {
  color: var(--rose-aa);
}

.service-filter-button,
.service-filter-clear,
.treatment-group-nav a,
.shop-filter-button,
[data-filter] {
  min-height: 44px;
}

@media (max-width: 880px) {
  .product-content-grid.service-guide-grid,
  .collection-guidance-grid {
    grid-template-columns: 1fr;
  }

  .service-proof-panel {
    position: static;
  }

  .section-heading-compact {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 680px) {
  .service-step {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .collection-choice {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .third-party-load-panel {
    min-height: 280px;
    padding: 26px 20px;
  }

  .site-footer.footer-enhanced .footer-col > h3 {
    display: none;
  }

  .site-footer.footer-enhanced .footer-col {
    padding: 0;
    border-top: 1px solid rgba(247, 242, 236, 0.18);
  }

  .site-footer.footer-enhanced .footer-toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border: 0;
    background: transparent;
    color: var(--ivory);
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .site-footer.footer-enhanced .footer-toggle::after {
    font-size: 22px;
    font-weight: 400;
    content: "+";
  }

  .site-footer.footer-enhanced .footer-toggle[aria-expanded="true"]::after {
    content: "\2212";
  }

  .site-footer.footer-enhanced .footer-panel {
    display: grid;
    gap: 0;
    padding: 0 0 18px;
  }

  .site-footer.footer-enhanced .footer-panel[hidden] {
    display: none;
  }

  .service-faq-list summary {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .related-service-card img {
    transition: none;
  }
}


/* Final visual-audit refinements */
.service-catalog-header p:not(.kicker),
.results-note,
.secure-consent-help,
.legal-prose p,
.legal-prose li,
.legal-prose > ul,
.legal-prose > ol,
.privacy-choice-status {
  max-width: var(--reading-measure);
}

.faq-section details p {
  max-width: var(--reading-measure);
}

.prose-section p {
  max-width: var(--reading-measure);
}

.results-note,
.secure-consent-help {
  margin-inline: auto;
}

.shop-filters button {
  min-height: 48px;
}

.product-card-media:has(img[src*="shihan-retinol-titration-kit"]),
.product-card-media:has(img[src*="shihan-acne-treatment-gel"]),
.retail-product-layout .product-main-image:has(img[src*="shihan-retinol-titration-kit"]),
.retail-product-layout .product-main-image:has(img[src*="shihan-acne-treatment-gel"]) {
  display: grid;
  place-items: center;
  background: var(--sand);
}

.product-card-media img[src*="shihan-retinol-titration-kit"],
.product-card-media img[src*="shihan-acne-treatment-gel"] {
  width: min(63%, 220px);
  height: auto;
  max-height: 268px;
  object-fit: contain;
}

.retail-product-layout .product-main-image img[src*="shihan-retinol-titration-kit"],
.retail-product-layout .product-main-image img[src*="shihan-acne-treatment-gel"] {
  width: min(65%, 255px);
  height: auto;
  max-height: 311px;
  object-fit: contain;
}
