:root {
  --black: #17150f;
  --black-soft: #201e17;
  --paper: #fffaf0;
  --light: #fffaf0;
  --white: #ffffff;
  --gray: #b9b3a7;
  --line-light: #ded6c7;
  --line-dark: #3b372c;
  --acid: #f6c94d;
  --blue: #d89d16;
  --orange: #ff9138;
  --max-width: 1200px;
  --radius-small: 10px;
  --radius-medium: 20px;
  --radius-large: 32px;
  --section-space: clamp(64px, 6vw, 84px);
  --section-gap: clamp(36px, 4.5vw, 56px);
}

/* 2026 layout baseline: the last layer owns spacing, type and repeated components. */
:root {
  --section-space-final: clamp(68px, 6vw, 92px);
  --section-gap-final: clamp(28px, 3vw, 42px);
}

body .header,
body .header--internal {
  position: sticky !important;
  z-index: 1000 !important;
  top: 0 !important;
  height: 68px !important;
  min-height: 68px !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  backdrop-filter: blur(18px);
}

body .logo {
  height: 46px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

body .logo__mark {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  background: url("favicon.svg") center / 36px 36px no-repeat !important;
}

body .hero {
  padding-top: 54px !important;
  padding-bottom: 72px !important;
  gap: 30px !important;
}

body .hero__copy > .label {
  margin: 0 0 18px !important;
}

body .hero h1,
body .landing-hero h1 {
  margin: 0 !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance;
}

body .hero__description {
  margin-top: 22px !important;
}

body .hero__actions {
  margin-top: 26px !important;
  margin-bottom: 0 !important;
  gap: 14px !important;
}

body .hero__facts {
  margin-top: 26px !important;
}

body .hero__visual {
  margin-top: 6px !important;
}

body .section {
  padding-top: var(--section-space-final) !important;
  padding-bottom: var(--section-space-final) !important;
}

body main > .section + .section {
  padding-top: var(--section-space-final) !important;
}

body .section-heading {
  margin-bottom: var(--section-gap-final) !important;
  row-gap: 12px !important;
}

body .section-heading > .label,
body .studio__heading > .label,
body .design-lab__intro > .label,
body .object-edit__copy > .label,
body .motion__copy > .label,
body .principles > .label,
body .faq .section-heading > .label {
  position: static !important;
  width: fit-content !important;
  margin: 0 0 16px !important;
  align-self: flex-start !important;
  justify-self: start !important;
}

body .section-heading h2,
body .studio__heading h2,
body .design-lab__intro h2,
body .object-edit__copy h2,
body .motion__copy h2,
body .principles h2,
body .faq h2 {
  margin: 0 !important;
  font-size: 36px !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

body .use-cases .section-heading {
  width: min(100%, 760px) !important;
  margin-inline: 0 !important;
}

body .use-case-list .use-case {
  min-height: 178px !important;
  padding: 28px 92px 28px 28px !important;
  display: flex !important;
  position: relative !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0 !important;
}

body .use-case > span {
  position: static !important;
  width: auto !important;
  margin: 0 0 20px !important;
  display: block !important;
  align-self: auto !important;
  color: #c7bfae !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body .use-case > h3 {
  margin: 0 0 10px !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
}

body .use-case > p {
  margin: 0 !important;
  color: #b9b3a8 !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

body .use-case__icon {
  position: absolute !important;
  top: 26px !important;
  right: 26px !important;
  width: 52px !important;
  height: 52px !important;
  padding: 14px !important;
}

body .faq {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  :root { --section-space-final: 62px; }

  body .hero { padding-top: 46px !important; }
  body .hero__visual { width: min(760px, 100%) !important; }
}

@media (max-width: 620px) {
  :root {
    --section-space-final: 50px;
    --section-gap-final: 26px;
  }

  body .header,
  body .header--internal {
    height: 64px !important;
    min-height: 64px !important;
    padding: 8px 14px !important;
  }

  body .header .logo,
  body .header--internal .logo {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 15px !important;
  }

  body .header .logo__mark,
  body .header--internal .logo__mark {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
    background-size: 34px 34px !important;
  }

  body .hero {
    padding-top: 34px !important;
    padding-bottom: 52px !important;
    gap: 24px !important;
  }

  body .hero h1,
  body .landing-hero h1 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body .hero__description {
    margin-top: 18px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  body .hero__actions {
    margin-top: 22px !important;
    gap: 12px !important;
  }

  body .hero__facts {
    margin-top: 28px !important;
    gap: 10px !important;
  }

  body .hero__visual { margin-top: 6px !important; }

  body .section-heading h2,
  body .studio__heading h2,
  body .design-lab__intro h2,
  body .object-edit__copy h2,
  body .motion__copy h2,
  body .principles h2,
  body .faq h2 {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }

  body .use-case-list .use-case {
    min-height: 156px !important;
    padding: 22px 76px 22px 22px !important;
  }

  body .use-case > span { margin-bottom: 15px !important; }
  body .use-case > h3 { font-size: 22px !important; }
  body .use-case__icon {
    top: 20px !important;
    right: 20px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 12px !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  position: relative;
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 5%, rgb(246 201 77 / 11%), transparent 27%),
    radial-gradient(circle at 92% 30%, rgb(255 145 56 / 9%), transparent 25%),
    radial-gradient(circle at 42% 72%, rgb(126 91 22 / 10%), transparent 29%),
    var(--black);
  background-attachment: scroll;
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  position: absolute;
  z-index: 0;
  top: 12vh;
  right: -26vw;
  width: 52vw;
  height: 76vw;
  border: 1px solid rgb(246 201 77 / 12%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: rotate(-16deg);
}

.header,
main,
.footer {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  image-rendering: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--acid);
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.section {
  width: min(var(--max-width), calc(100% - 48px));
  margin-inline: auto;
  padding-block: var(--section-space);
}

main > .section + .section {
  padding-top: clamp(36px, 4vw, 56px);
}

.label {
  display: inline-flex;
  margin: 0 0 18px;
  min-height: 26px;
  padding: 5px 11px;
  align-items: center;
  gap: 7px;
  border: 1px solid #e1a70e;
  border-radius: 999px;
  background: linear-gradient(135deg, #c98900, #e5aa0a);
  box-shadow: 0 5px 18px rgb(229 170 10 / 22%);
  color: #fff9e6;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.label::before {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  content: "✦";
  transform: none;
}

.label--dark {
  border-color: var(--black);
  background: var(--black);
  box-shadow: none;
  color: var(--acid);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--orange);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--acid), var(--orange));
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-3px);
  background: transparent;
  border-color: var(--acid);
  color: var(--acid);
}

.button--compact {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}

.button--dark {
  justify-content: space-between;
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.button--dark:hover {
  border-color: var(--black);
  background: transparent;
  color: var(--black);
}

.button--large {
  min-width: 260px;
  min-height: 66px;
  font-size: 17px;
}

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  width: min(1380px, calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgb(246 201 77 / 16%);
  padding-inline: clamp(14px, 2vw, 28px);
  background: rgb(23 21 15 / 88%);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 32px rgb(0 0 0 / 14%);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.logo__mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: url("favicon.svg") center / contain no-repeat;
  color: var(--black);
  overflow: hidden;
}

.logo__mark::after {
  content: none;
}

.header__navigation {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.header__navigation a {
  color: var(--gray);
  font-size: 13px;
  transition: color 160ms ease;
}

.header__navigation a:hover {
  color: var(--white);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.text-button,
.footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.text-button {
  color: var(--gray);
}

.header__menu-button {
  display: none;
}

.hero {
  display: grid;
  min-height: min(800px, calc(100vh - 120px));
  padding-block: clamp(70px, 8vw, 104px);
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 58px;
}

.hero h1,
.section-heading h2,
.studio h2,
.story h2,
.object-edit h2,
.design-lab h2,
.principles h2,
.closing h2 {
  margin: 0;
  font-size: clamp(46px, 5.45vw, 76px);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: #ffd46b;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
}

.hero__description {
  max-width: 570px;
  margin: 32px 0 0;
  color: var(--gray);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero__actions > a {
  display: inline-flex;
  width: 228px;
  min-width: 0;
  height: 52px;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-align: center;
}

.arrow-link {
  border: 1px solid var(--line-dark);
  color: var(--gray);
  font-weight: 700;
}

.arrow-link:hover {
  border-color: var(--white);
  color: var(--white);
}

.hero__facts {
  display: flex;
  width: min(100%, 720px);
  margin: 52px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hero__facts li {
  flex: 1 1 0;
  min-height: 58px;
  padding: 8px 11px;
  border: 1px solid rgb(246 201 77 / 34%);
  border-radius: 999px;
  background: rgb(246 201 77 / 7%);
  color: #eee4cf;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hero__facts li span,
.hero__facts li strong {
  display: block;
}

.hero__facts li span {
  color: #bdb5a7;
  font-size: 12px;
  font-weight: 650;
}

.hero__facts li strong {
  margin-top: 2px;
  color: #fff8e9;
  font-size: 14px;
  font-weight: 800;
}

.hero__visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-large) var(--radius-large) 92px var(--radius-large);
  border: 1px solid rgb(246 201 77 / 22%);
  background: var(--black-soft);
}

.hero__visual img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.hero__visual > img:first-child {
  border-radius: inherit;
}

.hero__visual-meta {
  display: flex;
  padding: 14px 18px;
  justify-content: space-between;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #d0cfc9;
  font-size: 13px;
  font-weight: 700;
}

.hero__quick-action {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
}

.ticker {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 12px auto 38px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgb(246 201 77 / 17%);
  border-radius: 24px;
  background: rgb(32 30 23 / 86%);
  box-shadow: 0 24px 70px rgb(0 0 0 / 20%);
  backdrop-filter: blur(18px);
}

.ticker > p {
  margin: 0 0 11px;
  padding: 0 6px;
  color: var(--gray);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker__tools {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.ticker__tools a {
  position: relative;
  min-height: 64px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 4px;
  border: 1px solid rgb(246 201 77 / 12%);
  border-radius: 15px;
  background: rgb(246 201 77 / 3%);
  color: var(--paper);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ticker__tools a:hover {
  border-color: var(--acid);
  background: rgb(255 200 61 / 10%);
  transform: translateY(-2px);
}

.ticker__tools span {
  align-self: center;
  font-size: 14px;
  font-weight: 800;
}

.ticker__tools b {
  align-self: center;
  color: var(--gray);
  font-size: 13px;
}

.section-heading {
  max-width: 850px;
  margin-bottom: var(--section-gap);
}

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: 0.35fr 1fr 0.6fr;
  align-items: end;
  gap: 30px;
}

.section-heading--split .label {
  align-self: start;
}

.section-heading--split p:last-child {
  margin: 0;
  color: var(--gray);
}

.feature-grid {
  display: grid;
  grid-auto-rows: 390px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.feature-card {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 0;
  grid-template-rows: auto auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-medium);
  background: rgb(32 30 23 / 90%);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.feature-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  border-color: var(--acid);
}

.feature-card--large {
  grid-column: auto;
}

.feature-card--acid {
  background: rgb(32 30 23 / 90%);
  color: var(--paper);
}

.feature-card--blue {
  background: rgb(32 30 23 / 90%);
}

.feature-card h3 {
  grid-row: 1;
  position: relative;
  z-index: 2;
  margin: 0;
  min-height: 68px;
  padding: 22px 20px 12px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.feature-card p {
  grid-row: 2;
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: 0;
  min-height: 52px;
  padding: 0 20px 16px;
  color: var(--gray);
  font-size: 15px;
  line-height: 1.4;
}

.feature-card img {
  position: static;
  grid-row: 3;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 400ms ease;
}

.feature-card[href="#background"] img,
.feature-card[href="#design"] img {
  object-position: center 42%;
}

.feature-card:hover img {
  transform: none;
}

.feature-card--large img {
  width: 100%;
  height: 100%;
}

.feature-card--large h3,
.feature-card--large p {
  width: 100%;
}

.studio {
  width: min(var(--max-width), calc(100% - 48px));
  padding-inline: 0;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
}

.studio .label--dark {
  border-color: #e1a70e;
  background: linear-gradient(135deg, #c98900, #e5aa0a);
  color: #fff9e6;
}

.studio__heading {
  display: grid;
  margin-bottom: var(--section-gap);
  grid-template-columns: 1fr 0.42fr;
  align-items: end;
  gap: 40px;
}

.studio__heading .label,
.studio__heading h2 {
  grid-column: 1;
}

.studio__heading p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.studio__workspace {
  display: grid;
  padding: 16px;
  grid-template-columns: 0.72fr 0.9fr 1.25fr;
  gap: 14px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.studio__caption,
.studio__controls > label {
  display: block;
  margin-bottom: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.studio__source img,
.studio__result-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-small);
  object-fit: cover;
}

.upload-button,
.download-button {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  font-weight: 750;
  cursor: pointer;
}

#image-upload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.studio__controls {
  display: flex;
  flex-direction: column;
}

.studio__controls textarea {
  width: 100%;
  padding: 16px;
  resize: vertical;
  border: 1px solid var(--black);
  border-radius: var(--radius-small);
  background: var(--white);
  color: var(--black);
}

.studio__modes {
  display: grid;
  margin: 14px 0;
  padding: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid var(--black);
  border-radius: var(--radius-small);
  color: var(--black);
}

.studio__modes legend {
  padding-inline: 5px;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
}

.studio__modes label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
}

.studio__controls .button {
  width: 100%;
  margin-top: auto;
  border-radius: var(--radius-small);
}

.studio__result-image {
  position: relative;
  overflow: hidden;
}

.studio__result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgb(11 11 11 / 88%);
  color: var(--white);
  font-size: 13px;
}

.studio__loader[hidden] {
  display: none;
}

.studio__loader span {
  width: 30px;
  height: 30px;
  border: 3px solid #ffffff40;
  border-top-color: var(--acid);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.filter-bar {
  display: flex;
  margin-bottom: 24px;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-button {
  padding: 10px 16px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: transparent;
  color: var(--gray);
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--black);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery.is-filtered {
  grid-template-columns: repeat(2, minmax(0, 420px));
}

.gallery-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  border: 1px solid var(--line-dark);
  background: var(--black-soft);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card.is-hidden {
  display: none;
}

.gallery.is-filtered .gallery-card {
  aspect-ratio: 4 / 3;
}

.gallery-card--wide {
  grid-column: auto;
}

.gallery-card--tall {
  aspect-ratio: 4 / 3;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms ease;
}

.gallery.is-filtered .gallery-card img {
  height: 100%;
  object-fit: cover;
}

.gallery-card:hover img {
  transform: none;
}

.gallery-card figcaption {
  display: flex;
  min-height: 48px;
  padding: 12px 15px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-dark);
  background: #171717;
}

.gallery-card figcaption span {
  color: var(--acid);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-card figcaption b {
  font-size: 14px;
}

.story {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: center;
  gap: 56px;
}

.story__copy > p:not(.label) {
  margin-block: 24px;
  color: var(--gray);
  font-size: 18px;
}

.inline-action {
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid var(--acid);
  background: transparent;
  color: var(--acid);
  font-weight: 750;
  cursor: pointer;
}

.story__media img {
  width: 100%;
  border-radius: var(--radius-large) var(--radius-large) 92px var(--radius-large);
}

.story__media p {
  margin: 10px 0 0;
  color: #d0cfc9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}

.comparison {
  width: min(var(--max-width), calc(100% - 48px));
}

.comparison .label {
  color: var(--acid);
}

.comparison .section-heading p:last-child {
  color: var(--gray);
}

.comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.comparison__grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-medium);
  background: rgb(21 21 21 / 74%);
}

.comparison__grid figure:first-child {
  border-radius: var(--radius-medium);
}

.comparison__grid figure:last-child {
  border-radius: var(--radius-medium);
}

.comparison__grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
}

.comparison__grid figcaption {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.object-edit {
  display: grid;
  width: min(var(--max-width), calc(100% - 48px));
  grid-template-columns: 0.68fr 1.32fr;
  align-items: center;
  gap: 56px;
}

.object-edit .label--dark {
  color: var(--acid);
}

.command-line {
  margin-top: 34px;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-small);
  background: var(--black-soft);
}

.command-line span {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 9px;
  align-items: center;
  border-radius: 999px;
  background: var(--acid);
  color: var(--black);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.command-line p {
  margin: 12px 0 0;
  color: var(--paper);
  font-size: 15px;
  font-weight: 750;
}

.object-edit > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-large) var(--radius-large) 92px var(--radius-large);
  background: var(--black-soft);
}

.merge__flow {
  display: grid;
  grid-template-columns: 0.6fr 50px 1.4fr;
  align-items: center;
  gap: 22px;
}

.merge__sources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.merge__sources img {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-small);
  object-fit: cover;
}

.merge__sources img:last-child {
  grid-column: 1 / -1;
}

.merge__arrow {
  color: var(--acid);
  font-size: 38px;
  text-align: center;
}

.merge__result {
  width: 100%;
  min-height: 500px;
  border-radius: var(--radius-large) var(--radius-large) 92px var(--radius-large);
  object-fit: cover;
}

.motion {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: center;
  gap: 52px;
}

.motion__copy h2 {
  margin: 0;
  font-size: clamp(46px, 5.45vw, 76px);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.motion__copy > p:not(.label) {
  max-width: 480px;
  margin: 26px 0;
  color: var(--gray);
  font-size: 18px;
}

.motion__control {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--acid);
  border-radius: 999px;
  background: transparent;
  color: var(--acid);
  font-weight: 800;
  cursor: pointer;
}

.motion__control:hover,
.motion__control[aria-pressed="true"] {
  background: var(--acid);
  color: var(--black);
}

.motion__studio {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 30px;
  background: rgb(18 18 18 / 94%);
  box-shadow: 0 34px 90px rgb(0 0 0 / 32%);
}

.motion__toolbar,
.motion__timeline {
  display: flex;
  min-height: 66px;
  padding: 12px 16px;
  align-items: center;
  gap: 14px;
}

.motion__toolbar {
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.motion__studio-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--light);
  color: #fff7e8;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.motion__studio-title i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 16px var(--acid);
}

.motion__modes {
  display: flex;
  padding: 4px;
  gap: 4px;
  border-radius: 999px;
  background: rgb(255 255 255 / 6%);
}

.motion__modes button {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d8d1c3;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.motion__modes button:hover,
.motion__modes button[aria-pressed="true"] {
  background: var(--acid);
  color: var(--black);
}

.motion__frame {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--black-soft);
}

.motion__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion__base {
  z-index: 0;
}

.motion__layer {
  z-index: 1;
  opacity: 0;
  will-change: auto;
}

.motion__frame.is-playing .motion__layer,
.motion__frame.is-playing .motion__wind,
.motion__frame.is-playing .motion__light,
.motion__frame.is-playing .motion__depth {
  will-change: transform, opacity;
}

.motion__layer--hair {
  -webkit-mask-image: radial-gradient(ellipse 13% 26% at 32% 29%, #000 0 46%, transparent 76%);
  mask-image: radial-gradient(ellipse 13% 26% at 32% 29%, #000 0 46%, transparent 76%);
  transform-origin: 38% 31%;
}

.motion__layer--grass {
  -webkit-mask-image: linear-gradient(to bottom, transparent 50%, #000 78%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 50%, #000 78%, #000 100%);
  transform-origin: 50% 100%;
}

.motion__wind {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 64%, rgb(255 237 176 / 70%) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 27%, rgb(255 237 176 / 60%) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 72%, rgb(255 237 176 / 70%) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 88% 34%, rgb(255 237 176 / 55%) 0 1px, transparent 2px);
  background-size: 230px 170px, 310px 210px, 270px 190px, 360px 240px;
  opacity: 0;
  pointer-events: none;
}

.motion__light,
.motion__depth {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.motion__light {
  background:
    radial-gradient(circle at 74% 20%, rgb(255 247 196 / 55%), transparent 28%),
    linear-gradient(110deg, transparent 28%, rgb(255 213 111 / 22%) 48%, transparent 68%);
  mix-blend-mode: screen;
}

.motion__depth {
  background:
    linear-gradient(to top, rgb(19 9 2 / 35%), transparent 45%),
    radial-gradient(ellipse at center, transparent 45%, rgb(0 0 0 / 22%) 100%);
}

.motion__play {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--acid);
  color: var(--black);
  font-weight: 900;
  cursor: pointer;
}

.motion__play:hover {
  transform: scale(1.08);
}

.motion__status {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--black);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.motion__frame.is-playing .motion__status {
  opacity: 1;
  transform: translateY(0);
}

.motion__frame.is-playing.mode-wind .motion__base,
.motion__frame.is-playing.mode-light .motion__base,
.motion__frame.is-playing.mode-depth .motion__base {
  animation: living-light 4.8s ease-in-out infinite alternate;
}

.motion__frame.is-playing.mode-wind .motion__layer {
  opacity: 1;
}

.motion__frame.is-playing.mode-wind .motion__layer--hair {
  animation: hair-in-wind 2.2s ease-in-out infinite alternate;
}

.motion__frame.is-playing.mode-wind .motion__layer--grass {
  animation: grass-in-wind 2s ease-in-out infinite alternate;
}

.motion__frame.is-playing.mode-wind .motion__wind {
  animation: drifting-seeds 5s linear infinite;
}

.motion__frame.is-playing.mode-light .motion__light {
  animation: moving-light-medium 3.8s ease-in-out infinite alternate;
}

.motion__frame.is-playing.mode-depth .motion__depth {
  animation: breathing-depth-medium 4.4s ease-in-out infinite alternate;
}

.motion__frame.is-playing.mode-light.intensity-soft .motion__light {
  animation-name: moving-light-soft;
}

.motion__frame.is-playing.mode-light.intensity-strong .motion__light {
  animation-name: moving-light-strong;
}

.motion__frame.is-playing.mode-depth.intensity-soft .motion__depth {
  animation-name: breathing-depth-soft;
}

.motion__frame.is-playing.mode-depth.intensity-strong .motion__depth {
  animation-name: breathing-depth-strong;
}

.motion__frame.intensity-soft { --motion-strength: 0.45; }
.motion__frame.intensity-medium { --motion-strength: 0.72; }
.motion__frame.intensity-strong { --motion-strength: 1; }

.motion__frame.mode-light.intensity-soft .motion__light { opacity: 0.2; filter: saturate(0.95); }
.motion__frame.mode-light.intensity-medium .motion__light { opacity: 0.48; filter: saturate(1.08); }
.motion__frame.mode-light.intensity-strong .motion__light { opacity: 0.82; filter: saturate(1.28) contrast(1.08); }
.motion__frame.mode-light.intensity-soft .motion__base { filter: brightness(0.94) saturate(0.92); }
.motion__frame.mode-light.intensity-medium .motion__base { filter: brightness(1.02) saturate(1.05); }
.motion__frame.mode-light.intensity-strong .motion__base { filter: brightness(1.12) saturate(1.18); }

.motion__frame.mode-depth.intensity-soft .motion__depth { opacity: 0.18; }
.motion__frame.mode-depth.intensity-medium .motion__depth { opacity: 0.48; }
.motion__frame.mode-depth.intensity-strong .motion__depth { opacity: 0.82; }
.motion__frame.mode-depth.intensity-soft .motion__base { transform: scale(1.005); filter: contrast(1.01); }
.motion__frame.mode-depth.intensity-medium .motion__base { transform: scale(1.018); filter: contrast(1.06) saturate(1.04); }
.motion__frame.mode-depth.intensity-strong .motion__base { transform: scale(1.035); filter: contrast(1.12) saturate(1.08); }

.motion__frame .motion__layer,
.motion__frame .motion__wind,
.motion__frame .motion__light,
.motion__frame .motion__depth {
  animation-duration: calc(1s / var(--motion-strength, 0.72) + 0.9s);
}

.motion__timeline {
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: #e6dfd2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.motion__track {
  position: relative;
  height: 4px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
}

.motion__track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: var(--acid);
}

.motion__frame.is-playing + .motion__timeline .motion__track i {
  animation: motion-progress 6s linear infinite;
}

.motion__timeline label {
  display: flex;
  margin-left: 8px;
  align-items: center;
  gap: 9px;
  color: var(--light);
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
}

.motion__timeline input {
  width: 90px;
  accent-color: var(--acid);
}

@keyframes living-light {
  from { filter: saturate(0.96) brightness(0.96); }
  to { filter: saturate(1.08) brightness(1.05) contrast(1.02); }
}

@keyframes hair-in-wind {
  from { transform: translate3d(0, 0, 0) rotate(0); }
  to { transform: translate3d(-3px, -1px, 0) rotate(-0.35deg); }
}

@keyframes grass-in-wind {
  from { transform: skewX(0); }
  to { transform: skewX(-0.25deg) translateX(-1px); }
}

@keyframes drifting-seeds {
  0% { opacity: 0; transform: translate3d(5%, 4%, 0); }
  15%, 75% { opacity: 0.8; }
  100% { opacity: 0; transform: translate3d(-14%, -8%, 0); }
}

@keyframes moving-light-soft {
  from { opacity: 0.12; transform: translateX(-2%); }
  to { opacity: 0.3; transform: translateX(2%); }
}

@keyframes moving-light-medium {
  from { opacity: 0.25; transform: translateX(-6%); }
  to { opacity: 0.62; transform: translateX(6%); }
}

@keyframes moving-light-strong {
  from { opacity: 0.38; transform: translateX(-11%); }
  to { opacity: 0.96; transform: translateX(11%); }
}

@keyframes breathing-depth-soft {
  from { opacity: 0.12; filter: blur(0); }
  to { opacity: 0.3; filter: blur(0.35px); }
}

@keyframes breathing-depth-medium {
  from { opacity: 0.28; filter: blur(0); }
  to { opacity: 0.64; filter: blur(1px); }
}

@keyframes breathing-depth-strong {
  from { opacity: 0.42; filter: blur(0.3px); }
  to { opacity: 0.94; filter: blur(2px); }
}

.motion__copy .label {
  font-family: Arial, "Segoe UI", sans-serif;
  line-height: 1;
}

@keyframes motion-progress {
  from { width: 0; }
  to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .motion__frame.is-playing .motion__base,
  .motion__frame.is-playing .motion__layer,
  .motion__frame.is-playing .motion__wind {
    animation: none;
  }
}

/* Финальный слой компонентов: держим премиальную систему выше устаревших правил. */
.use-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

.use-case-list article,
.use-case-list article:hover {
  min-height: 190px;
  padding: 28px;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 12px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgb(246 201 77 / 10%), transparent 40%),
    linear-gradient(155deg, rgb(38 35 27 / 95%), rgb(23 21 16 / 97%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.use-case-list article:hover {
  border-color: rgb(246 201 77 / 38%);
  transform: translateY(-3px);
}

.principles ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.principles li {
  position: relative;
  min-height: 110px;
  padding: 22px 24px 22px 62px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 18px;
  background: rgb(246 201 77 / 4%);
}

.closing {
  min-height: 360px;
  padding: 56px;
  align-items: center;
  border: 1px solid rgb(246 201 77 / 22%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 20%, rgb(255 145 56 / 18%), transparent 35%),
    linear-gradient(135deg, #2a2417, #17150f 62%);
  box-shadow: 0 28px 90px rgb(0 0 0 / 20%);
}

@media (max-width: 720px) {
  .use-case-list,
  .principles ul {
    grid-template-columns: 1fr;
  }

  .use-case-list article,
  .use-case-list article:hover {
    min-height: 160px;
    padding: 22px;
  }

  .closing {
    min-height: 460px;
    padding: 36px 24px;
  }
}

/* Два самостоятельных носителя вместо одинаковых кропов одного изображения. */
.design-lab__source,
.design-lab__outputs {
  height: 560px;
}

.design-lab__outputs {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: minmax(0, 1fr) 156px;
}

.design-output--post,
.design-output--card {
  grid-template-rows: auto minmax(0, 1fr);
}

.design-output__post-visual,
.design-output__product-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.design-output__post-visual {
  background: linear-gradient(145deg, #102dcc, #4721da);
}

.design-output__post-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.design-output__post-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(5 5 10 / 76%), transparent 55%);
  content: "";
}

.design-output__post-visual strong,
.design-output__post-visual small {
  position: absolute;
  z-index: 1;
  left: 20px;
  color: #fff;
}

.design-output__post-visual strong {
  right: 20px;
  bottom: 44px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.design-output__post-visual small {
  bottom: 18px;
  padding: 0;
  color: rgb(255 255 255 / 76%);
  font-size: 12px;
  text-transform: uppercase;
}

.design-output--card {
  background: #f5efe3;
  color: #17150f;
}

.design-output--card > span {
  border-color: rgb(23 21 15 / 14%);
  background: #17150f;
}

.design-output__product-visual {
  display: grid;
  grid-template-columns: minmax(105px, 0.9fr) minmax(135px, 1.1fr);
  background: #f5efe3;
}

.design-output__product-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: linear-gradient(145deg, #102dcc, #4721da);
  object-fit: contain;
  object-position: center;
}

.design-output__product-copy {
  padding: 22px 18px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.design-output__product-copy small,
.design-output__product-copy b,
.design-output__product-copy span,
.design-output__product-copy em {
  padding: 0;
}

.design-output__product-copy small {
  color: #8c7546;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.design-output__product-copy b {
  margin-top: 10px;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.design-output__product-copy span {
  margin-top: 10px;
  color: #6e685e;
  font-size: 12px;
  line-height: 1.4;
}

.design-output__product-copy em {
  width: fit-content;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 1040px) {
  .design-lab__source,
  .design-lab__outputs {
    height: auto;
  }

  .design-lab__outputs {
    grid-template-columns: 1fr;
    grid-template-rows: 420px 320px 156px;
  }

  .design-output--business {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .design-lab__outputs {
    grid-template-rows: 390px 390px 170px;
  }

  .design-output__product-visual {
    grid-template-columns: minmax(110px, 0.85fr) minmax(150px, 1.15fr);
  }

  .design-output__product-copy {
    padding: 18px 14px;
  }
}

.design-lab {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 24px 18px;
}

.design-lab__intro {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 12px 32px;
}

.design-lab__intro .label,
.design-lab__intro h2 {
  grid-column: 1;
}

.design-lab__intro p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 36ch;
  margin: 0 0 8px;
  color: var(--gray);
}

.design-lab__source,
.design-output {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-medium);
}

.design-lab__source {
  display: grid;
  height: 510px;
  grid-template-rows: auto minmax(0, 1fr);
  background: var(--black-soft);
}

.design-lab__source > span,
.design-output > span {
  display: inline-flex;
  min-height: 32px;
  margin: 12px;
  padding: 7px 11px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.design-lab__source img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.design-lab__outputs {
  display: grid;
  height: 510px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(0, 1fr) 150px;
  gap: 12px;
}

.design-output {
  display: grid;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--black-soft);
  color: var(--paper);
}

.design-output img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.design-output b,
.design-output small {
  display: block;
  padding: 10px 14px;
}

.design-output--post {
  background: var(--black-soft);
}

.design-output--card {
  background: var(--black-soft);
}

.design-output--business {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  background: var(--black-soft);
}

.design-output--business > span {
  align-self: start;
}

.design-output__business-copy {
  padding: 18px 24px;
  border-left: 1px solid var(--line-dark);
}

.design-output--business b {
  padding: 0;
  font-size: 28px;
  line-height: 1.05;
}

.design-output--business small {
  padding: 8px 0 0;
  color: var(--gray);
  font-size: 13px;
  text-transform: uppercase;
}

/* Центрированный ритм главной страницы, близкий к nanobanana.io. */
.hero {
  min-height: auto;
  padding-top: clamp(58px, 6vw, 78px);
  padding-bottom: 80px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 64px;
  text-align: center;
}

.hero__copy {
  display: flex;
  width: min(100%, 800px);
  align-items: center;
  flex-direction: column;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(50px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.hero__description {
  max-width: 720px;
  margin-top: 26px;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.55;
}

.hero__actions,
.hero__facts {
  justify-content: center;
}

.hero__actions {
  margin-top: 30px;
}

.hero__facts {
  display: grid;
  width: min(100%, 720px);
  margin-top: 34px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__facts li {
  position: relative;
  min-height: 74px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 13px;
  border: 1px solid rgb(246 201 77 / 24%);
  border-radius: 16px;
  background: linear-gradient(145deg, rgb(42 37 26 / 78%), rgb(25 23 18 / 88%));
  text-align: left;
}

.hero__facts li + li {
  border-left: 1px solid rgb(246 201 77 / 24%);
}

.hero__facts svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 7px;
  border: 1px solid rgb(246 201 77 / 28%);
  border-radius: 11px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__facts li strong {
  margin-top: 0;
  color: #fffaf0;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hero__visual {
  width: min(100%, 980px);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgb(0 0 0 / 32%);
}

.hero__visual img {
  aspect-ratio: 16 / 9;
  object-position: center 46%;
}

.hero__quick-action {
  background: linear-gradient(135deg, var(--acid), var(--orange));
}

.section-heading,
.section-heading--split,
.studio__heading,
.design-lab__intro {
  display: flex;
  max-width: 850px;
  margin-inline: auto;
  align-items: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.section-heading--split .label { align-self: center; }

.section-heading--split p:last-child,
.studio__heading p:last-child,
.design-lab__intro p:last-child {
  max-width: 680px;
  margin-top: 24px;
}

.section-heading h2,
.studio h2,
.design-lab h2,
.principles h2 {
  font-size: clamp(42px, 4.25vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.feature-grid { gap: 18px; }

.feature-card {
  border-color: rgb(246 201 77 / 15%);
  border-radius: 14px;
}

.feature-card:hover { transform: translateY(-4px); }

@media (min-width: 1041px) {
  .feature-grid {
    grid-auto-rows: 330px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .feature-card:nth-child(1) { grid-column: span 8; }
  .feature-card:nth-child(2) { grid-column: span 4; }

  .feature-card:nth-child(3),
  .feature-card:nth-child(4),
  .feature-card:nth-child(5) {
    grid-column: span 4;
  }

  .feature-card:nth-child(6),
  .feature-card:nth-child(7) { grid-column: span 6; }
}

.design-lab__intro { grid-column: 1 / -1; }

.principles { text-align: center; }
.principles ul { text-align: left; }

.use-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

.use-case-list article {
  min-height: 190px;
  padding: 28px;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 12px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgb(246 201 77 / 9%), transparent 38%),
    linear-gradient(155deg, rgb(38 35 27 / 94%), rgb(23 21 16 / 96%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.use-case-list article:hover {
  padding: 28px;
  border-color: rgb(246 201 77 / 36%);
  background:
    radial-gradient(circle at 88% 10%, rgb(246 201 77 / 15%), transparent 40%),
    linear-gradient(155deg, rgb(42 38 28 / 96%), rgb(23 21 16 / 96%));
}

.principles ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.principles li {
  min-height: 110px;
  padding: 22px 24px 22px 62px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 18px;
  background: rgb(246 201 77 / 4%);
}

.principles li::before {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--acid);
  color: var(--black);
  content: "✓";
  font-size: 13px;
}

.faq {
  align-items: start;
}

.faq__list {
  display: grid;
  gap: 10px;
}

.faq__list details,
.faq__list details:last-child {
  overflow: hidden;
  border: 1px solid rgb(246 201 77 / 14%);
  border-radius: 14px;
  background: rgb(246 201 77 / 3%);
  box-shadow: none;
}

.faq__list summary {
  position: relative;
  padding: 20px 56px 20px 20px;
  list-style: none;
}

.faq__list summary::-webkit-details-marker { display: none; }

.faq__list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--acid);
  content: "+";
  font-size: 24px;
  transform: translateY(-50%);
}

.faq__list details[open] summary::after { content: "−"; }

.faq__list p {
  margin: -4px 20px 22px;
}

.closing {
  min-height: 360px;
  padding: 56px;
  align-items: center;
  border: 1px solid rgb(246 201 77 / 22%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 20%, rgb(255 145 56 / 18%), transparent 35%),
    linear-gradient(135deg, #2a2417, #17150f 62%);
  box-shadow: 0 28px 90px rgb(0 0 0 / 20%);
}

@media (prefers-reduced-motion: no-preference) {
  .js .section[data-reveal],
  .js .landing-proof[data-reveal],
  .js .landing-steps[data-reveal],
  .js .landing-faq[data-reveal] {
    opacity: 1;
    transform: none;
  }

  .js [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
  }
}

/* Премиальные поверхности: единая глубина вместо разрозненных цветных блоков. */
.studio__workspace,
.gallery-card,
.comparison__grid figure,
.object-edit,
.motion__studio,
.design-lab__source,
.design-output,
.faq__list details {
  border-color: rgb(246 201 77 / 15%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%), 0 22px 70px rgb(0 0 0 / 12%);
}

.gallery-card,
.comparison__grid figure,
.motion__studio,
.design-lab__source,
.design-output {
  background: linear-gradient(160deg, rgb(38 35 27 / 92%), rgb(24 22 17 / 96%));
}

.studio__workspace {
  box-shadow: 0 28px 90px rgb(0 0 0 / 24%);
}

.motion__studio {
  overflow: hidden;
  border-radius: 24px;
}

.footer {
  border: 1px solid rgb(246 201 77 / 15%);
  background: linear-gradient(145deg, #fffaf0, #eee5d4);
  box-shadow: 0 -24px 80px rgb(0 0 0 / 12%);
}

.use-case-list {
  border-top: 1px solid var(--line-dark);
}

.use-case-list article {
  display: grid;
  min-height: 112px;
  grid-template-columns: 0.6fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  transition: padding 180ms ease, background 180ms ease;
}

.use-case-list article:hover {
  padding-inline: 18px;
  background: var(--black-soft);
}

.use-case-list h3,
.use-case-list p {
  margin: 0;
}

.use-case-list h3 {
  font-size: 28px;
  letter-spacing: -0.04em;
}

.use-case-list p {
  color: var(--gray);
}

.principles {
  width: min(var(--max-width), calc(100% - 48px));
  padding-inline: 0;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
}

.principles .label--dark {
  color: var(--acid);
}

.principles ul {
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.principles li {
  display: grid;
  min-height: 74px;
  grid-template-columns: 1fr;
  align-items: center;
  border-top: 1px solid var(--line-dark);
  font-size: 18px;
  font-weight: 750;
}

.faq {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 56px;
}

.faq__list details {
  border-top: 1px solid var(--line-dark);
}

.faq__list details:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.faq__list summary {
  padding: 24px 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.faq__list p {
  max-width: 620px;
  margin: -8px 0 24px;
  color: var(--gray);
}

.closing {
  display: flex;
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 320px;
  padding-inline: 0;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
}

.closing .label--dark {
  color: var(--acid);
}

.closing .button--dark {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--black);
}

.closing .button--dark:hover {
  border-color: var(--acid);
  background: transparent;
  color: var(--acid);
}

.closing .button--large {
  width: auto;
  min-width: 210px;
  max-width: 250px;
  padding-inline: 26px;
}

.footer {
  display: grid;
  width: min(1380px, calc(100% - 24px));
  margin: 14px auto 0;
  padding: 58px 52px 30px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  align-items: start;
  gap: 44px;
  border-radius: var(--radius-large) var(--radius-large) 0 0;
  background: var(--paper);
  color: var(--black);
}

.logo--footer .logo__mark {
  background-image: url("favicon.svg");
}

.logo--footer .logo__mark::after {
  background: transparent;
}

.footer__brand p {
  max-width: 270px;
  margin: 12px 0 0;
  color: #54534e;
  font-size: 14px;
  font-weight: 700;
}

.footer__brand > p {
  display: none;
}

.footer__column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer__column h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.footer__column a,
.footer__column button {
  color: #54534e;
  font-size: 15px;
  text-align: left;
}

.footer__column a:hover,
.footer__column button:hover {
  color: var(--black);
}

.footer__bottom {
  margin: 24px 0 0;
  padding-top: 24px;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-light);
  color: #5d5c57;
  font-size: 14px;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 16px 20px;
  border: 1px solid var(--black);
  border-radius: var(--radius-small);
  background: var(--acid);
  color: var(--black);
  font-weight: 750;
  box-shadow: 8px 8px 0 var(--blue);
}

.toast[hidden] {
  display: none;
}

.error-page {
  min-height: 100svh;
  padding: clamp(24px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 88% 16%, rgba(207, 255, 43, 0.12), transparent 30%),
    linear-gradient(135deg, #151426 0%, #0b0b0b 50%, #171007 100%);
}

.error-page__content {
  width: min(920px, 100%);
  margin: auto 0;
}

.error-page h1 {
  margin: 20px 0 28px;
  max-width: 900px;
  color: var(--light);
  font-size: clamp(64px, 10vw, 156px);
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.error-page__content > p:not(.label) {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header__menu-button {
    display: block;
    padding: 9px 13px;
    border: 1px solid var(--line-dark);
    border-radius: 999px;
    background: transparent;
    color: var(--white);
  }

  .header__navigation {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 20px;
    flex-direction: column;
    gap: 18px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-medium);
    background: var(--black-soft);
  }

  .header.is-open .header__navigation {
    display: flex;
  }

  .header__actions {
    display: none;
  }

  .hero,
  .story,
  .object-edit,
  .motion,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 80px;
  }

  .hero__copy {
    max-width: 780px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .section-heading--split h2 {
    max-width: 800px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .studio__heading p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

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

  .studio__result {
    grid-column: 1 / -1;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-lab {
    grid-template-columns: 1fr 1fr;
  }

  .design-lab__intro {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .design-lab__intro p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

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

@media (max-width: 720px) {
  .use-case-list,
  .principles ul {
    grid-template-columns: 1fr;
  }

  .use-case-list article {
    min-height: 160px;
    padding: 22px;
  }

  .use-case-list article:hover {
    padding: 22px;
  }

  .closing {
    min-height: 460px;
    padding: 36px 24px;
  }

  .section {
    width: min(100% - 28px, var(--max-width));
    padding-block: 56px;
  }

  main > .section + .section {
    padding-top: 32px;
  }

  .header {
    width: calc(100% - 28px);
    min-height: 68px;
  }

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

  .motion__modes {
    width: 100%;
    overflow-x: auto;
  }

  .motion__modes button {
    flex: 1 0 auto;
  }

  .motion__timeline {
    flex-wrap: wrap;
  }

  .motion__timeline label {
    width: 100%;
    margin: 4px 0 0;
    justify-content: space-between;
  }

  .motion__timeline input {
    width: 55%;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 56px;
    gap: 36px;
  }

  .hero h1,
  .section-heading h2,
  .studio h2,
  .story h2,
  .object-edit h2,
  .motion__copy h2,
  .design-lab h2,
  .principles h2,
  .closing h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero__actions {
    width: min(100%, 360px);
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hero__actions > a {
    width: 100%;
  }

  .hero__facts {
    width: min(100%, 360px);
    margin-top: 28px;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero__facts li {
    width: 100%;
    min-width: 0;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 6px;
    text-align: center;
  }

  .hero__facts li + li {
    border-top: 1px solid rgb(246 201 77 / 24%);
    border-left: 1px solid rgb(246 201 77 / 24%);
  }

  .hero__facts svg {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    padding: 6px;
  }

  .hero__facts li strong {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.22;
    text-align: center;
  }

  .closing .button--large {
    width: 100%;
    max-width: none;
  }

  .hero__visual img {
    aspect-ratio: 0.92;
  }

  .ticker {
    width: calc(100% - 28px);
    margin-bottom: 16px;
    padding: 11px;
    border-radius: 19px;
  }

  .ticker__tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticker__tools a {
    min-height: 58px;
  }

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

  .feature-card--large {
    grid-column: auto;
  }

  .footer {
    width: 100%;
    padding-inline: 20px;
    border-radius: 0;
  }

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

  .studio__result {
    grid-column: auto;
  }

  .studio__source img,
  .studio__result-image {
    height: auto;
  }

  .gallery {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .gallery.is-filtered {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .gallery-card--wide,
  .gallery-card--tall {
    grid-column: auto;
    grid-row: auto;
  }

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

  .comparison__grid figure:first-child,
  .comparison__grid figure:last-child {
    border-radius: var(--radius-medium);
  }

  .comparison__grid img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

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

  .merge__arrow {
    transform: rotate(90deg);
  }

  .merge__result {
    min-height: 360px;
  }

  .design-lab {
    grid-template-columns: 1fr;
  }

  .design-lab__intro {
    grid-column: auto;
  }

  .design-lab__source img {
    height: 440px;
  }

  .design-lab__source,
  .design-lab__outputs {
    height: auto;
  }

  .design-lab__outputs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 360px) 150px;
  }

  .design-output--business {
    grid-column: auto;
  }

  .use-case-list article {
    min-height: 150px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 10px;
  }

  .use-case-list p {
    grid-column: 1;
  }

  .closing {
    min-height: 540px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

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

  .footer__bottom {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Премиальный слой должен завершать каскад. */
body .use-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

body .use-case-list article,
body .use-case-list article:hover {
  min-height: 190px;
  padding: 28px;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 12px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgb(246 201 77 / 10%), transparent 40%),
    linear-gradient(155deg, rgb(38 35 27 / 95%), rgb(23 21 16 / 97%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

body .principles ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body .principles li {
  position: relative;
  min-height: 110px;
  padding: 22px 24px 22px 68px;
  border: 1px solid rgb(246 201 77 / 15%);
  border-radius: 18px;
  background: rgb(246 201 77 / 4%);
}

body .principles li::before {
  top: 50%;
  left: 24px;
  margin: 0;
  transform: translateY(-50%);
}

body .faq__list summary {
  padding: 22px 58px 18px 24px;
}

body .faq__list summary::after {
  right: 24px;
}

body .faq__list p {
  max-width: 650px;
  margin: 0;
  padding: 0 58px 24px 24px;
  line-height: 1.65;
}

body .closing {
  min-height: 360px;
  padding: 56px;
  align-items: center;
  border: 1px solid rgb(246 201 77 / 22%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 20%, rgb(255 145 56 / 18%), transparent 35%),
    linear-gradient(135deg, #2a2417, #17150f 62%);
  box-shadow: 0 28px 90px rgb(0 0 0 / 20%);
}

@media (max-width: 720px) {
  body .use-case-list,
  body .principles ul {
    grid-template-columns: 1fr;
  }

  body .use-case-list article,
  body .use-case-list article:hover {
    min-height: 160px;
    padding: 22px;
  }

  body .closing {
    min-height: 460px;
    padding: 36px 24px;
    align-items: flex-start;
  }

  body .principles li {
    padding-left: 62px;
  }

  body .principles li::before {
    left: 20px;
  }

  body .faq__list summary {
    padding: 20px 52px 16px 20px;
  }

  body .faq__list summary::after {
    right: 20px;
  }

  body .faq__list p {
    padding: 0 20px 22px;
  }
}

/* Финальная геометрия дизайн-лаборатории. */
body .design-lab__source,
body .design-lab__outputs {
  height: 560px;
}

body .design-lab__outputs {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: minmax(0, 1fr) 156px;
}

body .design-output--post,
body .design-output--card {
  grid-template-rows: auto minmax(0, 1fr);
}

body .design-output__post-visual strong,
body .design-output__post-visual small,
body .design-output__product-copy small,
body .design-output__product-copy b,
body .design-output__product-copy span,
body .design-output__product-copy em {
  padding: 0;
}

body .design-output__post-visual img,
body .design-output__product-visual img {
  min-height: 0;
}

body .design-output--card,
body .design-output--card .design-output__product-copy {
  background: #f5efe3;
  color: #17150f;
}

body .design-output--card > span {
  border-color: rgb(23 21 15 / 14%);
  background: #17150f;
  color: #fff;
}

body .design-output__product-copy small {
  color: #8c7546;
}

body .design-output__product-copy b {
  color: #17150f;
}

body .design-output__product-copy span {
  color: #6e685e;
}

body .design-output__product-copy em {
  color: #17150f;
}

body .feature-card[href="ozhivlenie-foto/"] img {
  object-position: center 24%;
}

body .design-output--post {
  background: #f5efe3;
  color: #17150f;
}

body .design-output--post > span {
  border-color: rgb(23 21 15 / 14%);
  background: #17150f;
  color: #fff;
}

body .design-output__post-visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #f5efe3;
}

body .design-output__post-visual::after {
  display: none;
}

body .design-output__post-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background:
    linear-gradient(rgb(16 16 24 / 20%), rgb(16 16 24 / 20%)),
    url("assets/serum-product-v2.webp") center / cover;
  object-fit: contain;
  object-position: center;
}

body .design-output__post-copy {
  position: relative;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  color: #17150f;
}

body .design-output__post-copy::before {
  width: 38px;
  height: 4px;
  margin-bottom: 11px;
  border-radius: 999px;
  background: #d6a832;
  content: "";
}

body .design-output__post-copy small,
body .design-output__post-copy strong {
  position: static;
  padding: 0;
  color: inherit;
}

body .design-output__post-copy small {
  order: -1;
  margin-bottom: 7px;
  color: #8c7546;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body .design-output__post-copy strong {
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body .design-output--business {
  grid-template-columns: auto minmax(0, 1fr);
  background: linear-gradient(120deg, #211e17, #17150f);
}

body .design-output--business > span {
  align-self: center;
}

body .design-output__business-copy {
  height: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

body .design-output__business-person {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

body .design-output__business-person i {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(246 201 77 / 30%);
  border-radius: 50%;
  background: rgb(246 201 77 / 9%);
  color: #f6c94d;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

body .design-output__business-person b {
  padding: 0;
  color: #fffaf0;
  font-size: clamp(20px, 1.8vw, 27px);
}

body .design-output__business-person small {
  padding: 6px 0 0;
  color: #bdb5a8;
  font-size: 12px;
  letter-spacing: 0.08em;
}

body .design-output__business-contacts {
  padding-left: 20px;
  display: grid;
  flex: 0 0 auto;
  gap: 7px;
  border-left: 1px solid rgb(246 201 77 / 18%);
  color: #d7cbb8;
  font-size: 12px;
  text-align: right;
}

body .use-case-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body .use-case__icon {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 74px;
  height: 74px;
  padding: 23px;
  border: 1px solid rgb(246 201 77 / 18%);
  border-radius: 50%;
  color: rgb(246 201 77 / 76%);
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body .use-case-list article > span {
  position: absolute;
  top: 26px;
  left: 28px;
  color: #c8bda9;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .use-case-list h3 {
  max-width: calc(100% - 100px);
  min-height: 1.15em;
  display: flex;
  align-items: flex-end;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}

body .use-case-list p {
  max-width: 42ch;
}

/* Единая арт-дирекция кампании: шоколад, кремовый, золото и коралловый акцент. */
body .design-lab__source,
body .design-output {
  --campaign-ink: #19150f;
  --campaign-cream: #f3ead9;
  --campaign-gold: #c79a35;
  --campaign-coral: #d86e43;
  border-color: rgb(199 154 53 / 34%);
  box-shadow: none;
}

body .design-lab__source > span,
body .design-output > span {
  min-height: 28px;
  border-color: rgb(199 154 53 / 34%);
  background: rgb(25 21 15 / 92%);
  color: #f3ead9;
  font-size: 12px;
  letter-spacing: 0.08em;
}

body .design-output--post {
  background: var(--campaign-ink);
}

body .design-output__post-visual {
  position: relative;
  display: block;
  background:
    radial-gradient(circle at 82% 18%, rgb(199 154 53 / 26%), transparent 34%),
    var(--campaign-ink);
}

body .design-output__post-visual::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 54%;
  height: calc(100% - 28px);
  border: 1px solid rgb(243 234 217 / 18%);
  border-radius: 120px 18px 18px 120px;
  content: "";
  pointer-events: none;
}

body .design-output__post-visual img {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  bottom: 14px;
  width: 56%;
  height: calc(100% - 28px);
  background: linear-gradient(145deg, #0d42cb, #4a23d4);
  object-fit: contain;
  object-position: center;
  clip-path: inset(0 round 120px 18px 18px 120px);
}

body .design-output__post-copy {
  position: absolute;
  z-index: 3;
  inset: 0 42% 0 0;
  padding: 24px 0 24px 20px;
  justify-content: center;
  color: var(--campaign-cream);
}

body .design-output__post-copy::before {
  width: 28px;
  height: 3px;
  background: var(--campaign-coral);
}

body .design-output__post-copy small {
  color: #c8ad72;
}

body .design-output__post-copy strong {
  color: var(--campaign-cream);
  font-size: clamp(19px, 1.55vw, 24px);
  text-shadow: 0 2px 14px rgb(0 0 0 / 78%);
}

body .design-output__post-copy em {
  position: absolute;
  bottom: 22px;
  left: 20px;
  color: rgb(243 234 217 / 55%);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body .design-output--card,
body .design-output--card .design-output__product-copy {
  background: var(--campaign-cream);
  color: var(--campaign-ink);
}

body .design-output__product-visual {
  grid-template-columns: minmax(115px, 0.86fr) minmax(145px, 1.14fr);
  background: var(--campaign-cream);
}

body .design-output__product-visual img {
  padding: 0;
  background: linear-gradient(145deg, #0d42cb, #4a23d4);
  object-fit: contain;
  border-right: 1px solid rgb(199 154 53 / 28%);
}

body .design-output__product-copy {
  position: relative;
}

body .design-output__product-copy::before {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--campaign-coral);
  content: "";
}

body .design-output__product-copy small {
  color: #98782f;
}

body .design-output__product-copy em {
  border-color: var(--campaign-coral);
}

body .design-output--business {
  background:
    linear-gradient(90deg, rgb(216 110 67 / 13%), transparent 34%),
    var(--campaign-ink);
}

body .design-output__business-person i {
  border-color: rgb(199 154 53 / 48%);
  background: rgb(199 154 53 / 12%);
  color: #e0b550;
}

body .design-output__business-contacts {
  border-color: rgb(216 110 67 / 35%);
}

@media (max-width: 1040px) {
  body .design-lab__source,
  body .design-lab__outputs {
    height: auto;
  }

  body .design-lab__outputs {
    grid-template-columns: 1fr;
    grid-template-rows: 420px 320px 156px;
  }

  body .design-output--business {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  body .design-lab__outputs {
    grid-template-rows: 390px 390px 210px;
  }

  body .design-output__business-copy {
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  body .design-output__business-contacts {
    width: 100%;
    padding: 12px 0 0;
    border-top: 1px solid rgb(246 201 77 / 18%);
    border-left: 0;
    text-align: left;
  }

  body .use-case-list article > span {
    top: 20px;
    left: 22px;
  }

  body .use-case__icon {
    top: 18px;
    right: 20px;
    width: 58px;
    height: 58px;
    padding: 18px;
  }

  body .use-case-list h3 {
    min-height: 1.15em;
    font-size: 22px;
  }

  body .use-case-list article,
  body .use-case-list article:hover {
    min-height: 180px;
    align-content: end;
  }

  body .footer {
    padding: 34px 20px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  body .footer__brand,
  body .footer__bottom {
    grid-column: 1 / -1;
  }

  body .footer__brand p {
    margin-top: 10px;
  }

  body .footer__column {
    gap: 8px;
  }

  body .footer__column:first-of-type {
    grid-column: 1 / -1;
  }

  body .footer__column:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .footer__column:first-of-type h3 {
    grid-column: 1 / -1;
  }

  body .footer__column h3 {
    margin-bottom: 6px;
  }

  body .footer__column a {
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.3;
  }

  body .footer__bottom {
    margin-top: 0;
  }
}

/* FAQ: цельный вводный блок вместо визуально пустой левой колонки. */
body .faq {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
}

body .faq > .section-heading {
  position: sticky;
  top: 110px;
  max-width: none;
  padding: clamp(28px, 3vw, 42px);
  align-items: flex-start;
  border: 1px solid rgb(246 201 77 / 18%);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 8%, rgb(246 201 77 / 14%), transparent 35%),
    linear-gradient(150deg, rgb(38 35 27 / 92%), rgb(23 21 15 / 96%));
  text-align: left;
}

body .faq > .section-heading .label {
  margin-bottom: 22px;
}

body .faq > .section-heading h2 {
  max-width: 440px;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1;
}

body .faq > .section-heading::after {
  max-width: 390px;
  margin-top: 24px;
  color: var(--gray);
  content: "Короткие ответы о возможностях, исходниках и готовом результате.";
  font-size: 16px;
  line-height: 1.55;
}

body .faq__list {
  gap: 12px;
}

body .faq__list details,
body .faq__list details:last-child {
  border: 1px solid rgb(246 201 77 / 16%);
  border-radius: 18px;
  background: linear-gradient(145deg, rgb(37 34 26 / 78%), rgb(25 23 18 / 88%));
}

@media (max-width: 900px) {
  body .faq {
    grid-template-columns: 1fr;
  }

  body .faq > .section-heading {
    position: static;
    top: auto;
  }
}

@media (max-width: 620px) {
  body .faq {
    gap: 18px;
  }

  body .faq > .section-heading {
    padding: 26px 22px;
    border-radius: 22px;
  }

  body .faq > .section-heading .label {
    margin-bottom: 16px;
  }

  body .faq > .section-heading::after {
    margin-top: 18px;
    font-size: 15px;
  }
}

/* Final visual system: contrast, rhythm and reusable controls. */
body .label,
body .eyebrow,
body [class$="__label"] {
  color: #17130b !important;
  background: linear-gradient(135deg, #ffe37a 0%, #ffbd3f 100%) !important;
  border-color: rgb(255 230 139 / 78%) !important;
  box-shadow: 0 8px 24px rgb(225 161 10 / 22%) !important;
  text-shadow: none !important;
  font-weight: 900 !important;
}

body .hero__copy > .label,
body .section-heading > .label,
body .studio__heading > .label,
body .design-lab__intro > .label,
body .object-edit__copy > .label,
body .motion__copy > .label,
body .principles > .label {
  margin-bottom: 18px !important;
}

body .hero__copy h1,
body .section-heading h2,
body .studio__heading h2,
body .object-edit__copy h2,
body .motion__copy h2,
body .design-lab__intro h2 {
  color: #fffaf0 !important;
  text-wrap: balance;
}

body h1 em,
body h2 em {
  color: #ffd567 !important;
  text-shadow: 0 5px 24px rgb(255 190 51 / 14%);
}

body .hero__facts {
  gap: 12px !important;
}

body .hero__facts li {
  min-height: 72px !important;
  padding: 14px 16px !important;
  border: 1px solid rgb(255 205 81 / 24%) !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, rgb(41 37 27 / 94%), rgb(23 21 16 / 94%)) !important;
}

body .hero__facts svg {
  color: #ffd45b !important;
  border-color: rgb(255 212 91 / 34%) !important;
  background: rgb(255 212 91 / 8%) !important;
}

body .hero__facts li strong {
  color: #fffaf0 !important;
}

body .button--ghost,
body .arrow-link,
body .landing-button--secondary {
  border-color: rgb(255 205 81 / 58%) !important;
  background: linear-gradient(145deg, #2b271d, #181611) !important;
  color: #fffaf0 !important;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 3%) !important;
}

body .arrow-link::after,
body .landing-button--secondary::after {
  color: #ffd45b !important;
  font-weight: 950 !important;
}

body main > .section + .section {
  padding-top: clamp(16px, 2vw, 28px) !important;
}

body .section-heading,
body .studio__heading,
body .design-lab__intro {
  margin-bottom: clamp(24px, 3vw, 38px) !important;
}

body .merge,
body .motion {
  min-height: 0 !important;
  padding-top: clamp(44px, 5vw, 70px) !important;
  padding-bottom: clamp(44px, 5vw, 70px) !important;
}

body .merge__flow {
  max-width: 1120px;
  margin-inline: auto;
  gap: clamp(18px, 3vw, 38px) !important;
}

body .merge__result {
  max-height: 470px;
  object-position: center;
}

body .motion__studio {
  width: min(100%, 760px) !important;
  justify-self: end;
}

body .motion__frame {
  aspect-ratio: 16 / 9 !important;
}

body .footer__brand > p {
  max-width: 290px !important;
  color: #5c5549 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* A clear banana crescent shared by header, footer and favicon. */
body .logo__mark {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 231 133 / 70%);
  border-radius: 11px;
  background: linear-gradient(145deg, #ffe66d, #f3b800) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 45%);
}

body .logo__mark::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 17px;
  height: 15px;
  border-right: 5px solid #fff8d5;
  border-bottom: 5px solid #fff8d5;
  border-radius: 0 0 18px 0;
  transform: rotate(22deg);
}

body .logo__mark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 5px;
  height: 3px;
  border-radius: 3px;
  background: #70500b !important;
  transform: rotate(22deg);
}

@media (max-width: 620px) {
  body .hero__copy > .label,
  body .section-heading > .label,
  body .studio__heading > .label,
  body .design-lab__intro > .label,
  body .object-edit__copy > .label,
  body .motion__copy > .label,
  body .principles > .label {
    margin-bottom: 14px !important;
  }

  body .hero__facts li {
    min-height: 64px !important;
  }

  body main > .section + .section {
    padding-top: 10px !important;
  }

  body .merge,
  body .motion {
    padding-block: 40px !important;
  }
}

/* Final layout system: one rhythm for labels, headings, media and actions. */
body .hero__copy,
body .section-heading,
body .section-heading--split,
body .studio__heading,
body .design-lab__intro {
  gap: 0;
}

body .hero__copy > .label,
body .section-heading > .label,
body .studio__heading > .label,
body .design-lab__intro > .label,
body .object-edit__copy > .label,
body .motion__copy > .label,
body .principles > .label {
  margin: 0 0 16px;
  align-self: inherit;
}

body .hero h1,
body .section-heading h2,
body .studio__heading h2,
body .design-lab__intro h2,
body .object-edit__copy h2,
body .motion__copy h2,
body .principles h2 {
  position: relative;
  margin: 0;
  text-wrap: balance;
}

body .hero__description,
body .section-heading--split > p:last-child,
body .studio__heading > p:last-child,
body .design-lab__intro > p:last-child {
  margin-top: 20px;
}

body .hero {
  padding-top: clamp(54px, 5vw, 72px);
  padding-bottom: clamp(52px, 6vw, 76px);
  gap: clamp(38px, 4vw, 56px);
}

body .hero__actions {
  margin-top: 26px;
}

body .hero__facts {
  margin-top: 26px;
}

body .features .section-heading,
body .comparison .section-heading,
body .merge .section-heading,
body .use-cases .section-heading {
  margin-bottom: clamp(26px, 3vw, 38px);
}

body .object-edit__copy,
body .motion__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body .object-edit .command-line {
  margin-top: 24px;
}

/* The FAQ is a single centred composition instead of two unrelated columns. */
body .faq {
  width: min(980px, calc(100% - 48px));
  grid-template-columns: 1fr;
  gap: 26px;
}

body .faq > .section-heading {
  position: static;
  top: auto;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  border: 0;
  background: transparent;
  text-align: center;
}

body .faq > .section-heading::after {
  display: none;
}

body .faq__list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

body .faq__list details,
body .faq__list details:last-child {
  border: 1px solid rgb(246 201 77 / 16%);
  border-radius: 16px;
}

body .faq__list summary {
  padding: 20px 22px;
}

body .faq__list p {
  padding: 0 22px 22px;
}

/* Campaign mockups share the site's dark premium palette. */
body .design-lab__source,
body .design-output,
body .design-output--card,
body .design-output__product-visual,
body .design-output__business-copy {
  border-color: rgb(246 201 77 / 22%);
  background: linear-gradient(155deg, #242017, #17150f);
  color: var(--light);
}

body .design-output__product-copy,
body .design-output__product-copy b,
body .design-output__product-copy span,
body .design-output__product-copy em {
  color: var(--light);
}

body .design-output__product-copy small {
  color: var(--gold);
}

@media (max-width: 620px) {
  body .hero {
    padding-top: 38px;
    padding-bottom: 44px;
    gap: 30px;
  }

  body .hero__copy > .label,
  body .section-heading > .label,
  body .studio__heading > .label,
  body .design-lab__intro > .label,
  body .object-edit__copy > .label,
  body .motion__copy > .label,
  body .principles > .label {
    margin-bottom: 12px;
  }

  body .hero__description,
  body .section-heading--split > p:last-child,
  body .studio__heading > p:last-child,
  body .design-lab__intro > p:last-child {
    margin-top: 16px;
  }

  body .hero__actions,
  body .hero__facts {
    margin-top: 20px;
  }

  body .faq {
    width: min(100% - 28px, 980px);
  }

  body .faq > .section-heading {
    padding: 0;
  }

  body .faq__list summary {
    padding: 18px;
  }

  body .faq__list p {
    padding: 0 18px 18px;
  }
}

/* Единая типографика, навигация и ритм для главной и внутренних страниц. */
:root {
  --section-space: clamp(48px, 4.5vw, 64px);
  --section-gap: clamp(28px, 3.5vw, 44px);
}

body,
body * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

body h1 {
  font-size: 44px !important;
  line-height: 1.06 !important;
  letter-spacing: -0.045em !important;
}

body h2 {
  font-size: 36px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}

body .header {
  position: sticky !important;
  z-index: 1000;
  top: 0;
  min-height: 68px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 20px;
}

body .header__actions--essential {
  display: flex !important;
  justify-self: end;
  gap: 10px;
}

body .button,
body .arrow-link {
  min-height: 46px;
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(246 201 77 / 65%);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--acid), var(--orange));
  box-shadow: 0 10px 28px rgb(0 0 0 / 18%);
  color: var(--black);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

body .button--ghost,
body .arrow-link {
  background: rgb(255 250 240 / 4%);
  color: var(--light);
  box-shadow: none;
}

body .button:hover,
body .arrow-link:hover {
  border-color: var(--acid);
  filter: brightness(1.05);
  transform: translateY(-1px);
}

body main > .section + .section {
  padding-top: clamp(24px, 3vw, 40px);
}

@media (max-width: 620px) {
  :root {
    --section-space: 44px;
    --section-gap: 28px;
  }

  body h1 {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }

  body h2 {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }

  body .header,
  body .header--internal {
    width: 100%;
    min-height: 64px;
    padding: 9px 16px;
    gap: 12px;
    border-radius: 0;
  }

  body .logo {
    gap: 8px;
    font-size: 17px;
  }

  body .logo__mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  body .header__actions--essential {
    gap: 7px;
  }

  body .header__actions--essential .button {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  body .header:not(.header--internal) .header__actions--essential .button {
    padding-inline: 14px;
  }

  body .header--internal .logo {
    gap: 7px;
    font-size: 14px;
  }

  body .header--internal .logo__mark {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  body .header--internal .header__actions--essential .button {
    min-height: 38px;
    padding-inline: 9px;
    font-size: 10.5px;
  }

  body .hero__actions .button,
  body .hero__actions .arrow-link {
    width: 100%;
  }
}

/* Размеры компонентов хедера одинаковы на всех шаблонах. */
body .header .logo__mark {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

body .header .button {
  min-height: 46px;
  padding: 11px 18px;
}

@media (max-width: 620px) {
  body .header .logo,
  body .header--internal .logo {
    gap: 7px;
    font-size: 15px;
  }

  body .header .logo__mark,
  body .header--internal .logo__mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  body .header .header__actions--essential .button,
  body .header--internal .header__actions--essential .button {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* Closing cascade guard for the shared design tokens above. */
body .label,
body .eyebrow,
body [class$="__label"] {
  color: #17130b !important;
  background: linear-gradient(135deg, #ffe37a, #ffbd3f) !important;
  border-color: rgb(255 230 139 / 78%) !important;
  text-shadow: none !important;
}

body .hero__copy > .label,
body .section-heading > .label,
body .studio__heading > .label,
body .design-lab__intro > .label,
body .object-edit__copy > .label,
body .motion__copy > .label,
body .principles > .label {
  margin-bottom: 18px !important;
}

body main > .section + .section {
  padding-top: clamp(16px, 2vw, 28px) !important;
}

@media (max-width: 620px) {
  body .hero__copy > .label,
  body .section-heading > .label,
  body .studio__heading > .label,
  body .design-lab__intro > .label,
  body .object-edit__copy > .label,
  body .motion__copy > .label,
  body .principles > .label {
    margin-bottom: 14px !important;
  }

body main > .section + .section {
    padding-top: 10px !important;
  }
}

/* Release component layer: one grid, one rhythm and one contrast system. */
body .logo__mark {
  width: 36px !important;
  height: 36px !important;
  flex-basis: 36px !important;
  border-radius: 10px;
  background: url("favicon.svg") center / contain no-repeat !important;
}

body .logo {
  min-height: 46px;
  gap: 10px !important;
  color: var(--light);
  font-size: 18px !important;
  line-height: 1 !important;
}

body .header,
body .header--internal {
  width: min(var(--max-width), calc(100% - 32px));
  min-height: 68px;
  padding-block: 10px;
}

body .label,
body .eyebrow,
body [class$="__label"] {
  min-height: 30px;
  padding: 7px 13px !important;
  align-items: center;
  color: #17130b !important;
  background: linear-gradient(135deg, #ffe47a, #f3af00) !important;
  border: 1px solid #fff0aa !important;
  box-shadow: 0 8px 22px rgb(220 155 0 / 22%);
  line-height: 1 !important;
}

body .hero {
  padding-top: clamp(58px, 6vw, 86px);
  gap: 28px;
}

body .hero__copy {
  max-width: 820px;
}

body .hero__description {
  max-width: 700px;
}

body .hero__facts {
  width: min(760px, 100%);
  margin: 6px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body .hero__facts li {
  min-height: 82px;
  padding: 16px 18px;
  align-content: center;
  border: 1px solid rgb(246 201 77 / 22%);
  border-radius: 16px;
  background: linear-gradient(145deg, rgb(40 36 27 / 86%), rgb(23 21 15 / 92%));
}

body .hero__visual {
  width: min(900px, 100%);
  margin-inline: auto;
}

body .hero__visual img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center center;
}

body .use-case-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body .use-case-list .use-case {
  min-height: 190px !important;
  padding: 26px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px !important;
  grid-template-areas: "eyebrow icon" "title icon" "copy icon" !important;
  align-content: center !important;
  gap: 8px 22px !important;
}

body .use-case > span { grid-area: eyebrow; align-self: end; }
body .use-case > h3 { grid-area: title; margin: 0; font-size: 25px; line-height: 1.08; }
body .use-case > p { grid-area: copy; margin: 0; max-width: 440px; color: #b9b3a8; line-height: 1.5; }
body .use-case__icon {
  grid-area: icon;
  width: 54px !important;
  height: 54px !important;
  padding: 15px;
  place-self: center end;
  border: 1px solid rgb(246 201 77 / 26%);
  border-radius: 50%;
  stroke: #f6c94d;
}

body .design-output--card,
body .design-output__product-visual {
  background: #f4eddf !important;
  color: #17150f !important;
}

body .design-output__product-copy,
body .design-output__product-copy small,
body .design-output__product-copy b,
body .design-output__product-copy span,
body .design-output__product-copy em {
  color: #17150f !important;
  text-shadow: none !important;
}

body .design-output__product-copy small { color: #80641d !important; }
body .design-output__product-copy span { color: #625d52 !important; }

body .section-heading,
body .studio__heading,
body .design-lab__intro,
body .principles,
body .faq {
  text-align: left;
}

body .section-heading > .label,
body .studio__heading > .label,
body .design-lab__intro > .label,
body .principles > .label,
body .faq > .label {
  justify-self: start;
}

body .faq {
  width: min(var(--max-width), calc(100% - 48px)) !important;
  padding: clamp(40px, 5vw, 64px) !important;
  border: 1px solid rgb(246 201 77 / 18%);
  border-radius: 28px;
  background: linear-gradient(145deg, rgb(31 28 21 / 94%), rgb(20 19 15 / 96%));
}

body .faq details {
  border: 1px solid rgb(246 201 77 / 18%) !important;
  border-radius: 15px;
  background: #242016 !important;
}

body a:focus-visible,
body button:focus-visible,
body summary:focus-visible,
body input:focus-visible,
body textarea:focus-visible {
  outline: 3px solid #fff2ad !important;
  outline-offset: 3px;
}

@media (max-width: 620px) {
  body .header,
  body .header--internal {
    width: 100%;
    min-height: 62px;
    padding: 8px 14px;
  }

  body .header .logo__mark,
  body .header--internal .logo__mark {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }

  body .header .logo,
  body .header--internal .logo {
    min-height: 40px;
    font-size: 15px !important;
  }

  body .hero { padding-top: 42px; }
  body .hero__actions { gap: 10px; }

  body .hero__facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body .hero__facts li {
    min-height: 66px;
    padding: 13px 16px;
  }

  body .hero__visual img { max-height: 520px; }

  body .use-case-list { grid-template-columns: 1fr !important; }
  body .use-case-list .use-case {
    min-height: 158px !important;
    padding: 20px !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 6px 14px !important;
  }

  body .use-case__icon {
    width: 44px !important;
    height: 44px !important;
    padding: 12px;
  }

  body .faq {
    width: min(100% - 28px, var(--max-width)) !important;
    padding: 28px 18px !important;
  }
}
