:root {
  --ink: #151515;
  --muted: #65615c;
  --cream: #f8f2ea;
  --paper: #fffaf3;
  --red: #a7192c;
  --red-dark: #741121;
  --gold: #c59a47;
  --charcoal: #242421;
  --line: rgba(21, 21, 21, 0.14);
  --shadow: 0 24px 70px rgba(22, 18, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 60px);
  background: rgba(255, 250, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--red);
  border-radius: 8px;
  font-weight: 800;
  box-shadow: inset -8px -8px 0 rgba(0, 0, 0, 0.12);
}

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

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.phone-link,
.button,
button {
  border-radius: 8px;
  font-weight: 800;
}

.phone-link {
  padding: 12px 16px;
  color: white;
  background: var(--charcoal);
}

.hero {
  position: relative;
  min-height: calc(100vh - 79px);
  display: grid;
  align-items: end;
  padding: clamp(20px, 4vw, 60px);
  overflow: hidden;
  background: var(--charcoal);
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.24) 54%, rgba(0, 0, 0, 0.12)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 45%);
}

.hero-copy {
  position: relative;
  max-width: 760px;
  padding: clamp(22px, 4vw, 46px) 0;
  color: white;
}

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

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

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 7vw, 5.7rem);
  line-height: 0.94;
}

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

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

.hero-copy p:not(.eyebrow),
.project-copy p,
.cta p,
.about-card p {
  max-width: 650px;
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button,
button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 0;
  cursor: pointer;
}

.button.primary,
button {
  color: white;
  background: var(--red);
}

.button.secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

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

.trust-strip div {
  min-height: 130px;
  padding: 28px clamp(20px, 4vw, 50px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.trust-strip span,
.service-grid p,
figcaption,
footer,
.note {
  color: var(--muted);
  line-height: 1.55;
}

.music-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px clamp(20px, 4vw, 60px);
  color: white;
  background: var(--red-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.music-player h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
}

.music-player .eyebrow {
  margin-bottom: 6px;
}

#music-toggle {
  min-width: 140px;
  background: var(--gold);
  color: var(--ink);
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  background: var(--charcoal);
}

.photo-strip img {
  height: clamp(190px, 24vw, 360px);
  border-radius: 8px;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 4vw, 60px);
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.service-grid article {
  min-height: 260px;
  padding: 28px;
  background: white;
}

.service-grid span {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--red);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--cream);
}

.project-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.project-pair div {
  position: relative;
  height: min(680px, 72vw);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.project-pair span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: white;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 8px;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--red-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

figure {
  margin: 0;
}

figure img {
  height: 330px;
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(22, 18, 14, 0.13);
}

figure.large {
  grid-column: span 2;
  grid-row: span 2;
}

figure.large img {
  height: 714px;
}

figcaption {
  padding-top: 10px;
  font-size: 0.92rem;
}

.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  background: var(--charcoal);
  color: white;
}

.about-card {
  padding: clamp(26px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.about-card p {
  color: rgba(255, 255, 255, 0.84);
}

.about-card .note {
  margin: 22px 0 0;
  color: var(--gold);
  font-weight: 900;
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 9vw, 120px) clamp(20px, 4vw, 60px);
  background:
    linear-gradient(rgba(255, 250, 243, 0.88), rgba(255, 250, 243, 0.88)),
    url("assets/business-card.jpg") center / cover;
}

.contact-panel {
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-number {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: var(--paper);
}

textarea {
  resize: vertical;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 4vw, 60px);
  border-top: 1px solid var(--line);
  background: white;
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .trust-strip,
  .service-grid,
  .split-section,
  .about,
  .cta {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

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

  .photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .music-player {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .phone-link {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
  }

  .hero-actions,
  footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .project-pair,
  .gallery,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .project-pair div {
    height: 430px;
  }

  figure.large {
    grid-column: auto;
    grid-row: auto;
  }

  figure img,
  figure.large img {
    height: 380px;
  }
}
