:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #6d6a66;
  --paper: #f8f7f4;
  --white: #ffffff;
  --line: #ded9d1;
  --accent: #9f2437;
  --accent-dark: #73192a;
  --sage: #5f725f;
  --charcoal: #1b1b1b;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.14);
  --scroll-progress: 0;
  --spot-x: 62%;
  --spot-y: 42%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.locked {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #f0c6cf, var(--sage));
  box-shadow: 0 0 22px rgba(159, 36, 55, 0.34);
  pointer-events: none;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(248, 247, 244, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.07);
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.header-cta,
.hero-actions,
.hero-meta,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  width: max-content;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.nav {
  justify-self: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 10px 0;
  opacity: 0.82;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
  transform: scaleX(0);
  transform-origin: right center;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

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

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-cta {
  justify-self: end;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.header-cta:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.site-header:not(.is-scrolled) .header-cta:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  isolation: isolate;
}

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

.hero-media {
  z-index: -2;
  background:
    image-set(url("assets/sensual-hero.jpg") type("image/jpeg")) center right 36% / cover no-repeat,
    #343230;
}

.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(240, 198, 207, 0.2) 0%, rgba(240, 198, 207, 0.08) 24%, rgba(240, 198, 207, 0) 48%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.78) 0%, rgba(10, 10, 10, 0.58) 36%, rgba(10, 10, 10, 0.08) 76%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.36) 0%, rgba(10, 10, 10, 0) 46%);
}

.hero-content {
  width: min(720px, calc(100% - 36px));
  padding: clamp(108px, 13vh, 132px) 0 clamp(156px, 22vh, 230px) clamp(18px, 7vw, 92px);
  color: var(--white);
}

.eyebrow,
.section-kicker,
.work-card span,
.service-grid span,
.rates-grid span,
.trust-grid span,
dt {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0c6cf;
}

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

h1,
h2 {
  max-width: 980px;
  letter-spacing: 0;
  line-height: 0.98;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(46px, 5.2vw, 74px);
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5.4vw, 76px);
  font-weight: 880;
}

h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.1;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 850;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px -44%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  pointer-events: none;
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::after {
  transform: translateX(430%) skewX(-18deg);
}

.button.primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(159, 36, 55, 0.24);
}

.button.primary:hover {
  background: var(--accent-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(154px, 18vh, 212px);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 760px;
}

.hero-meta span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.has-glow {
  --glow-color: rgba(159, 36, 55, 0.13);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.has-glow::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 0%), var(--glow-color), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.has-glow:hover::before,
.has-glow:focus-within::before {
  opacity: 1;
}

.has-glow > * {
  position: relative;
  z-index: 2;
}

.work-card.has-glow {
  --glow-color: rgba(255, 255, 255, 0.18);
}

.work-card.has-glow::before {
  z-index: 1;
}

.work-card.has-glow img {
  position: relative;
  z-index: 0;
}

.work-card.has-glow div {
  z-index: 2;
}

.featured-rate.has-glow,
.booking.has-glow,
.sticky-inquiry.has-glow,
.trust-assurance.has-glow {
  --glow-color: rgba(240, 198, 207, 0.2);
}

.intro,
.portfolio,
.services,
.stats,
.trust-strip,
.private-intake,
.conversion {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.private-intake {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.44fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: end;
  margin-top: clamp(-164px, -12vw, -112px);
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip article {
  min-height: 150px;
  padding: 22px;
  background: var(--white);
}

.trust-strip span {
  display: block;
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.5;
}

.intake-copy {
  display: grid;
  gap: 8px;
}

.intake-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.intake-copy p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.intake-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.intake-form label span {
  color: var(--muted);
}

.intake-form input,
.intake-form select {
  min-height: 48px;
  border-color: var(--line);
  background: #f4f1ec;
  color: var(--ink);
}

.intake-form select option {
  color: var(--ink);
}

.intake-form .button {
  min-height: 48px;
  white-space: nowrap;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(72px, 10vw, 132px) 0 clamp(44px, 6vw, 76px);
}

.intro-copy h2 {
  max-width: 900px;
}

.intro-text {
  align-self: end;
  border-left: 4px solid var(--sage);
  padding-left: 22px;
}

.intro-text p,
.booking-copy p,
.service-grid p,
.rates-grid p,
.trust-grid p,
.rate-note,
dd {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2 {
  grid-column: 1 / -1;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 clamp(72px, 9vw, 124px);
}

.stats article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stats article:nth-child(even) {
  background: #efe9df;
}

.stats strong {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 76px);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.stats span {
  max-width: 220px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 318px);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(82px, 11vw, 150px) 0 0;
}

.conversion-main {
  min-width: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  grid-template-rows: repeat(2, minmax(260px, 330px));
  gap: 16px;
}

.work-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.work-card.tall {
  grid-row: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card.tall img {
  object-position: center 34%;
}

.work-card:nth-child(3) img {
  object-position: center 22%;
}

.work-card div {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.68);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.work-card span {
  color: #f0c6cf;
}

.work-card strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  line-height: 1.1;
}

.services {
  padding: clamp(82px, 11vw, 150px) 0 0;
}

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

.service-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.service-grid span {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--sage);
}

.rates {
  padding: 0;
}

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

.rates-grid article {
  min-height: 348px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.rates-grid .featured-rate {
  grid-column: span 3;
  background: var(--charcoal);
  color: var(--white);
}

.rates-grid.rate-bands {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rate-bands .featured-rate {
  grid-column: auto;
}

.rate-band {
  overflow: hidden;
}

.rate-band > p:not(.rate-tag) {
  margin-bottom: 28px;
}

.rates-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--sage);
}

.rates-grid .featured-rate span,
.rates-grid .featured-rate .rate-tag {
  color: #f0c6cf;
}

.rates-grid h3 {
  max-width: 260px;
}

.rates-grid p:not(.rate-tag):not(.best-for) {
  margin-bottom: 18px;
}

.rate-tag {
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(95, 114, 95, 0.12);
  color: var(--sage);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.best-for {
  margin: auto 0 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #817870;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.featured-rate .best-for {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
}

.rates-grid strong {
  display: block;
  color: var(--accent);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
}

.rates-grid .featured-rate strong {
  color: #f0c6cf;
}

.rate-list {
  display: grid;
  gap: 0;
  margin: auto -26px -26px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.rate-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 16px 26px;
  border-bottom: 1px solid var(--line);
}

.rate-list li:last-child {
  border-bottom: 0;
}

.rate-list span {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.rate-list strong {
  color: var(--accent);
  font-size: 18px;
  line-height: 1.1;
  white-space: nowrap;
}

.featured-rate .rate-list {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.featured-rate .rate-list li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.featured-rate .rate-list span {
  color: var(--white);
}

.featured-rate .rate-list strong {
  color: #f0c6cf;
}

.rate-note {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
}

.included-panel {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.included-heading {
  display: grid;
  gap: 8px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
}

.included-heading h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.comparison-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table th {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-table td {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.details {
  display: grid;
  gap: 18px;
  padding: clamp(62px, 8vw, 104px) 0;
}

.details-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  padding-bottom: 10px;
}

.details-header .section-kicker {
  grid-column: 1 / -1;
}

.details h2 {
  max-width: 720px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
}

.details-header p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

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

.availability-cards article {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.availability-cards span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.availability-cards strong {
  margin-top: 20px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.availability-cards p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
}

.detail-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

dl {
  margin: 0;
}

.detail-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-panel div {
  display: grid;
  grid-template-columns: minmax(100px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 104px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.detail-panel div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.detail-panel div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.trust {
  padding: 0 0 clamp(62px, 8vw, 110px);
}

.trust-copy {
  max-width: 820px;
  margin-bottom: 28px;
}

.trust-copy p:not(.section-kicker) {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.trust-grid article {
  min-height: 248px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.trust-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--sage);
}

.trust-grid h3 {
  max-width: 210px;
}

.trust-assurance {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(24px, 5vw, 58px);
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
}

.trust-assurance h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
}

.trust-assurance ul {
  display: grid;
  gap: 14px;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-assurance li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.trust-assurance li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f0c6cf;
}

.process {
  padding: 0 0 clamp(36px, 5vw, 60px);
}

.process-copy {
  max-width: 820px;
  margin-bottom: 28px;
}

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

.process-steps article {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 52px;
  right: -24px;
  z-index: 3;
  width: 34px;
  height: 1px;
  background: var(--accent);
}

.process-steps article.has-glow {
  overflow: visible;
}

.process-steps article.has-glow::before {
  inset: 0;
  border-radius: inherit;
}

.process-steps span {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-steps p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.booking {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  padding: clamp(26px, 3vw, 38px);
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
}

.booking-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  gap: 24px;
  align-items: start;
}

.booking-copy .section-kicker {
  grid-column: 1 / -1;
}

.booking h2 {
  max-width: none;
  font-size: clamp(34px, 2.6vw, 44px);
  line-height: 1.02;
}

.booking-copy p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: #f0c6cf;
  font-weight: 850;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
}

.contact-links .text-link {
  margin-top: 0;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

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

label {
  display: grid;
  gap: 8px;
}

label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
  min-height: 112px;
  padding: 14px;
}

.consent-check {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid rgba(240, 198, 207, 0.28);
  border-radius: 8px;
  background: rgba(240, 198, 207, 0.08);
}

.consent-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.consent-check span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-transform: none;
}

.booking-fields .wide {
  grid-column: 1 / -1;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #f0c6cf;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(240, 198, 207, 0.12);
  transform: translateY(-1px);
}

.private-intake input:focus,
.private-intake select:focus {
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(159, 36, 55, 0.1);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #f0c6cf;
  outline-offset: 3px;
}

.wide {
  grid-column: 1 / -1;
}

.sticky-inquiry {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.sticky-inquiry h2 {
  margin: -4px 0 0;
  color: var(--white);
  font-size: clamp(42px, 4.4vw, 58px);
}

.sticky-inquiry p:not(.section-kicker),
.sticky-inquiry li {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.sticky-inquiry ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.sticky-inquiry li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f0c6cf;
}

.sticky-inquiry .button {
  width: 100%;
}

.sticky-inquiry .text-link {
  justify-self: center;
  margin-top: 0;
}

.mobile-inquiry-bar {
  position: fixed;
  z-index: 35;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(27, 27, 27, 0.94);
  color: var(--white);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
  transform: translateY(140%);
  opacity: 0;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  backdrop-filter: blur(14px);
}

.mobile-inquiry-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.mobile-inquiry-bar span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mobile-inquiry-bar strong {
  font-size: 14px;
  line-height: 1.1;
}

.mobile-inquiry-bar small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 750;
}

.mobile-inquiry-bar a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--white);
  font-size: 13px;
  font-weight: 850;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media {
    transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.045);
    transition: transform 80ms linear;
    will-change: transform;
  }

  .hero-content .eyebrow,
  .hero-content h1,
  .hero-copy,
  .hero-actions,
  .hero-meta span {
    animation: hero-rise 760ms both;
  }

  .hero-content h1 {
    animation-delay: 90ms;
  }

  .hero-copy {
    animation-delay: 180ms;
  }

  .hero-actions {
    animation-delay: 270ms;
  }

  .hero-meta span:nth-child(1) {
    animation-delay: 360ms;
  }

  .hero-meta span:nth-child(2) {
    animation-delay: 430ms;
  }

  .hero-meta span:nth-child(3) {
    animation-delay: 500ms;
  }

  .reveal {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition:
      opacity 720ms ease,
      transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .work-card img {
    transition:
      filter 620ms ease,
      transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .work-card div {
    transition:
      background 260ms ease,
      border-color 260ms ease,
      transform 260ms ease;
  }

  .work-card:hover img {
    filter: contrast(1.06) saturate(1.04);
    transform: scale(1.045);
  }

  .work-card:hover div {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(17, 17, 17, 0.76);
    transform: translateY(-4px);
  }

  .hero-meta span:hover {
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
  }

  .stats article,
  .service-grid article,
  .rates-grid article,
  .availability-cards article,
  .trust-grid article,
  .trust-strip article,
  .process-steps article,
  .trust-assurance,
  .private-intake,
  .booking,
  .included-panel,
  .sticky-inquiry {
    transition:
      background 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  .stats article:hover,
  .service-grid article:hover,
  .rates-grid article:hover,
  .availability-cards article:hover,
  .trust-grid article:hover,
  .trust-strip article:hover,
  .process-steps article:hover,
  .private-intake:hover {
    border-color: rgba(159, 36, 55, 0.34);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.09);
    transform: translateY(-5px);
  }

  .included-panel:hover,
  .trust-assurance:hover,
  .booking:hover,
  .sticky-inquiry:hover {
    box-shadow: 0 28px 68px rgba(17, 17, 17, 0.16);
    transform: translateY(-3px);
  }

  .text-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition:
      background-size 180ms ease,
      color 180ms ease;
  }

  .text-link:hover {
    background-size: 100% 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.footer {
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.footer span:first-child {
  color: var(--ink);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-media {
    background-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.84) 0%, rgba(10, 10, 10, 0.48) 72%, rgba(10, 10, 10, 0.1) 100%),
      linear-gradient(0deg, rgba(10, 10, 10, 0.48) 0%, rgba(10, 10, 10, 0) 54%);
  }

  .hero-content {
    padding: 126px 18px 132px;
  }

  .hero-meta {
    left: 18px;
    right: 18px;
    justify-content: flex-start;
  }

  .intro,
  .section-heading,
  .details-header,
  .private-intake,
  .intake-form,
  .conversion,
  .details,
  .trust-assurance,
  .process-steps,
  .booking-copy,
  .booking {
    grid-template-columns: 1fr;
  }

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

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

  .sticky-inquiry {
    display: none;
  }

  .private-intake {
    margin-top: -86px;
  }

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

  .process-steps article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 26px;
    width: 1px;
    height: 28px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .work-card,
  .work-card.tall {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

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

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

  .rates-grid.rate-bands {
    grid-template-columns: 1fr;
  }

  .rates-grid .featured-rate {
    grid-column: span 2;
  }

  .rate-bands .featured-rate {
    grid-column: auto;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 14px;
  }

  .hero {
    min-height: 88svh;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions,
  .hero-actions .button,
  .booking-form,
  .booking-form .button {
    width: 100%;
  }

  .hero-actions .button,
  .booking-form .button {
    min-height: 54px;
  }

  .intro {
    padding-top: 64px;
  }

  .stats,
  .private-intake,
  .trust-strip,
  .conversion {
    width: calc(100% - 24px);
  }

  .stats,
  .trust-grid,
  .trust-strip,
  .availability-cards,
  .detail-panel dl {
    grid-template-columns: 1fr;
  }

  .stats article,
  .trust-grid article,
  .process-steps article {
    min-height: auto;
  }

  .private-intake {
    padding: 18px;
  }

  .intake-form {
    gap: 12px;
  }

  .booking-fields {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    min-height: auto;
  }

  .availability-cards article,
  .detail-panel div {
    min-height: auto;
  }

  .trust-assurance {
    padding: 24px 18px;
  }

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

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

  .rates-grid .featured-rate {
    grid-column: auto;
  }

  .service-grid article {
    min-height: auto;
  }

  .service-grid span,
  .rates-grid span {
    margin-bottom: 34px;
  }

  .rates-grid article,
  .rates-grid article:nth-child(5),
  .rates-grid article:nth-child(6),
  .rates-grid .featured-rate {
    min-height: auto;
  }

  .detail-panel div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-panel div:nth-child(odd) {
    border-right: 0;
  }

  .detail-panel div:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .booking {
    width: 100%;
    padding: 34px 18px;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .included-heading {
    padding: 20px 18px;
  }

  .mobile-inquiry-bar {
    display: flex;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 106px;
  }
}
