:root {
  --ink: #101010;
  --ink-soft: #55514e;
  --bone: #f1eee8;
  --paper: #faf8f4;
  --orange: #f45d16;
  --orange-deep: #c53e06;
  --electric: #6848ff;
  --line: rgba(16, 16, 16, .17);
  --line-light: rgba(255, 255, 255, .18);
  --max: 1360px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Didot, "Bodoni 72", "Times New Roman", serif;
}

/* Evidence, catalog and booking layer — v2.9 */
.portfolio-grid--evidence .portfolio-item--hero { grid-column: 1 / 8; grid-row: 1 / 3; }
.portfolio-grid--evidence .portfolio-item--portrait { grid-column: 8 / 13; grid-row: 1; }
.portfolio-grid--evidence .portfolio-item--wide { grid-column: 8 / 13; grid-row: 2; }
.portfolio-grid--evidence .portfolio-item figcaption span,
.portfolio-extra-item figcaption span { width: auto; color: #fff; font-size: 9px; letter-spacing: .08em; }
.portfolio-extra { grid-template-columns: 1fr 1fr; }
.before-after-block { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; align-items: center; margin-top: clamp(64px, 8vw, 116px); }
.before-after-copy { grid-column: 1 / 5; }
.before-after-copy h3,
.different-faces h3 { margin: 22px 0; font: 400 clamp(38px, 5vw, 68px)/.98 var(--serif); }
.before-after-copy h3 em,
.different-faces h3 em { color: var(--orange); font-weight: 400; }
.before-after-copy > p:last-child,
.different-faces > p { color: #6f6965; line-height: 1.72; }
.before-after { --position: 50%; position: relative; grid-column: 6 / 13; aspect-ratio: 2 / 1; overflow: hidden; border-radius: 18px; background: #cfc8c1; touch-action: pan-y; }
.before-after-layer { position: absolute; inset: 0; overflow: hidden; }
.before-after-layer img { position: absolute; left: 0; width: 100%; height: 200%; max-width: none; object-fit: cover; filter: none; }
.before-after-layer--before img { top: 0; object-position: center top; }
.before-after-layer--after { clip-path: inset(0 0 0 var(--position)); }
.before-after-layer--after img { top: -100%; object-position: center bottom; }
.before-after-layer span { position: absolute; z-index: 2; top: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(18, 15, 14, .75); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.before-after-layer--before span { left: 16px; }
.before-after-layer--after span { right: 16px; }
.before-after:after { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 1px; background: rgba(255,255,255,.92); content: ""; pointer-events: none; }
.before-after > i { position: absolute; z-index: 4; left: var(--position); top: 50%; display: grid; width: 46px; height: 46px; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; color: #211b18; font-style: normal; box-shadow: 0 8px 24px rgba(0,0,0,.18); pointer-events: none; }
.before-after input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.different-faces { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 120px); align-items: end; margin-top: clamp(60px, 8vw, 110px); padding-top: 28px; border-top: 1px solid rgba(0,0,0,.12); }
.services-catalog-link { margin-top: 36px; }

.catalog-hero { position: relative; min-height: min(760px, 88vh); overflow: hidden; background: #15110f; color: #fff; }
.catalog-hero:after { position: absolute; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(166,70,39,.28), transparent 44%); content: ""; }
.catalog-hero-inner { position: relative; z-index: 2; display: flex; min-height: min(760px, 88vh); flex-direction: column; justify-content: center; padding-top: 120px; padding-bottom: 80px; }
.catalog-hero h1 { max-width: 980px; margin: 24px 0; font: 400 clamp(66px, 9vw, 132px)/.84 var(--serif); letter-spacing: -.045em; }
.catalog-hero h1 em { color: #efb49d; font-weight: 400; }
.catalog-hero-inner > p:not(.service-kicker) { max-width: 600px; color: #d8cfcb; font-size: 18px; line-height: 1.7; }
.catalog-hero .arrow-link { margin-top: 34px; }
.catalog-hero-art img { position: absolute; z-index: 1; opacity: .19; filter: invert(1); }
.catalog-hero-art img:first-child { right: -3vw; top: 13%; width: min(54vw, 720px); }
.catalog-hero-art img:last-child { right: 22vw; bottom: 2%; width: min(34vw, 460px); transform: rotate(-10deg); }
.catalog-jump { position: sticky; z-index: 16; top: 72px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(246,242,236,.93); backdrop-filter: blur(14px); }
.catalog-jump .shell { display: flex; gap: 28px; overflow-x: auto; padding-top: 15px; padding-bottom: 15px; }
.catalog-jump a { white-space: nowrap; color: #5a524e; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.catalog-group:nth-child(even) { background: #eee8e1; }
.catalog-group-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.catalog-group-heading { position: sticky; top: 148px; grid-column: 1 / 4; align-self: start; }
.catalog-group-heading h2 { margin: 24px 0 20px; font: 400 clamp(54px, 7vw, 92px)/.9 var(--serif); }
.services-catalog .catalog-group-heading h2 {
  max-width: 100%;
  font-size: clamp(50px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.04em;
}
.catalog-group-title > span { display: block; }
.catalog-group-title--permanent > span,
.catalog-group-title--brows > span,
.catalog-group-title--care > span { white-space: nowrap; }
.catalog-group-heading > p:last-child { max-width: 280px; color: #6d6661; line-height: 1.7; }
.catalog-cards { grid-column: 5 / 13; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.catalog-card { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 10px 36px rgba(44,35,30,.06); }
.catalog-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #24201e; }
.catalog-card-media > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.catalog-card:hover .catalog-card-media > img:first-child { transform: scale(1.025); }
.catalog-card-line { position: absolute; right: -8%; bottom: -17%; width: 64%; opacity: .24; filter: invert(1); }
.catalog-card-body { padding: 26px; }
.catalog-card-body > span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.catalog-card h3 { min-height: 2em; margin: 18px 0 14px; font: 400 clamp(30px, 3.1vw, 47px)/.96 var(--serif); }
.catalog-card p { min-height: 5.2em; color: #6d6661; line-height: 1.65; }
.catalog-card-price { display: block; margin-top: 18px; }
.catalog-card-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.catalog-card-actions .button { padding: 14px 18px; }
.catalog-card-actions > a:last-child { color: #5d514c; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.catalog-note { background: #a64627; color: #fff; }
.catalog-note-inner { max-width: 980px; text-align: center; }
.catalog-note h2 { margin: 25px 0; font: 400 clamp(58px, 8vw, 104px)/.9 var(--serif); }
.catalog-note h2 em { color: #2f1710; font-weight: 400; }
.catalog-note-inner > p:not(.section-number) { max-width: 620px; margin: 0 auto 34px; color: #f6d9cd; line-height: 1.72; }

.service-hero--clay .service-hero-shade { background: linear-gradient(90deg, rgba(26,16,13,.92), rgba(77,37,25,.28)); }
.service-hero--wine .service-hero-shade { background: linear-gradient(90deg, rgba(35,9,16,.94), rgba(102,27,42,.25)); }
.service-hero--ink .service-hero-shade { background: linear-gradient(90deg, rgba(13,15,20,.94), rgba(35,46,58,.24)); }
.service-hero--copper .service-hero-shade { background: linear-gradient(90deg, rgba(39,16,10,.94), rgba(128,55,24,.21)); }
.service-hero--rose .service-hero-shade { background: linear-gradient(90deg, rgba(38,20,23,.94), rgba(127,70,74,.23)); }
.service-hero--paper .service-hero-shade { background: linear-gradient(90deg, rgba(40,32,27,.95), rgba(132,112,93,.22)); }
.service-hero--sage .service-hero-shade { background: linear-gradient(90deg, rgba(18,29,24,.95), rgba(65,105,79,.22)); }
.service-hero--mineral .service-hero-shade { background: linear-gradient(90deg, rgba(22,29,31,.95), rgba(64,95,99,.22)); }
.service-hero--graphite .service-hero-shade { background: linear-gradient(90deg, rgba(15,15,16,.96), rgba(63,61,62,.2)); }
.service-hero--silver .service-hero-shade { background: linear-gradient(90deg, rgba(20,26,31,.96), rgba(105,126,141,.2)); }
.service-quick { padding: clamp(58px, 7vw, 92px) 0; background: #f3eee8; }
.service-quick-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 8vw, 120px); }
.service-quick h2 { margin-top: 22px; font: 400 clamp(42px, 5vw, 66px)/.96 var(--serif); }
.service-quick-grid > div:last-child > p { color: #4d4642; font-size: 18px; line-height: 1.74; }
.service-quick ul { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; }
.service-quick li { padding: 14px 0 14px 28px; border-top: 1px solid rgba(0,0,0,.1); color: #6b625d; position: relative; }
.service-quick li:before { position: absolute; left: 0; content: "✦"; color: var(--orange); }
.service-toc { position: sticky; z-index: 14; top: 72px; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.service-toc .shell { display: flex; gap: 24px; overflow-x: auto; padding-top: 13px; padding-bottom: 13px; }
.service-toc span { color: #918983; }
.service-toc a,
.service-toc span { flex: 0 0 auto; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.service-boundaries-details { align-self: start; border-top: 1px solid rgba(255,255,255,.25); }
.service-boundaries-details summary { padding: 18px 0; color: #fff; cursor: pointer; font-weight: 650; }
.service-boundaries-details[open] summary { border-bottom: 1px solid rgba(255,255,255,.18); }
.service-case { background: #191513; color: #fff; }
.service-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.service-case-media img { width: 100%; border-radius: 16px; }
.service-case-copy h2 { margin: 24px 0 32px; font: 400 clamp(48px, 6vw, 80px)/.92 var(--serif); }
.service-case-copy h2 em { color: #efb49d; font-weight: 400; }
.service-case dl { display: grid; gap: 18px; }
.service-case dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.service-case dt { color: #efb49d; font-size: 11px; text-transform: uppercase; }
.service-case dd { margin: 0; color: #ddd4d0; line-height: 1.65; }
.service-related-grid a { min-height: 0; padding: 0 0 26px; border-radius: 14px; }
.service-related-grid a > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.service-related-grid span,
.service-related-grid h3,
.service-related-grid p { display: block; margin-left: 26px; margin-right: 26px; }
.service-related-grid span { margin-top: 22px; }
.service-related-grid h3 { margin-top: 14px; }
.service-related-grid p { margin-top: 16px; color: #706762; line-height: 1.6; }
.service-related-grid a:hover p { color: rgba(255,255,255,.78); }

.review-filters { display: flex; gap: 9px; overflow-x: auto; margin: 34px 0 26px; padding-bottom: 4px; }
.review-filters button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(0,0,0,.14); border-radius: 999px; background: transparent; color: #5f5854; font: inherit; font-size: 11px; cursor: pointer; }
.review-filters button.is-active { border-color: #211b18; background: #211b18; color: #fff; }
.review-filters button:disabled { opacity: .38; cursor: not-allowed; }

.booking-form--steps fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-form--steps fieldset[hidden] { display: none; }
.booking-form--steps legend { display: block; width: 100%; margin: 0 0 24px; color: #211b18; font: 400 35px/1 var(--serif); }
.booking-form--steps legend span { display: block; margin-bottom: 10px; color: #a64627; font: 700 9px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.booking-progress { display: flex; align-items: center; margin-bottom: 28px; }
.booking-progress span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #bdb5ae; border-radius: 50%; color: #918983; font-size: 10px; }
.booking-progress span.is-active { border-color: #211b18; background: #211b18; color: #fff; }
.booking-progress i { width: 44px; height: 1px; background: #d6cec8; }
.booking-step-note { margin: -8px 0 20px; color: #756d68; font-size: 13px; line-height: 1.6; }
.booking-location-note { display: grid; gap: 5px; margin: -5px 0 22px; padding: 14px 16px; border: 1px solid rgba(166, 70, 39, .25); border-radius: 10px; background: rgba(166, 70, 39, .055); color: #4f4641; font-size: 12px; line-height: 1.5; }
.booking-location-note strong { color: #8f3d24; font: 650 13px/1.35 var(--sans); }
.booking-location-note span { color: #6d625c; }
.booking-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.booking-step-actions > button:not(.button) { border: 0; background: transparent; color: #6c625d; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 5px; }
.form-notice { display: grid; gap: 8px; margin-bottom: 18px; padding: 18px; border-radius: 10px; background: #e8f3e9; color: #1f5f2c; }
.form-notice a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .before-after-copy { grid-column: 1 / 6; }
  .before-after { grid-column: 6 / 13; }
  .catalog-group-heading { position: static; grid-column: 1 / 13; }
  .catalog-cards { grid-column: 1 / 13; }
  .catalog-group-heading > p:last-child { max-width: 520px; }
}
@media (max-width: 680px) {
  .portfolio-grid--evidence { display: grid; grid-template-columns: 1fr; }
  .portfolio-grid--evidence .portfolio-item--hero,
  .portfolio-grid--evidence .portfolio-item--portrait,
  .portfolio-grid--evidence .portfolio-item--wide { grid-column: 1; grid-row: auto; aspect-ratio: 1 / 1; }
  .before-after-block { display: block; }
  .before-after { margin-top: 32px; border-radius: 12px; }
  .different-faces { grid-template-columns: 1fr; gap: 12px; }
  .catalog-hero { min-height: 700px; }
  .catalog-hero-inner { min-height: 700px; padding-top: 116px; }
  .catalog-hero h1 { font-size: 61px; }
  .catalog-jump { top: 64px; }
  .catalog-cards { grid-template-columns: 1fr; }
  .catalog-card h3 { min-height: 0; font-size: 40px; }
  .catalog-card p { min-height: 0; }
  .catalog-card-actions { align-items: flex-start; flex-direction: column; }
  .service-quick-grid,
  .service-case-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-toc { top: 64px; }
  .service-toc .shell { gap: 18px; }
  .service-case dl > div { grid-template-columns: 1fr; gap: 6px; }
  .service-related-grid h3 { margin-top: 14px; }
  .booking-form--steps legend { font-size: 30px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 150px 0; }
.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  padding: 12px 16px;
  background: #fff;
  color: #000;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(13, 13, 13, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(18px);
}
body.admin-bar .site-header { top: 32px; }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  line-height: 1;
}
.brand-name {
  font: italic 29px/.9 var(--serif);
  letter-spacing: -.04em;
}
.brand-by {
  margin-top: 7px;
  color: #aaa4a0;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  gap: clamp(18px, 2.4vw, 38px);
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  color: #c6c1bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover:after { transform: scaleX(1); transform-origin: left; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-phone { font-size: 12px; }
.header-book {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 0 18px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, transform .2s;
}
.header-book:hover { background: var(--orange-deep); transform: translateY(-1px); }
.header-book span { font-size: 17px; font-weight: 400; }
.menu-toggle {
  display: none;
  width: 43px;
  height: 43px;
  padding: 11px 8px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
}
.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
}
.mobile-menu {
  display: grid;
  gap: 16px;
  padding: 8px 0 25px;
  color: #fff;
  font-size: 19px;
}
.mobile-menu[hidden] { display: none; }

.hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  background: #0d0d0d;
  color: #fff;
}
.hero-media {
  position: absolute;
  inset: 0 0 0 43%;
  overflow: hidden;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0d0d0d 0, rgba(13, 13, 13, .7) 15%, rgba(13, 13, 13, .08) 55%, rgba(13, 13, 13, .2) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, .55), transparent 45%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(.9) contrast(1.02);
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 47%, rgba(244, 93, 22, .12), transparent 30%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 55px;
}
.hero-kicker {
  margin: 0 0 31px;
  color: #ff8a55;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(74px, 8.4vw, 132px);
  line-height: .79;
  letter-spacing: -.075em;
}
.hero h1 span,
.hero h1 strong { display: block; }
.hero h1 span { font-weight: 800; }
.hero h1 strong {
  margin-left: .55em;
  color: transparent;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1.2px #fff;
}
.hero-lead {
  max-width: 510px;
  margin: 39px 0 0;
  color: #c8c2be;
  font-size: 18px;
  line-height: 1.58;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s, transform .2s;
}
.button:hover {
  border-color: var(--orange-deep);
  background: var(--orange-deep);
  transform: translateY(-2px);
}
.button span { font-size: 19px; font-weight: 400; }
.button--light {
  border-color: #fff;
  background: #fff;
  color: #111;
}
.button--light:hover { border-color: var(--orange); background: var(--orange); color: #fff; }
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.arrow-link span { font-size: 20px; font-weight: 400; }
.arrow-link--light { color: #fff; }
.arrow-link:hover { color: var(--orange); }
.hero-location {
  position: absolute;
  bottom: 42px;
  left: 32px;
  margin: 0;
  color: #9e9894;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-location a,
.booking-details a,
.footer-address { color: inherit; }
.hero-location a,
.booking-details a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 4px; }
.footer-address { text-decoration: underline; text-decoration-color: rgba(255,255,255,.22); text-underline-offset: 4px; }
.hero-art-note {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 37px;
  display: grid;
  gap: 4px;
  padding-left: 48px;
  color: #fff;
}
.hero-art-note:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--orange);
}
.hero-art-note span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-art-note small { color: #aaa29d; font-size: 9px; }
.hero-scroll {
  position: absolute;
  z-index: 2;
  right: 27px;
  top: 47%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aaa29d;
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right;
}
.hero-scroll span { width: 52px; height: 1px; background: rgba(255, 255, 255, .45); }

.credibility {
  overflow: hidden;
  padding: 21px 0;
  background: var(--orange);
  color: #fff;
}
.credibility-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding: 0 32px;
  white-space: nowrap;
}
.credibility-track span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.credibility-track i { font-style: normal; color: #611d00; font-size: 11px; }

.section-number {
  margin: 0 0 27px;
  color: var(--orange-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-number--light { color: #ffb18d; }
.statement { background: var(--paper); }
.statement-grid {
  display: grid;
  grid-template-columns: .26fr 1.15fr .59fr;
  gap: 5vw;
  align-items: start;
}
.statement h2,
.section-title h2,
.artist h2,
.booking h2,
.faq h2 {
  margin: 0;
  font-size: clamp(51px, 6.1vw, 91px);
  line-height: .9;
  letter-spacing: -.065em;
}
.statement h2,
.section-title h2,
.faq h2 { font-weight: 800; }
.statement h2 em,
.section-title h2 em,
.artist h2 em,
.booking h2 em,
.faq h2 em {
  font-family: var(--serif);
  font-weight: 400;
}
.statement h2 em { color: var(--orange); }
.statement-copy {
  padding-top: 53px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.72;
}
.statement-copy p { margin: 0 0 19px; }

.portfolio { background: var(--bone); }
.section-title {
  display: grid;
  grid-template-columns: 1fr .44fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 70px;
}
.section-title > p {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.section-title h2 em { color: var(--orange); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 370px 250px 390px;
  gap: 14px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #d7d2cc;
}
.portfolio-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 46%);
  pointer-events: none;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .4s;
}
.portfolio-item:hover img { transform: scale(1.035); filter: saturate(1.08); }
.portfolio-item figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  grid-template-columns: 37px 1fr auto;
  align-items: end;
  color: #fff;
}
.portfolio-item figcaption span {
  color: #ff9664;
  font-size: 10px;
  font-weight: 800;
}
.portfolio-item figcaption strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.portfolio-item figcaption small { color: #d8d2ce; font-size: 10px; }
.portfolio-item--hero { grid-column: 1 / 8; grid-row: 1 / 3; }
.portfolio-item--hero img { object-position: center; }
.portfolio-item--portrait { grid-column: 8 / 13; grid-row: 1; }
.portfolio-item--portrait img { object-position: center 45%; }
.portfolio-item--process { grid-column: 8 / 13; grid-row: 2; }
.portfolio-item--process img { object-position: center 52%; }
.portfolio-item--wide { grid-column: 1 / 8; grid-row: 3; }
.portfolio-item--creative { grid-column: 8 / 13; grid-row: 3; }

.artist {
  position: relative;
  overflow: hidden;
  background: var(--orange);
  color: #fff;
}
.artist:before {
  content: "ARTIST";
  position: absolute;
  right: -45px;
  top: 55px;
  color: rgba(255, 255, 255, .09);
  font-size: clamp(125px, 20vw, 310px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
}
.artist-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 9vw;
  align-items: center;
}
.artist-portrait {
  position: relative;
  width: min(100%, 515px);
  margin-left: auto;
  box-shadow: 25px 25px 0 rgba(74, 16, 0, .25);
}
.artist-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.03);
}
.artist-portrait > span {
  position: absolute;
  right: -31px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font: italic 18px var(--serif);
}
.artist-copy { max-width: 730px; }
.artist .section-number { color: #4c1703; }
.artist h2 {
  font-size: clamp(63px, 7.3vw, 111px);
  font-weight: 900;
}
.artist h2 em {
  display: inline-block;
  margin-left: .42em;
  color: #1b1513;
}
.artist-role {
  max-width: 590px;
  margin: 33px 0;
  color: #311006;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.artist-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  max-width: 660px;
  padding-top: 28px;
  border-top: 1px solid rgba(64, 18, 0, .35);
  color: #351005;
  font-size: 14px;
  line-height: 1.7;
}
.artist-text p { margin: 0; }
.artist-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 43px;
}
.artist-facts div {
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(64, 18, 0, .35);
}
.artist-facts strong { color: #fff; font-size: 30px; letter-spacing: -.06em; }
.artist-facts span { color: #461402; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.services {
  background: #111;
  color: #fff;
}
.section-title--dark .section-number { color: #ff8750; }
.section-title--dark h2 em { color: #ff8750; }
.section-title--dark > p { color: #aaa39f; }
.service-list { border-top: 1px solid var(--line-light); }
.service-row {
  display: grid;
  grid-template-columns: 55px 1.05fr 1.15fr 110px 50px;
  gap: 27px;
  align-items: center;
  min-height: 124px;
  border-bottom: 1px solid var(--line-light);
  transition: background .25s, padding .25s;
}
.service-row:hover {
  padding-inline: 20px;
  background: #1c1b1a;
}
.service-index { color: #ff8750; font-size: 10px; font-weight: 900; }
.service-row h3 {
  margin: 0;
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.service-row p {
  max-width: 450px;
  margin: 0;
  color: #928c88;
  font-size: 12px;
  line-height: 1.55;
}
.service-price {
  color: #d7d1cd;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.service-row > a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  color: #ff8750;
  font-size: 20px;
  transition: background .2s, color .2s, border-color .2s;
}
.service-row > a:hover { border-color: var(--orange); background: var(--orange); color: #fff; }

.method { background: var(--paper); }
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}
.method-grid li {
  min-height: 320px;
  padding: 31px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .25s, color .25s;
}
.method-grid li:hover { background: var(--orange); color: #fff; }
.method-grid li > span { color: var(--orange-deep); font-size: 10px; font-weight: 900; }
.method-grid li:hover > span { color: #381001; }
.method-grid h3 {
  margin: 105px 0 13px;
  font-size: 27px;
  letter-spacing: -.04em;
}
.method-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}
.method-grid li:hover p { color: #4a1705; }

.review { background: var(--bone); }
.review-layout {
  display: grid;
  grid-template-columns: 100px 1fr .52fr;
  gap: 5vw;
  align-items: start;
}
.review-mark {
  margin-top: -25px;
  color: var(--orange);
  font: 150px/.8 var(--serif);
}
.review-copy blockquote {
  max-width: 830px;
  margin: 0;
  font-size: clamp(39px, 5vw, 74px);
  font-weight: 750;
  line-height: .97;
  letter-spacing: -.06em;
}
.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  max-width: 830px;
  margin-top: 42px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 11px;
}
.review-meta a { color: var(--orange-deep); font-weight: 800; }
.review-platforms { display: grid; border-top: 1px solid var(--line); }
.review-platforms a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.review-platforms span {
  grid-column: 1 / 3;
  color: #8a8581;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.review-platforms strong { font-size: 24px; letter-spacing: -.04em; }
.review-platforms i { color: var(--orange); font-size: 20px; font-style: normal; }

.booking {
  position: relative;
  overflow: hidden;
  background: var(--electric);
  color: #fff;
}
.booking:before {
  content: "S";
  position: absolute;
  right: -25px;
  bottom: -155px;
  color: rgba(255, 255, 255, .09);
  font: italic 600px/.8 var(--serif);
}
.booking-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10vw;
  align-items: start;
}
.booking h2 { font-weight: 850; }
.booking h2 em { color: #ffb18d; }
.booking-copy > p:not(.section-number) {
  max-width: 430px;
  margin: 31px 0 0;
  color: #d9d2ff;
  font-size: 16px;
}
.booking-details {
  display: grid;
  gap: 8px;
  margin-top: 43px;
  color: #e0dcff;
  font-size: 11px;
  font-weight: 700;
}
.booking-details span:before { content: "✦"; margin-right: 10px; color: #ffb18d; }
.booking-form-wrap { box-shadow: 23px 23px 0 rgba(20, 5, 86, .28); }
.booking-form {
  display: grid;
  gap: 18px;
  padding: 43px;
  background: #fff;
  color: var(--ink);
}
.booking-form label {
  display: grid;
  gap: 7px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #bbb5b1;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: 16px var(--sans);
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { border-color: var(--electric); }
.booking-form textarea { min-height: 74px; resize: vertical; }
.booking-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #756f6b;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}
.form-consent input { width: 15px; margin: 2px 0 0; }
.form-consent a {
  color: var(--electric);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-notice {
  margin: 0;
  padding: 12px;
  background: #ece9ff;
  color: #433c75;
  font-size: 12px;
}
.form-notice--error { background: #f5dfda; color: #8b2d21; }
.booking-form .button {
  margin-top: 4px;
  border-color: var(--ink);
  background: var(--ink);
}
.booking-form .button:hover { border-color: var(--orange); background: var(--orange); }
.booking-form .trap { position: absolute !important; left: -9999px !important; }

.faq { background: var(--paper); }
.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 9vw;
}
.faq h2 em { color: var(--orange); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary {
  position: relative;
  padding: 28px 48px 28px 0;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 22px;
  color: var(--orange);
  font-size: 28px;
  font-weight: 300;
}
.accordion details[open] summary:after { content: "−"; }
.accordion details p {
  max-width: 610px;
  margin: 0;
  padding: 0 40px 29px 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer {
  padding: 110px 0 28px;
  background: #0c0c0c;
  color: #fff;
}
.footer-top {
  padding-bottom: 83px;
  border-bottom: 1px solid var(--line-light);
}
.footer-top > p {
  margin: 0 0 18px;
  color: #8e8884;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-top h2 {
  max-width: 1150px;
  margin: 0;
  font-size: clamp(43px, 6vw, 87px);
  line-height: .98;
  letter-spacing: -.06em;
}
.footer-top h2 a { color: var(--orange); font-family: var(--serif); font-style: italic; font-weight: 400; }
.footer-top h2 span { font-family: var(--sans); font-size: .7em; font-style: normal; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .9fr .75fr;
  gap: 8vw;
  padding: 68px 0 58px;
}
.footer-brand img {
  width: 155px;
  max-height: 105px;
  object-fit: contain;
  object-position: left;
  filter: brightness(0) invert(1);
}
.footer-brand p,
.footer-grid > div > p:not(.footer-label):not(.footer-contact) {
  margin: 17px 0 0;
  color: #87817d;
  font-size: 12px;
}
.footer-label {
  margin: 0 0 17px;
  color: #77716e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-contact {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.footer-contact--pending { color: #d96633; }
.footer-nav { display: grid; gap: 8px; color: #c2bcb8; font-size: 13px; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid var(--line-light);
  color: #716b68;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-bottom a:hover { color: #fff; }

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .72);
}
.privacy-modal[hidden] { display: none; }
.privacy-card {
  position: relative;
  width: min(100%, 590px);
  padding: 50px;
  background: #fff;
  color: var(--ink);
}
.privacy-card h2 {
  margin: 0 0 21px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.05em;
}
.privacy-card p:last-child { margin: 0; color: var(--ink-soft); font-size: 14px; }
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 31px/1 var(--sans);
  cursor: pointer;
}
.article { max-width: 860px; }
.article h1 { font-size: 62px; line-height: 1; letter-spacing: -.06em; }
.article p { font-size: 17px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: auto; }
  .hero-media { left: 34%; }
  .hero h1 { font-size: clamp(74px, 11vw, 112px); }
  .statement-grid { grid-template-columns: 110px 1fr; }
  .statement-copy { grid-column: 2; padding-top: 0; }
  .artist-grid { grid-template-columns: .8fr 1.2fr; gap: 7vw; }
  .artist-text { grid-template-columns: 1fr; gap: 15px; }
  .review-layout { grid-template-columns: 70px 1fr; }
  .review-platforms { grid-column: 2; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
  .review-platforms a { padding-right: 20px; border-right: 1px solid var(--line); }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(calc(100% - 38px), var(--max)); }
  .section { padding: 105px 0; }
  .hero { min-height: 850px; max-height: none; }
  .hero-media { inset: 0; }
  .hero-media:after {
    background:
      linear-gradient(90deg, rgba(13, 13, 13, .94), rgba(13, 13, 13, .32)),
      linear-gradient(0deg, rgba(13, 13, 13, .78), transparent 52%);
  }
  .hero-media img { object-position: 58% 27%; opacity: .75; }
  .hero-inner { justify-content: flex-end; padding-bottom: 110px; }
  .hero h1 { max-width: 680px; }
  .hero-lead { max-width: 510px; }
  .hero-location { left: 19px; }
  .hero-art-note { right: 19px; }
  .hero-scroll { display: none; }
  .section-title { grid-template-columns: 1fr; gap: 25px; }
  .portfolio-grid {
    grid-template-rows: 430px 260px 360px 360px;
  }
  .portfolio-item--hero { grid-column: 1 / 13; grid-row: 1; }
  .portfolio-item--portrait { grid-column: 1 / 7; grid-row: 2; }
  .portfolio-item--process { grid-column: 7 / 13; grid-row: 2; }
  .portfolio-item--wide { grid-column: 1 / 13; grid-row: 3; }
  .portfolio-item--creative { grid-column: 1 / 13; grid-row: 4; }
  .artist-grid { grid-template-columns: 1fr; gap: 80px; }
  .artist-portrait { width: min(78%, 520px); margin: 0 auto; }
  .artist-copy { max-width: none; }
  .artist-text { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 40px 1fr 90px 46px; gap: 16px; padding: 27px 0; }
  .service-row p { grid-column: 2 / 5; grid-row: 2; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .booking-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .booking-copy { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 82px 0; }
  .header-inner { height: 70px; gap: 13px; }
  .brand-name { font-size: 25px; }
  .brand-by { display: none; }
  .header-actions { display: none; }
  .hero { min-height: 780px; height: 100svh; }
  .hero-media img { object-position: 57% 20%; }
  .hero-inner { padding-top: 95px; padding-bottom: 105px; }
  .hero-kicker { margin-bottom: 22px; font-size: 8px; }
  .hero h1 { font-size: clamp(57px, 17vw, 77px); line-height: .83; }
  .hero h1 strong { margin-left: 0; }
  .hero-lead { margin-top: 27px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 29px; }
  .hero-actions .button { width: 100%; }
  .hero-location { bottom: 24px; font-size: 7px; }
  .hero-art-note { bottom: 22px; display: none; }
  .credibility { padding: 17px 0; }
  .credibility-track { gap: 19px; padding: 0 15px; }
  .credibility-track span { font-size: 8px; }
  .statement-grid { grid-template-columns: 1fr; gap: 23px; }
  .statement-copy { grid-column: 1; }
  .statement h2,
  .section-title h2,
  .booking h2,
  .faq h2 { font-size: 48px; }
  .section-title { margin-bottom: 39px; }
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 400px 270px 270px 310px 310px;
    gap: 9px;
  }
  .portfolio-item--hero,
  .portfolio-item--portrait,
  .portfolio-item--process,
  .portfolio-item--wide,
  .portfolio-item--creative {
    grid-column: 1;
  }
  .portfolio-item--hero { grid-row: 1; }
  .portfolio-item--portrait { grid-row: 2; }
  .portfolio-item--process { grid-row: 3; }
  .portfolio-item--wide { grid-row: 4; }
  .portfolio-item--creative { grid-row: 5; }
  .portfolio-item figcaption {
    right: 14px;
    bottom: 13px;
    left: 14px;
    grid-template-columns: 27px 1fr;
  }
  .portfolio-item figcaption small { display: none; }
  .artist:before { top: 30px; font-size: 140px; }
  .artist-grid { gap: 58px; }
  .artist-portrait { width: calc(100% - 26px); }
  .artist-portrait > span { right: -17px; width: 58px; height: 58px; }
  .artist h2 { font-size: 61px; }
  .artist h2 em { margin-left: 0; }
  .artist-role { font-size: 10px; }
  .artist-text { grid-template-columns: 1fr; gap: 15px; }
  .artist-facts { gap: 8px; }
  .artist-facts strong { font-size: 24px; }
  .artist-facts span { font-size: 7px; }
  .service-row {
    grid-template-columns: 31px 1fr 42px;
    min-height: 0;
    padding: 24px 0;
  }
  .service-row h3 { font-size: 21px; }
  .service-row p { grid-column: 2 / 4; grid-row: 2; }
  .service-price { grid-column: 2; grid-row: 3; }
  .service-row > a { grid-column: 3; grid-row: 1; width: 40px; height: 40px; }
  .service-row:hover { padding-inline: 9px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid li { min-height: 235px; }
  .method-grid h3 { margin-top: 65px; }
  .review-layout { grid-template-columns: 1fr; gap: 22px; }
  .review-mark { display: none; }
  .review-copy blockquote { font-size: 39px; }
  .review-meta { align-items: flex-start; flex-direction: column; }
  .review-platforms {
    grid-column: 1;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .review-platforms a { border-right: 0; }
  .booking-grid { gap: 46px; }
  .booking-form { padding: 29px 21px; }
  .booking-form-wrap { box-shadow: 10px 10px 0 rgba(20, 5, 86, .28); }
  .accordion summary { font-size: 17px; }
  .site-footer { padding-top: 78px; }
  .footer-top { padding-bottom: 55px; }
  .footer-top h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr; gap: 43px; padding: 50px 0; }
  .footer-brand { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .privacy-card { padding: 39px 25px; }
  .privacy-card h2 { font-size: 35px; }
}

/* Conversion and trust layer — v2.1 */
.hero-proof {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 420px);
  margin-top: 26px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(8, 8, 8, .52);
  color: #fff;
  backdrop-filter: blur(13px);
  transition: border-color .2s, background .2s, transform .2s;
}
.hero-proof:hover {
  border-color: var(--orange);
  background: rgba(8, 8, 8, .78);
  transform: translateY(-2px);
}
.hero-proof-images { display: flex; }
.hero-proof-images img {
  width: 48px;
  height: 48px;
  border: 2px solid #161616;
  border-radius: 50%;
  object-fit: cover;
}
.hero-proof-images img + img { margin-left: -13px; }
.hero-proof > span:nth-child(2) { display: grid; line-height: 1.25; }
.hero-proof strong { font-size: 11px; letter-spacing: .01em; }
.hero-proof small {
  margin-top: 3px;
  color: #aaa4a0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-proof i { color: var(--orange); font-size: 19px; font-style: normal; }

.mobile-menu-contact {
  color: #b6afaa;
  font-size: 13px;
}

.review-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 65px;
}
.review-heading h2 {
  margin: 0;
  font-size: clamp(55px, 6.4vw, 96px);
  line-height: .9;
  letter-spacing: -.065em;
}
.review-heading h2 em {
  color: var(--orange-deep);
  font-family: var(--serif);
  font-weight: 400;
}
.review-heading > p {
  max-width: 440px;
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.review-feature {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 210px;
  gap: 35px;
  align-items: end;
  padding: 47px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.review-feature-mark {
  align-self: start;
  margin-top: -18px;
  color: var(--orange);
  font: 140px/.75 var(--serif);
}
.review-feature blockquote {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.055em;
}
.review-feature > div {
  display: grid;
  gap: 5px;
  padding-bottom: 7px;
}
.review-feature > div strong { font-size: 14px; }
.review-feature > div span { color: var(--ink-soft); font-size: 10px; }
.review-feature > div a {
  margin-top: 12px;
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
}
.review-card {
  display: flex;
  min-height: 305px;
  flex-direction: column;
  padding: 27px;
  background: var(--bone);
}
.review-card-top {
  display: flex;
  justify-content: space-between;
  color: var(--orange-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-card-top i { color: #77716d; font-style: normal; }
.review-card blockquote {
  margin: 52px 0 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.review-card footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}
.review-card footer > span { display: grid; color: #77716d; font-size: 9px; }
.review-card footer strong { margin-bottom: 2px; color: var(--ink); font-size: 11px; }
.review-card footer a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--orange-deep);
  font-size: 17px;
}
.review-platforms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.review-platforms a {
  padding: 23px 22px 23px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.review-platforms a:last-child { border-right: 0; padding-left: 22px; }
.review-platforms a + a { padding-left: 22px; }

.booking-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}
.booking-contact-buttons a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-contact-buttons a:hover { border-color: #fff; background: #fff; color: var(--electric); }

.footer-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 15px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 750;
}
.mobile-quickbar { display: none; }

@media (max-width: 1080px) {
  .review-heading { grid-template-columns: 1fr; gap: 24px; }
  .review-heading > p { max-width: 620px; }
  .review-feature { grid-template-columns: 70px minmax(0, 1fr) 190px; gap: 25px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .review-platforms {
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
  }
}

@media (max-width: 820px) {
  body { padding-bottom: 64px; }
  .mobile-quickbar {
    position: fixed;
    z-index: 39;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 64px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: #111;
    color: #fff;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .22);
  }
  .mobile-quickbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .mobile-quickbar a:last-child { border-right: 0; }
  .mobile-quickbar strong { color: var(--orange); font-size: 18px; }
  .mobile-quickbar .mobile-quickbar-book { background: var(--orange); }
  .mobile-quickbar .mobile-quickbar-book strong { color: #fff; }
  .review-feature { grid-template-columns: 55px 1fr; }
  .review-feature > div { grid-column: 2; }
}

@media (max-width: 560px) {
  .hero { min-height: 875px; }
  .hero-proof { margin-top: 20px; }
  .hero-proof-images img { width: 42px; height: 42px; }
  .hero-proof strong { font-size: 10px; }
  .hero-proof small { font-size: 7px; }
  .review-heading { margin-bottom: 43px; }
  .review-heading h2 { font-size: 48px; }
  .review-feature { grid-template-columns: 1fr; gap: 20px; padding: 35px 0; }
  .review-feature-mark { display: none; }
  .review-feature blockquote { font-size: 35px; }
  .review-feature > div { grid-column: 1; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 265px; }
  .review-card blockquote { margin-top: 42px; }
  .review-platforms { grid-template-columns: 1fr; }
  .review-platforms a,
  .review-platforms a + a,
  .review-platforms a:last-child {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
  .mobile-quickbar a { padding: 0 10px; }
  .mobile-quickbar strong { font-size: 16px; }
}

/* Editable portfolio and compact content — v2.2 */
[hidden] { display: none !important; }

.artist-source {
  display: inline-flex;
  margin-top: 29px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(52, 14, 0, .45);
  color: #351005;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.artist-source:hover { color: #fff; border-color: #fff; }

.portfolio-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.portfolio-extra-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #d7d2cc;
}
.portfolio-extra-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .68), transparent 47%);
  pointer-events: none;
}
.portfolio-extra-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}
.portfolio-extra-item:hover img { transform: scale(1.03); }
.portfolio-extra-item figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 17px;
  left: 20px;
  display: flex;
  align-items: baseline;
  gap: 13px;
  color: #fff;
}
.portfolio-extra-item figcaption span {
  color: #ff9664;
  font-size: 9px;
  font-weight: 900;
}
.portfolio-extra-item figcaption strong {
  font-size: 18px;
  letter-spacing: -.03em;
}

.content-toggle {
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  min-height: 58px;
  margin-top: 18px;
  padding: 0 19px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: 800 10px var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.content-toggle:not([hidden]) { display: flex; }
.content-toggle span { color: var(--orange); font-size: 19px; font-weight: 400; }
.content-toggle:hover { border-color: var(--orange); }
.content-toggle--dark {
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}

.footer-brand img {
  width: 205px;
  max-height: 150px;
  filter: brightness(0) invert(1);
}

@media (max-width: 820px) {
  .portfolio-extra { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .portfolio-grid.portfolio-grid--compact {
    grid-template-rows: 400px 270px 270px 310px;
  }
  .portfolio-extra { grid-template-columns: 1fr; gap: 9px; margin-top: 9px; }
  .portfolio-extra-item { aspect-ratio: 1 / 1; }
  .artist-source { font-size: 9px; }
}

/* Softer editorial art direction — v2.3 */
@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/onest-cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/onest-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Cormorant Garamond Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-cyrillic-italic.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Cormorant Garamond Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-latin-italic.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #211b18;
  --ink-soft: #6d625c;
  --bone: #f3ece6;
  --paper: #fbf8f5;
  --orange: #d9653a;
  --orange-deep: #a64627;
  --electric: #4b2c33;
  --line: rgba(33, 27, 24, .14);
  --line-light: rgba(255, 255, 255, .15);
  --sans: "Onest Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond Variable", Georgia, serif;
}

body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 350;
  line-height: 1.65;
  letter-spacing: -.008em;
}
.shell { width: min(calc(100% - 72px), 1320px); }
.section { padding: 126px 0; }

.site-header {
  background: rgba(20, 16, 14, .88);
  border-bottom-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px) saturate(.8);
}
.header-inner { height: 92px; }
.brand {
  display: block;
  width: 160px;
  height: 90px;
  overflow: hidden;
}
.brand img {
  width: 160px;
  height: 90px;
  object-fit: contain;
}
.desktop-nav a,
.header-book,
.button,
.content-toggle {
  font-weight: 560;
}
.desktop-nav a {
  color: #d9d1cc;
  font-size: 10px;
  letter-spacing: .13em;
}
.header-phone {
  color: #f3ece6;
  font-size: 11px;
  font-weight: 420;
}
.header-book,
.button {
  border-radius: 999px;
}
.header-book {
  min-height: 46px;
  padding-inline: 21px;
  background: #cf6038;
  letter-spacing: .1em;
}

.hero {
  min-height: 820px;
  background: #15110f;
}
.hero-media { inset: 0 0 0 46%; }
.hero-media:after {
  background:
    linear-gradient(90deg, #15110f 0, rgba(21, 17, 15, .78) 18%, rgba(21, 17, 15, .12) 60%, rgba(21, 17, 15, .22) 100%),
    linear-gradient(0deg, rgba(21, 17, 15, .58), transparent 52%);
}
.hero-shade {
  background: radial-gradient(circle at 22% 46%, rgba(217, 101, 58, .1), transparent 35%);
}
.hero-inner {
  padding-top: 125px;
  padding-bottom: 58px;
}
.hero-kicker,
.section-number {
  font-weight: 560;
  letter-spacing: .2em;
}
.hero-kicker {
  margin-bottom: 25px;
  color: #ef9c7c;
}
.hero h1 {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(72px, 8vw, 112px);
  font-weight: 380;
  line-height: .84;
  letter-spacing: -.04em;
}
.hero h1 span { font-weight: 390; }
.hero h1 strong {
  margin-left: .12em;
  color: #f0c4b2;
  font-family: var(--serif);
  font-size: 1.02em;
  font-weight: 320;
  letter-spacing: -.035em;
  -webkit-text-stroke: 0;
}
.hero-lead {
  max-width: 500px;
  margin-top: 34px;
  color: #d8d0cb;
  font-size: 16px;
  font-weight: 320;
  line-height: 1.68;
}
.hero-actions { margin-top: 34px; }
.button {
  min-height: 56px;
  padding-inline: 27px;
  font-size: 10px;
  letter-spacing: .09em;
}
.arrow-link { font-size: 10px; font-weight: 520; }
.hero-proof {
  width: min(100%, 400px);
  border-radius: 999px;
  background: rgba(18, 15, 13, .58);
}
.hero-proof strong { font-weight: 520; }
.hero-proof small { font-weight: 470; }
.hero-location,
.hero-art-note span { font-weight: 480; }

.credibility {
  padding: 18px 0;
  background: #d06b48;
}
.credibility-track span { font-weight: 560; }
.credibility-track i { color: rgba(55, 23, 13, .62); }

.statement h2,
.section-title h2,
.artist h2,
.booking h2,
.faq h2,
.review-heading h2,
.footer-top h2 {
  font-family: var(--serif);
  font-weight: 390;
  line-height: .94;
  letter-spacing: -.035em;
}
.statement h2,
.section-title h2,
.booking h2,
.faq h2 {
  font-size: clamp(52px, 5.6vw, 78px);
  font-weight: 390;
}
.statement h2 em,
.section-title h2 em,
.artist h2 em,
.booking h2 em,
.faq h2 em,
.review-heading h2 em {
  font-weight: 320;
}
.statement-copy,
.section-title > p,
.review-heading > p {
  font-weight: 330;
}
.statement-copy { font-size: 14px; }
.section-title { margin-bottom: 58px; }

.portfolio-item,
.portfolio-extra-item {
  border-radius: 16px;
}
.portfolio-grid { gap: 12px; }
.portfolio-item figcaption strong,
.portfolio-extra-item figcaption strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 520;
  letter-spacing: -.02em;
}
.portfolio-item figcaption span,
.portfolio-extra-item figcaption span {
  font-weight: 580;
}

.artist {
  background: #ead6ca;
  color: var(--ink);
}
.artist:before {
  color: rgba(80, 52, 41, .055);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.04em;
}
.artist-portrait {
  border-radius: 220px 220px 18px 18px;
  box-shadow: 22px 22px 0 rgba(114, 71, 54, .13);
}
.artist-portrait img { border-radius: inherit; }
.artist-portrait > span {
  background: #d9653a;
  font-weight: 400;
}
.artist .section-number,
.artist h2,
.artist-role,
.artist-text,
.artist-facts span,
.artist-source {
  color: var(--ink);
}
.artist h2 {
  font-size: clamp(62px, 6.6vw, 96px);
  font-weight: 390;
}
.artist h2 em {
  color: #a64627;
  margin-left: .24em;
}
.artist-role {
  margin-block: 27px;
  font-size: 11px;
  font-weight: 520;
  letter-spacing: .08em;
}
.artist-text {
  border-top-color: rgba(33, 27, 24, .18);
  font-size: 13px;
  font-weight: 340;
}
.artist-facts div { border-top-color: rgba(33, 27, 24, .18); }
.artist-facts strong {
  color: #a64627;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 450;
}
.artist-facts span { font-weight: 520; }
.artist-source {
  border-bottom-color: rgba(33, 27, 24, .3);
  font-weight: 520;
}

.services { background: #171310; }
.service-row {
  min-height: 112px;
  transition: background .25s, padding .25s;
}
.service-row:hover { background: #211b18; }
.service-index { font-weight: 540; }
.service-row h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.service-row p {
  color: #a69c96;
  font-weight: 310;
}
.service-price { font-weight: 440; }

.method-grid li { min-height: 290px; }
.method-grid li > span { font-weight: 540; }
.method-grid h3 {
  margin-top: 88px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 480;
}
.method-grid p { font-weight: 330; }

.review-heading h2 {
  font-size: clamp(54px, 5.8vw, 82px);
}
.review-feature blockquote {
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 59px);
  font-weight: 390;
  line-height: 1.03;
  letter-spacing: -.03em;
}
.review-feature > div strong,
.review-feature > div a { font-weight: 520; }
.review-card {
  min-height: 290px;
  padding: 29px;
}
.review-card-top { font-weight: 540; }
.review-card blockquote {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 430;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.review-card footer strong { font-weight: 520; }
.review-platforms strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 480;
}

.booking {
  background: #4a2c32;
}
.booking:before {
  color: rgba(255, 255, 255, .055);
  font-weight: 300;
}
.booking h2 { font-weight: 390; }
.booking h2 em { color: #efb49d; }
.booking-copy > p:not(.section-number),
.booking-details { color: #e3d9d7; }
.booking-details { font-weight: 380; }
.booking-contact-buttons a {
  border-radius: 999px;
  font-weight: 520;
}
.booking-form-wrap {
  border-radius: 20px;
  box-shadow: 20px 20px 0 rgba(28, 12, 16, .2);
}
.booking-form {
  border-radius: 20px;
  padding: 42px;
}
.booking-form label { font-weight: 540; }
.booking-form input,
.booking-form select,
.booking-form textarea {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 350;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { border-color: #a64627; }
.booking-form .button { background: #211b18; }

.accordion summary {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 480;
  letter-spacing: -.02em;
}
.accordion details p { font-weight: 330; }

.footer-top h2 {
  font-size: clamp(48px, 5.4vw, 76px);
}
.footer-brand img {
  width: 235px;
  max-height: 200px;
  filter: none;
}
.footer-top > p,
.footer-label,
.footer-bottom { font-weight: 520; }
.footer-contact {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 480;
}
.footer-messengers { font-weight: 500; }
.privacy-card { border-radius: 18px; }
.privacy-card h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 420;
  letter-spacing: -.025em;
}

.content-toggle {
  border-radius: 999px;
  font-size: 9px;
}
.mobile-quickbar a { font-weight: 540; }

@media (max-width: 1080px) {
  .hero-media { left: 38%; }
  .hero h1 { font-size: clamp(70px, 10vw, 98px); }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .section { padding: 96px 0; }
  .hero-media { inset: 0; }
  .hero-media:after {
    background:
      linear-gradient(90deg, rgba(21, 17, 15, .94), rgba(21, 17, 15, .27)),
      linear-gradient(0deg, rgba(21, 17, 15, .8), transparent 56%);
  }
  .artist-grid { gap: 68px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 76px 0; }
  .header-inner { height: 76px; }
  .brand {
    width: 122px;
    height: 69px;
  }
  .brand img {
    width: 122px;
    height: 69px;
  }
  .hero { min-height: 835px; }
  .hero-inner {
    padding-top: 100px;
    padding-bottom: 108px;
  }
  .hero h1 {
    font-size: clamp(57px, 16vw, 70px);
    line-height: .86;
  }
  .hero h1 strong { margin-left: 0; }
  .hero-lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.62;
  }
  .hero-actions { margin-top: 26px; }
  .hero-proof { border-radius: 18px; }
  .statement h2,
  .section-title h2,
  .booking h2,
  .faq h2,
  .review-heading h2 {
    font-size: 46px;
  }
  .portfolio-item,
  .portfolio-extra-item { border-radius: 12px; }
  .artist h2 { font-size: 58px; }
  .artist h2 em { margin-left: 0; }
  .service-row h3 { font-size: 24px; }
  .review-feature blockquote { font-size: 36px; }
  .review-card blockquote { font-size: 24px; }
  .booking-form {
    padding: 30px 22px;
    border-radius: 16px;
  }
  .booking-form-wrap {
    border-radius: 16px;
    box-shadow: 10px 10px 0 rgba(28, 12, 16, .2);
  }
  .accordion summary { font-size: 21px; }
  .footer-top h2 { font-size: 45px; }
  .footer-brand img { width: 210px; }
  .privacy-card h2 { font-size: 39px; }
}

/* Training */
.training-page {
  --training-wine: #30151c;
  --training-cream: #f2ede5;
  --training-signal: #ff6930;
  background: var(--paper);
}
.training-page h1,
.training-page h2,
.training-page h3,
.training-page p { margin-top: 0; }
.training-page em { font-family: var(--serif); font-weight: 400; }
.training-hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  background: #120f10;
  color: #fff;
}
.training-hero-media {
  position: absolute;
  inset: 0 0 0 48%;
}
.training-hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #120f10 0, rgba(18, 15, 16, .86) 11%, rgba(18, 15, 16, .12) 58%),
    linear-gradient(0deg, rgba(18, 15, 16, .72), transparent 48%);
}
.training-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(.72) contrast(1.06);
}
.training-hero-wash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 27% 52%, rgba(255, 105, 48, .16), transparent 28%);
}
.training-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 115px;
  padding-bottom: 52px;
}
.training-eyebrow {
  margin-bottom: 32px;
  color: #ff9a72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.training-hero h1 {
  max-width: 920px;
  margin-bottom: 34px;
  font-size: clamp(72px, 8.3vw, 126px);
  line-height: .82;
  letter-spacing: -.065em;
}
.training-hero h1 em {
  display: block;
  margin-left: 1.08em;
  color: #ff8a5c;
}
.training-hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: #d7d0cc;
  font-size: 17px;
  line-height: 1.65;
}
.training-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.training-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 190px));
  gap: 1px;
  width: fit-content;
  margin: 54px 0 0;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}
.training-hero-facts div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(18, 15, 16, .72);
}
.training-hero-facts dt { color: #ff8a5c; font-size: 10px; font-weight: 800; }
.training-hero-facts dd { margin: 0; color: #ded8d4; font-size: 11px; line-height: 1.35; text-transform: uppercase; }

.training-mentor { background: var(--paper); }
.training-mentor-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(70px, 10vw, 170px);
}
.training-mentor-title h2,
.training-heading h2,
.training-syllabus-title h2,
.training-intro h2,
.training-faq h2,
.training-booking h2 {
  margin-bottom: 0;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .87;
  letter-spacing: -.06em;
}
.training-mentor-title h2 em,
.training-heading h2 em,
.training-syllabus-title h2 em,
.training-intro h2 em,
.training-faq h2 em,
.training-booking h2 em { color: var(--orange); }
.training-mentor-copy { max-width: 720px; padding-top: 45px; }
.training-lead {
  margin-bottom: 28px;
  font: 400 clamp(29px, 3.1vw, 46px)/1.13 var(--serif);
  letter-spacing: -.025em;
}
.training-mentor-copy > p:not(.training-lead) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}
.training-credentials {
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.training-credentials li {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.training-credentials span { color: var(--orange); font-size: 10px; }

.training-results { background: #e8e2da; }
.training-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 80px;
}
.training-heading .section-number { grid-column: 1 / -1; }
.training-heading > p:last-child {
  max-width: 420px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}
.training-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.training-result-grid article {
  min-height: 310px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.training-result-grid span,
.training-format-index { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.training-result-grid h3 { margin: 82px 0 16px; font: 400 32px/1.05 var(--serif); }
.training-result-grid p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.training-architecture { background: #141112; color: #fff; }
.training-heading--light > p:last-child { color: #aaa3a0; }
.training-steps { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.training-steps li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-light);
}
.training-steps > li > span { color: #ff8a5c; font-size: 11px; font-weight: 800; }
.training-steps div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.training-steps h3 { margin: 0; font: 400 clamp(30px, 3vw, 45px)/1 var(--serif); }
.training-steps p { max-width: 670px; margin: 0; color: #b9b2ae; line-height: 1.7; }

.training-formats { background: var(--training-cream); }
.training-format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.training-format-grid article {
  position: relative;
  min-height: 620px;
  padding: clamp(34px, 4.2vw, 64px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 16, 16, .08);
}
.training-format-grid article:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(244, 93, 22, .25);
  border-radius: 50%;
}
.training-format-grid h3 {
  margin: 76px 0 24px;
  font: 400 clamp(46px, 5vw, 72px)/.9 var(--serif);
  letter-spacing: -.04em;
}
.training-format-grid article > p:not(.training-format-index) { max-width: 560px; color: var(--ink-soft); line-height: 1.7; }
.training-format-grid ul { margin: 38px 0 52px; padding: 0; list-style: none; }
.training-format-grid li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; text-transform: uppercase; }
.training-format-grid li:before { content: "+"; display: inline-block; width: 25px; color: var(--orange); }
.training-format-grid article > a { position: absolute; bottom: 54px; left: clamp(34px, 4.2vw, 64px); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.training-format-featured { background: var(--training-wine) !important; color: #fff; }
.training-format-featured p:not(.training-format-index) { color: #c9bdc0 !important; }
.training-format-featured li { border-color: rgba(255, 255, 255, .16); }

.training-syllabus { background: var(--training-wine); color: #fff; }
.training-syllabus-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 150px); }
.training-syllabus-title { position: sticky; top: 125px; align-self: start; }
.training-syllabus-title > p:last-child { max-width: 380px; margin-top: 35px; color: #c9bdc0; }
.training-modules { border-top: 1px solid rgba(255, 255, 255, .18); }
.training-modules details { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.training-modules summary { display: grid; grid-template-columns: 55px 1fr; padding: 25px 0; cursor: pointer; font: 400 clamp(24px, 2.4vw, 34px)/1.15 var(--serif); list-style: none; }
.training-modules summary::-webkit-details-marker { display: none; }
.training-modules summary:after { content: "+"; grid-column: 3; color: #ff9a72; font: 300 25px/1 var(--sans); }
.training-modules details[open] summary:after { content: "–"; }
.training-modules summary span { color: #ff9a72; font: 800 10px/2 var(--sans); }
.training-modules details p { max-width: 720px; margin: 0 0 30px 55px; color: #c9bdc0; line-height: 1.75; }

.training-standards { background: #f9f6f1; }
.training-standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.training-standards-grid div { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.training-standards-grid strong { color: var(--orange); font-size: 10px; }
.training-standards-grid h3 { margin: 82px 0 15px; font: 400 29px/1.05 var(--serif); }
.training-standards-grid p { color: var(--ink-soft); font-size: 14px; }
.training-certificate-note { max-width: 830px; margin: 40px 0 0 auto; color: var(--ink-soft); font: 400 25px/1.4 var(--serif); }

.training-intro { background: #151213; color: #fff; }
.training-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.training-intro-grid > div:last-child > p:not(.training-lead) { max-width: 600px; margin-bottom: 34px; color: #b9b2ae; line-height: 1.75; }

.training-faq { background: #e8e2da; }
.training-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 160px); }
.training-faq-list { border-top: 1px solid var(--line); }
.training-faq-list details { border-bottom: 1px solid var(--line); }
.training-faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 24px 0; cursor: pointer; font: 400 clamp(24px, 2.2vw, 32px)/1.2 var(--serif); list-style: none; }
.training-faq-list summary::-webkit-details-marker { display: none; }
.training-faq-list summary:after { content: "+"; color: var(--orange); font-family: var(--sans); }
.training-faq-list details[open] summary:after { content: "–"; }
.training-faq-list p { max-width: 760px; margin-bottom: 28px; color: var(--ink-soft); line-height: 1.75; }

.training-booking { background: var(--orange); color: #fff; }
.training-booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.training-booking h2 em { color: #38151b; }
.training-booking-copy > p:not(.section-number) { max-width: 500px; margin-top: 34px; color: #ffe4d8; line-height: 1.75; }
.training-contact-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.training-contact-row a { padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .55); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.training-booking .booking-form-wrap { background: var(--training-wine); box-shadow: 16px 16px 0 rgba(55, 16, 25, .25); }

@media (max-width: 1080px) {
  .training-result-grid { grid-template-columns: repeat(2, 1fr); }
  .training-standards-grid { grid-template-columns: repeat(2, 1fr); }
  .training-hero-media { left: 38%; }
}

@media (max-width: 820px) {
  .training-hero { min-height: 900px; height: auto; }
  .training-hero-media { inset: 0; opacity: .72; }
  .training-hero-media:after { background: linear-gradient(90deg, rgba(18, 15, 16, .96), rgba(18, 15, 16, .34)), linear-gradient(0deg, #120f10, transparent 62%); }
  .training-hero-inner { min-height: 900px; padding-top: 140px; }
  .training-mentor-grid,
  .training-syllabus-grid,
  .training-intro-grid,
  .training-faq-grid,
  .training-booking-grid { grid-template-columns: 1fr; }
  .training-mentor-copy { padding-top: 0; }
  .training-heading { grid-template-columns: 1fr; }
  .training-heading > p:last-child { max-width: 620px; }
  .training-steps div { grid-template-columns: 1fr; gap: 15px; }
  .training-format-grid { grid-template-columns: 1fr; }
  .training-syllabus-title { position: static; }
}

@media (max-width: 560px) {
  .training-hero h1 { font-size: 56px; line-height: .87; }
  .training-hero h1 em { margin-left: 0; }
  .training-hero-lead { font-size: 14px; }
  .training-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .training-hero-facts { grid-template-columns: 1fr; width: 100%; margin-top: 38px; }
  .training-mentor-title h2,
  .training-heading h2,
  .training-syllabus-title h2,
  .training-intro h2,
  .training-faq h2,
  .training-booking h2 { font-size: 48px; }
  .training-result-grid,
  .training-standards-grid { grid-template-columns: 1fr; }
  .training-result-grid article { min-height: 265px; padding: 25px; }
  .training-result-grid h3 { margin-top: 55px; }
  .training-steps li { grid-template-columns: 45px 1fr; }
  .training-format-grid article { min-height: 600px; padding: 30px 24px; }
  .training-format-grid article > a { bottom: 34px; left: 24px; }
  .training-modules summary { grid-template-columns: 38px 1fr auto; font-size: 23px; }
  .training-modules details p { margin-left: 38px; }
  .training-certificate-note { font-size: 21px; }
}

/* Service discovery and expert pages */
.brand {
  align-self: flex-start;
  width: 132px;
  height: 113px;
  overflow: visible;
}
.brand img {
  width: 132px;
  height: 113px;
  object-fit: contain;
}

.service-row {
  grid-template-columns: 46px minmax(205px, .9fr) minmax(250px, 1.1fr) 90px minmax(300px, auto);
  gap: 22px;
  padding-block: 20px;
}
.service-row .service-index { grid-column: 1; }
.service-row h3 { grid-column: 2; }
.service-row > p { grid-column: 3; }
.service-row .service-price { grid-column: 4; }
.service-actions {
  grid-column: 5;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
.service-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #f6eee9;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: border-color .2s, background .2s, color .2s;
}
.service-actions a span { margin-left: 8px; color: #ff8750; font-size: 13px; }
.service-actions .service-more { border-color: #ff8750; }
.service-actions a:hover { border-color: #ff8750; background: #ff8750; color: #fff; }
.service-actions a:hover span { color: #fff; }

.service-page { background: var(--paper); }
.service-page h1,
.service-page h2,
.service-page h3,
.service-page p { margin-top: 0; }
.service-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: #15110f;
  color: #fff;
}
.service-hero-media {
  position: absolute;
  inset: 0 0 0 48%;
}
.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(.76) contrast(1.04);
}
.service-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #15110f 0, rgba(21, 17, 15, .96) 27%, rgba(21, 17, 15, .3) 64%),
    linear-gradient(0deg, rgba(21, 17, 15, .72), transparent 50%);
}
.service-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 860px;
  flex-direction: column;
  justify-content: center;
  padding-top: 132px;
  padding-bottom: 70px;
}
.service-breadcrumbs {
  position: absolute;
  top: 124px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #afa7a2;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-breadcrumbs a:hover { color: #fff; }
.service-kicker {
  margin-bottom: 28px;
  color: #ff9b72;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.service-hero h1 {
  max-width: 850px;
  margin-bottom: 30px;
  font: 400 clamp(72px, 7.9vw, 118px)/.84 var(--serif);
  letter-spacing: -.06em;
}
.service-hero h1 em {
  display: block;
  margin-left: .72em;
  color: #ff8a5c;
  font-weight: 400;
}
.service-lead {
  max-width: 660px;
  margin-bottom: 32px;
  color: #d2cbc7;
  font-size: 17px;
  font-weight: 320;
  line-height: 1.7;
}
.service-hero-actions { display: flex; align-items: center; gap: 28px; }
.service-hero-price {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 12px;
  width: fit-content;
  margin: 42px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #aaa19c;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.service-hero-price strong { color: #fff; font-size: 16px; font-weight: 500; letter-spacing: 0; }
.service-hero-price small { grid-column: 1 / -1; max-width: 460px; font-size: 9px; line-height: 1.5; }

.service-facts { background: #211b18; color: #fff; }
.service-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-facts-grid div {
  min-height: 115px;
  padding: 27px 30px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.service-facts-grid div:first-child { border-left: 1px solid rgba(255, 255, 255, .12); }
.service-facts-grid span { display: block; margin-bottom: 12px; color: #ff8a5c; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-facts-grid strong { font: 400 23px/1.1 var(--serif); }

.service-two-column,
.service-choice-grid,
.service-faq-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(70px, 10vw, 160px);
}
.service-sticky-title { position: sticky; top: 130px; align-self: start; }
.service-sticky-title h2,
.service-section-heading h2,
.service-choice h2,
.service-boundaries h2,
.service-final h2 {
  margin-bottom: 0;
  font: 400 clamp(53px, 6vw, 88px)/.9 var(--serif);
  letter-spacing: -.055em;
}
.service-rich-copy { max-width: 800px; }
.service-rich-copy > p {
  margin-bottom: 27px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.8;
}
.service-rich-copy > p:first-child { color: var(--ink); font: 400 clamp(27px, 3vw, 41px)/1.25 var(--serif); letter-spacing: -.025em; }
.reviews-page-intro .service-sticky-title h2 {
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: .94;
  letter-spacing: -.045em;
}
.reviews-page-intro .service-rich-copy > p {
  font-weight: 350;
  font-variation-settings: "wght" 350;
}
.reviews-page-intro .service-rich-copy > p:first-child {
  font-weight: 350;
  font-variation-settings: "wght" 350;
}
.service-good-for { background: #e9e2da; }
.service-section-heading { max-width: 950px; margin-bottom: 72px; }
.service-request-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}
.service-request-grid li {
  min-height: 235px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-request-grid span { color: var(--orange); font-size: 10px; font-weight: 750; }
.service-request-grid p { margin: 86px 0 0; font: 400 24px/1.18 var(--serif); }

.service-choice,
.service-boundaries { background: #171310; color: #fff; }
.service-choice .section-number,
.service-boundaries .section-number { color: #ff8a5c; }
.service-choice h2,
.service-boundaries h2 { max-width: 650px; }
.service-rich-copy--light > p { color: #bcb3ae; }
.service-rich-copy--light > p:first-child { color: #fff; }
.service-inline-consult {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff8a5c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-inline-consult span { margin-left: 12px; color: #ff8a5c; font-size: 16px; }

.service-section-heading--split {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  max-width: none;
}
.service-section-heading--split > p { max-width: 420px; margin: 0; color: var(--ink-soft); line-height: 1.7; }
.service-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.service-steps li {
  display: grid;
  grid-template-columns: 65px .7fr 1.3fr;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.service-steps li > span { color: var(--orange); font-size: 10px; font-weight: 750; }
.service-steps h3 { margin: 0; font: 400 29px/1.08 var(--serif); }
.service-steps p { max-width: 660px; margin: 0; color: var(--ink-soft); line-height: 1.7; }

.service-expectations { background: #f1ece6; }
.service-master-note {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 28px;
  max-width: 650px;
  margin: 50px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.service-master-note img { width: 125px; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 70px 70px 8px 8px; }
.service-master-note figcaption { align-self: center; }
.service-master-note strong { display: block; font: 400 24px var(--serif); }
.service-master-note span { display: block; margin-top: 5px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-master-note p { margin: 18px 0 0; color: var(--ink-soft); font: italic 20px/1.4 var(--serif); }

.service-care { background: #e6ded5; }
.service-care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-care-grid article { min-height: 550px; padding: clamp(32px, 4vw, 58px); background: #f8f5f0; }
.service-care-grid article:nth-child(2) { background: #2b1a15; color: #fff; }
.service-care-grid article > span { color: var(--orange); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.service-care-grid h3 { margin: 65px 0 36px; font: 400 clamp(37px, 4vw, 58px)/.96 var(--serif); }
.service-care-grid ul { margin: 0; padding: 0; list-style: none; }
.service-care-grid li { padding: 13px 0 13px 27px; border-bottom: 1px solid var(--line); color: var(--ink-soft); line-height: 1.55; }
.service-care-grid article:nth-child(2) li { border-bottom-color: rgba(255, 255, 255, .15); color: #c6bbb6; }
.service-care-grid li:before { content: "+"; float: left; margin-left: -27px; color: var(--orange); font-weight: 700; }

.service-disclaimer { margin-top: 38px !important; padding: 22px; border: 1px solid rgba(255, 255, 255, .2); font-size: 13px !important; }
.service-faq { background: var(--paper); }
.service-faq-list { border-top: 1px solid var(--line); }
.service-faq-list details { border-bottom: 1px solid var(--line); }
.service-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  padding: 25px 0;
  cursor: pointer;
  font: 400 clamp(24px, 2.3vw, 33px)/1.2 var(--serif);
  list-style: none;
}
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary:after { content: "+"; color: var(--orange); font: 300 24px/1 var(--sans); }
.service-faq-list details[open] summary:after { content: "–"; }
.service-faq-list details p { max-width: 760px; margin: 0 0 28px; color: var(--ink-soft); line-height: 1.75; }

.service-related { background: #ede8e1; }
.service-section-heading--split > a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-related-grid a { position: relative; min-height: 260px; padding: 32px; overflow: hidden; background: #fff; border: 1px solid rgba(0, 0, 0, .08); transition: background .25s, color .25s; }
.service-related-grid a:hover { background: var(--orange); color: #fff; }
.service-related-grid span { color: var(--orange); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.service-related-grid a:hover span { color: #381309; }
.service-related-grid h3 { max-width: 520px; margin: 105px 0 0; font: 400 clamp(33px, 4vw, 54px)/.96 var(--serif); }
.service-related-grid i { position: absolute; right: 28px; top: 28px; color: var(--orange); font-style: normal; font-size: 24px; }
.service-related-grid a:hover i { color: #fff; }

.service-final { padding: 145px 0; background: var(--orange); color: #fff; text-align: center; }
.service-location { padding: 34px 0; border-top: 1px solid rgba(33,27,24,.12); background: #f7f2ed; }
.service-location-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.service-location-inner > div:first-child { display: grid; gap: 5px; }
.service-location-inner > div:first-child span { color: #a64627; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.service-location-inner strong { color: #211b18; font: 400 23px/1.25 var(--serif); }
.service-location-inner small { color: #746a64; font-size: 12px; }
.service-location-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.service-location-actions a { color: #3f3733; font-size: 11px; font-weight: 650; text-decoration: underline; text-decoration-color: rgba(166,70,39,.35); text-underline-offset: 5px; }
.service-final-inner { display: flex; align-items: center; flex-direction: column; }
.service-final p { margin-bottom: 24px; color: #ffe1d3; font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.service-final h2 { max-width: 1000px; margin-bottom: 42px; }
.service-final h2 em { display: block; color: #40130a; font-weight: 400; }
.service-final small { max-width: 520px; margin-top: 22px; color: #63200d; line-height: 1.5; }

@media (max-width: 1160px) {
  .service-row {
    grid-template-columns: 40px minmax(220px, 1fr) minmax(90px, auto);
    gap: 16px;
    padding: 27px 0;
  }
  .service-row .service-index { grid-column: 1; grid-row: 1; }
  .service-row h3 { grid-column: 2; grid-row: 1; }
  .service-row > p { grid-column: 2 / 4; grid-row: 2; }
  .service-row .service-price { grid-column: 3; grid-row: 1; justify-self: end; }
  .service-actions { grid-column: 2 / 4; grid-row: 3; justify-content: flex-start; }
}

@media (max-width: 820px) {
  .service-hero-media { inset: 0; opacity: .68; }
  .service-hero-shade { background: linear-gradient(90deg, rgba(21, 17, 15, .96), rgba(21, 17, 15, .35)), linear-gradient(0deg, #15110f, transparent 58%); }
  .service-two-column,
  .service-choice-grid,
  .service-faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .service-sticky-title { position: static; }
  .service-request-grid { grid-template-columns: repeat(2, 1fr); }
  .service-section-heading--split { grid-template-columns: 1fr; align-items: start; }
  .service-steps li { grid-template-columns: 50px 1fr; }
  .service-steps p { grid-column: 2; }
  .service-care-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand { width: 94px; height: 80px; }
  .brand img { width: 94px; height: 80px; }
  .service-row { grid-template-columns: 31px 1fr; gap: 11px; }
  .service-row .service-index { grid-column: 1; grid-row: 1; }
  .service-row h3 { grid-column: 2; grid-row: 1; }
  .service-row > p { grid-column: 2; grid-row: 2; }
  .service-row .service-price { grid-column: 2; grid-row: 3; justify-self: start; }
  .service-actions { grid-column: 2; grid-row: 4; flex-wrap: wrap; }
  .service-actions a { min-height: 40px; padding-inline: 13px; font-size: 8px; }
  .service-row:hover { padding-inline: 0; }
  .service-hero,
  .service-hero-inner { min-height: 820px; }
  .service-hero-inner { justify-content: flex-end; padding-top: 150px; padding-bottom: 68px; }
  .service-breadcrumbs { top: 104px; max-width: calc(100% - 30px); }
  .service-hero h1 { font-size: 57px; line-height: .88; }
  .service-hero h1 em { margin-left: 0; }
  .service-lead { font-size: 14px; line-height: 1.62; }
  .service-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-hero-price { margin-top: 29px; }
  .service-facts-grid { grid-template-columns: 1fr; padding-block: 5px; }
  .service-facts-grid div,
  .service-facts-grid div:first-child { min-height: 0; padding: 19px 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .service-sticky-title h2,
  .service-section-heading h2,
  .service-choice h2,
  .service-boundaries h2,
  .service-final h2 { font-size: 47px; }
  .service-rich-copy > p { font-size: 15px; line-height: 1.72; }
  .service-rich-copy > p:first-child { font-size: 27px; }
  .service-request-grid { grid-template-columns: 1fr; }
  .service-request-grid li { min-height: 190px; padding: 24px; }
  .service-request-grid p { margin-top: 60px; }
  .service-steps li { grid-template-columns: 38px 1fr; gap: 15px; }
  .service-steps h3 { font-size: 25px; }
  .service-master-note { grid-template-columns: 88px 1fr; gap: 18px; }
  .service-master-note img { width: 88px; }
  .service-master-note p { font-size: 17px; }
  .service-care-grid article { min-height: 0; padding: 32px 24px; }
  .service-care-grid h3 { margin-top: 47px; font-size: 42px; }
  .service-related-grid { grid-template-columns: 1fr; }
  .service-related-grid a { min-height: 220px; padding: 25px; }
  .service-related-grid h3 { margin-top: 82px; font-size: 40px; }
  .service-final { padding: 95px 0; }
}

/* Refined editorial system — v2.8 */
.site-header {
  background: rgba(20, 16, 15, .9);
  border-bottom-color: rgba(255, 255, 255, .09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-inner { height: 72px; }
.brand {
  align-self: center;
  width: 194px;
  height: 40px;
  overflow: hidden;
}
.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.desktop-nav a,
.header-booking,
.menu-toggle {
  font-weight: 500;
  letter-spacing: .09em;
}

.section { padding-block: 92px; }
.section-title,
.statement-grid,
.artist-grid,
.training-mentor-grid,
.training-heading,
.training-syllabus-grid,
.training-intro-grid,
.training-faq-grid,
.training-booking-grid,
.service-two-column,
.service-choice-grid,
.service-faq-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.section-title > div { grid-column: 1 / 9; }
.section-title > p { grid-column: 10 / 13; align-self: end; }
.statement-grid > .section-number { grid-column: 1 / 3; }
.statement-grid > h2 { grid-column: 3 / 9; }
.statement-copy { grid-column: 10 / 13; }
.section-title h2,
.review-heading h2,
.statement h2,
.booking h2,
.faq h2 {
  font-size: clamp(47px, 4.7vw, 70px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
}
.section-title { margin-bottom: 46px; }
.section-number,
.hero-kicker,
.artist-role,
.service-index,
.service-price {
  font-weight: 550;
  letter-spacing: .12em;
}
.statement,
.method,
.training-mentor,
.service-about {
  position: relative;
  isolation: isolate;
  background-image:
    radial-gradient(circle at 17% 21%, rgba(84, 54, 41, .035) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 65%, rgba(84, 54, 41, .028) 0 1px, transparent 1.5px);
  background-size: 23px 23px, 31px 31px;
}
.statement-copy p,
.section-title > p,
.artist-text p { font-weight: 350; }

.editorial-bridge {
  position: relative;
  overflow: hidden;
  padding-block: 28px;
  background: #211a18;
  color: #fff;
}
.editorial-bridge:before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(217, 101, 58, .08), transparent 38%),
    repeating-linear-gradient(8deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 14px);
  content: "";
  pointer-events: none;
}
.editorial-bridge-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.editorial-detail {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #171210;
}
.editorial-detail > img:not([data-line-art-image]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
}
.editorial-detail--brow { grid-column: 1 / 6; }
.editorial-detail--sketch { grid-column: 6 / 9; }
.editorial-detail--sketch > img { object-position: 54% center; }
.editorial-detail:after {
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(14, 10, 9, .84));
  content: "";
}
.editorial-detail figcaption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  grid-template-columns: 34px 1fr;
  color: #fff;
}
.editorial-detail figcaption span { grid-row: 1 / 3; color: #ff8750; font-size: 10px; }
.editorial-detail figcaption strong { font: 400 28px/1 var(--serif); }
.editorial-detail figcaption small { margin-top: 5px; color: #bbb1ac; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mapping-overlay {
  position: absolute;
  z-index: 2;
  inset: 8% 2% 14%;
  width: 96%;
  height: 78%;
  color: #ff8a5c;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  opacity: .88;
  pointer-events: none;
}
.mapping-overlay circle { fill: rgba(33, 26, 24, .66); }
.editorial-note {
  position: relative;
  grid-column: 9 / 13;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #2b201c;
}
.editorial-note > img {
  position: absolute;
  top: -9%;
  right: -15%;
  width: 115%;
  height: auto;
  opacity: .12;
  filter: invert(47%) sepia(75%) saturate(1326%) hue-rotate(334deg) brightness(95%);
}
.editorial-note blockquote {
  position: relative;
  margin: 0 0 24px;
  font: italic 400 clamp(34px, 3.5vw, 54px)/1.02 var(--serif);
  letter-spacing: -.035em;
}
.editorial-note > p:last-child { position: relative; max-width: 360px; margin: 0; color: #bdb2ad; font-size: 13px; line-height: 1.65; }

.artist:before { content: none; }
.artist-grid { align-items: center; }
.artist-visuals {
  position: relative;
  grid-column: 1 / 7;
  min-height: 780px;
}
.artist-portrait { width: 72%; }
.artist-fragment {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 51%;
  margin: 0;
  padding: 10px;
  background: #f7f2eb;
  box-shadow: 0 28px 65px rgba(42, 27, 20, .22);
}
.artist-fragment > img:first-child { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.76); }
.artist-fragment > img[data-line-art-image] {
  position: absolute;
  inset: -16% -18% auto auto;
  width: 115%;
  opacity: .17;
  filter: sepia(1) saturate(5) hue-rotate(330deg);
  pointer-events: none;
}
.artist-fragment figcaption { padding: 11px 5px 2px; color: var(--ink-soft); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.artist-copy { grid-column: 8 / 13; }
.artist-copy h2 { font-size: clamp(57px, 5.6vw, 82px); line-height: .9; }
.artist-facts { margin-top: 38px; }

.service-direction {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 188px;
  margin: 32px 0 0;
  padding: 28px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
}
.service-direction:first-child { margin-top: 0; }
.service-direction p {
  grid-column: 1 / 4;
  margin: 0;
  color: #ff8750;
  font-size: 9px;
  font-weight: 550;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-direction h3 {
  grid-column: 4 / 10;
  align-self: end;
  margin: 0;
  font: 400 clamp(38px, 4vw, 58px)/.95 var(--serif);
  letter-spacing: -.035em;
}
.service-direction img {
  position: absolute;
  top: -40%;
  right: -2%;
  width: 34%;
  opacity: .13;
  filter: invert(53%) sepia(79%) saturate(1513%) hue-rotate(334deg) brightness(102%);
}
.service-row { padding-block: 18px; }
.service-row h3 { font-weight: 420; }
.service-actions a { min-height: 44px; font-weight: 550; }
.method-grid li { min-height: 230px; }
.method-grid h3 { margin-top: 54px; }

.training-mentor-title { grid-column: 1 / 6; }
.training-mentor-copy { grid-column: 7 / 13; }
.training-heading .section-number { grid-column: 1 / 13; }
.training-heading h2 { grid-column: 1 / 9; }
.training-heading > p:last-child { grid-column: 10 / 13; }
.training-syllabus-title { grid-column: 1 / 6; }
.training-modules { grid-column: 7 / 13; }
.training-intro-grid > div:first-child,
.training-faq-grid > div:first-child,
.training-booking-copy { grid-column: 1 / 6; }
.training-intro-grid > div:last-child,
.training-faq-list,
.training-booking-grid > .booking-form-wrap { grid-column: 7 / 13; }
.training-mentor-title h2,
.training-heading h2,
.training-syllabus-title h2,
.training-intro h2,
.training-faq h2,
.training-booking h2 {
  font-size: clamp(52px, 5.6vw, 80px);
  line-height: .92;
  letter-spacing: -.045em;
}
.training-hero h1 { font-size: clamp(64px, 7vw, 96px); line-height: .88; }
.training-result-grid h3,
.training-standards-grid h3 { margin-top: 58px; }
.training-result-grid article,
.training-standards-grid div { min-height: 270px; }

.service-hero h1 { font-size: clamp(64px, 6.8vw, 96px); line-height: .88; }
.service-sticky-title { grid-column: 1 / 6; }
.service-rich-copy { grid-column: 7 / 13; }
.service-choice-grid > div:first-child,
.service-faq-grid > div:first-child { grid-column: 1 / 6; }
.service-choice-grid > div:last-child,
.service-faq-list { grid-column: 7 / 13; }

[data-line-art] path,
[data-line-art] circle {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.6s cubic-bezier(.22, .7, .18, 1);
}
[data-line-art].is-visible path,
[data-line-art].is-visible circle { stroke-dashoffset: 0; }
[data-line-art-image] {
  opacity: 0 !important;
  transform: translateY(14px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}
[data-line-art-image].is-visible { opacity: var(--line-art-opacity, .15) !important; transform: translateY(0); }
.artist-fragment > img[data-line-art-image] { --line-art-opacity: .17; }
.service-direction img[data-line-art-image] { --line-art-opacity: .13; }
.editorial-note > img[data-line-art-image] { --line-art-opacity: .12; }

@media (max-width: 980px) {
  .section { padding-block: 76px; }
  .editorial-detail--brow { grid-column: 1 / 8; }
  .editorial-detail--sketch { display: none; }
  .editorial-note { grid-column: 8 / 13; }
  .artist-visuals { grid-column: 1 / 7; min-height: 660px; }
  .artist-copy { grid-column: 7 / 13; }
  .training-mentor-grid,
  .training-syllabus-grid,
  .training-intro-grid,
  .training-faq-grid,
  .training-booking-grid,
  .service-two-column,
  .service-choice-grid,
  .service-faq-grid { row-gap: 48px; }
}

@media (max-width: 760px) {
  .header-inner { height: 64px; }
  .brand { width: 146px; height: 30px; }
  .brand img { width: 100%; height: 100%; }
  .section { padding-block: 64px; }
  .section-title,
  .statement-grid,
  .artist-grid,
  .training-mentor-grid,
  .training-heading,
  .training-syllabus-grid,
  .training-intro-grid,
  .training-faq-grid,
  .training-booking-grid,
  .service-two-column,
  .service-choice-grid,
  .service-faq-grid { grid-template-columns: 1fr; gap: 26px; }
  .section-title > div,
  .section-title > p,
  .statement-grid > .section-number,
  .statement-grid > h2,
  .statement-copy,
  .artist-visuals,
  .artist-copy,
  .training-mentor-title,
  .training-mentor-copy,
  .training-heading .section-number,
  .training-heading h2,
  .training-heading > p:last-child,
  .training-syllabus-title,
  .training-modules,
  .training-intro-grid > div:first-child,
  .training-intro-grid > div:last-child,
  .training-faq-grid > div:first-child,
  .training-faq-list,
  .training-booking-copy,
  .training-booking-grid > .booking-form-wrap,
  .service-sticky-title,
  .service-rich-copy,
  .service-choice-grid > div:first-child,
  .service-choice-grid > div:last-child,
  .service-faq-grid > div:first-child,
  .service-faq-list { grid-column: 1; }
  .section-title h2,
  .review-heading h2,
  .statement h2,
  .booking h2,
  .faq h2 { font-size: 46px; }
  .editorial-bridge { padding-block: 14px; }
  .editorial-bridge-grid { grid-template-columns: 1fr; gap: 12px; }
  .editorial-detail--brow,
  .editorial-note { grid-column: 1; }
  .editorial-detail { min-height: 430px; }
  .editorial-note { min-height: 400px; }
  .artist-visuals { min-height: 610px; }
  .artist-portrait { width: 82%; }
  .artist-fragment { width: 54%; }
  .artist-copy h2 { font-size: 56px; }
  .service-direction { grid-template-columns: 1fr; min-height: 155px; }
  .service-direction p,
  .service-direction h3 { grid-column: 1; }
  .service-direction h3 { align-self: end; max-width: 78%; font-size: 38px; }
  .service-direction img { width: 57%; right: -12%; }
  .training-mentor-title h2,
  .training-heading h2,
  .training-syllabus-title h2,
  .training-intro h2,
  .training-faq h2,
  .training-booking h2 { font-size: 47px; }
  .training-hero h1 { font-size: 56px; }
  .service-hero h1 { font-size: 56px; }
}

@media (max-width: 560px) {
  .brand { width: 138px; height: 28px; }
  .brand img { width: 100%; height: 100%; }
  .editorial-detail { min-height: 360px; }
  .editorial-note { min-height: 350px; padding: 28px 24px; }
  .editorial-note blockquote { font-size: 35px; }
  .artist-visuals { min-height: 520px; }
  .artist-fragment { padding: 7px; }
  .service-actions a { min-height: 44px; font-size: 8.5px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-line-art] path,
  [data-line-art] circle { stroke-dashoffset: 0; transition: none; }
  [data-line-art-image] { opacity: var(--line-art-opacity, .15) !important; transform: none; transition: none; }
}

/* SEO editorial layer — v2.11 */
.hero h1 .hero-query {
  margin: 0 0 18px;
  color: #ef9c7c;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-page-link { margin-top: 34px; text-align: right; }
.section-page-link a { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid rgba(0,0,0,.24); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.review .section-page-link a { border-color: rgba(255,255,255,.34); color: #fff; }
.artist-source + .artist-source { margin-top: 12px; }
.service-hero h1 .service-h1-query,
.service-hero h1 .service-h1-expression { display: block; }
.service-hero h1 .service-h1-query { max-width: 740px; color: #fff; font-size: clamp(48px, 5.6vw, 78px); line-height: .9; }
.service-hero h1 .service-h1-expression { margin-top: 20px; color: #d8cbc5; font-family: var(--sans); font-size: 12px; font-weight: 620; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }
.service-hero h1 .service-h1-expression + em { margin: 5px 0 0; font-size: .56em; line-height: 1; letter-spacing: -.035em; }
.catalog-guide { background: #faf8f4; }
.catalog-faq { background: #ece6df; }
.catalog-guide-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.catalog-guide-heading { grid-column: 1 / 5; align-self: start; position: sticky; top: 142px; }
.catalog-guide-heading h2 { margin: 24px 0; font: 400 clamp(50px, 5.8vw, 82px)/.92 var(--serif); letter-spacing: -.045em; }
.catalog-guide-heading h2 em { color: var(--orange); font-weight: 400; }
.catalog-guide-heading > p:last-child { max-width: 380px; color: #6f6965; line-height: 1.75; }
.catalog-guide-copy,
.catalog-faq .service-faq-list { grid-column: 6 / 13; }
.catalog-guide-copy { display: grid; gap: 18px; }
.catalog-guide-copy article { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(0,0,0,.1); border-radius: 16px; background: #fff; }
.catalog-guide-copy article > span,
.master-method-grid article > span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.catalog-guide-copy h3,
.master-method-grid h3 { margin: 16px 0; font: 400 clamp(31px, 3.5vw, 48px)/1 var(--serif); }
.catalog-guide-copy p { color: #625d59; line-height: 1.75; }
.catalog-guide-copy p + p { margin-top: 14px; }
.catalog-guide-copy a { display: inline-flex; gap: 10px; margin: 22px 20px 0 0; padding-bottom: 6px; border-bottom: 1px solid rgba(0,0,0,.18); font-size: 11px; font-weight: 650; }
.page-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: #bcb4af; font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.page-breadcrumbs a:hover { color: #fff; }
.editorial-page-hero h1 { font-size: clamp(58px, 7.2vw, 104px); line-height: .9; }
.portfolio-page-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.portfolio-filter { padding: 11px 15px; border: 1px solid rgba(0,0,0,.16); border-radius: 999px; background: transparent; color: var(--ink); font: inherit; font-size: 11px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.portfolio-filter:hover,
.portfolio-filter.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.portfolio-page-item { position: relative; grid-column: span 4; overflow: hidden; min-height: 480px; border-radius: 16px; background: #211c1a; }
.portfolio-page-item--lead { grid-column: span 8; grid-row: span 2; min-height: 978px; }
.portfolio-page-item > a { position: relative; display: block; width: 100%; height: 100%; color: inherit; }
.portfolio-page-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-page-item:hover img { transform: scale(1.018); }
.portfolio-page-item:after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(17,13,12,.82)); content: ""; }
.portfolio-page-item figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; justify-content: space-between; gap: 18px; align-items: end; color: #fff; }
.portfolio-page-item figcaption span { color: #efae92; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-page-item figcaption strong { max-width: 70%; text-align: right; font: 400 25px/1.05 var(--serif); }
.portfolio-page-note { max-width: 720px; margin: 32px 0 0 auto; color: #6b6561; font-size: 13px; line-height: 1.7; }
.guide-hero { min-height: 720px; }
.guide-hero .catalog-hero-media { position: absolute; inset: 0 0 0 58%; overflow: hidden; opacity: .82; }
.guide-hero .catalog-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-hero:after { position: absolute; inset: 0; background: linear-gradient(90deg, #171311 0, rgba(23,19,17,.93) 46%, rgba(23,19,17,.18) 84%), linear-gradient(0deg, rgba(23,19,17,.55), transparent 56%); content: ""; pointer-events: none; }
.guide-hero .catalog-hero-inner { z-index: 2; max-width: 820px; }
.guide-hero h1 { max-width: 760px; }
.guide-updated { margin-top: 22px; color: #bdb2ab; font-size: 11px !important; }
.guide-facts { background: #ece6df; }
.guide-facts-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 24px; }
.guide-facts-grid ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(0,0,0,.14); }
.guide-facts-grid li { padding: 28px; background: #f8f5f0; color: #5f5954; line-height: 1.55; }
.guide-body-grid { display: grid; grid-template-columns: 3fr 8fr; gap: clamp(44px, 8vw, 120px); }
.guide-sidebar { position: sticky; top: 138px; align-self: start; }
.guide-sidebar nav { display: grid; gap: 15px; margin-top: 24px; }
.guide-sidebar a { color: #6e6761; font-size: 12px; line-height: 1.35; }
.guide-sidebar a:hover { color: var(--orange); }
.guide-copy { max-width: 780px; }
.guide-section { padding-bottom: 70px; scroll-margin-top: 120px; }
.guide-section + .guide-section { padding-top: 70px; border-top: 1px solid rgba(0,0,0,.12); }
.guide-section h2 { margin: 20px 0 28px; font: 400 clamp(42px, 5vw, 74px)/.92 var(--serif); letter-spacing: -.045em; }
.guide-section p:not(.section-number) { max-width: 680px; color: #625c57; font-size: 17px; line-height: 1.78; }
.guide-next { margin-top: 15px; padding: clamp(30px, 5vw, 65px); background: #171311; color: #fff; }
.guide-next h2 { margin: 24px 0; font: 400 clamp(46px, 5.4vw, 78px)/.92 var(--serif); }
.guide-next h2 em { color: #efb49d; }
.guide-next p:not(.section-number) { max-width: 620px; color: #c9bfba; line-height: 1.7; }
.guide-next .button { margin: 26px 20px 0 0; }
.guide-next .text-link { display: inline-block; color: #efb49d; font-size: 12px; }
.guide-faq { background: #ece6df; }
.guide-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.guide-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid rgba(0,0,0,.1); border-radius: 16px; background: #fff; transition: transform .25s, background .25s, color .25s; }
.guide-card:hover { transform: translateY(-3px); background: #2b1a15; color: #fff; }
.guide-card > span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { max-width: 520px; margin: 58px 0 18px; font: 400 clamp(30px, 3.4vw, 50px)/.95 var(--serif); }
.guide-card p { max-width: 560px; color: #6a625d; line-height: 1.62; }
.guide-card:hover p { color: #d0c4be; }
.guide-card i { position: absolute; top: 30px; right: 30px; color: var(--orange); font-size: 22px; font-style: normal; }
.portfolio-links { background: #ece6df; }
.portfolio-service-links { grid-column: 6 / 13; }
.portfolio-service-links a { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(0,0,0,.13); }
.portfolio-service-links span { color: var(--orange); font-size: 10px; }
.portfolio-service-links strong { font: 400 clamp(28px, 3.4vw, 45px)/1 var(--serif); }
.portfolio-service-links i { font-style: normal; }
.master-page-hero { position: relative; min-height: 860px; overflow: hidden; background: #171311; color: #fff; }
.master-page-media { position: absolute; inset: 0 0 0 48%; }
.master-page-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.master-page-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #171311 0, rgba(23,19,17,.93) 41%, rgba(23,19,17,.18) 75%), linear-gradient(0deg, rgba(23,19,17,.62), transparent 52%); }
.master-page-hero-inner { position: relative; z-index: 2; display: flex; min-height: 860px; flex-direction: column; justify-content: center; padding-top: 128px; padding-bottom: 70px; }
.master-page-hero h1 { max-width: 780px; margin: 16px 0 28px; font: 400 clamp(72px, 9vw, 128px)/.82 var(--serif); letter-spacing: -.055em; }
.master-page-hero h1 em { display: block; margin-left: .25em; color: #efb49d; font-weight: 400; }
.master-page-hero-inner > p:not(.service-kicker) { max-width: 600px; color: #d8d0cb; font-size: 17px; line-height: 1.72; }
.master-page-hero .arrow-link { margin-top: 34px; }
.master-timeline { background: #171311; color: #fff; }
.master-timeline .service-section-heading > p { color: #b9b0ab; }
.master-timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: rgba(255,255,255,.14); }
.master-timeline-grid li { min-height: 320px; padding: 34px; background: #171311; }
.master-timeline-grid span { color: #ef9c7c; font-size: 10px; letter-spacing: .12em; }
.master-timeline-grid h3 { margin: 64px 0 18px; font: 400 34px/1 var(--serif); }
.master-timeline-grid p { color: #bdb4af; line-height: 1.65; }
.master-awards { overflow: hidden; background: #f3ece6; }
.master-awards-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(38px, 6vw, 92px); align-items: start; }
.master-awards-photo { position: sticky; top: 104px; margin: 0; }
.master-awards-photo img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; }
.master-awards-photo figcaption { margin-top: 13px; color: #746a64; font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.master-awards-copy h2 { margin: 24px 0 36px; font: 390 clamp(48px, 5.4vw, 76px)/.93 var(--serif); letter-spacing: -.045em; }
.master-awards-copy h2 em { color: #a64627; font-weight: 320; }
.master-awards-list { border-top: 1px solid rgba(33,27,24,.16); }
.master-awards-list article { display: grid; grid-template-columns: 92px 1fr; gap: 8px 18px; padding: 24px 0; border-bottom: 1px solid rgba(33,27,24,.16); }
.master-awards-list span { grid-row: 1 / 5; color: #a64627; font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.master-awards-list h3 { margin: 0; font: 430 31px/1 var(--serif); }
.master-awards-list p { margin: 0; color: #625d59; line-height: 1.58; }
.master-awards-list small { color: #817770; font-size: 10px; line-height: 1.45; }
.master-awards-list a { width: fit-content; color: #8f3c22; font-size: 10px; line-height: 1.45; text-decoration: underline; text-underline-offset: 3px; }
.master-archive { background: #171311; color: #fff; }
.master-archive-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(42px, 8vw, 130px); align-items: start; }
.master-archive-heading { position: sticky; top: 112px; }
.master-archive-heading h2 { margin: 24px 0 30px; font: 390 clamp(48px, 5.5vw, 78px)/.92 var(--serif); letter-spacing: -.045em; }
.master-archive-heading h2 em { color: #efb49d; font-weight: 320; }
.master-archive-heading > p:last-child { max-width: 470px; color: #bdb4af; line-height: 1.68; }
.master-archive-list { border-top: 1px solid rgba(255,255,255,.16); }
.master-archive-list li { display: grid; grid-template-columns: 118px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.master-archive-list span { padding-top: 5px; color: #ef9c7c; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.master-archive-list h3 { margin: 0 0 12px; font: 410 clamp(28px, 3vw, 40px)/1 var(--serif); }
.master-archive-list p { max-width: 720px; margin: 0; color: #bdb4af; line-height: 1.68; }
.master-method-grid { grid-column: 6 / 13; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.master-method-grid article { min-height: 270px; padding: 34px; border: 1px solid rgba(0,0,0,.11); border-radius: 14px; }
.master-method-grid p { color: #69635f; line-height: 1.68; }
.master-proof { background: #ece6df; }
.master-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.master-proof-grid > div:first-child { overflow: hidden; aspect-ratio: 1; border-radius: 18px; }
.master-proof-grid > div:first-child img { width: 100%; height: 100%; object-fit: cover; }
.master-proof h2 { margin: 24px 0; font: 400 clamp(50px, 6vw, 84px)/.92 var(--serif); }
.master-proof p { color: #625d59; line-height: 1.72; }
.master-proof .button { margin: 28px 20px 16px 0; }
.contacts-hero { padding-top: clamp(150px, 16vw, 220px); background: #171311; color: #fff; }
.contacts-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: clamp(42px, 8vw, 120px); align-items: end; }
.contacts-hero h1 { margin: 28px 0 0; font: 390 clamp(72px, 10vw, 140px)/.82 var(--serif); letter-spacing: -.055em; }
.contacts-hero h1 em { display: block; margin-left: .18em; color: #efb49d; font-weight: 320; }
.contacts-intro { padding-bottom: 10px; }
.contacts-intro > p { max-width: 520px; color: #cfc5bf; font-size: 17px; line-height: 1.72; }
.contacts-actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; margin-top: 32px; }
.contacts-actions .text-link { color: #efb49d; }
.contacts-details { background: #f3ece6; }
.contacts-details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(33,27,24,.16); border-left: 1px solid rgba(33,27,24,.16); }
.contacts-details article { display: flex; min-height: 390px; flex-direction: column; padding: clamp(26px, 3vw, 42px); border-right: 1px solid rgba(33,27,24,.16); border-bottom: 1px solid rgba(33,27,24,.16); }
.contacts-details article > span { color: #a64627; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contacts-details h2 { margin: auto 0 22px; font: 410 clamp(31px, 3.4vw, 49px)/.98 var(--serif); letter-spacing: -.035em; overflow-wrap: anywhere; }
.contacts-details h2 a { color: inherit; }
.contacts-details p { color: #6b625d; line-height: 1.65; }
.contacts-details article > a { width: fit-content; margin-top: 24px; color: #8f3c22; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.contacts-note { background: #ece6df; }
.reviews-page-list { background: #171311; }
.reviews-grid--all { margin-top: 0; }
.reviews-page-list .review-platforms { margin-top: 58px; }

@media (max-width: 980px) {
  .catalog-guide-heading { position: static; grid-column: 1 / 13; }
  .catalog-guide-copy,
  .catalog-faq .service-faq-list,
  .portfolio-service-links,
  .master-method-grid { grid-column: 1 / 13; }
  .portfolio-page-item { grid-column: span 6; }
  .portfolio-page-item--lead { grid-column: span 12; grid-row: auto; min-height: 720px; }
  .master-timeline-grid { grid-template-columns: 1fr 1fr; }
  .master-awards-grid { grid-template-columns: 1fr; }
  .master-awards-photo { position: static; }
  .master-archive-grid { grid-template-columns: 1fr; }
  .master-archive-heading { position: static; }
  .contacts-hero-grid { grid-template-columns: 1fr; }
  .contacts-details-grid { grid-template-columns: 1fr; }
  .contacts-details article { min-height: 310px; }
}

@media (max-width: 720px) {
  .service-guide-links { grid-template-columns: 1fr; }
  .hero h1 .hero-query { margin-bottom: 14px; font-size: 8px; }
  .section-page-link { text-align: left; }
  .service-hero h1 .service-h1-expression { margin-top: 16px; font-size: 9px; }
  .service-hero h1 .service-h1-query { font-size: 46px; }
  .service-hero h1 .service-h1-expression + em { font-size: .62em; }
  .editorial-page-hero h1 { font-size: 54px; }
  .portfolio-page-grid { display: block; }
  .guide-hero { min-height: 700px; }
  .guide-hero .catalog-hero-media { inset: 0; opacity: .45; }
  .guide-hero:after { background: linear-gradient(0deg, #171311 4%, rgba(23,19,17,.72) 62%, rgba(23,19,17,.22)); }
  .guide-facts-grid,
  .guide-facts-grid ul,
  .guide-body-grid,
  .guide-card-grid { grid-template-columns: 1fr; }
  .guide-sidebar { position: static; }
  .guide-section { padding-bottom: 48px; }
  .guide-section + .guide-section { padding-top: 48px; }
  .guide-section p:not(.section-number) { font-size: 16px; }
  .portfolio-page-item,
  .portfolio-page-item--lead { min-height: 520px; margin-bottom: 12px; }
  .portfolio-page-item figcaption { right: 18px; bottom: 18px; left: 18px; }
  .master-page-hero,
  .master-page-hero-inner { min-height: 760px; }
  .master-page-media { inset: 0; opacity: .62; }
  .master-page-shade { background: linear-gradient(0deg, #171311 4%, rgba(23,19,17,.7) 64%, rgba(23,19,17,.28)); }
  .master-page-hero-inner { justify-content: end; padding-bottom: 68px; }
  .master-page-hero h1 { font-size: 66px; }
  .master-timeline-grid,
  .master-method-grid,
  .master-proof-grid { grid-template-columns: 1fr; }
  .master-timeline-grid li { min-height: 250px; }
  .master-timeline-grid h3 { margin-top: 42px; }
  .master-awards-list article { grid-template-columns: 1fr; }
  .master-awards-list span { grid-row: auto; }
  .master-archive-list li { grid-template-columns: 1fr; gap: 10px; }
}

/* v2.9 cascade-safe overrides */
.portfolio .portfolio-extra { grid-template-columns: 1fr 1fr; }
.service-related .service-related-grid a { min-height: 0; padding: 0 0 26px; border-radius: 14px; }
.service-related .service-related-grid a > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.service-related .service-related-grid span,
.service-related .service-related-grid h3,
.service-related .service-related-grid p { margin-right: 26px; margin-left: 26px; }
.service-related .service-related-grid span { margin-top: 22px; }
.service-related .service-related-grid h3 { margin-top: 14px; }
.service-related .service-related-grid p { margin-top: 16px; color: #706762; line-height: 1.6; }
.service-related .service-related-grid a:hover p { color: rgba(255,255,255,.78); }
.service-guides { background: #ece6df; }
.service-guide-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-guide-links a { position: relative; display: block; min-height: 190px; padding: 28px; border: 1px solid rgba(0,0,0,.1); border-radius: 14px; background: #fff; }
.service-guide-links a:hover { background: #2b1a15; color: #fff; }
.service-guide-links span { color: var(--orange); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-guide-links strong { display: block; max-width: 430px; margin-top: 42px; font: 400 30px/1 var(--serif); }
.service-guide-links i { position: absolute; top: 24px; right: 24px; font-style: normal; }
.service-hero-media .service-hero-line { position: absolute; z-index: 2; right: 5%; bottom: 5%; width: min(43vw, 590px); height: auto; object-fit: contain; opacity: .24; filter: invert(1); mix-blend-mode: screen; }
.service-hero--paper .service-hero-line { transform: rotate(-8deg); }
.service-hero--sage .service-hero-line { right: 16%; bottom: -2%; transform: rotate(9deg); }
.service-hero--mineral .service-hero-line { right: 1%; bottom: 18%; transform: scale(.82); }
.service-hero--graphite .service-hero-line { right: 20%; bottom: 0; transform: rotate(-14deg); }
.service-hero--silver .service-hero-line { right: 2%; bottom: 3%; transform: rotate(12deg) scale(1.1); }
.service-gallery { overflow: hidden; padding: 0 0 clamp(62px, 8vw, 112px); background: #f3eee8; }
.service-gallery-track { display: grid; grid-auto-columns: minmax(260px, 1fr); grid-auto-flow: column; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
.service-gallery figure { position: relative; min-width: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 13px; scroll-snap-align: start; }
.service-gallery img { width: 100%; height: 100%; object-fit: cover; }
.service-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; border-radius: 999px; background: rgba(20,17,15,.76); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
@media (max-width: 680px) {
  .service-location-inner { align-items: flex-start; flex-direction: column; }
  .service-location-actions { justify-content: flex-start; }
  .portfolio .portfolio-extra { grid-template-columns: 1fr; }
  .service-gallery-track { margin-right: -20px; padding-right: 20px; grid-auto-columns: 78%; }
}

/* Brand and evidence refinement — v2.10 */
.site-header .header-inner { height: 72px; }
.site-header .brand {
  align-self: center;
  width: 80px;
  height: 68px;
  overflow: visible;
}
.site-header .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.credentials {
  overflow: hidden;
  background: #f3ece6;
}
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.credentials-intro { grid-column: 1 / 5; }
.credentials-intro h2 {
  margin: 28px 0 30px;
  font: 390 clamp(48px, 5vw, 72px)/.94 var(--serif);
  letter-spacing: -.04em;
}
.credentials-intro h2 em { color: #a64627; font-weight: 320; }
.credentials-intro > p:last-child {
  max-width: 390px;
  color: #6d625c;
  line-height: 1.75;
}
.credentials-timeline {
  grid-column: 6 / 13;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(33, 27, 24, .16);
  border-left: 1px solid rgba(33, 27, 24, .16);
  list-style: none;
}
.credentials-timeline li {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid rgba(33, 27, 24, .16);
  border-bottom: 1px solid rgba(33, 27, 24, .16);
}
.credentials-timeline span {
  color: #a64627;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.credentials-timeline strong {
  max-width: 280px;
  margin-top: auto;
  font: 450 29px/1.05 var(--serif);
  letter-spacing: -.025em;
}
.credentials-timeline small {
  max-width: 310px;
  margin-top: 13px;
  color: #756a64;
  font-size: 12px;
  line-height: 1.55;
}
.credentials-certificates {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 18px;
  align-items: start;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(33, 27, 24, .16);
}
.credentials-certificates > p {
  margin: 0;
  color: #a64627;
  font-size: 9px;
  font-weight: 560;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.credentials-certificates > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.credentials-certificates span {
  padding: 10px 14px;
  border: 1px solid rgba(33, 27, 24, .16);
  border-radius: 999px;
  color: #4e4540;
  font-size: 10px;
}

@media (max-width: 980px) {
  .credentials-intro { grid-column: 1 / 6; }
  .credentials-timeline { grid-column: 6 / 13; }
  .credentials-timeline li { min-height: 205px; padding: 22px; }
  .credentials-timeline strong { font-size: 25px; }
}

@media (max-width: 760px) {
  .site-header .brand { width: 70px; height: 60px; }
  .credentials-grid { grid-template-columns: 1fr; gap: 38px; }
  .credentials-intro,
  .credentials-timeline,
  .credentials-certificates { grid-column: 1; }
  .credentials-timeline { grid-template-columns: 1fr; }
  .credentials-timeline li { min-height: 180px; }
  .credentials-certificates { grid-template-columns: 1fr; margin-top: 4px; }
}

@media (max-width: 560px) {
  .site-header .brand { width: 68px; height: 58px; }
  .credentials-intro h2 { font-size: 46px; }
}

/* Home vertical rhythm correction — v2.11.5 */
body.home .section { padding-block: 68px; }
body.home .section-title { margin-bottom: 34px; }
body.home .statement-copy { padding-top: 22px; }
body.home .statement-copy p:last-child { margin-bottom: 0; }

body.home .portfolio-grid--evidence { grid-template-rows: 370px 250px; }
body.home .portfolio .section-page-link,
body.home .review .section-page-link { margin-top: 24px; }
body.home .before-after-block { margin-top: 68px; }
body.home .different-faces {
  gap: clamp(40px, 5vw, 72px);
  margin-top: 62px;
  padding-top: 22px;
}

body.home .artist-visuals { min-height: 0; }
body.home .artist-portrait {
  width: min(86%, 515px);
  margin-inline: auto;
}
body.home .artist-role { margin-block: 20px; }
body.home .artist-text {
  gap: 24px;
  padding-top: 20px;
}
body.home .artist-facts { margin-top: 26px; }
body.home .artist-source { margin-top: 20px; }

body.home .credentials-intro h2 { margin: 20px 0 22px; }
body.home .credentials-timeline li {
  min-height: 190px;
  padding: 22px;
}
body.home .credentials-certificates {
  margin-top: 28px;
  padding-top: 18px;
}

body.home .service-direction {
  min-height: 144px;
  margin-top: 20px;
  padding-block: 20px;
}
body.home .service-row {
  min-height: 96px;
  padding-block: 14px;
}
body.home .services-catalog-link { margin-top: 26px; }

body.home .method-grid li {
  min-height: 200px;
  padding: 24px;
}
body.home .method-grid h3 { margin-top: 32px; }

body.home .review-heading { margin-bottom: 34px; }
body.home .review-filters { margin: 24px 0 20px; }
body.home .review-feature { padding-block: 34px; }
body.home .review-card {
  min-height: 250px;
  padding: 24px;
}
body.home .review-card blockquote { margin: 34px 0 26px; }
body.home .review-platforms { margin-top: 32px; }

body.home .booking-grid { gap: clamp(64px, 7vw, 100px); }
body.home .booking-copy > p:not(.section-number) { margin-top: 22px; }
body.home .booking-details { margin-top: 28px; }
body.home .booking-contact-buttons { margin-top: 18px; }

/* Mobile containment correction — v2.12.6 */
@media (max-width: 720px) {
  .service-guide-links { grid-template-columns: 1fr; }
  .service-gallery { overflow-x: clip; }
  .service-gallery-track { margin-right: 0; padding-right: 0; }
}

body.home .faq-grid { gap: clamp(56px, 7vw, 92px); }
body.home .accordion summary { padding-block: 21px; }
body.home .accordion summary:after { top: 15px; }
body.home .accordion details p { padding-bottom: 22px; }

@media (max-width: 760px) {
  body.home .section { padding-block: 50px; }
  body.home .section-title { margin-bottom: 30px; }
  body.home .statement-grid { gap: 20px; }
  body.home .statement-copy { padding-top: 0; }

  body.home .before-after-block { margin-top: 44px; }
  body.home .before-after { margin-top: 24px; }
  body.home .different-faces {
    gap: 10px;
    margin-top: 40px;
    padding-top: 20px;
  }

  body.home .artist-grid { gap: 22px; }
  body.home .artist-visuals { min-height: 0; }
  body.home .artist-portrait { width: calc(100% - 34px); }
  body.home .artist-role { margin-block: 18px; }
  body.home .artist-text { padding-top: 18px; }
  body.home .artist-facts { margin-top: 22px; }

  body.home .credentials-grid { gap: 28px; }
  body.home .credentials-timeline li {
    min-height: 155px;
    padding: 19px;
  }
  body.home .credentials-certificates {
    margin-top: 0;
    padding-top: 18px;
  }

  body.home .service-direction {
    min-height: 128px;
    margin-top: 14px;
    padding-block: 18px;
  }
  body.home .service-row {
    gap: 7px 11px;
    min-height: 0;
    padding-block: 14px;
  }
  body.home .services-catalog-link { margin-top: 22px; }

  body.home .method-grid li {
    min-height: 190px;
    padding: 22px 20px;
  }
  body.home .method-grid h3 { margin-top: 28px; }

  body.home .review-heading { margin-bottom: 28px; }
  body.home .review-filters { margin: 20px 0 16px; }
  body.home .review-feature { padding-block: 28px; }
  body.home .review-card {
    min-height: 238px;
    padding: 20px;
  }
  body.home .review-card blockquote { margin: 28px 0 22px; }
  body.home .review-platforms { margin-top: 28px; }

  body.home .booking-grid { gap: 32px; }
  body.home .booking-details { margin-top: 24px; }

  body.home .faq-grid { gap: 32px; }
  body.home .accordion summary {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  body.home .accordion summary:after { top: 13px; }
}

@media (max-width: 680px) {
  body.home .portfolio-grid--evidence { grid-template-rows: repeat(3, auto); }
}

/* Documented body-art history */
.bodyart-history-hero { position: relative; min-height: 820px; overflow: hidden; background: #171311; color: #fff; }
.bodyart-history-hero-media { position: absolute; inset: 0; }
.bodyart-history-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.bodyart-history-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,10,9,.95) 0, rgba(14,10,9,.76) 45%, rgba(14,10,9,.12) 82%), linear-gradient(0deg, rgba(14,10,9,.68), transparent 58%); }
.bodyart-history-hero-inner { position: relative; z-index: 2; display: flex; min-height: 820px; flex-direction: column; justify-content: center; padding-top: 126px; padding-bottom: 68px; }
.bodyart-history-hero h1 { max-width: 850px; margin: 18px 0 28px; font: 390 clamp(74px, 9vw, 132px)/.82 var(--serif); letter-spacing: -.055em; }
.bodyart-history-hero h1 em { display: block; margin-left: .2em; color: #efb49d; font-weight: 320; }
.bodyart-history-hero-inner > p:not(.service-kicker) { max-width: 650px; color: #e0d7d1; font-size: 17px; line-height: 1.72; }
.bodyart-history-hero .arrow-link { margin-top: 34px; }

.bodyart-factline { display: grid; grid-template-columns: 70px 1fr; gap: 0 20px; margin-top: 34px; border-top: 1px solid rgba(0,0,0,.14); }
.bodyart-factline span, .bodyart-factline p { margin: 0; padding-block: 17px; border-bottom: 1px solid rgba(0,0,0,.14); }
.bodyart-factline span { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.bodyart-factline p { color: #5f5955; font-size: 14px; line-height: 1.55; }

.bodyart-chapter { overflow: hidden; }
.bodyart-chapter--warm { background: #f0e3d8; }
.bodyart-chapter-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(38px, 7vw, 108px); align-items: center; }
.bodyart-chapter-grid--reverse { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.bodyart-chapter-media { margin: 0; }
.bodyart-chapter-media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; }
.bodyart-chapter-media figcaption, .bodyart-2017-author figcaption { margin-top: 13px; color: #756b65; font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.bodyart-chapter-copy h2 { margin: 24px 0 28px; font: 390 clamp(52px, 6vw, 84px)/.9 var(--serif); letter-spacing: -.05em; }
.bodyart-chapter-copy h2 em { color: #a74627; font-weight: 320; }
.bodyart-chapter-copy > p:not(.section-number):not(.bodyart-result) { max-width: 620px; color: #625c57; line-height: 1.72; }
.bodyart-chapter-copy > p + p { margin-top: 17px; }
.bodyart-result { margin: 0 0 28px; color: #a74627; font: 420 clamp(34px, 4.5vw, 58px)/1 var(--serif); }
.bodyart-source { font-size: 11px; }
.bodyart-links { display: grid; gap: 12px; margin-top: 26px; }
.bodyart-links a, .bodyart-protocol { width: fit-content; padding-bottom: 5px; border-bottom: 1px solid rgba(0,0,0,.24); color: #8f3c22; font-size: 11px; line-height: 1.4; }

.bodyart-chapter--dark { background: #171311; color: #fff; }
.bodyart-2017-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(36px, 7vw, 105px); align-items: center; }
.bodyart-2017-stage { overflow: hidden; border-radius: 18px; }
.bodyart-2017-stage img { display: block; width: 100%; max-height: 820px; object-fit: cover; object-position: center 25%; }
.bodyart-chapter--dark .bodyart-chapter-copy h2 em, .bodyart-chapter--dark .bodyart-result { color: #efb49d; }
.bodyart-chapter--dark .bodyart-chapter-copy > p:not(.section-number):not(.bodyart-result) { color: #c4bbb6; }
.bodyart-chapter--dark .bodyart-protocol { display: inline-block; margin-top: 26px; border-color: rgba(255,255,255,.35); color: #efb49d; }
.bodyart-2017-author { grid-column: 1 / -1; max-width: 880px; margin: 18px 0 0 auto; }
.bodyart-2017-author img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; }
.bodyart-2017-author figcaption { color: #9f9590; }

.bodyart-evidence { background: #ece6df; }
.bodyart-evidence-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 8vw, 120px); }
.bodyart-evidence h2 { margin-top: 24px; font: 390 clamp(54px, 6vw, 86px)/.9 var(--serif); letter-spacing: -.05em; }
.bodyart-evidence h2 em { color: #a74627; font-weight: 320; }
.bodyart-evidence-grid > div:last-child > p { max-width: 700px; color: #625c57; font-size: 16px; line-height: 1.75; }
.bodyart-evidence-grid > div:last-child > p + p { margin-top: 18px; }
.bodyart-next-links { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 30px; }
.bodyart-next-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(0,0,0,.22); font-size: 11px; }
.master-archive-link { grid-column: 2; margin: 26px 0 0; }
.master-archive-link a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.28); color: #efb49d; font-size: 11px; }

@media (max-width: 980px) {
  .bodyart-chapter-grid, .bodyart-chapter-grid--reverse, .bodyart-2017-layout, .bodyart-evidence-grid { grid-template-columns: 1fr; }
  .bodyart-chapter-grid--reverse .bodyart-chapter-copy { order: 2; }
  .bodyart-2017-stage { max-width: 720px; }
  .bodyart-2017-author { grid-column: auto; margin-left: 0; }
  .master-archive-link { grid-column: auto; }
}

@media (max-width: 720px) {
  .bodyart-history-hero, .bodyart-history-hero-inner { min-height: 710px; }
  .bodyart-history-hero-media img { object-position: 58% center; }
  .bodyart-history-hero-shade { background: linear-gradient(0deg, #171311 2%, rgba(23,19,17,.75) 66%, rgba(23,19,17,.24)); }
  .bodyart-history-hero-inner { justify-content: end; padding-bottom: 58px; }
  .bodyart-history-hero h1 { font-size: 64px; }
  .bodyart-history-hero-inner > p:not(.service-kicker) { font-size: 15px; }
  .bodyart-chapter-grid { gap: 34px; }
  .bodyart-chapter-copy h2 { font-size: 52px; }
  .bodyart-chapter-media img { border-radius: 12px; }
  .bodyart-2017-stage img { max-height: 680px; }
  .bodyart-2017-author img { border-radius: 12px; }
}
