@font-face {
  font-family: "Macau Manrope";
  src: url("assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Macau Cormorant";
  src: url("assets/fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Macau Cormorant";
  src: url("assets/fonts/CormorantGaramond-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #1d120e;
  --ink-soft: #32231c;
  --iris: #9a7437;
  --lilac: #d8c4ab;
  --coral: #b88a3b;
  --chalk: #f8f1e5;
  --paper: #eee3d2;
  --white: #fffaf1;
  --sage: #98a18d;
  --accent: #d8c4ab;
  --accent-deep: #7c5c2c;
  --accent-pop: #c89a49;
  --display: "Macau Cormorant", Georgia, serif;
  --sans: "Macau Manrope", Arial, sans-serif;
  --mono: "Macau Manrope", Arial, sans-serif;
}

html {
  scroll-padding-top: 6.5rem;
}

body {
  background: var(--ink);
  font-size: 16px;
}

.page-noise {
  opacity: 0.025;
}

.site-header {
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  gap: 1rem;
}

.site-header.scrolled {
  background: rgba(29, 18, 14, 0.92);
}

.brand {
  position: relative;
  min-height: 44px;
}

.brand-logo {
  width: clamp(10rem, 16vw, 13.5rem);
  height: auto;
}

.brand::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-pop), transparent);
  content: "";
  opacity: 0.65;
}

.desktop-nav {
  gap: clamp(1rem, 2.2vw, 2.25rem);
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.desktop-nav .nav-spa {
  min-height: 38px;
  padding: 0 0.9rem;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.header-book,
.mobile-book-bar,
.mobile-menu > button {
  min-height: 44px;
}

.eyebrow,
.card-number,
.service-card p,
.footer-links span,
.booker-step-head > p,
.booker-heading > span,
.booker-progress,
.tray-top,
.booker-service > span,
.staff-next-label,
.subsection-title > span {
  font-family: var(--sans);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(4.5rem, 9.5vw, 9.5rem);
  line-height: 0.82;
}

.section-head h2,
.experience h2,
.studio h2,
.closing-cta h2 {
  font-size: clamp(3.7rem, 7vw, 7rem);
}

.manifesto blockquote {
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
}

.experience {
  background: #30231d;
}

.experience-visual,
.manifesto-orb {
  background: #a27328;
}

.image-inset {
  border-color: #a27328;
}

.hero-intro,
.section-lede,
.experience-intro,
.studio-heading > p,
.location-card address,
.location-hours,
.footer-links p,
.footer-links a {
  font-size: 1rem;
  line-height: 1.65;
}

.portrait-frame img,
.card-photo img,
.image-stack img,
.gallery img {
  filter: saturate(0.9) contrast(1.01);
}

.location-hours {
  margin: 1rem 0 0;
}

.location-hours a,
.privacy-inline a {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.footer-brand .brand-logo {
  width: min(21rem, 72vw);
}

.footer-bottom {
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
}

.ritual-steps li > span,
.ritual-steps p,
.gallery figcaption,
.review-row p,
.location-card > div:first-child,
.location-actions {
  font-family: var(--sans);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.booker-brand {
  width: clamp(9rem, 16vw, 13rem);
}

.booker-brand img {
  width: 100%;
  height: auto;
}

.booker-step {
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.booker-step h3:focus {
  outline: 0;
}

.discovery-goals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.3rem 0 1rem;
}

.discovery-goals button {
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  align-items: center;
  min-height: 64px;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  text-align: left;
  background: rgba(184, 138, 59, 0.07);
  border: 1px solid rgba(29, 18, 14, 0.14);
  border-radius: 0.8rem;
  cursor: pointer;
}

.discovery-goals button:hover {
  background: rgba(184, 138, 59, 0.14);
  border-color: rgba(124, 92, 44, 0.4);
}

.discovery-goals img {
  width: 2.25rem;
  height: 2.25rem;
}

.discovery-goals span {
  font-size: 0.88rem;
  font-weight: 700;
}

.help-choose {
  min-height: 44px;
  margin-bottom: 1rem;
  padding: 0.65rem 0;
  color: var(--accent-deep);
  background: transparent;
  border: 0;
  font-weight: 750;
  cursor: pointer;
}

.booker-filters {
  position: relative;
  padding-bottom: 0.55rem;
  scroll-padding-inline: 1rem;
  scrollbar-width: thin;
}

.booker-filters::after {
  position: sticky;
  right: 0;
  flex: 0 0 1.4rem;
  width: 1.4rem;
  background: linear-gradient(90deg, transparent, var(--chalk));
  content: "";
  pointer-events: none;
}

.booker-filters button,
.booker-date-strip button,
.booker-times button,
.date-window-head button,
.service-quantity button,
.booker-progress button,
.booker-head-actions button,
.success-actions button {
  min-width: 44px;
  min-height: 44px;
}

.booker-filters button {
  flex: 0 0 auto;
}

.booker-search > span {
  font-family: var(--sans);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.booker-service.needs-setup {
  background: rgba(152, 161, 141, 0.11);
}

.booker-service.needs-setup > span::before {
  content: "Approval needed · ";
  font-weight: 800;
}

.date-window-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 0.7rem;
  margin: 1rem 0 0.65rem;
}

.date-window-head strong {
  text-align: center;
}

.date-window-head button {
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(29, 18, 14, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.date-window-head button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.booker-date-strip {
  grid-template-columns: repeat(7, minmax(4.4rem, 1fr));
}

.booker-times {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.time-group h4 {
  margin: 0 0 0.55rem;
  font-family: var(--sans);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.time-group > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.time-group button.recommended {
  border-color: var(--accent-deep);
}

.setup-required {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
  padding: 1rem;
  text-align: left;
  background: rgba(152, 161, 141, 0.12);
  border: 1px solid rgba(104, 118, 92, 0.24);
  border-radius: 0.8rem;
}

.setup-required img {
  width: min(18rem, 100%);
  border-radius: 0.6rem;
}

.setup-required a {
  min-height: 44px;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
}

.verified-team-note {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  color: var(--ink);
  background: rgba(152, 161, 141, 0.12);
  border: 1px solid rgba(29, 18, 14, 0.12);
  border-radius: 0.9rem;
}

.verified-team-note img {
  width: 4.5rem;
}

.verified-team-note p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
}

.addon-option {
  min-height: 64px;
  cursor: pointer;
}

.booker-details label:not(.consent-row) > small:not(.field-error) {
  color: rgba(29, 18, 14, 0.66);
  font-size: 0.8rem;
  line-height: 1.45;
}

.field-error {
  min-height: 1.2em;
  color: #8a261f;
  font-size: 0.82rem;
  font-weight: 700;
}

.booker-details [aria-invalid="true"] {
  border-color: #8a261f;
  box-shadow: 0 0 0 2px rgba(138, 38, 31, 0.12);
}

.error-summary:not(:empty) {
  padding: 0.75rem;
  color: #6f1d18;
  background: #fff1ef;
  border: 1px solid rgba(138, 38, 31, 0.28);
  border-radius: 0.55rem;
}

.privacy-inline {
  margin: 0;
  color: rgba(29, 18, 14, 0.76);
  font-size: 0.86rem;
}

.help-dialog .help-options {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.help-dialog .help-options button {
  min-height: 52px;
  padding: 0.75rem 1rem;
  color: var(--ink);
  text-align: left;
  background: var(--chalk);
  border: 1px solid rgba(29, 18, 14, 0.16);
  border-radius: 0.65rem;
  cursor: pointer;
}

.service-card.service-card-visual {
  min-height: 34rem;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.service-card.service-card-visual:hover {
  color: var(--ink);
  background: var(--paper);
}

.service-card-media {
  position: relative;
  height: clamp(13rem, 18vw, 17rem);
  min-height: 13rem;
  overflow: hidden;
  background: var(--ink-soft);
}

.service-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(29, 18, 14, 0.04), rgba(29, 18, 14, 0.26));
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 350ms ease;
}

.service-card-visual:hover .service-card-media img {
  filter: saturate(0.95) contrast(1.02);
  transform: scale(1.035);
}

.service-card-media > span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.5rem 0.72rem;
  color: var(--white);
  background: rgba(29, 18, 14, 0.82);
  border: 1px solid rgba(255, 253, 248, 0.25);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.3rem, 2.4vw, 2.2rem);
}

.service-card-body h3 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.service-card-body > p {
  max-width: 23rem;
  margin: 0 0 1.7rem;
  color: rgba(29, 18, 14, 0.66);
  font-size: 0.82rem;
  line-height: 1.6;
}

.service-card.service-card-visual:hover .service-card-body > p {
  color: rgba(29, 18, 14, 0.66);
}

.service-card-body .card-footer {
  margin-top: auto;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(9rem, 0.8fr) auto minmax(9rem, 0.8fr);
  }

  .desktop-nav {
    gap: 0.9rem;
  }

  .desktop-nav a {
    font-size: 0.8rem;
  }
}

@media (max-width: 900px) {
  .booker-tray {
    max-height: 38vh;
  }

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

  .time-group > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .brand-logo {
    width: 10.5rem;
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 58px;
    font-size: clamp(2rem, 10vw, 3.6rem);
  }

  .mobile-menu > p {
    font-family: var(--sans);
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .booker-progress button span {
    font-size: 0.75rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }
}

@media (max-width: 640px) {
  .service-card.service-card-visual {
    min-height: 32rem;
  }

  .service-card-media {
    height: 15rem;
  }

  .booker-content {
    padding-bottom: 13rem;
  }

  .booker-tray {
    max-height: 12rem;
  }

  .booker-date-strip {
    display: grid;
    grid-template-columns: repeat(7, minmax(4.15rem, 1fr));
    overflow-x: auto;
  }

  .time-group > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .verified-team-note {
    grid-template-columns: 3.5rem 1fr;
  }

  .verified-team-note img {
    width: 3.5rem;
  }
}

@media (max-width: 420px) {
  .discovery-goals {
    grid-template-columns: 1fr;
  }

  .discovery-goals button {
    min-height: 56px;
  }
}

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

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