:root {
  --black: #050505;
  --text: #171717;
  --muted: #747474;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f4f4f2;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--soft);
}

body {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
}

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

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 42px;
  border-bottom: 1px solid var(--line);
  gap: 28px;
}

.brand {
  color: var(--black);
  font-size: 30px;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  letter-spacing: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.46fr);
  min-height: 680px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  padding: 86px 42px 86px clamp(42px, 10vw, 178px);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  background: #f1f1ef;
  overflow: hidden;
}

.hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  filter: grayscale(1);
}

.image-caption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  max-width: 230px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--black);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  max-width: 760px;
  margin: 0 0 32px;
  color: var(--black);
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.93;
  letter-spacing: 0;
  font-weight: 900;
}

.intro {
  max-width: 680px;
  display: grid;
  gap: 18px;
  color: var(--text);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.16;
  font-weight: 760;
}

.intro p,
.band-content p,
.small-text,
.address,
.story-copy p,
.case-card p,
.faq-item p {
  margin: 0;
}

.quiet {
  color: var(--muted);
  font-weight: 640;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--black);
  border-radius: 0;
  background: var(--black);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 800;
}

.button.secondary {
  background: #fff;
  color: var(--black);
}

.band {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.band-label {
  padding: 52px 42px;
  border-right: 1px solid var(--line);
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
  font-weight: 700;
}

.band-content {
  max-width: 860px;
  padding: 48px clamp(42px, 7vw, 112px);
  display: grid;
  gap: 18px;
  font-size: clamp(23px, 2.45vw, 36px);
  line-height: 1.16;
  font-weight: 760;
}

.small-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 520;
}

.newsletter {
  background: var(--black);
  color: #fff;
}

.newsletter .band-label {
  border-right-color: #2b2b2b;
  color: #a6a6a6;
}

.newsletter .small-text {
  color: #c9c9c9;
}

.newsletter .faq-question,
.newsletter .faq-answer {
  color: #fff;
}

.newsletter .faq-question {
  border-right-color: #2b2b2b;
}

.newsletter .faq-item h2,
.newsletter .faq-answer p {
  color: #fff;
}

.newsletter .button {
  width: fit-content;
  border-color: #fff;
  background: #fff;
  color: var(--black);
}

.contact-list {
  display: grid;
  gap: 8px;
  color: var(--black);
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.16;
  font-weight: 760;
}

.address {
  margin-top: 20px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 520;
}

.page-head {
  border-bottom: 1px solid var(--line);
}

.page-head-inner {
  padding: 76px clamp(42px, 10vw, 178px) 68px;
}

.page-title {
  max-width: 920px;
  font-size: clamp(52px, 7vw, 96px);
}

.page-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.22;
  font-weight: 640;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.case-card:nth-child(3n) {
  border-right: 0;
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  border-bottom: 1px solid var(--line);
}

.case-card-body {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.case-card h2,
.faq-item h2 {
  margin: 0;
  color: var(--black);
  font-size: 25px;
  line-height: 1.13;
  font-weight: 760;
}

.case-card p,
.faq-item p,
.faq-item li,
.story-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 520;
}

.faq-list {
  display: grid;
}

.faq-item {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.faq-item.newsletter {
  border-bottom-color: #2b2b2b;
}

.faq-question {
  padding: 42px;
  border-right: 1px solid var(--line);
}

.faq-answer {
  max-width: 760px;
  padding: 42px clamp(42px, 7vw, 112px);
  display: grid;
  gap: 14px;
}

.faq-answer ul {
  margin: 0;
  padding-left: 20px;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  padding: 52px clamp(42px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
}

.story-copy {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.story-copy h2 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  font-weight: 820;
}

.story-copy strong {
  color: var(--black);
  font-weight: 760;
}

.image-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.image-stack img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  border: 1px solid var(--line);
}

footer {
  padding: 26px 42px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}

@media (max-width: 920px) {
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .case-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 840px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
  }

  .nav-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .hero,
  .band,
  .faq-item,
  .story {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .page-head-inner {
    padding: 62px 22px 56px;
  }

  .hero-visual {
    min-height: 360px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-image {
    min-height: 360px;
  }

  h1 {
    font-size: 56px;
  }

  .intro {
    font-size: 23px;
  }

  .band-label,
  .faq-question {
    padding: 30px 22px 0;
    border-right: 0;
  }

  .band-content,
  .faq-answer,
  .story {
    padding: 24px 22px 42px;
    font-size: 30px;
  }

  .contact-list {
    font-size: 32px;
  }

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

  .case-card,
  .case-card:nth-child(2n),
  .case-card:nth-child(3n) {
    border-right: 0;
  }
}
