:root {
  --red: #b11226;
  --red-bright: #d51d34;
  --red-dark: #760a19;
  --ink: #181416;
  --muted: #6f676a;
  --paper: #fffdfb;
  --soft: #f5eeee;
  --line: #e8dddd;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgb(177 18 38 / 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--paper);
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: var(--red);
  font-size: 0.76rem;
  letter-spacing: -0.04em;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.88rem;
  font-weight: 650;
}

nav a {
  text-decoration: none;
}

.nav-contact {
  padding: 11px 17px;
  color: white;
  background: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: center;
  min-height: 690px;
  padding-block: 88px;
  gap: 68px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.6rem, 7.4vw, 7rem);
}

h1 em {
  color: var(--red);
  font-weight: 500;
}

.hero-summary {
  max-width: 620px;
  margin: 34px 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.7;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  padding: 16px 18px;
  color: white;
  background: var(--red);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.primary-action:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.hero-art {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  aspect-ratio: 0.82;
  place-items: center;
  overflow: hidden;
  justify-self: end;
  background: var(--red);
  box-shadow: 24px 24px 0 var(--soft);
}

.hero-monogram {
  position: relative;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(11rem, 21vw, 19rem);
  line-height: 1;
}

.signal {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 0.42);
  border-radius: 50%;
}

.signal-one {
  width: 160px;
  height: 160px;
}

.signal-two {
  width: 300px;
  height: 300px;
}

.signal-three {
  width: 470px;
  height: 470px;
}

.services {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 108px 0;
  border-top: 1px solid var(--line);
  gap: 80px;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}

.service-list article > span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
}

h3 {
  margin: 0 0 9px;
  font-size: 1.15rem;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact {
  padding: 86px clamp(28px, 6vw, 76px);
  color: white;
  background: var(--red);
}

.contact .eyebrow {
  color: white;
  opacity: 0.72;
}

.contact h2 {
  max-width: 850px;
  margin-bottom: 42px;
}

.contact > a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(255 255 255 / 0.55);
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 700;
  text-decoration: none;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 46px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .site-header,
  main,
  footer {
    width: min(100% - 32px, 680px);
  }

  nav > a:first-child {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 70px;
  }

  .hero-art {
    width: 100%;
    max-height: 430px;
    justify-self: stretch;
  }

  .services {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 520px) {
  .brand > span:last-child {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(3.15rem, 16vw, 4.7rem);
  }

  footer {
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .primary-action {
    transition: none;
  }
}
