: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);
}

.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 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;
}

.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);
}

.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;
  }

  .service-category-media,
  .product-info {
    position: static;
  }

  .service-category-media {
    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 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 > div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-jump a {
    justify-content: center;
    text-align: center;
  }

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

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

  .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;
  }

  .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;
  }
}
