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

* { 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-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; }
}
