:root {
  --ink: #17191d;
  --muted: #626977;
  --line: #dde1e7;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --red: #df1f1f;
  --red-dark: #b51414;
  --blue: #176b91;
  --green: #1f7a4d;
  --shadow: 0 18px 55px rgba(18, 23, 31, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 78px;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header[data-scrolled="true"] {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(20, 30, 45, 0.12);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  opacity: 0.78;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  font-weight: 700;
  font-size: 14px;
}

.desktop-nav a,
.header-call {
  text-decoration: none;
}

.header-call {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(223, 31, 31, 0.28);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #202328;
}

.hero picture,
.hero picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 14, 18, 0.86) 0%, rgba(12, 14, 18, 0.64) 36%, rgba(12, 14, 18, 0.1) 72%),
    linear-gradient(0deg, rgba(12, 14, 18, 0.62), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 56px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #ff6b6b;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

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

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.btn.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 34px rgba(223, 31, 31, 0.34);
}

.btn.primary:hover,
.header-call:hover {
  background: var(--red-dark);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.quick-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-weight: 800;
}

.conversion-strip,
.booking-section,
.services,
.steps-section,
.faq,
.contact-section,
footer {
  padding-inline: clamp(18px, 4vw, 56px);
}

.conversion-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.conversion-strip div {
  background: var(--paper);
  padding: 24px;
}

.conversion-strip strong,
.conversion-strip span {
  display: block;
}

.conversion-strip span {
  margin-top: 5px;
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding-block: 82px;
  background: var(--soft);
}

.section-copy p,
.photo-band p,
.contact-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.contact-panel a,
.contact-panel div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.contact-panel span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 22px;
}

.contact-panel small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.visit-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.visit-card strong {
  display: block;
  font-size: 28px;
  line-height: 1.12;
}

.visit-card p {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.services,
.steps-section,
.faq {
  padding-block: 82px;
}

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

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

.service-grid article,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.service-grid p,
.steps p,
.faq p {
  color: var(--muted);
  line-height: 1.55;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: 0 clamp(18px, 4vw, 56px) 82px;
  background: var(--paper);
}

.photo-band img,
.contact-photo {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.photo-band img {
  aspect-ratio: 16 / 9;
}

.steps-section {
  background: #202328;
  color: #fff;
}

.steps-section .eyebrow {
  color: #ff6b6b;
}

.steps article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.steps span {
  display: block;
  margin-bottom: 18px;
  color: #ff6b6b;
  font-weight: 900;
}

.steps p {
  color: rgba(255, 255, 255, 0.74);
}

.faq {
  background: var(--soft);
}

details {
  border-top: 1px solid var(--line);
  background: transparent;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-block: 82px;
}

.contact-logo {
  width: 112px;
  height: auto;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.contact-photo {
  aspect-ratio: 4 / 3;
  max-height: 520px;
  object-position: center 58%;
}

.contact-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: var(--muted);
  font-size: 18px;
}

.contact-list a {
  color: var(--blue);
  font-weight: 900;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.bottom-invite {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: #17191d;
  color: #fff;
  box-shadow: 0 -10px 28px rgba(17, 24, 39, 0.18);
  text-align: center;
}

.bottom-invite span {
  font-weight: 800;
}

.bottom-invite a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 920px) {
  .desktop-nav {
    display: none;
  }

  .booking-section,
  .photo-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    padding-bottom: 104px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .conversion-strip,
  .booking-section,
  .services,
  .steps-section,
  .faq,
  .contact-section,
  footer {
    padding-inline: 14px;
  }

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

  .brand small {
    display: none;
  }

  .header-call {
    padding: 10px 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero {
    min-height: 86vh;
  }

  .hero picture img {
    object-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 14, 18, 0.9), rgba(12, 14, 18, 0.55)),
      linear-gradient(0deg, rgba(12, 14, 18, 0.64), transparent 50%);
  }

  .hero-content {
    width: calc(100% - 24px);
    padding-bottom: 34px;
  }

  h1 {
    font-size: 39px;
  }

  .lead {
    font-size: 17px;
  }

  .btn {
    width: 100%;
    white-space: nowrap;
  }

  .conversion-strip,
  .service-grid,
  .steps,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .booking-section,
  .services,
  .steps-section,
  .faq,
  .contact-section {
    padding-block: 56px;
  }

  .contact-panel {
    gap: 8px;
  }

  .contact-panel a,
  .contact-panel div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
  }

  .contact-panel span {
    flex: 0 0 auto;
  }

  .contact-panel strong,
  .contact-panel small {
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
  }

  .contact-panel strong {
    font-size: 18px;
  }

  .contact-panel div {
    flex-wrap: wrap;
  }

  .contact-panel div span {
    width: auto;
  }

  .contact-panel div strong {
    margin-left: auto;
  }

  .contact-panel div small {
    flex-basis: 100%;
    font-size: 14px;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-facts span {
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }

  .contact-list li {
    overflow-wrap: normal;
  }

  .contact-list li:nth-child(1),
  .contact-list li:nth-child(2) {
    font-size: 15px;
    white-space: nowrap;
  }

  .contact-list a {
    white-space: nowrap;
  }

  .photo-band {
    padding-bottom: 56px;
  }

  footer {
    display: block;
  }

  footer a {
    display: block;
    margin-top: 8px;
    white-space: nowrap;
  }

  .bottom-invite {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 14px;
  }

  .bottom-invite a {
    width: 100%;
    white-space: nowrap;
  }
}
