:root {
  --ink: #111413;
  --muted: #59645f;
  --paper: #f3f1ea;
  --line: #c9d0ca;
  --mist: #dce3de;
  --copper: #8f4f32;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--white);
  background: #151817;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=82");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(10, 13, 12, 0.86) 0%, rgba(10, 13, 12, 0.54) 42%, rgba(10, 13, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 13, 12, 0.36), rgba(10, 13, 12, 0.06));
}

.site-header {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.56);
  background: rgba(255, 253, 248, 0.08);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  align-self: end;
  padding: 0 0 clamp(64px, 12vh, 118px);
}

.eyebrow,
.detail__label {
  margin: 0 0 18px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255, 253, 248, 0.76);
}

h1,
h2,
p {
  margin-block-start: 0;
}

h1 {
  max-width: 780px;
  margin-block-end: 26px;
  font-size: clamp(3.25rem, 8vw, 7.4rem);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 0.93;
}

.hero__lead {
  max-width: 620px;
  margin-block-end: 0;
  color: rgba(255, 253, 248, 0.82);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.04rem, 1.9vw, 1.35rem);
  line-height: 1.62;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: 1fr minmax(0, 700px);
  gap: clamp(32px, 7vw, 96px);
  padding: clamp(56px, 10vw, 120px) 0 clamp(44px, 7vw, 84px);
}

.section__rule {
  height: 1px;
  margin-top: 18px;
  background: var(--line);
}

.intro__copy p {
  margin: 0;
  font-size: clamp(1.52rem, 3.2vw, 3.1rem);
  font-weight: 420;
  letter-spacing: 0;
  line-height: 1.08;
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(64px, 10vw, 116px);
  background: var(--line);
}

.detail {
  min-height: 286px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--paper);
}

.detail__label {
  color: var(--copper);
}

.detail h2 {
  margin-block-end: 22px;
  font-size: clamp(1.52rem, 2vw, 2.15rem);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.05;
}

.detail p,
.detail address {
  margin: 0;
  color: var(--muted);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
}

.detail__contact {
  margin-top: 18px;
}

.footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
}

.footer p {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

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

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(10, 13, 12, 0.88) 0%, rgba(10, 13, 12, 0.5) 58%, rgba(10, 13, 12, 0.18) 100%),
      linear-gradient(90deg, rgba(10, 13, 12, 0.44), rgba(10, 13, 12, 0.06));
  }

  .site-header,
  .hero__content,
  .section,
  .footer p {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    padding-top: 18px;
  }

  h1 {
    max-width: 10ch;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section__rule {
    width: 64px;
    margin-top: 0;
  }

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

  .detail {
    min-height: auto;
  }
}
