:root {
  --bg: #f6f4ef;
  --paper: #ffffff;
  --ink: #171717;
  --muted: #616161;
  --line: #d8d4cc;
  --dark: #151515;
  --accent: #8a2f20;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand img {
  width: clamp(185px, 20vw, 270px);
  height: 78px;
  object-fit: contain;
  object-position: left center;
}

nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: calc(100vh - 101px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 96px) clamp(18px, 6vw, 76px);
}

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

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 6.1rem);
  line-height: 0.95;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 500;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-copy p {
  max-width: 690px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 3px;
  font-weight: 800;
}

.button:hover {
  background: #000;
}

.phone {
  color: var(--ink);
  font-weight: 800;
}

.hero-photo,
.split figure,
.photo-row figure {
  margin: 0;
  overflow: hidden;
}

.hero-photo img {
  height: 100%;
  min-height: calc(100vh - 101px);
  object-fit: cover;
  object-position: center;
}

.statement {
  padding: clamp(38px, 6vw, 74px) clamp(18px, 8vw, 110px);
  background: var(--dark);
}

.statement p {
  max-width: 1040px;
  margin: 0;
  color: #f3f0e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1.18;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.split figure img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.split > div {
  align-self: center;
  padding: clamp(42px, 7vw, 92px) clamp(22px, 6vw, 76px);
}

dl {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-weight: 800;
}

dd {
  margin: 0;
  font-weight: 700;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 7vw, 86px);
  background: var(--paper);
}

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

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.cards article {
  min-height: 230px;
  padding: 26px;
  background: var(--paper);
}

.cards p {
  margin-bottom: 0;
}

.photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.photo-row img {
  height: 340px;
  object-fit: cover;
}

.reviews-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 7vw, 86px);
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.88), rgba(21, 21, 21, 0.72)),
    url("assets/real-hangar-maintenance.jpg") center / cover;
}

.reviews-section h2,
.reviews-section p {
  color: #f6f4ef;
}

.reviews-section .eyebrow {
  color: #e0b3a8;
}

.review-carousel {
  display: grid;
  gap: 20px;
}

.review-stage {
  display: grid;
  align-items: stretch;
  perspective: 1200px;
}

.review-card {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: clamp(26px, 4vw, 46px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 244, 239, 0.94)),
    #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.97);
  transition: opacity 700ms ease, transform 700ms ease;
}

.review-card::before {
  content: "“";
  position: absolute;
  top: -26px;
  right: 30px;
  color: rgba(138, 47, 32, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12rem;
  line-height: 1;
}

.review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.stars {
  color: var(--accent);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  line-height: 1.28;
}

.review-card-long blockquote {
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  line-height: 1.48;
}

.review-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 21, 21, 0.14);
}

.review-meta strong {
  display: block;
  font-size: 1rem;
}

.review-meta span {
  color: var(--muted);
  font-weight: 700;
}

.review-link-light {
  width: max-content;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 800;
}

.review-controls button:hover,
.review-controls button:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.review-dots {
  display: flex;
  gap: 8px;
}

.review-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  border: 0;
}

.review-dots button.is-active {
  background: #fff;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 7vw, 86px);
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.contact-card .button {
  width: max-content;
}

.review-link {
  width: max-content;
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-card span {
  color: var(--muted);
  font-weight: 700;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 64px);
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

footer img {
  width: 210px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  background: #fff;
}

footer p {
  color: #12384f;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .split,
  .reviews-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-photo img {
    min-height: 420px;
  }

  .cards,
  .photo-row {
    grid-template-columns: 1fr;
  }

  .photo-row img {
    height: 320px;
  }

  .review-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.78rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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