@font-face {
  font-family: "Manrope Local";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --orange: #d66b27;
  --display-font: "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, Arial, sans-serif;
  --text-font: "SF Pro Text", -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif;
  --feature-font: "Manrope Local", "Avenir Next", "SF Pro Display",
    sans-serif;
}

.copyright {
  color: #a2a2a2;
}

body {
  font-family: var(--text-font);
}

.hero h1,
.section-heading h2,
.process h2,
.about h2,
.faq h2,
.final-cta h2,
.service-content h3,
.testimonial blockquote,
.booking-intro h1,
.scheduler-heading h2,
.booking-help h2 {
  font-family: var(--display-font);
  font-optical-sizing: auto;
}

.hero h1 {
  max-width: 16ch;
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 690;
  letter-spacing: -0.064em;
  line-height: 0.91;
  text-wrap: balance;
}

.hero-content {
  width: min(60rem, 82vw);
}

.hero h1 em {
  font-weight: 520;
  letter-spacing: -0.06em;
}

.hero-copy {
  max-width: 34rem;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  letter-spacing: -0.012em;
}

.site-header {
  border-color: rgb(255 255 255 / 0.2);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.08), transparent 42%),
    rgb(13 13 12 / 0.76);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.2),
    0 0.9rem 3rem rgb(0 0 0 / 0.24);
}

.desktop-nav,
.header-cta,
.mobile-menu nav {
  font-family: var(--feature-font);
  font-optical-sizing: auto;
}

.desktop-nav {
  font-size: 0.94rem;
  font-weight: 640;
  letter-spacing: 0.015em;
}

.header-cta {
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.header-cta span,
.button span,
.service-content a span,
.text-link span,
.faq-heading a span {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta:hover span,
.button:hover span,
.service-content a:hover span,
.text-link:hover span,
.faq-heading a:hover span {
  transform: translate(0.16rem, -0.12rem);
}

.button,
.header-cta,
.booking-back {
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.button:hover,
.header-cta:hover,
.booking-back:hover {
  transform: translateY(-0.16rem);
}

.button.is-pressed,
.header-cta.is-pressed,
.booking-back.is-pressed {
  transform: translateY(0) scale(0.97);
}

.faq-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.faq-question-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq-question {
  appearance: none;
  width: 100%;
  min-height: 4.4rem;
  padding: 0.9rem 1rem 0.9rem 1.2rem;
  color: var(--ink);
  text-align: left;
  background: rgb(255 255 255 / 0.5);
  border: 1px solid rgb(16 16 15 / 0.13);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1.25;
  cursor: pointer;
  transition:
    color 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms ease;
}

.faq-question:hover {
  border-color: rgb(16 16 15 / 0.26);
  transform: translateX(0.28rem);
  box-shadow: 0 0.65rem 1.8rem rgb(65 54 43 / 0.08);
}

.faq-question.is-active {
  color: #fffaf7;
  background: #191918;
  border-color: #191918;
  transform: translateX(0.42rem);
  box-shadow: 0 0.8rem 2.2rem rgb(16 16 15 / 0.15);
}

.faq-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: rgb(16 16 15 / 0.08);
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 260ms ease;
}

.faq-toggle::before,
.faq-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1.5px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question.is-active .faq-toggle {
  color: var(--ink);
  background: var(--orange);
  transform: rotate(45deg);
}

.faq-answer-stage {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  color: #fffaf7;
  background:
    radial-gradient(circle at 90% 8%, rgb(214 107 39 / 0.24), transparent 16rem),
    #191918;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 1.5rem;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.1),
    0 1.25rem 3.8rem rgb(16 16 15 / 0.14);
}

.faq-answer {
  position: absolute;
  inset: 0;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.25rem) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 460ms;
}

.faq-answer.is-active {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 70ms, 70ms, 0s;
}

.faq-answer > span {
  color: #f3a06c;
  font-family: var(--feature-font);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.faq-answer h3 {
  max-width: 16ch;
  margin: clamp(2.5rem, 6vw, 4.75rem) 0 1.1rem;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: 630;
  letter-spacing: -0.05em;
  line-height: 1;
}

.faq-answer p {
  max-width: 35rem;
  margin: 0;
  color: rgb(255 250 247 / 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-experience-home {
  grid-template-columns: 1fr;
}

.faq-experience-home .faq-question-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.faq-experience-home .faq-answer-stage {
  min-height: 22rem;
}

.faq-experience-home .faq-answer h3 {
  margin-top: 3rem;
}

.booking-help {
  color: #fffaf7;
  background: #a84412;
}

.booking-help .scheduler-kicker,
.booking-help h2,
.booking-help > div > p:last-child {
  color: #fffaf7;
}

.booking-help .button.primary {
  color: var(--ink);
  background: #fffaf7;
}

.booking-help .button.primary span {
  color: var(--orange);
}

.booking-header {
  max-width: 78rem;
}

.booking-header .desktop-nav {
  gap: clamp(0.8rem, 1.5vw, 1.55rem);
}

.booking-site-footer {
  margin-inline: -7vw;
}

.booking-site-footer a {
  transition: color 180ms ease, transform 180ms ease;
}

.booking-site-footer > div a:hover {
  color: #fff;
  transform: translateX(0.2rem);
}

/* The location supports local intent. Repeated section eyebrows do not. */
.intro .eyebrow,
.process .eyebrow,
.results .eyebrow,
.about .eyebrow,
.faq .eyebrow,
.final-content .eyebrow,
.scroll-cue {
  display: none;
}

.services-grid {
  grid-template-columns: 1fr 1.08fr 1fr;
  align-items: end;
  padding-top: 1.5rem;
}

.service-card.featured {
  min-height: 39rem;
}

.section-heading.compact {
  margin-bottom: 3.5rem;
}

.process-copy h2,
.about-copy h2,
.faq-heading h2,
.final-content h2 {
  text-wrap: balance;
}

.about {
  color: var(--ink);
  background: var(--paper);
}

.about h2 {
  max-width: 11ch;
  margin-bottom: 2.6rem;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(3.4rem, 5.8vw, 5.4rem);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.about h2 em {
  color: var(--orange);
  font-weight: 380;
  letter-spacing: -0.055em;
}

.about-copy > p:not(.eyebrow) {
  max-width: 36rem;
  color: #4d4943;
  font-size: 1rem;
  line-height: 1.78;
}

.about-copy > p + p {
  margin-top: 1rem;
}

.about-points {
  border-color: rgb(16 16 15 / 0.22);
  margin-top: 2.8rem;
}

.about-points span {
  color: var(--ink);
  border-color: rgb(16 16 15 / 0.22);
  font-family: var(--text-font);
  font-weight: 720;
  letter-spacing: 0.1em;
}

.about-image img {
  border: 1px solid rgb(16 16 15 / 0.08);
  box-shadow: 0 1.4rem 4.2rem rgb(65 54 43 / 0.18);
}

.intro,
.process,
.results,
.about,
.testimonial,
.faq,
.final-cta,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 48rem;
}

@media (prefers-reduced-motion: no-preference) {
  .site-header {
    animation: header-arrive 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-image {
    animation: hero-image-settle 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-content > * {
    animation: hero-copy-arrive 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-content > :nth-child(1) {
    animation-delay: 120ms;
  }

  .hero-content > :nth-child(2) {
    animation-delay: 190ms;
  }

  .hero-content > :nth-child(3) {
    animation-delay: 280ms;
  }

  .hero-content > :nth-child(4) {
    animation-delay: 370ms;
  }

  .hero-proof {
    animation: proof-arrive 720ms 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @supports (animation-timeline: view()) {
    .intro .section-heading,
    .intro .section-lede,
    .service-card,
    .process-photo-wrap,
    .process-copy,
    .results .section-heading,
    .gallery figure,
    .about-copy,
    .about-image,
    .testimonial > *,
    .faq-heading,
    .faq-list,
    .final-content {
      animation-name: section-reveal;
      animation-fill-mode: both;
      animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
      animation-timeline: view();
      animation-range: entry 7% cover 31%;
    }
  }
}

@keyframes header-arrive {
  from {
    opacity: 0;
    transform: translate(-50%, -0.9rem) scale(0.985);
  }
}

@keyframes hero-image-settle {
  from {
    opacity: 0.78;
    transform: scale(1.035);
  }
}

@keyframes hero-copy-arrive {
  from {
    opacity: 0;
    transform: translateY(1.35rem);
  }
}

@keyframes proof-arrive {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.97);
  }
}

@keyframes section-reveal {
  from {
    opacity: 0;
    transform: translateY(2rem) scale(0.992);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .service-card.featured {
    min-height: 32.5rem;
  }
}

@media (max-width: 760px) {
  .booking-header .booking-back {
    display: none;
  }
}

@media (max-width: 650px) {
  html,
  body {
    overflow-x: clip;
  }

  .booking-site-footer {
    margin-inline: -1rem;
  }

  .site-header {
    min-height: 4rem;
  }

  .site-header .brand {
    width: min(10.25rem, calc(100vw - 6rem));
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 13.6vw, 3.7rem);
    line-height: 0.94;
  }

  .hero h1 em {
    margin-left: 0;
  }

  .service-card.featured {
    min-height: 29rem;
  }

  .section-pad {
    padding: 5.25rem 1.25rem;
  }

  .process-photo-wrap img,
  .about-image img {
    height: 27rem;
  }

  .about h2 {
    margin-bottom: 2rem;
    font-size: clamp(2.8rem, 12.6vw, 3.4rem);
  }

  .faq-experience,
  .faq-experience-home {
    grid-template-columns: 1fr;
  }

  .faq-question-list,
  .faq-experience-home .faq-question-list {
    grid-template-columns: 1fr;
  }

  .faq-question.is-active,
  .faq-question:hover {
    transform: none;
  }

  .faq-question-list {
    gap: 0.5rem;
  }

  .faq-question {
    min-height: 0;
    padding: 0.85rem 0.85rem 0.85rem 1rem;
    gap: 0.75rem;
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .faq-toggle {
    width: 1.9rem;
    height: 1.9rem;
  }

  .faq-answer-stage,
  .faq-experience-home .faq-answer-stage {
    min-height: 28rem;
    border-radius: 1.25rem;
  }

  .faq-answer,
  .faq-experience-home .faq-answer {
    padding: 1.5rem;
  }

  .faq-answer h3,
  .faq-experience-home .faq-answer h3 {
    max-width: none;
    margin: 2rem 0 1rem;
    font-size: clamp(1.85rem, 8.8vw, 2.15rem);
    line-height: 1.02;
  }

  .faq-answer p,
  .faq-experience-home .faq-answer p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .final-cta {
    min-height: 34rem;
    height: auto;
  }

  .final-cta h2 {
    font-size: clamp(3.25rem, 14vw, 4rem);
  }

  .booking-intro h1 {
    font-size: clamp(2.9rem, 13vw, 3.45rem);
  }

  .booking-help {
    border-radius: 1.35rem;
  }

  .booking-help .button {
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .faq-answer-stage,
  .faq-experience-home .faq-answer-stage {
    min-height: 30rem;
  }

  .faq-answer h3,
  .faq-experience-home .faq-answer h3 {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-question,
  .faq-toggle,
  .faq-answer,
  .button,
  .header-cta,
  .booking-back {
    transition: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #141413;
    box-shadow: 0 0.9rem 2.5rem rgb(0 0 0 / 0.28);
  }
}
