:root {
  color-scheme: light;
  --graphite: #111114;
  --graphite-2: #24242a;
  --ink-soft: #3f403d;
  --muted: #696963;
  --offwhite: #f7f4ec;
  --mist: #edeae2;
  --paper: #fffdf8;
  --line: #d8d4c8;
  --signal: #4f7cff;
  --sage: #dce4d9;
  --clay: #d8a370;
  --shadow: 0 24px 80px rgba(17, 17, 20, 0.14);
  --soft-shadow: 0 14px 36px rgba(17, 17, 20, 0.08);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 74% 52%, rgba(79, 124, 255, 0.12), transparent 26vw),
    linear-gradient(90deg, rgba(17, 17, 20, 0.045) 0 1px, transparent 1px 100%) 0 0 / 42px 42px,
    var(--offwhite);
  color: var(--graphite);
  font-family: var(--font);
}

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

.splash {
  min-height: 100vh;
  padding: clamp(12px, 2vw, 24px);
}

.hero {
  min-height: calc(100vh - clamp(24px, 4vw, 48px));
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(22px, 4vh, 44px);
  padding: clamp(18px, 3.6vw, 48px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(17, 17, 20, 0.035) 0 1px, transparent 1px 100%) 0 0 / 42px 42px,
    rgba(255, 253, 248, 0.92);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.topline,
.brand,
.studio-bottom,
.studio-top {
  display: flex;
  align-items: center;
}

.topline {
  justify-content: space-between;
  gap: 20px;
}

.brand {
  gap: 12px;
  font-size: 17px;
  font-weight: 820;
}

.brand img {
  width: 40px;
  height: 40px;
}

.category {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  grid-template-rows: auto auto;
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.9vw, 86px);
  font-weight: 820;
  line-height: 0.92;
  letter-spacing: 0;
}

.copy p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.48;
}

.proof {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 780px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  box-shadow: var(--soft-shadow);
}

.proof div {
  min-height: 118px;
  padding: 17px;
  background: rgba(255, 253, 248, 0.94);
}

.proof dt {
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 840;
  text-transform: uppercase;
}

.proof dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.studio-shell {
  width: min(720px, 100%);
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 18px;
  background: #fefcf7;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.studio-top {
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 236, 0.72);
}

.studio-top span,
.studio-bottom span,
.card-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.studio-top strong {
  font-size: 14px;
}

.studio-body {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 16px;
  padding: 18px;
}

.upload-card,
.post-card {
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.upload-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.product-shot {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px 100%) 0 0 / 34px 34px,
    linear-gradient(145deg, #e9ddcd 0%, #cfd9cb 58%, #1e2420 100%);
}

.product-block {
  min-height: 112px;
  border: 1px solid rgba(17, 17, 20, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 16px 36px rgba(17, 17, 20, 0.18);
}

.product-block.tall {
  min-height: 188px;
  background: linear-gradient(180deg, #fffdf8, #dce4d9);
}

.product-caption {
  grid-column: 1 / -1;
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 20, 0.9);
  color: var(--paper);
  font-size: 12px;
  font-weight: 820;
}

.post-card {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 14px;
}

.post-art {
  display: flex;
  align-items: flex-end;
  min-height: 314px;
  padding: 24px;
  border-radius: 10px;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 100%) 0 0 / 38px 38px,
    linear-gradient(180deg, #4f594f 0%, #20251f 55%, #111114 100%);
}

.post-art span {
  max-width: 11ch;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 820;
  line-height: 0.96;
}

.post-card p {
  margin: 13px 2px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.studio-bottom {
  justify-content: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: rgba(247, 244, 236, 0.72);
}

.studio-bottom div {
  display: grid;
  gap: 4px;
}

.studio-bottom strong {
  font-size: 18px;
  line-height: 1;
}

.fit-card {
  position: absolute;
  right: 22px;
  top: 84px;
  width: min(260px, 44%);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: var(--soft-shadow);
}

.fit-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 840;
  text-transform: uppercase;
}

.fit-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.42;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .copy h1,
  .copy p,
  .proof {
    max-width: none;
  }

  .proof,
  .preview {
    grid-column: auto;
    grid-row: auto;
  }

  .preview {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(90deg, rgba(17, 17, 20, 0.04) 0 1px, transparent 1px 100%) 0 0 / 34px 34px,
      var(--offwhite);
  }

  .hero {
    min-height: auto;
  }

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

  .category {
    font-size: 12px;
  }

  .copy h1 {
    font-size: clamp(40px, 11.4vw, 62px);
    line-height: 0.96;
  }

  .copy p {
    font-size: 17px;
  }

  .proof,
  .studio-body {
    grid-template-columns: 1fr;
  }

  .proof div {
    min-height: auto;
  }

  .upload-card,
  .post-card {
    min-height: auto;
  }

  .product-shot {
    min-height: 250px;
  }

  .post-art {
    min-height: 360px;
  }

  .studio-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .fit-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .splash {
    padding: 10px;
  }

  .hero {
    padding: 20px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .studio-body,
  .studio-top,
  .studio-bottom {
    padding: 12px;
  }

  .studio-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-art {
    min-height: 310px;
  }
}
