:root {
  --ink: #151719;
  --muted: #60666d;
  --line: #d9dde1;
  --paper: #f7f5f0;
  --white: #ffffff;
  --red: #d84335;
  --red-dark: #ad271f;
  --yellow: #f3cb2e;
  --steel: #27333f;
  --blue: #2d6390;
  --green: #42735c;
  --shadow: 0 18px 50px rgba(14, 18, 22, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand img {
  width: 174px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #34383d;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a:hover,
.text-link:hover {
  color: var(--red);
}

.header-actions,
.hero-actions,
.location-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-link {
  font-weight: 800;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 24px rgba(216, 67, 53, 0.24);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.button-secondary.light {
  color: var(--steel);
  border-color: var(--line);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(28px, 6vw, 72px);
  color: var(--white);
}

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

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

.hero-shade {
  background: linear-gradient(90deg, rgba(3, 6, 9, 0.9) 0%, rgba(3, 6, 9, 0.66) 42%, rgba(3, 6, 9, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 830px;
  padding-bottom: 74px;
}

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

.hero .eyebrow {
  color: var(--yellow);
}

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

h1 {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(360px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(13, 18, 23, 0.78);
  box-shadow: var(--shadow);
}

.hero-panel strong {
  font-size: 1.3rem;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.82);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quick-strip a {
  min-height: 96px;
  padding: 22px clamp(16px, 3vw, 36px);
  border-right: 1px solid var(--line);
  font-size: 1.18rem;
  font-weight: 900;
}

.quick-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 0.75rem;
}

.section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  background: var(--steel);
  color: var(--white);
}

.intro p:last-child {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25rem;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.service-card div {
  padding: 22px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.appointment {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: #20282f;
  color: var(--white);
}

.appointment-copy {
  position: sticky;
  top: 118px;
}

.appointment-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.call-card {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.call-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.call-card > a {
  color: var(--white);
  font-size: clamp(2.3rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1;
}

.call-card p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.15rem;
}

.call-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(9, 12, 16, 0.52);
  font: inherit;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.work {
  background: var(--white);
}

.work-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.work-list article {
  min-height: 220px;
  display: grid;
  align-content: end;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, var(--steel), #111518);
}

.work-list article:nth-child(2) {
  background: linear-gradient(145deg, var(--blue), #172433);
}

.work-list article:nth-child(3) {
  background: linear-gradient(145deg, var(--green), #17251d);
}

.work-list span {
  color: var(--yellow);
  font-weight: 900;
}

.work-list strong {
  margin: 8px 0;
  font-size: 1.55rem;
  line-height: 1.05;
}

.work-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  background: #ede8dd;
}

.quote {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.22;
}

.review-main span {
  color: var(--muted);
  font-weight: 900;
}

.review-stats {
  display: grid;
  gap: 14px;
}

.review-stats div {
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.07);
}

.review-stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1;
}

.review-stats span {
  color: var(--muted);
}

.amenities {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--white);
}

.amenities > img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.amenities ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.amenities li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #31363b;
  font-weight: 800;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.payments img {
  max-height: 34px;
  width: auto;
}

.location {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  color: var(--white);
  background: var(--steel);
}

.location p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
}

.location iframe {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 8px;
  filter: saturate(0.78);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 56px);
  background: #111417;
  color: var(--white);
}

.footer img {
  width: 150px;
  padding: 8px;
  border-radius: 6px;
  background: var(--white);
}

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

.footer a {
  font-weight: 900;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

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

  .hero-content {
    padding-bottom: 160px;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: relative;
    min-height: auto;
    gap: 16px;
  }

  .brand img {
    width: 150px;
  }

  .header-actions {
    justify-self: end;
  }

  .header-actions .text-link {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding: 28px 18px;
  }

  .hero-content {
    padding-bottom: 190px;
  }

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

  .hero-panel {
    right: 18px;
    bottom: 18px;
  }

  .quick-strip,
  .intro,
  .appointment,
  .work-list,
  .reviews,
  .amenities,
  .location {
    grid-template-columns: 1fr;
  }

  .quick-strip a {
    min-height: 76px;
    border-bottom: 1px solid var(--line);
  }

  .appointment-copy {
    position: static;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 94px;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .mobile-cta a {
    display: grid;
    min-height: 52px;
    place-items: center;
    color: var(--white);
    background: var(--steel);
    font-weight: 900;
  }

  .mobile-cta a:last-child {
    background: var(--red);
  }
}

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

  .header-actions {
    justify-self: stretch;
  }

  .header-actions .button {
    width: 100%;
  }

  .nav {
    gap: 18px;
    font-size: 0.9rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.2rem;
  }

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

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }
}
