:root {
  --black: #050505;
  --ink: #101112;
  --paper: #f4f4f1;
  --paper-dim: #dfdfd8;
  --text: #f7f7f2;
  --muted: rgba(247, 247, 242, 0.66);
  --dark-muted: rgba(5, 5, 5, 0.62);
  --line: rgba(247, 247, 242, 0.16);
  --line-dark: rgba(5, 5, 5, 0.16);
  --red: #ef3e35;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

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

.page-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  border-inline: 1px solid var(--line);
  background: var(--black);
}

.topbar {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.brand,
.menu,
.top-call {
  display: flex;
  align-items: center;
  padding: 16px clamp(18px, 3vw, 34px);
}

.brand {
  gap: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand-symbol {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red);
}

.menu {
  gap: 28px;
  border-inline: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-call {
  justify-content: flex-end;
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  min-height: calc(100svh - 74px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: clamp(34px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(239, 62, 53, 0.2), transparent 25%),
    var(--black);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 54px);
  line-height: 0.94;
}

.hero-copy p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.33;
}

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

.btn,
.mail-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn {
  padding: 0 22px;
  background: var(--red);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--line);
}

.mail-link {
  color: var(--muted);
  text-transform: none;
}

.hero-panel {
  position: relative;
  min-width: 0;
  min-height: 460px;
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.hero-panel img {
  filter: saturate(0.76) contrast(1.12) brightness(0.72);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.72), transparent 56%);
}

.studio-sign {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 5, 5, 0.54);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
}

.studio-sign span,
.studio-sign strong {
  display: block;
}

.studio-sign span {
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 950;
  line-height: 0.9;
}

.studio-sign strong {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.hero-proof div {
  min-height: 114px;
  padding: 22px clamp(20px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.band {
  padding: clamp(42px, 6vw, 82px);
  border-bottom: 1px solid var(--line);
}

.band-light {
  background: var(--paper);
  color: var(--black);
  border-bottom-color: var(--line-dark);
}

.section-head {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: clamp(22px, 5vw, 72px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.section-index {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.band-light .section-index {
  color: var(--dark-muted);
}

h2 {
  max-width: 930px;
  font-size: clamp(31px, 4.6vw, 56px);
  line-height: 0.98;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 220px;
  padding: clamp(20px, 2.4vw, 30px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-grid span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid h3 {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 19px;
}

.service-grid p,
.steps p,
.review-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
}

.quality-grid img {
  min-height: 480px;
  border-radius: 42px 42px 0 42px;
  filter: saturate(0.85) contrast(1.05);
}

.steps {
  display: grid;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.steps div {
  padding: 26px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.steps strong {
  display: block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 12px;
}

.steps p {
  color: var(--dark-muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.22;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

blockquote {
  margin: 0;
}

.review-grid blockquote {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-grid p {
  color: rgba(247, 247, 242, 0.82);
}

cite {
  color: var(--red);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 36px;
  align-items: end;
}

address {
  display: grid;
  gap: 12px;
  font-style: normal;
}

address a,
address span {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(17px, 2vw, 24px);
}

address a:first-child {
  color: #fff;
}

@media (max-width: 920px) {
  .topbar,
  .hero,
  .section-head,
  .quality-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .menu {
    order: 3;
    justify-content: center;
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-inline: 0;
    overflow-x: auto;
  }

  .top-call {
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-proof,
  .service-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .service-grid article,
  .review-grid blockquote {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .brand,
  .top-call {
    padding: 14px 16px;
  }

  .brand {
    font-size: 10px;
  }

  .brand-symbol {
    width: 34px;
    height: 34px;
  }

  .menu {
    justify-content: flex-start;
    padding-inline: 16px;
  }

  .hero-copy,
  .band {
    padding: 30px 18px;
  }

  h1 {
    font-size: clamp(34px, 13vw, 47px);
  }

  h2 {
    font-size: clamp(29px, 11vw, 43px);
  }

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

  .mail-link {
    justify-content: flex-start;
  }

  .quality-grid img {
    min-height: 320px;
    border-radius: 28px 28px 0 28px;
  }
}
