:root {
  --fd-yellow: #fefe28;
  --fd-black: #050505;
  --fd-dark: #333333;
  --fd-panel: #242424;
  --fd-panel-2: #191919;
  --fd-white: #ffffff;
  --fd-muted: #d8d8d0;
  --fd-line: rgba(254, 254, 40, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--fd-dark);
  color: var(--fd-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

html.is-loading,
html.is-loading body {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

a:hover {
  color: var(--fd-yellow);
}

::selection {
  background: var(--fd-yellow);
  color: var(--fd-black);
}

.skip-link {
  background: var(--fd-yellow);
  color: var(--fd-black);
  font-weight: 800;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 2000;
}

.skip-link:focus {
  top: 16px;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 40px);
}

.site-header {
  background: rgba(51, 51, 51, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.site-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
}

.brand {
  align-items: center;
  color: var(--fd-yellow);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  gap: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.brand img {
  background: var(--fd-yellow);
  height: 56px;
  object-fit: contain;
  padding: 4px;
  width: 56px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav-links a {
  color: var(--fd-white);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--fd-yellow);
}

.nav-links .nav-button {
  align-items: center;
  background: var(--fd-yellow);
  border: 2px solid #212121;
  border-radius: 100px;
  color: var(--fd-black);
  display: inline-flex;
  gap: 10px;
  padding: 13px 18px;
}

.nav-links .nav-button:hover {
  background: var(--fd-white);
  color: var(--fd-black);
}

.nav-toggle {
  align-items: center;
  background: var(--fd-yellow);
  border: 0;
  color: var(--fd-black);
  display: none;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.hero {
  align-items: end;
  display: flex;
  min-height: 88svh;
  overflow: hidden;
  padding: 154px 0 78px;
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.2) 100%),
    url("../fadedept/hero.jpg") center 39% / cover no-repeat;
  inset: 0;
  position: absolute;
  transform: scale(1.01);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--fd-yellow);
  font-size: 1.88rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 18px;
  margin-top: 10px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--fd-yellow);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.95;
  margin: 0;
  max-width: 720px;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--fd-white);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.12;
  margin: 22px 0 0;
  max-width: 620px;
  text-transform: uppercase;
}

.hero-kicker span {
  display: block;
}

.hero-copy {
  color: var(--fd-muted);
  font-size: 1.08rem;
  font-weight: 700;
  margin: 22px 0 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-fd {
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.btn-primary-fd {
  background: var(--fd-yellow);
  border: 2px solid #212121;
  color: var(--fd-black);
}

.btn-primary-fd:hover {
  background: var(--fd-white);
  color: var(--fd-black);
}

.btn-outline-fd {
  background: transparent;
  border: 2px solid var(--fd-yellow);
  color: var(--fd-yellow);
}

.btn-outline-fd:hover {
  background: var(--fd-yellow);
  color: var(--fd-black);
}

.service-strip {
  background: var(--fd-yellow);
  color: var(--fd-black);
  overflow: hidden;
  padding: 18px 0;
}

.strip-track {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
  min-width: max-content;
}

.strip-track span {
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.strip-track span::before {
  content: "/";
  margin-right: 34px;
}

.section {
  padding: 104px 0;
}

.section-dark {
  background: var(--fd-dark);
}

.section-heading {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: 48px;
}

.section-heading h2,
.mission-copy h2,
.proof-layout h2,
.visit-header h2,
.cta-inner h2 {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.services-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.82fr 1.18fr;
}

.media-frame {
  min-height: 560px;
  overflow: hidden;
}

.media-frame img,
.mission-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.services-panel {
  background: var(--fd-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
}

.services-panel p {
  color: var(--fd-white);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 34px;
  max-width: 720px;
}

.service-list {
  display: grid;
  gap: 0;
}

.service-list a {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--fd-white);
  display: grid;
  font-size: 1.55rem;
  font-weight: 900;
  gap: 18px;
  grid-template-columns: 56px 1fr 26px;
  min-height: 82px;
  text-transform: uppercase;
}

.service-list a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.service-list span {
  color: var(--fd-yellow);
  font-size: 0.95rem;
}

.service-list i {
  color: var(--fd-yellow);
  font-size: 1.05rem;
}

.mission-section {
  background:
    linear-gradient(180deg, rgba(254, 254, 40, 0.08), rgba(254, 254, 40, 0)),
    var(--fd-black);
}

.mission-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 0.82fr;
}

.mission-copy p:not(.eyebrow) {
  color: var(--fd-muted);
  font-size: 1.12rem;
  font-weight: 700;
  margin: 24px 0 0;
  max-width: 620px;
}

.mission-copy .btn-fd {
  margin-top: 34px;
}

.mission-media {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--fd-line);
  overflow: hidden;
}

.proof-section {
  background: var(--fd-yellow);
  color: var(--fd-black);
}

.proof-section .eyebrow {
  color: var(--fd-black);
}

.proof-layout {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto;
}

.proof-layout h2 {
  max-width: 820px;
}

.proof-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.social-link {
  align-items: center;
  border: 2px solid var(--fd-black);
  border-radius: 100px;
  color: var(--fd-black);
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  min-height: 56px;
  padding: 15px 24px;
  text-transform: uppercase;
}

.social-link:hover {
  background: var(--fd-black);
  color: var(--fd-yellow);
}

.proof-section .btn-outline-fd {
  border-color: var(--fd-black);
  color: var(--fd-black);
}

.proof-section .btn-outline-fd:hover {
  background: var(--fd-black);
  color: var(--fd-yellow);
}

.visit-section {
  background: var(--fd-dark);
}

.visit-header {
  margin-bottom: 44px;
  max-width: 900px;
}

.visit-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr 1.25fr;
}

.info-card {
  background: var(--fd-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  min-height: 278px;
  padding: 30px;
}

.info-card > i {
  color: var(--fd-yellow);
  font-size: 1.6rem;
  margin-bottom: 28px;
}

.info-card h3 {
  color: var(--fd-yellow);
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.info-card p {
  color: var(--fd-white);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 26px;
}

.info-card > a {
  color: var(--fd-yellow);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hours-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hours-card div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.hours-card dt,
.hours-card dd {
  color: var(--fd-white);
  font-size: 0.98rem;
  font-weight: 800;
  margin: 0;
}

.cta-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.84)),
    url("../fadedept/hero.jpg") center / cover no-repeat;
  padding: 72px 0;
}

.cta-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 96px 1fr auto;
}

.cta-inner img {
  background: var(--fd-yellow);
  height: 96px;
  object-fit: contain;
  padding: 6px;
  width: 96px;
}

.site-footer {
  background: var(--fd-panel-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--fd-muted);
  padding: 34px 0;
}

.page-main {
  padding-top: 82px;
}

.inner-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.42)),
    url("../fadedept/hero.jpg") center 39% / cover no-repeat;
  min-height: 440px;
  padding: 112px 0 76px;
}

.inner-hero h1 {
  color: var(--fd-yellow);
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.95;
  margin: 0;
  max-width: 900px;
  text-transform: uppercase;
}

.inner-hero p:not(.eyebrow) {
  color: var(--fd-muted);
  font-size: 1.15rem;
  font-weight: 750;
  margin: 22px 0 0;
  max-width: 720px;
}

.page-band {
  background: var(--fd-dark);
  padding: 92px 0;
}

.page-band.alt {
  background: var(--fd-black);
}

.two-column {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}

.copy-block h2,
.section-title-large {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.copy-block p,
.lead-text {
  color: var(--fd-muted);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 20px 0 0;
  max-width: 720px;
}

.card-grid,
.staff-grid,
.booking-grid,
.shop-grid {
  display: grid;
  gap: 22px;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.staff-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.feature-card,
.staff-card,
.booking-card,
.shop-card,
.policy-panel {
  background: var(--fd-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.feature-card,
.booking-card,
.shop-card,
.policy-panel {
  padding: 30px;
}

.feature-card i,
.booking-card i,
.shop-card i,
.policy-panel i {
  color: var(--fd-yellow);
  font-size: 1.65rem;
  margin-bottom: 24px;
}

.feature-card h2,
.feature-card h3,
.booking-card h2,
.booking-card h3,
.shop-card h2,
.shop-card h3,
.policy-panel h2,
.policy-panel h3 {
  color: var(--fd-white);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.feature-card p,
.booking-card p,
.shop-card p,
.policy-panel p {
  color: var(--fd-muted);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 24px;
}

.staff-card {
  overflow: hidden;
}

.staff-card .staff-photo,
.staff-placeholder {
  aspect-ratio: 4 / 3;
  background: var(--fd-panel-2);
  overflow: hidden;
}

.staff-card img {
  filter: grayscale(1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.staff-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.staff-placeholder img {
  background: var(--fd-yellow);
  filter: none;
  height: 96px;
  object-fit: contain;
  padding: 8px;
  width: 96px;
}

.staff-card-content {
  padding: 26px;
}

.staff-card h2 {
  color: var(--fd-yellow);
  font-size: 1.45rem;
  font-weight: 900;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.staff-card p {
  color: var(--fd-muted);
  font-size: 0.96rem;
  font-weight: 700;
  margin: 0 0 22px;
}

.policy-stack {
  display: grid;
  gap: 22px;
}

.steps-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
}

.steps-list li {
  align-items: center;
  background: var(--fd-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--fd-white);
  display: flex;
  font-size: 1.15rem;
  font-weight: 900;
  gap: 14px;
  list-style: none;
  padding: 20px 22px;
  text-transform: uppercase;
}

.steps-list span {
  color: var(--fd-yellow);
}

.review-callout {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
}

.review-actions,
.reviews-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rating-row {
  color: var(--fd-yellow);
  display: flex;
  gap: 8px;
  margin: 28px 0 0;
}

.google-rating-summary {
  align-items: baseline;
  color: var(--fd-white);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 0;
}

.google-rating-summary strong {
  color: var(--fd-yellow);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
}

.google-rating-summary span {
  color: var(--fd-muted);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rating-row.small {
  font-size: 0.86rem;
  gap: 5px;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.reviews-heading {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 54px;
  padding-top: 48px;
}

.reviews-heading h2 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.google-review-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    var(--fd-panel);
  border: 1px solid var(--fd-soft-line);
  border-radius: 8px;
  box-shadow: var(--fd-shadow);
  min-height: 246px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.google-review-card::before {
  background: linear-gradient(90deg, var(--fd-yellow), rgba(254, 254, 40, 0));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.review-card-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.review-card-head h3 {
  color: var(--fd-white);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.review-card-head p {
  color: var(--fd-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.review-card-head span {
  align-items: center;
  background: var(--fd-yellow);
  border-radius: 6px;
  color: var(--fd-black);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  min-width: 42px;
  padding: 6px 8px;
}

.google-review-card > p {
  color: var(--fd-muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.reviews-footer-actions {
  justify-content: center;
  margin-top: 42px;
}

.product-note {
  background: var(--fd-yellow);
  color: var(--fd-black);
  padding: 52px 0;
}

.product-note h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.product-note p {
  font-weight: 800;
  margin: 14px 0 0;
  max-width: 760px;
}

.service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.service-detail-card {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 360px;
  min-width: 0;
}

.service-detail-card .service-number {
  color: var(--fd-yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.service-detail-card .btn-fd {
  max-width: 100%;
  margin-top: auto;
  width: max-content;
}

.copy-block .btn-fd {
  margin-top: 28px;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--fd-white);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--fd-yellow);
}

@media (max-width: 991px) {
  .site-header .nav-toggle {
    background: var(--fd-yellow) !important;
    color: var(--fd-black) !important;
    display: inline-flex !important;
    position: fixed;
    right: 20px;
    top: 14px;
    z-index: 1002;
  }

  .nav-links {
    align-items: stretch;
    background: var(--fd-panel-2);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 20px;
    padding: 12px;
    position: fixed;
    right: 20px;
    top: 94px;
  }

  .nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-links .nav-button {
    justify-content: center;
    margin-top: 10px;
  }

  .hero h1 {
    font-size: 4.25rem;
  }

  .hero-kicker {
    font-size: 1.7rem;
  }

  .section-heading,
  .services-grid,
  .mission-grid,
  .proof-layout,
  .visit-grid,
  .cta-inner,
  .two-column,
  .review-callout {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .staff-grid,
  .booking-grid,
  .shop-grid {
    grid-template-columns: 1fr;
  }

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

  .section-heading h2,
  .mission-copy h2,
  .proof-layout h2,
  .visit-header h2,
  .cta-inner h2,
  .copy-block h2,
  .section-title-large {
    font-size: 2.65rem;
  }

  .media-frame {
    min-height: 520px;
  }

  .proof-actions {
    justify-content: flex-start;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }

  .site-nav {
    min-height: 74px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    height: 52px;
    width: 52px;
  }

  .nav-links {
    top: 86px;
  }

  .hero {
    min-height: 86svh;
    padding: 126px 0 58px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.56) 46%, rgba(0, 0, 0, 0.82) 100%),
      url("../fadedept/hero.jpg") center top / cover no-repeat;
  }

  .hero h1 {
    font-size: 2.85rem;
  }

  .hero-kicker {
    font-size: 1.2rem;
    max-width: 330px;
  }

  .hero-copy {
    font-size: 1rem;
    max-width: 330px;
  }

  .hero-actions,
  .proof-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-fd,
  .social-link {
    width: 100%;
  }

  .strip-track {
    animation: strip-scroll 22s linear infinite;
    justify-content: flex-start;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading h2,
  .mission-copy h2,
  .proof-layout h2,
  .visit-header h2,
  .cta-inner h2,
  .copy-block h2,
  .section-title-large,
  .inner-hero h1 {
    font-size: 2.05rem;
  }

  .inner-hero {
    min-height: 360px;
    padding: 92px 0 56px;
  }

  .page-band {
    padding: 70px 0;
  }

  .media-frame {
    min-height: 430px;
  }

  .services-panel {
    padding: 24px;
  }

  .service-list a {
    font-size: 1.15rem;
    grid-template-columns: 42px 1fr 20px;
    min-height: 72px;
  }

  .mission-grid {
    gap: 34px;
  }

  .info-card {
    padding: 24px;
  }

  .cta-inner {
    text-align: left;
  }
}

@keyframes strip-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-45%);
  }
}

/* Design refresh layer */
:root {
  --fd-shell: #111111;
  --fd-graphite: #2b2b2b;
  --fd-soft-line: rgba(255, 255, 255, 0.11);
  --fd-glow: rgba(254, 254, 40, 0.18);
  --fd-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

html {
  background: var(--fd-black);
}

body {
  background:
    linear-gradient(90deg, rgba(254, 254, 40, 0.025) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, #111111 0%, #333333 34%, #101010 100%);
  color: var(--fd-white);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a,
button {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--fd-yellow);
  outline-offset: 4px;
}

.container-xl {
  max-width: 1180px;
}

.site-header {
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(254, 254, 40, 0.13);
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.94);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
}

.site-nav {
  min-height: 78px;
}

.brand {
  letter-spacing: 0.08em;
}

.brand img {
  border: 1px solid rgba(254, 254, 40, 0.72);
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgba(254, 254, 40, 0.08);
}

.nav-links {
  gap: 7px;
}

.nav-links a {
  border: 1px solid transparent;
  border-radius: 6px;
  letter-spacing: 0.08em;
  padding: 10px 12px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(254, 254, 40, 0.1);
  border-color: rgba(254, 254, 40, 0.24);
  color: var(--fd-yellow);
}

.nav-links a[href="book-now.html"] {
  align-items: center;
  background: var(--fd-yellow);
  border-color: var(--fd-yellow);
  color: var(--fd-black);
  display: inline-flex;
  justify-content: center;
  margin-left: 7px;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-links a[href="book-now.html"]:hover {
  background: var(--fd-white);
  border-color: var(--fd-white);
  color: var(--fd-black);
}

.nav-links a[href="book-now.html"][aria-current="page"] {
  background: var(--fd-yellow);
  border-color: var(--fd-yellow);
  color: var(--fd-black);
}

@media (max-width: 991px) {
  .nav-links a[href="book-now.html"] {
    margin-left: 0;
    margin-top: 8px;
  }
}

.nav-toggle {
  border-radius: 6px;
}

.hero {
  isolation: isolate;
  min-height: 92svh;
  padding: 164px 0 88px;
}

.hero::before {
  background: linear-gradient(180deg, transparent, var(--fd-yellow), transparent);
  bottom: 56px;
  content: "";
  height: 170px;
  left: max(20px, calc((100vw - 1180px) / 2));
  opacity: 0.72;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.hero::after {
  bottom: 44px;
  color: transparent;
  content: "DEPT";
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(254, 254, 40, 0.2);
  z-index: 1;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.66) 44%, rgba(0, 0, 0, 0.18) 100%),
    url("../fadedept/hero.jpg") center 39% / cover no-repeat;
  filter: contrast(1.08) saturate(0.9);
}

.hero-bg::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.84) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px);
  content: "";
  inset: 0;
  opacity: 0.35;
  position: absolute;
}

.hero-inner {
  padding-left: 34px;
}

.hero-inner::before {
  background: var(--fd-yellow);
  content: "";
  display: block;
  height: 6px;
  margin-bottom: 24px;
  width: 74px;
}

.eyebrow {
  letter-spacing: 0.14em;
}

.hero h1 {
  font-size: 5.9rem;
  letter-spacing: 0;
  max-width: 680px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

.hero-kicker {
  max-width: 560px;
}

.hero-copy {
  max-width: 590px;
}

.btn-fd,
.social-link,
.nav-links .nav-button {
  border-radius: 6px;
  letter-spacing: 0.08em;
}

.btn-fd,
.social-link {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.btn-fd:hover,
.social-link:hover {
  transform: translateY(-2px);
}

.btn-primary-fd {
  box-shadow: 0 18px 46px rgba(254, 254, 40, 0.14);
}

.service-strip {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding: 16px 0;
}

.strip-track span {
  letter-spacing: 0.1em;
}

.section,
.page-band {
  position: relative;
}

.section::before,
.page-band::before {
  background: linear-gradient(90deg, transparent, rgba(254, 254, 40, 0.32), transparent);
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.section-heading {
  align-items: center;
  border-bottom: 1px solid var(--fd-soft-line);
  gap: 44px;
  margin-bottom: 40px;
  padding-bottom: 34px;
}

.section-heading h2,
.mission-copy h2,
.proof-layout h2,
.visit-header h2,
.cta-inner h2,
.copy-block h2,
.section-title-large {
  letter-spacing: 0;
}

.services-grid {
  gap: 22px;
}

.media-frame,
.mission-media {
  border: 1px solid rgba(254, 254, 40, 0.2);
  border-radius: 8px;
  box-shadow: var(--fd-shadow);
  position: relative;
}

.media-frame::after,
.mission-media::after {
  border: 1px solid rgba(254, 254, 40, 0.18);
  border-radius: 6px;
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.media-frame img,
.mission-media img {
  filter: grayscale(0.18) contrast(1.06);
}

.services-panel,
.info-card,
.feature-card,
.staff-card,
.booking-card,
.shop-card,
.policy-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    var(--fd-panel);
  border-color: var(--fd-soft-line);
  box-shadow: var(--fd-shadow);
  position: relative;
}

.services-panel::before,
.info-card::before,
.feature-card::before,
.staff-card::before,
.booking-card::before,
.shop-card::before,
.policy-panel::before {
  background: linear-gradient(90deg, var(--fd-yellow), rgba(254, 254, 40, 0));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-list a {
  border-color: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.02em;
}

.service-list a:hover {
  background: rgba(254, 254, 40, 0.075);
  color: var(--fd-white);
}

.service-list a:hover i {
  transform: translateX(4px);
}

.mission-section {
  background:
    linear-gradient(180deg, rgba(254, 254, 40, 0.08) 0%, rgba(5, 5, 5, 0) 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--fd-black);
}

.proof-section {
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.075) 0 1px, transparent 1px 18px),
    var(--fd-yellow);
}

.visit-header {
  border-left: 6px solid var(--fd-yellow);
  padding-left: 28px;
}

.info-card,
.feature-card,
.booking-card,
.shop-card,
.policy-panel,
.staff-card {
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.info-card:hover,
.feature-card:hover,
.booking-card:hover,
.shop-card:hover,
.policy-panel:hover,
.staff-card:hover {
  border-color: rgba(254, 254, 40, 0.26);
  transform: translateY(-4px);
}

.info-card > i,
.feature-card i,
.booking-card i,
.shop-card i,
.policy-panel i {
  align-items: center;
  background: rgba(254, 254, 40, 0.1);
  border: 1px solid rgba(254, 254, 40, 0.18);
  border-radius: 6px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 24px;
  width: 48px;
}

.inner-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58) 56%, rgba(0, 0, 0, 0.18)),
    url("../fadedept/hero.jpg") center 39% / cover no-repeat;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.inner-hero::after {
  bottom: 28px;
  color: transparent;
  content: "FADE DEPT";
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  -webkit-text-stroke: 1px rgba(254, 254, 40, 0.2);
}

.inner-hero .container-xl {
  position: relative;
  z-index: 1;
}

.inner-hero h1 {
  font-size: 4.7rem;
}

.page-band {
  background:
    linear-gradient(90deg, rgba(254, 254, 40, 0.024) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--fd-dark);
}

.page-band.alt {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--fd-black);
}

.section-title-large + .staff-grid {
  margin-top: 42px;
}

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

.staff-card {
  display: flex;
  flex-direction: column;
}

.staff-card .staff-photo,
.staff-placeholder {
  aspect-ratio: 1 / 1;
}

.staff-card img {
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.staff-card:hover img {
  filter: grayscale(0.35) contrast(1.08);
  transform: scale(1.03);
}

.staff-placeholder {
  background:
    linear-gradient(135deg, rgba(254, 254, 40, 0.08), rgba(255, 255, 255, 0.02)),
    var(--fd-panel-2);
}

.staff-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 198px;
}

.staff-card-content .btn-fd {
  margin-top: auto;
}

.booking-grid,
.shop-grid {
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-grid .booking-card:first-child {
  background: var(--fd-yellow);
  border-color: var(--fd-yellow);
  color: var(--fd-black);
}

.booking-grid .booking-card:first-child i,
.booking-grid .booking-card:first-child h2,
.booking-grid .booking-card:first-child p {
  border-color: rgba(0, 0, 0, 0.22);
  color: var(--fd-black);
}

.booking-grid .booking-card:first-child .btn-primary-fd {
  background: var(--fd-black);
  border-color: var(--fd-black);
  color: var(--fd-yellow);
}

.policy-stack {
  gap: 24px;
}

.steps-list li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--fd-panel);
}

.review-callout,
.policy-panel,
.shop-card {
  min-height: 260px;
}

.rating-row {
  letter-spacing: 0.12em;
}

.product-note {
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.075) 0 1px, transparent 1px 18px),
    var(--fd-yellow);
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58)),
    url("../fadedept/hero.jpg") center 42% / cover no-repeat;
  border-top: 1px solid rgba(254, 254, 40, 0.2);
}

.cta-inner {
  grid-template-columns: 86px 1fr auto;
}

.cta-inner img {
  border: 1px solid rgba(254, 254, 40, 0.72);
  border-radius: 6px;
  height: 86px;
  width: 86px;
}

.site-footer {
  background: #080808;
}

.footer-inner {
  min-height: 74px;
}

@media (max-width: 991px) {
  .site-nav {
    min-height: 74px;
  }

  .nav-links {
    background: rgba(12, 12, 12, 0.98);
    border-color: rgba(254, 254, 40, 0.2);
    border-radius: 8px;
    gap: 0;
    overflow: hidden;
    padding: 8px;
  }

  .nav-links a {
    border-radius: 6px;
    padding: 15px;
  }

  .hero {
    min-height: 86svh;
    padding: 138px 0 70px;
  }

  .hero::before,
  .hero::after,
  .inner-hero::after {
    display: none;
  }

  .hero-inner {
    padding-left: 0;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-kicker {
    font-size: 1.65rem;
  }

  .section-heading,
  .services-grid,
  .mission-grid,
  .proof-layout,
  .visit-grid,
  .cta-inner,
  .two-column,
  .review-callout {
    grid-template-columns: 1fr;
  }

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

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

  .section-heading h2,
  .mission-copy h2,
  .proof-layout h2,
  .visit-header h2,
  .cta-inner h2,
  .copy-block h2,
  .section-title-large {
    font-size: 2.65rem;
  }

  .inner-hero h1 {
    font-size: 3.6rem;
  }

  .cta-inner {
    align-items: start;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }

  .container-xl {
    width: calc(100% - 32px);
  }

  .brand img {
    height: 50px;
    width: 50px;
  }

  .hero {
    min-height: 86svh;
    padding: 124px 0 58px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.9) 100%),
      url("../fadedept/hero.jpg") center top / cover no-repeat;
  }

  .hero-inner::before {
    height: 5px;
    margin-bottom: 18px;
    width: 58px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-kicker {
    font-size: 1.2rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .btn-fd,
  .social-link {
    min-height: 54px;
    padding: 14px 18px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    gap: 18px;
    padding-bottom: 26px;
  }

  .section-heading h2,
  .mission-copy h2,
  .proof-layout h2,
  .visit-header h2,
  .cta-inner h2,
  .copy-block h2,
  .section-title-large,
  .inner-hero h1 {
    font-size: 2.15rem;
  }

  .inner-hero {
    min-height: 350px;
    padding: 90px 0 56px;
  }

  .media-frame {
    min-height: 410px;
  }

  .services-panel,
  .info-card,
  .feature-card,
  .booking-card,
  .shop-card,
  .policy-panel {
    padding: 24px;
  }

  .staff-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .staff-card-content {
    min-height: 176px;
  }

  .visit-header {
    border-left-width: 4px;
    padding-left: 18px;
  }

  .review-callout,
  .policy-panel,
  .shop-card {
    min-height: 0;
  }

  .review-actions,
  .reviews-footer-actions {
    flex-direction: column;
  }

  .reviews-heading h2 {
    font-size: 2rem;
  }

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

  .google-review-card {
    min-height: 0;
    padding: 22px;
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }

  .cta-inner img {
    height: 72px;
    width: 72px;
  }
}

/* Narrow-screen guardrails */
html,
body {
  overflow-x: hidden;
}

.hero h1,
.hero-kicker,
.section-heading h2,
.mission-copy h2,
.proof-layout h2,
.visit-header h2,
.cta-inner h2,
.copy-block h2,
.section-title-large,
.inner-hero h1 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero-copy,
.inner-hero p:not(.eyebrow),
.copy-block p,
.lead-text,
.feature-card p,
.booking-card p,
.shop-card p,
.policy-panel p {
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .services-page .page-band .container-xl {
    width: calc(100% - 48px);
  }

  .service-card-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .service-detail-card {
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }

  .service-detail-card h2,
  .service-detail-card p,
  .page-band .section-title-large {
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .service-detail-card .btn-fd {
    font-size: 0.82rem;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: max-content;
  }

  .page-band .section-title-large {
    font-size: 1.82rem;
  }
}

@media (max-width: 991px) {
  .site-header .nav-toggle {
    align-items: center;
    background: var(--fd-yellow) !important;
    border: 1px solid rgba(254, 254, 40, 0.72);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
    color: var(--fd-black) !important;
    display: inline-flex !important;
    height: 48px;
    justify-content: center;
    opacity: 1;
    position: fixed;
    right: 16px;
    top: 12px;
    visibility: visible;
    width: 48px;
    z-index: 3000;
  }

  .site-header .nav-toggle i {
    color: var(--fd-black);
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .inner-hero h1 {
    font-size: 1.95rem;
    max-width: 340px;
  }

  .hero-copy,
  .hero-kicker,
  .inner-hero p:not(.eyebrow) {
    max-width: 340px;
  }

  .eyebrow {
    font-size: 0.78rem;
  }
}

.hero-copy {
  max-width: 590px;
}

.inner-hero p:not(.eyebrow),
.copy-block p,
.lead-text {
  max-width: 720px;
}

@media (max-width: 575px) {
  .hero-copy,
  .hero-kicker,
  .inner-hero p:not(.eyebrow) {
    max-width: 340px;
  }
}

/* Mobile optimization layer */
@media (max-width: 575px) {
  .container-xl {
    width: calc(100% - 48px);
  }

  .site-header .container-xl,
  .site-footer .container-xl,
  .hero .container-xl,
  .inner-hero .container-xl {
    width: calc(100% - 32px);
  }

  .site-nav {
    min-height: 74px;
  }

  .site-header .nav-toggle {
    display: none !important;
  }

  .site-header .nav-toggle::before {
    display: none;
  }

  .site-header .nav-toggle i {
    display: none;
  }

  .nav-toggle-lines {
    display: grid;
    gap: 5px;
    width: 20px;
  }

  .nav-toggle-lines span {
    background: var(--fd-black);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 100%;
  }

  .nav-links {
    align-items: center;
    background: rgba(8, 8, 8, 0.98);
    border-color: rgba(254, 254, 40, 0.18);
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    display: flex !important;
    flex-direction: row;
    gap: 4px;
    left: 0;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 7px 12px;
    right: 0;
    top: 74px;
    white-space: nowrap;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links a {
    border: 1px solid transparent;
    border-radius: 6px;
    flex: 0 0 auto;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    padding: 8px 7px;
  }

  .nav-links a[href="book-now.html"] {
    margin-left: 0;
    margin-top: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .hero {
    min-height: 82svh;
    padding: 150px 0 50px;
  }

  .hero-bg {
    transform: none;
  }

  .inner-hero {
    min-height: 320px;
    padding: 96px 0 48px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-kicker {
    font-size: 1.1rem;
  }

  .hero-copy,
  .inner-hero p:not(.eyebrow),
  .copy-block p,
  .lead-text,
  .feature-card p,
  .booking-card p,
  .shop-card p,
  .policy-panel p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .section-heading h2,
  .mission-copy h2,
  .proof-layout h2,
  .visit-header h2,
  .cta-inner h2,
  .copy-block h2,
  .section-title-large,
  .reviews-heading h2,
  .product-note h2 {
    font-size: clamp(1.72rem, 7.4vw, 2rem);
    line-height: 1.08;
    text-wrap: auto;
    white-space: normal;
  }

  .inner-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
    line-height: 1.02;
    max-width: 320px;
    text-wrap: auto;
    white-space: normal;
  }

  .eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .section,
  .page-band {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .media-frame {
    min-height: 300px;
  }

  .mission-media {
    aspect-ratio: 4 / 4.5;
  }

  .card-grid,
  .staff-grid,
  .booking-grid,
  .shop-grid,
  .reviews-grid,
  .visit-grid,
  .policy-stack {
    gap: 16px;
  }

  .services-panel,
  .info-card,
  .feature-card,
  .booking-card,
  .shop-card,
  .policy-panel,
  .google-review-card {
    padding: 22px;
  }

  .booking-card,
  .feature-card,
  .shop-card,
  .policy-panel,
  .google-review-card,
  .staff-card {
    width: 100%;
  }

  .booking-card p,
  .review-callout .section-title-large {
    max-width: 300px;
  }

  .booking-grid .booking-card {
    justify-self: start;
    margin-right: 48px;
    width: auto;
  }

  .review-callout .section-title-large {
    font-size: 1.46rem;
    line-height: 1.12;
  }

  .feature-card h2,
  .feature-card h3,
  .booking-card h2,
  .booking-card h3,
  .shop-card h2,
  .shop-card h3,
  .policy-panel h2,
  .policy-panel h3 {
    font-size: 1.18rem;
  }

  .btn-fd,
  .social-link {
    font-size: 0.86rem;
    min-height: 52px;
    padding: 13px 16px;
  }

  .service-detail-card .btn-fd {
    width: max-content;
  }

  .service-list a {
    font-size: 1rem;
    gap: 12px;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    min-height: 64px;
  }

  .strip-track {
    gap: 26px;
  }

  .strip-track span {
    font-size: 0.88rem;
  }

  .strip-track span::before {
    margin-right: 26px;
  }

  .review-callout {
    gap: 22px;
  }

  .google-rating-summary strong {
    font-size: 2rem;
  }

  .google-rating-summary span {
    font-size: 0.78rem;
  }

  .review-card-head {
    gap: 12px;
  }

  .steps-list li {
    align-items: flex-start;
    font-size: 0.98rem;
    padding: 16px;
  }

  .footer-inner {
    gap: 18px;
  }

  .footer-links {
    gap: 14px;
  }
}

html:not(.js) .site-preloader {
  display: none;
}

.site-preloader {
  align-items: center;
  background: rgba(17, 17, 17, 0.96);
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.44s ease, visibility 0.44s ease;
  visibility: hidden;
  z-index: 4000;
}

html.is-loading .site-preloader {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

html.is-loaded .site-preloader {
  opacity: 0;
  visibility: hidden;
}

.preloader-stage {
  align-items: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  width: min(220px, calc(100vw - 48px));
}

.preloader-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.preloader-scissors {
  align-items: center;
  display: grid;
  gap: 16px;
  justify-items: center;
  width: 100%;
}

.preloader-scissors i {
  color: var(--fd-yellow);
  filter: drop-shadow(0 0 18px rgba(254, 254, 40, 0.18));
  font-size: 2.35rem;
  line-height: 1;
  transform-origin: 50% 56%;
  animation: fd-scissors-snippet 1.7s ease-in-out infinite;
}

.preloader-scissors span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  display: block;
  height: 1px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.preloader-scissors span::before {
  background: var(--fd-yellow);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
  animation: fd-preloader-line 1.7s ease-in-out infinite;
}

@keyframes fd-scissors-snippet {
  0%,
  100% {
    opacity: 0.74;
    transform: rotate(-8deg) scale(0.96);
  }

  45% {
    opacity: 1;
    transform: rotate(9deg) scale(1);
  }
}

@keyframes fd-preloader-line {
  0% {
    transform: translateX(-100%);
  }

  48%,
  58% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.service-card-actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.service-card-actions .btn-fd,
.service-detail-card .service-card-actions .btn-fd {
  margin-top: 0;
}

.service-inline-link {
  align-items: center;
  color: var(--fd-yellow);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 10px;
  min-height: 56px;
  text-transform: uppercase;
}

.service-inline-link:hover {
  color: var(--fd-white);
}

.service-inline-link i {
  font-size: 0.95rem;
  margin: 0;
}

.service-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.42)),
    url("../fadedept/services.jpg") center 26% / cover no-repeat;
  min-height: 400px;
}

.service-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-hero-meta span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--fd-line);
  border-radius: 999px;
  color: var(--fd-white);
  font-size: 0.84rem;
  font-weight: 900;
  padding: 10px 16px;
  text-transform: uppercase;
}

.service-overview {
  align-items: start;
}

.service-points {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-points li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--fd-muted);
  font-size: 1rem;
  font-weight: 700;
  padding-top: 14px;
}

.detail-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.detail-stat {
  min-height: 100%;
}

.service-process-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.process-step {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 16px;
  grid-template-columns: 40px 1fr;
  padding-top: 18px;
}

.process-step span {
  color: var(--fd-yellow);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-step h3 {
  color: var(--fd-white);
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.process-step p {
  color: var(--fd-muted);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .detail-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .service-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-card-actions .btn-fd,
  .service-detail-card .btn-fd {
    max-width: none;
    width: 100%;
  }

  .service-inline-link {
    min-height: auto;
  }

  .service-hero-meta {
    gap: 10px;
  }

  .detail-stat-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

/* Final mobile polish */
@media (max-width: 767px) {
  .container-xl {
    width: calc(100% - 32px);
  }

  .site-header .container-xl,
  .site-footer .container-xl,
  .hero .container-xl,
  .inner-hero .container-xl {
    width: calc(100% - 24px);
  }

  .site-nav {
    gap: 12px;
    min-height: 72px;
  }

  .brand {
    flex: 1 1 auto;
    gap: 10px;
    max-width: calc(100% - 60px);
    min-width: 0;
  }

  .brand img {
    height: 46px;
    width: 46px;
  }

  .brand span {
    display: block;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    line-height: 1.05;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .site-header .nav-toggle {
    align-items: center;
    background: var(--fd-yellow) !important;
    border: 1px solid rgba(254, 254, 40, 0.72);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    color: var(--fd-black) !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    height: 46px;
    justify-content: center;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 46px;
    z-index: 3000;
  }

  .nav-toggle-lines {
    display: grid;
    gap: 5px;
    transition: transform 0.24s ease;
    width: 18px;
  }

  .nav-toggle-lines span {
    background: var(--fd-black);
    border-radius: 999px;
    display: block;
    height: 2px;
    transform-origin: center;
    transition: transform 0.24s ease, opacity 0.24s ease;
    width: 100%;
  }

  .nav-open .nav-toggle-lines span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .nav-toggle-lines span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle-lines span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    align-items: stretch;
    background: rgba(8, 8, 8, 0.98);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(254, 254, 40, 0.18);
    border-radius: 14px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
    display: none !important;
    flex-direction: column;
    gap: 8px;
    left: 12px;
    max-height: calc(100svh - 92px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px;
    position: fixed;
    right: 12px;
    top: 80px;
    white-space: normal;
    z-index: 2500;
  }

  .nav-open .nav-links {
    display: flex !important;
  }

  .nav-links a {
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    min-height: 48px;
    padding: 13px 14px;
  }

  .nav-links a[href="book-now.html"] {
    margin-left: 0;
    margin-top: 4px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 52px;
  }

  .inner-hero {
    min-height: 310px;
    padding: 108px 0 46px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .hero-kicker {
    font-size: 1.04rem;
    margin-top: 18px;
  }

  .hero-copy,
  .inner-hero p:not(.eyebrow) {
    max-width: 100%;
  }

  .hero-actions,
  .proof-actions,
  .review-actions,
  .reviews-footer-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-fd,
  .social-link {
    width: 100%;
  }

  .section,
  .page-band {
    padding: 54px 0;
  }

  .section-heading,
  .mission-grid,
  .proof-layout,
  .visit-grid,
  .cta-inner,
  .two-column,
  .review-callout,
  .services-grid,
  .staff-grid,
  .card-grid,
  .reviews-grid,
  .booking-grid,
  .shop-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .services-panel,
  .info-card,
  .feature-card,
  .booking-card,
  .shop-card,
  .policy-panel,
  .google-review-card,
  .staff-card-content {
    padding: 22px;
  }

  .media-frame {
    min-height: 280px;
  }

  .mission-media {
    aspect-ratio: 4 / 4.7;
  }

  .footer-inner {
    align-items: flex-start;
    gap: 16px;
  }

  .footer-links {
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .brand span {
    font-size: 0.72rem;
  }

  .hero {
    padding-top: 112px;
  }

  .nav-links {
    left: 10px;
    padding: 12px;
    right: 10px;
    top: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-preloader,
  .site-preloader * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .preloader-scissors i,
  .preloader-scissors span::before {
    opacity: 1;
    transform: none;
  }
}
