:root {
  color: #0b0b0b;
  background: #f4f4f2;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background: #f4f4f2;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 920px;
  color: #fff;
  background: #050505;
}

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

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 34%, rgba(0, 0, 0, 0.2) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.12) 44%, #050505 100%);
}

.site-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 34px 64px;
}

.brand {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.brand small {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: 0.42em;
}

nav {
  display: flex;
  justify-content: center;
  gap: 42px;
}

nav button,
.menu-toggle {
  border: 0;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.header-phone {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-size: 14px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 48px));
  padding: 198px 0 0 64px;
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #4d4d4d;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.95;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy {
  width: min(430px, 100%);
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.6;
}

.service-area {
  width: min(490px, 100%);
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-actions button,
.quote-form button {
  min-height: 58px;
  border: 1px solid #fff;
  padding: 0 32px;
  color: #090909;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
}

.hero-actions .ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #d9d9d5;
  color: #fff;
  background: #050505;
}

.service-strip div {
  min-height: 118px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}

.split-section,
.services,
.contact {
  padding: 96px 64px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.42fr);
  gap: 72px;
  align-items: center;
  background: #f4f4f2;
}

.section-copy p,
.membership p,
.contact p,
.image-band p,
.services-grid p {
  color: #363636;
  font-size: 16px;
  line-height: 1.75;
}

.text-link {
  margin-top: 26px;
  border: 0;
  border-bottom: 1px solid #0b0b0b;
  padding: 0 0 12px;
  color: #0b0b0b;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
}

.comparison {
  position: relative;
  min-height: 456px;
  overflow: hidden;
  background: #d9d9d5;
}

.comparison img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}

.comparison-before {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
}

.comparison-before img {
  width: 100vw;
  max-width: none;
}

.comparison-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  transform: translateX(-1px);
}

.comparison-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  color: #0b0b0b;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.tag {
  position: absolute;
  bottom: 18px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tag-before {
  left: 18px;
}

.tag-after {
  right: 18px;
}

.section-heading {
  max-width: 780px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #cdcdc8;
  border-bottom: 1px solid #cdcdc8;
}

.services-grid article {
  min-height: 250px;
  padding: 38px;
  border-right: 1px solid #cdcdc8;
}

.services-grid article:last-child {
  border-right: 0;
}

.image-band {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: stretch;
  color: #fff;
  background: #050505;
}

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

.image-band div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 64px;
}

.image-band p {
  color: rgba(255, 255, 255, 0.74);
}

.membership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  padding: 88px 64px;
  background: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #111;
}

.gallery article {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

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

.gallery article div {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: #fff;
}

.gallery span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1.12fr);
  gap: 72px;
  color: #fff;
  background: #050505;
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-links a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
}

.quote-form {
  display: grid;
  gap: 18px;
}

.quote-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.quote-form input:focus,
.quote-form select:focus {
  border-color: rgba(255, 255, 255, 0.68);
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: 34px 64px;
  color: #fff;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 24px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 14px;
  }

  .site-header nav.open {
    display: flex;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .hero-content {
    padding: 132px 24px 0;
  }

  .service-strip,
  .services-grid,
  .gallery,
  .membership,
  .image-band,
  .split-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .split-section,
  .services,
  .contact,
  .membership {
    padding: 72px 24px;
  }

  .services-grid article {
    border-right: 0;
    border-bottom: 1px solid #cdcdc8;
    padding: 30px 0;
  }

  .image-band div {
    padding: 54px 24px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 960px;
  }

  .hero-actions {
    display: grid;
  }

  .service-strip {
    grid-template-columns: 1fr 1fr;
  }

  .service-strip div {
    min-height: 86px;
    padding: 16px;
    font-size: 10px;
  }

  .comparison,
  .comparison img {
    min-height: 340px;
    height: 340px;
  }

  footer {
    display: grid;
    padding: 30px 24px;
  }
}
