:root {
  --black: #020202;
  --charcoal: #111214;
  --graphite: #1b1d20;
  --steel: #7f8790;
  --silver: #d7dbe0;
  --white: #ffffff;
  --accent: #69c7ff;
  --accent-soft: rgba(105, 199, 255, 0.18);
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.6;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled {
  background: rgba(2, 2, 2, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  width: auto;
  height: clamp(34px, 5vw, 52px);
  max-width: min(46vw, 220px);
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(105, 199, 255, 0.2));
}

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nav-toggle {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--white);
  transition: transform 180ms ease;
}

.nav-menu {
  position: fixed;
  inset: 78px 16px auto 16px;
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(10, 11, 12, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-menu a {
  padding: 12px 10px;
  color: var(--silver);
  font-size: 0.95rem;
}

.nav-menu a:hover {
  color: var(--white);
}

.nav-menu a.active {
  color: var(--white);
}

.nav-menu a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(105, 199, 255, 0.55);
}

.nav-book-button {
  min-height: 44px;
  padding: 0 18px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(105, 199, 255, 0.18), 0 14px 32px rgba(105, 199, 255, 0.16);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-book-button:hover {
  transform: translateY(-2px);
  background: var(--accent);
  border-color: var(--accent);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px 0 72px;
}

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

.hero-media {
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2)),
    url("assets/gallery/reflectra-main-black-front.jpg") center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 48%, rgba(105, 199, 255, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(0deg, var(--black) 0%, transparent 28%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 7.2vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  color: var(--silver);
  font-size: 1.08rem;
}

.booking-note {
  margin: 0 0 24px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions,
.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  justify-content: center;
}

.book-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.book-cta {
  position: relative;
  min-width: 180px;
  min-height: 58px;
  padding: 0 30px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08), 0 20px 54px rgba(105, 199, 255, 0.28);
  font-size: 1rem;
}

.secondary-cta {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--white);
}

.book-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 199, 255, 0.55);
}

.book-cta:hover {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 8px rgba(105, 199, 255, 0.12), 0 24px 64px rgba(105, 199, 255, 0.34);
}

.section {
  padding: 84px 0;
  background: var(--black);
}

.page-hero {
  padding: 144px 0 84px;
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 199, 255, 0.14), transparent 32%),
    linear-gradient(180deg, var(--charcoal), var(--black));
}

.page-hero.compact {
  padding-bottom: 56px;
}

.page-heading {
  max-width: 820px;
}

.page-heading p,
.page-hero .section-copy p {
  color: var(--silver);
}

.page-heading h1,
.page-hero .section-copy h1 {
  font-size: clamp(2.35rem, 6.4vw, 4.8rem);
}

.intro-panel {
  padding-top: 92px;
}

.section:nth-of-type(even) {
  background: var(--charcoal);
}

.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.split,
.contact-grid {
  display: grid;
  gap: 34px;
}

.section-copy p {
  max-width: 650px;
  color: var(--silver);
}

.image-panel,
.map-placeholder {
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--graphite);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

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

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white);
  font-weight: 800;
  border-bottom: 2px solid var(--accent);
}

.text-link:hover {
  color: var(--accent);
}

.service-grid,
.why-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.service-card,
.why-item {
  position: relative;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-card:hover,
.why-item:hover {
  transform: translateY(-6px);
  border-color: rgba(105, 199, 255, 0.45);
  background: linear-gradient(180deg, rgba(105, 199, 255, 0.12), rgba(255, 255, 255, 0.045));
}

.service-card.featured {
  border-color: rgba(105, 199, 255, 0.48);
  box-shadow: 0 0 0 1px rgba(105, 199, 255, 0.16), var(--shadow);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
}

.service-card p,
.why-item span {
  color: var(--silver);
}

.preview-grid .service-card {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 26px;
}

.preview-grid .service-card h3 {
  margin-bottom: 10px;
}

.preview-grid .service-card p {
  margin-bottom: 24px;
}

.preview-grid .service-card.featured::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 3px;
  background: var(--accent);
  border-radius: 999px 999px 0 0;
  box-shadow: 0 0 18px rgba(105, 199, 255, 0.5);
}

.value-badge {
  justify-self: start;
  margin-bottom: 16px;
  padding: 5px 10px;
  background: rgba(105, 199, 255, 0.12);
  border: 1px solid rgba(105, 199, 255, 0.42);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.value-badge.placeholder {
  opacity: 0;
}

.card-link {
  align-self: end;
  justify-self: start;
  margin-top: auto;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  border-bottom: 2px solid var(--accent);
}

.card-link:hover {
  color: var(--accent);
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
  color: var(--silver);
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 16px var(--accent);
}

.service-list {
  display: grid;
  gap: 28px;
}

.service-detail {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.service-detail.featured {
  border-color: rgba(105, 199, 255, 0.48);
  box-shadow: 0 0 0 1px rgba(105, 199, 255, 0.16), var(--shadow);
}

.service-detail-media {
  min-height: 300px;
  background: var(--graphite);
}

.service-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
}

.service-detail-copy {
  display: grid;
  align-content: center;
  padding: clamp(24px, 5vw, 52px);
}

.service-kicker {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-detail-copy h2 {
  margin-bottom: 16px;
}

.service-detail-copy p {
  max-width: 620px;
  color: var(--silver);
  font-size: 1.02rem;
}

.service-detail-copy ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-copy li {
  position: relative;
  padding-left: 22px;
  color: var(--silver);
}

.service-detail-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 16px var(--accent);
}

.service-cta {
  justify-self: start;
  margin-top: 28px;
}

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

.gallery-item {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--graphite);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08);
}

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

.why-item {
  display: grid;
  gap: 8px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-item h3 {
  margin-bottom: 8px;
}

.faq-item p {
  margin-bottom: 0;
  color: var(--silver);
}

address {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  color: var(--silver);
  font-style: normal;
}

address a:hover {
  color: var(--accent);
}

.social-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 199, 255, 0.55);
  background: rgba(105, 199, 255, 0.12);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-actions {
  justify-content: flex-start;
  margin: 0 0 18px;
}

.map-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 380px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.84)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    var(--graphite);
  color: var(--steel);
}

.map-placeholder strong {
  color: var(--white);
  font-size: 1.6rem;
}

.footer {
  padding: 34px 16px 24px;
  border-top: 1px solid var(--line);
  color: var(--steel);
  background: var(--black);
}

.footer-inner {
  display: grid;
  gap: 22px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 24px;
}

.footer-inner > div,
.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer strong {
  color: var(--white);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.footer a {
  color: var(--silver);
}

.footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: block;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.footer-contact {
  overflow-wrap: anywhere;
}

.footer-social {
  gap: 10px;
  margin-top: 4px;
}

.footer .social-icon {
  width: 40px;
  height: 40px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  width: min(100%, 1100px);
  max-height: 82vh;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: var(--white);
  color: var(--black);
  border: 0;
  border-radius: 8px;
  font-size: 1.8rem;
  cursor: pointer;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.84);
}

.booking-modal.is-open {
  display: flex;
}

.booking-modal-box {
  position: relative;
  width: min(100%, 980px);
  height: min(86vh, 760px);
  overflow: hidden;
  background: var(--black);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-modal-frame {
  display: block;
  width: calc(100% + 18px);
  height: 100%;
  border: 0;
  background: var(--white);
}

.booking-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: var(--black);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@media (min-width: 720px) {
  .hero {
    align-items: center;
    padding-bottom: 40px;
  }

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

  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3) {
    min-height: 360px;
  }

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

@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 0;
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .service-detail {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 520px;
  }

  .service-detail:nth-child(even) .service-detail-media {
    order: 2;
  }

  .service-detail-media,
  .service-detail-media img {
    min-height: 520px;
  }

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

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

  .footer-inner {
    grid-template-columns: 1.2fr 0.6fr 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
