* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

button, a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--rust);
  color: var(--paper);
}

.section-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  column-gap: clamp(12px, 1.4vw, 26px);
  width: 100%;
  padding-right: clamp(22px, 4.5vw, 82px);
  padding-left: clamp(22px, 4.5vw, 82px);
  overflow: hidden;
}

.eyebrow {
  margin: 0px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rust);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.09em;
}

.eyebrow-light {
  color: rgb(224, 138, 97);
}

h1, h2, h3, p {
  margin-top: 0px;
}

h1 span, h2 span {
  color: var(--rust);
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 360px);
  padding: 0px 14px 0px 24px;
  border: 1px solid var(--rust);
  background: var(--rust);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms, border-color 180ms, color 180ms, transform 180ms;
}

.telegram-button:hover {
  border-color: var(--rust-bright);
  background: var(--rust-bright);
  transform: translateY(-2px);
}

.telegram-button:focus-visible, .header-cta:focus-visible, .desktop-nav a:focus-visible, .menu-toggle:focus-visible, .footer-links a:focus-visible, .founder-copy a:focus-visible {
  outline: 2px solid var(--rust-bright);
  outline-offset: 4px;
}

.button-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(242, 240, 232, 0.45);
  border-radius: 50%;
  font-size: 20px;
  flex: 0 0 38px;
}

.hero {
  padding-top: 0px;
  padding-bottom: 34px;
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
}

.hero::before, .hero::after, .product::before, .product::after, .proof::before, .proof::after {
  background: var(--line-dark);
}

.site-header {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 2fr 6fr 2fr;
  align-items: center;
  height: 84px;
  border-bottom: 1px solid var(--line-dark);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 54px);
}

.desktop-nav a::after {
  position: absolute;
  right: 0px;
  bottom: -9px;
  left: 0px;
  height: 1px;
  background: var(--rust);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  color: var(--paper);
}

.header-cta span {
  color: var(--rust-bright);
  font-size: 18px;
}

.menu-toggle, .mobile-navigation {
  display: none;
}

.hero-copy {
  z-index: 3;
}

.hero-visual {
  pointer-events: none;
}

.hero-meta {
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  align-self: end;
  border-top: 1px solid var(--line-dark);
  padding-top: 18px;
}

.project {
  min-height: 1040px;
  padding-top: 62px;
  padding-bottom: 92px;
  background: var(--paper);
  isolation: isolate;
}

.project::before, .project::after, .process::before, .process::after, .final-cta::before, .final-cta::after {
  background: var(--line-light);
}

.project-heading {
  z-index: 2;
  grid-column: 1 / 9;
  margin-top: 96px;
}

.project h2, .process h2, .final-cta h2 {
  font-size: clamp(58px, 7.4vw, 132px);
}

.benefit-grid {
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.benefit-grid article {
  padding: 24px;
  background: var(--paper);
}

.benefit-grid p {
  margin-bottom: 0px;
  color: rgba(23, 23, 23, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.product {
  padding-top: 62px;
  background: var(--ink-soft);
  color: var(--paper);
}

.product-title {
  z-index: 2;
  grid-column: 1 / 10;
  margin-top: 90px;
}

.product-title .eyebrow {
  margin-bottom: 30px;
}

.product h2, .proof h2 {
  font-size: clamp(58px, 7.1vw, 126px);
}

.product-feature-image::after {
  position: absolute;
  inset: 0px;
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.5));
  content: "";
}

.product-feature-image span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  color: rgba(242, 240, 232, 0.72);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-copy > p {
  margin-bottom: 52px;
  color: rgba(242, 240, 232, 0.72);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

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

.production-gallery {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  margin-top: 72px;
}

.production-gallery figure {
  position: relative;
  height: 390px;
  margin: 0px;
  overflow: hidden;
  background: rgb(17, 17, 17);
}

.production-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
  transition: filter 300ms, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.production-gallery figure:hover img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.035);
}

.production-gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  background: rgba(23, 23, 23, 0.76);
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process {
  padding-top: 62px;
  padding-bottom: 110px;
  background: var(--paper);
}

.process-heading {
  z-index: 2;
  grid-column: 1 / 11;
  margin-top: 90px;
}

.process-heading .eyebrow {
  margin-bottom: 30px;
}

.process-list {
  z-index: 2;
  margin: 104px 0px 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  min-height: 128px;
  padding: 26px 0px;
  border-bottom: 1px solid var(--line-light);
}

.process-list > li > span {
  padding-top: 4px;
  color: var(--rust);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
}

.process-list p {
  max-width: 630px;
  margin-bottom: 0px;
  color: rgba(23, 23, 23, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.terms-card {
  z-index: 2;
  align-self: start;
  margin-top: 104px;
  padding: 28px;
  background: var(--rust);
  color: var(--paper);
}

.term {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 22px 0px;
  border-top: 1px solid rgba(242, 240, 232, 0.3);
}

.term strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -0.04em;
}

.telegram-button-dark {
  width: 100%;
  border-color: var(--ink);
  background: var(--ink);
}

.telegram-button-dark:hover {
  border-color: rgb(42, 42, 39);
  background: rgb(42, 42, 39);
}

.proof {
  padding-top: 62px;
  padding-bottom: 112px;
  background: var(--ink);
  color: var(--paper);
}

.proof-heading {
  z-index: 2;
  grid-column: 1 / 10;
  margin-top: 90px;
}

.proof-heading .eyebrow {
  margin-bottom: 30px;
}

.stats-grid {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 92px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.stats-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  padding: 24px;
  background: var(--ink);
}

.stats-grid strong {
  font-family: var(--font-display);
  font-size: clamp(42px, 4.4vw, 76px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.founder-card {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 7fr 5fr;
  min-height: 650px;
  border: 1px solid var(--line-dark);
  margin-top: 80px;
}

.founder-photo {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: rgb(37, 37, 34);
}

.founder-photo::after {
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, transparent 58%, rgba(23, 23, 23, 0.36));
  content: "";
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.78) contrast(1.06);
}

.founder-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 5vw, 90px);
}

.founder-copy h3 {
  margin: 26px 0px 28px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.4vw, 78px);
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-transform: uppercase;
}

.founder-copy a span {
  margin-left: 10px;
  color: var(--rust-bright);
  font-size: 16px;
}

.final-copy {
  z-index: 3;
  align-self: center;
}

.final-copy .eyebrow {
  margin-bottom: 30px;
}

.final-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 42px 0px 32px;
  color: rgba(23, 23, 23, 0.66);
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.55;
}

.telegram-button-final {
  width: min(100%, 420px);
  min-height: 72px;
}

footer {
  z-index: 4;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0px, 1fr) auto;
  column-gap: 32px;
  align-items: center;
  min-height: 118px;
  margin-top: auto;
  border-top: 1px solid var(--line-light);
}

footer > p {
  margin: 0px;
  color: rgba(23, 23, 23, 0.5);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.footer-links a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 22px;
  }

  .hero-copy {
    grid-column: 1 / 9;
  }

  .hero-visual {
    right: -15vw;
    width: 70vw;
  }

  .project-intro {
    grid-column: 8 / 13;
  }

  .benefit-grid {
    grid-column: 1 / 9;
  }

  .terms-card {
    grid-column: 8 / 13;
  }

  .process-list {
    grid-column: 1 / 7;
  }

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

  .stats-grid article:nth-child(4), .stats-grid article:nth-child(5) {
    min-height: 180px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 70px;
  }

  .section-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
    column-gap: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-header {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    height: 70px;
  }

  .desktop-nav, .header-cta {
    display: none;
  }

  .mobile-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }

  .mobile-navigation nav {
    width: 100%;
    border-top: 1px solid var(--line-dark);
  }

  .mobile-navigation a {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    min-height: 72px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--paper);
    font-family: var(--font-display);
    font-size: clamp(26px, 8vw, 42px);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .hero-copy {
    grid-column: 1 / -1;
    align-self: start;
  }

  .hero h1 span {
    transform: none;
  }

  .hero-lead {
    margin: 28px 0px 24px;
  }

  .hero .telegram-button {
    margin-left: 0px;
    display: none;
  }

  .hero-visual {
    top: auto;
  }

  .hero-meta {
    grid-column: 1 / 5;
    align-self: end;
    flex-direction: column;
    align-items: flex-start;
  }

  .project, .product, .process, .proof, .final-cta {
    padding-top: 42px;
  }

  .project {
    min-height: auto;
    padding-bottom: 72px;
  }

  .project-heading, .product-title, .process-heading, .proof-heading {
    grid-column: 1 / -1;
    margin-top: 70px;
  }

  .benefit-grid {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .benefit-grid article {
    min-height: auto;
    padding: 22px;
  }

  .benefit-index {
    margin-bottom: 34px;
  }

  .product-feature-image, .product-copy {
    grid-column: 1 / -1;
    margin-top: 58px;
  }

  .product-copy {
    margin-top: 42px;
  }

  .product-copy > p {
    margin-bottom: 36px;
  }

  .production-gallery figure {
    height: 270px;
  }

  .production-gallery .gallery-wide {
    grid-column: 1 / -1;
    height: 350px;
  }

  .process-list, .terms-card {
    grid-column: 1 / -1;
    margin-top: 68px;
  }

  .terms-card {
    margin-top: 42px;
  }

  .stats-grid {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    margin-top: 68px;
  }

  .stats-grid article, .stats-grid article:nth-child(4), .stats-grid article:nth-child(5) {
    min-height: 155px;
  }

  .stats-grid article:last-child {
    grid-column: 1 / -1;
  }

  .founder-photo {
    min-height: 520px;
  }

  .founder-copy {
    padding: 40px 24px 50px;
  }

  .final-cta {
    min-height: 820px;
  }

  .final-object {
    right: -55%;
    bottom: 78px;
  }

  footer {
    display: none;
  }

  .mobile-sticky-cta span {
    font-size: 19px;
  }
}

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

  .hero-copy {
    padding-top: 70px;
  }

  .telegram-button {
    min-height: 58px;
  }

  .hero-visual {
    right: -53%;
  }

  .hero-meta {
    grid-column: 1 / -1;
  }

  .production-gallery figure, .production-gallery .gallery-wide {
    grid-column: 1 / -1;
    height: 300px;
  }

  .process-list li {
    grid-template-columns: 44px 1fr;
  }

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

  .stats-grid article:last-child {
    grid-column: auto;
  }

  .founder-photo {
    min-height: 430px;
  }

  .final-copy {
    padding-bottom: 340px;
  }

  .footer-links {
    gap: 0px;
  }
}

@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;
  }
}

h1, h2 {
  margin-bottom: 0px;
  font-family: var(--font-display);
  font-stretch: condensed;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: none;
}

.hero {
  grid-template-rows: 84px 1fr auto;
}

.hero-copy {
  align-self: center;
}

.hero h1 span {
  display: block;
  transform: none;
}

.hero .telegram-button {
  margin-left: 0px;
}

.hero-visual {
  top: auto;
  right: auto;
  bottom: auto;
  grid-column: 7 / -1;
  width: auto;
}

.hero-meta {
  grid-column: 1 / -1;
  padding: 18px 0px 0px;
}

.project, .product, .process, .proof {
  min-height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.project-heading, .product-title, .process-heading, .proof-heading {
  grid-column: 1 / -1;
  margin-top: 0px;
}

.project h2, .product h2, .process h2, .proof h2, .final-cta h2 {
  max-width: 1240px;
  font-size: clamp(48px, 5.7vw, 98px);
}

.project-intro {
  z-index: 2;
  grid-column: 8 / 13;
  align-self: start;
  margin-top: 56px;
  padding-bottom: 0px;
}

.benefit-grid {
  grid-column: 1 / -1;
  margin-top: 60px;
}

.benefit-grid article {
  min-height: 220px;
}

.benefit-index {
  display: block;
  color: var(--rust);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 42px;
}

.product {
  padding-bottom: 96px;
}

.product-feature-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgb(17, 17, 17);
  grid-column: 1 / 7;
  min-height: 540px;
  margin-top: 58px;
}

.product-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  transform: none;
}

.product-copy {
  z-index: 2;
  grid-column: 8 / 13;
  margin-top: 58px;
}

.process-list, .terms-card, .stats-grid {
  margin-top: 60px;
}

.process-list {
  grid-column: 1 / 8;
}

.terms-card {
  grid-column: 9 / 13;
}

.final-cta {
  background: var(--paper);
  isolation: isolate;
  min-height: auto;
  padding-top: 0px;
}

.final-copy {
  grid-column: 1 / 7;
  padding: 104px 0px 126px;
}

.final-object {
  z-index: 1;
  pointer-events: none;
  position: relative;
  right: auto;
  bottom: auto;
  grid-column: 7 / -1;
  align-self: stretch;
  width: auto;
}

.final-object img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  transform: none;
}

@media (max-width: 820px) {
  .hero-copy, .hero-visual, .hero-meta, .project-heading, .project-intro, .benefit-grid, .product-title, .product-feature-image, .product-copy, .production-gallery, .process-heading, .process-list, .terms-card, .proof-heading, .stats-grid, .founder-card, .final-copy, .final-object, footer {
    grid-column: 1 / -1;
  }

  .hero-visual {
    right: auto;
    bottom: auto;
    width: auto;
    opacity: 1;
  }

  .hero-meta {
    padding-bottom: 20px;
  }

  .project, .product, .process, .proof {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-intro {
    grid-column: 1 / -1;
    margin-top: 30px;
  }

  .benefit-grid, .product-feature-image, .product-copy, .process-list, .terms-card, .stats-grid {
    margin-top: 44px;
  }

  .product-feature-image {
    min-height: 400px;
  }

  .production-gallery {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    margin-top: 56px;
  }

  .founder-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .final-object {
    width: 125%;
    margin-left: -12.5%;
  }
}

body {
  margin: 0px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 18px;
  line-height: 1.6;
}

.telegram-button {
  min-height: 68px;
  font-size: 16px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 16px;
}

.desktop-nav a, .header-cta {
  position: relative;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.hero-copy {
  grid-area: 2 / 1 / auto / 8;
}

.hero h1 {
  max-width: none;
  line-height: 0.92;
  letter-spacing: -0.052em;
}

.hero h1 .hero-title-line {
  display: block;
  white-space: nowrap;
  transform: none;
}

.hero h1 .hero-title-line-primary {
  color: var(--paper);
}

.hero h1 .hero-title-line-accent {
  color: var(--rust);
}

.hero-visual {
  grid-area: 2 / 7 / auto / -1;
  align-items: center;
  justify-content: flex-end;
}

.hero-meta p {
  margin: 0px;
  text-transform: uppercase;
  color: rgba(242, 240, 232, 0.68);
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.45;
}

.hero-meta {
  grid-row: 3;
}

.hero-meta span {
  margin-right: 6px;
  color: var(--paper);
  font-weight: 700;
  font-size: 22px;
}

.benefit-index, .process-list > li > span {
  font-size: 14px;
}

.benefit-grid h3 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 22px;
}

.benefit-grid p, .process-list p {
  color: rgba(23, 23, 23, 0.76);
  font-size: 17px;
  line-height: 1.6;
}

.product-feature-image span, .production-gallery figcaption, .terms-label {
  font-size: 15px;
  letter-spacing: 0.09em;
  line-height: 1.4;
}

.option-list span {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  min-height: 56px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.option-list i {
  color: var(--rust-bright);
  font-style: normal;
  font-size: 13px;
}

.process-list h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 23px;
}

.term span {
  color: rgba(242, 240, 232, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.terms-note {
  margin: 22px 0px 24px;
  color: rgba(242, 240, 232, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.stats-grid span {
  text-transform: uppercase;
  max-width: 210px;
  color: rgba(242, 240, 232, 0.72);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.founder-copy > p:not(.eyebrow) {
  margin-bottom: 38px;
  color: rgba(242, 240, 232, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.founder-copy a {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rust);
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
}

footer > p, .footer-links a {
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: clamp(54px, 6.1vw, 68px);
  }

  .hero-visual img {
    right: auto;
    width: min(58vw, 720px);
  }
}

@media (max-width: 820px) {
  .hero-copy {
    grid-area: 2 / 1 / auto / -1;
    padding: 56px 0px 26px;
  }

  .hero-lead {
    max-width: 520px;
    font-size: 18px;
  }

  .hero-visual {
    grid-row: 3;
  }

  .hero-meta {
    grid-row: 4;
    gap: 10px;
  }

  .hero-meta p {
    font-size: 13px;
  }

  .mobile-navigation a span {
    color: var(--rust-bright);
    letter-spacing: 0px;
    font-size: 12px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 22;
    bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0px 18px;
    background: var(--rust);
    box-shadow: rgba(0, 0, 0, 0.26) 0px 10px 34px;
    color: var(--paper);
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-height: 60px;
    font-size: 15px;
    right: 20px;
    left: 20px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 20px;
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .section-grid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-visual img {
    height: 100%;
  }

  footer {
    min-height: 116px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: clamp(30px, 9.6vw, 34px);
  }
}

.audience-block {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  padding-top: 64px;
  border-top: 1px solid var(--line-light);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 1px;
  border: 1px solid var(--line-light);
  border-color: rgba(23, 23, 23, 0.4);
  background: rgba(23, 23, 23, 0.4);
}

@media (max-width: 820px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
}

.hero {
  min-height: max(900px, 100svh);
}

.hero-copy {
  grid-column: 1 / 8;
  padding: 50px 0px 42px;
}

.hero h1 {
  font-size: clamp(58px, 4.75vw, 92px);
}

.hero-lead {
  color: rgba(242, 240, 232, 0.82);
  max-width: 650px;
  margin: 26px 0px 22px;
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.5;
}

.hero-economics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  width: min(100%, 790px);
  margin-bottom: 12px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
  gap: 1px;
}

.hero-economics > div {
  min-height: 108px;
  padding: 17px 16px;
  background: rgba(23, 23, 23, 0.96);
}

.hero-economics strong {
  display: block;
  margin-bottom: 9px;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(21px, 1.65vw, 30px);
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.hero-economics span {
  display: block;
  color: rgba(242, 240, 232, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.hero-conditions {
  margin: 0px 0px 22px;
  color: rgba(242, 240, 232, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: block;
  align-self: stretch;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
}

.hero-visual::before {
  top: 14%;
  right: 6%;
  width: auto;
  aspect-ratio: auto;
  border: 0px;
  border-radius: 0px;
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0px;
  display: block;
  background: radial-gradient(circle at 66% 42%, rgba(184, 94, 56, 0.2), rgba(184, 94, 56, 0.04) 42%, transparent 72%);
}

.hero-visual img {
  animation: auto ease 0s 1 normal none running none;
  flex: 0 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(-120px, -5vw);
  bottom: auto;
  width: clamp(1650px, 125vw, 2200px);
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: none;
  transform: translateY(-45%);
}

.project-heading .eyebrow {
  margin-bottom: 24px;
}

.project-intro p {
  max-width: 430px;
  margin-bottom: 0px;
  color: rgba(23, 23, 23, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.audience-block {
  position: relative;
  left: calc(-1 * clamp(22px, 4.5vw, 82px));
  grid-template-columns: minmax(280px, 4fr) minmax(0px, 8fr);
  gap: clamp(40px, 5vw, 88px);
  width: calc(100% + clamp(44px, 9vw, 164px));
  margin-top: 88px;
  margin-bottom: -96px;
  padding: 76px clamp(22px, 4.5vw, 82px) 84px;
  border: 0px;
  background: var(--rust);
  color: var(--paper);
}

.audience-intro .eyebrow {
  margin-bottom: 22px;
  color: rgba(23, 23, 23, 0.74);
}

.audience-intro h3 {
  max-width: 520px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  color: var(--paper);
}

.audience-intro > p:not(.eyebrow) {
  max-width: 440px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(242, 240, 232, 0.9);
}

.audience-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  min-height: 168px;
  padding: 28px 24px;
  background: rgba(23, 23, 23, 0.96);
}

.audience-grid article > span {
  padding-top: 3px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  color: rgb(224, 138, 97);
}

.audience-grid h4 {
  margin: 0px 0px 12px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--paper);
}

.audience-grid p {
  margin: 0px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(242, 240, 232, 0.78);
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero-economics > div {
    min-height: 94px;
  }
}

@media (max-width: 820px) {
  .hero-copy {
    padding-top: 54px;
  }

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

  .hero-economics > div {
    min-height: 98px;
  }

  .hero-economics span, .hero-conditions {
    font-size: 14px;
  }

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

  .hero-visual img {
    top: 50%;
    right: -40px;
    bottom: auto;
    width: clamp(1050px, 200vw, 1400px);
    height: auto;
    transform: translateY(-35%);
  }

  .audience-block {
    padding-top: 48px;
    left: -20px;
    grid-template-columns: 1fr;
    gap: 36px;
    width: calc(100% + 40px);
    margin-top: 56px;
    margin-bottom: -64px;
    padding: 56px 20px 64px;
  }

  .audience-grid article {
    min-height: auto;
    grid-template-columns: 40px 1fr;
    padding: 24px 20px;
  }
}

@media (max-width: 520px) {
  .hero-economics {
    grid-template-columns: 1fr 1fr;
  }

  .hero-economics strong {
    font-size: 20px;
  }

  .hero-visual {
    height: 320px;
    min-height: 320px;
  }

  .hero-visual img {
    right: -30px;
    width: 1050px;
  }

  .audience-block {
    left: -16px;
    width: calc(100% + 32px);
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 821px) {
  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    padding: 26px 0px 18px;
  }

  .hero-lead {
    margin-top: 20px;
    margin-bottom: 16px;
    max-width: 830px;
    margin: 20px 0px 34px;
    font-size: clamp(20px, 1.45vw, 24px);
  }

  .hero-economics {
    width: min(100%, 1005px);
    margin-bottom: 8px;
  }

  .hero-economics > div {
    min-height: 86px;
    padding: 11px 14px;
  }

  .hero-economics strong {
    margin-bottom: 7px;
    font-size: clamp(21px, 1.45vw, 27px);
  }

  .hero-economics span {
    font-size: 14px;
    line-height: 1.32;
  }

  .hero-conditions {
    margin-bottom: 16px;
  }

  .hero .telegram-button {
    min-height: 62px;
  }

  .hero-meta {
    display: none;
  }

  .hero-visual img {
    right: max(-260px, -12vw);
    width: clamp(1450px, 108vw, 1900px);
    transform: translateY(-45%);
  }

  .final-object {
    overflow: hidden;
  }

  .final-object img {
    max-width: none;
    transform: translateX(-26%) scale(1.9);
    transform-origin: 50% 52%;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero {
    min-height: 900px;
  }

  .hero-economics {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    width: min(100%, 650px);
  }

  .hero-visual img {
    right: -150px;
    width: 1450px;
    transform: translateY(-42%);
  }
}

@media (max-width: 820px) {
  .hero-copy, .hero-visual {
    grid-column: 1 / -1;
  }
}

.production-gallery .gallery-wide img {
  object-fit: contain;
  transform: scale(1.16);
}

.production-gallery figure:nth-child(3) img {
  object-fit: contain;
  transform: scale(1.04);
}

.production-gallery .gallery-wide:hover img {
  transform: scale(1.2);
}

.production-gallery figure:nth-child(3):hover img {
  transform: scale(1.08);
}

@media (max-width: 820px) {
  .production-gallery .gallery-wide img {
    transform: scale(1.12);
  }

  .production-gallery figure:nth-child(3) img {
    transform: scale(1.02);
  }
}

:root {
  --ink: #171717;
  --ink-soft: #23231f;
  --paper: #f2f0e8;
  --rust: #b85e38;
  --rust-bright: #d06b40;
  --line-dark: rgba(242, 240, 232, 0.16);
  --line-light: rgba(23, 23, 23, 0.17);
  --font-display: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial,
    sans-serif;
  --font-body: "Segoe UI", Arial, sans-serif;
  --telegram-blue: #229ed9;
  --telegram-blue-hover: #168dcc;
}

.hero-visual-mobile {
  display: none;
}

.patent-line {
  display: inline-block;
  white-space: nowrap;
}

.telegram-button, .telegram-button-dark, .telegram-button-final, .mobile-sticky-cta {
  border-color: var(--telegram-blue);
  background: var(--telegram-blue);
  color: rgb(255, 255, 255);
}

.telegram-button:hover, .telegram-button-dark:hover, .telegram-button-final:hover, .mobile-sticky-cta:hover {
  border-color: var(--telegram-blue-hover);
  background: var(--telegram-blue-hover);
  color: rgb(255, 255, 255);
}

.header-cta, .header-cta span, .footer-links a:first-child {
  color: var(--telegram-blue);
}

.founder-copy > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0px 18px;
  border: 1px solid var(--telegram-blue);
  background: var(--telegram-blue);
  color: rgb(255, 255, 255);
}

.founder-copy > a:hover {
  border-color: var(--telegram-blue-hover);
  background: var(--telegram-blue-hover);
  color: rgb(255, 255, 255);
}

@media (max-width: 820px) {
  .site-header {
    z-index: 40;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0px;
    border: 1px solid var(--line-dark);
    background: transparent;
    cursor: pointer;
    z-index: 42;
  }

  .menu-toggle span {
    position: absolute;
    background: var(--paper);
    transition: transform 180ms;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    transform-origin: center center;
  }

  .menu-toggle span:first-child {
    transform: translate(-50%, -5px);
  }

  .menu-toggle span:last-child {
    transform: translate(-50%, 4px);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-navigation {
    position: fixed;
    inset: 0px;
    display: flex;
    align-items: center;
    padding: 90px 20px 30px;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms, transform 180ms;
    z-index: 35;
    padding-top: 88px;
  }

  .mobile-navigation a:last-child {
    color: var(--telegram-blue);
  }

  body.menu-open .mobile-sticky-cta {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .hero {
    padding-bottom: 24px;
    grid-template-rows: 70px auto auto auto;
    min-height: auto;
  }

  .hero h1 {
    letter-spacing: -0.06em;
    font-size: clamp(36px, 10.6vw, 44px);
    line-height: 0.94;
  }

  .project h2, .product h2, .process h2, .proof h2, .final-cta h2 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 0.96;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-visual {
    display: none;
  }

  .hero-visual-mobile {
    position: relative;
    display: block;
    width: calc(100% + 40px);
    margin: 18px -20px 20px;
    overflow: hidden;
    isolation: isolate;
    pointer-events: none;
    height: clamp(250px, 70vw, 280px);
    margin-bottom: 26px;
  }

  .hero-visual-mobile::before {
    position: absolute;
    z-index: 0;
    inset: 0px;
    background: radial-gradient(circle at 72% 48%, rgba(34, 158, 217, 0.14), rgba(184, 94, 56, 0.08) 38%, transparent 72%);
    content: "";
  }
}

@media (max-width: 520px) {
  .hero-visual-mobile {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (min-width: 1101px) {
  .hero-economics {
    width: min(93%, 930px);
  }

  .hero-visual img {
    right: max(-340px, -17vw);
    width: clamp(1450px, 105vw, 1860px);
  }
}

@media (max-width: 820px) {
  .hero-visual-mobile::after {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
  }

  .hero-lead {
    margin-top: 0px;
  }

  .founder-copy > a, .final-cta .telegram-button-final, .terms-card .telegram-button-dark {
    display: none;
  }
}

.telegram-plane {
  position: relative;
  display: inline-block;
  flex: 0 0 21px;
  width: 21px;
  height: 18px;
  color: currentcolor;
}

.telegram-plane::before {
  position: absolute;
  inset: 0px;
  background: currentcolor;
  clip-path: polygon(0px 43%, 100% 0px, 75% 100%, 47% 70%, 28% 84%, 31% 58%);
  content: "";
}

.telegram-plane::after {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 11px;
  height: 2px;
  background: var(--telegram-plane-cut, var(--telegram-blue));
  content: "";
  transform: rotate(-27deg);
  transform-origin: left center;
}

.telegram-button, .founder-copy > a, .mobile-sticky-cta {
  --telegram-plane-cut: var(--telegram-blue);
}

.telegram-button:hover, .founder-copy > a:hover, .mobile-sticky-cta:hover {
  --telegram-plane-cut: var(--telegram-blue-hover);
}

.founder-copy > a .button-arrow {
  margin-left: 10px;
  color: rgb(255, 255, 255);
}

.founder-copy > a .telegram-plane {
  margin-left: 0px;
  color: rgb(255, 255, 255);
}

.terms-label {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.15;
}

.mobile-sticky-cta .telegram-plane-sticky {
  flex-basis: 23px;
  width: 23px;
  height: 20px;
  margin-left: 14px;
}

@media (max-width: 820px) {
  .terms-label {
    margin-bottom: 42px;
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .mobile-sticky-cta .telegram-plane-sticky {
    flex-basis: 21px;
    width: 21px;
    height: 18px;
    margin-left: 10px;
  }
}

@media (max-width: 820px) {
  .hero-visual-mobile img {
    position: absolute;
    z-index: 1;
    top: 50%;
    height: auto;
    max-width: none;
    filter: drop-shadow(rgba(0, 0, 0, 0.42) 0px 24px 34px);
    right: clamp(-38px, -6vw, -22px);
    width: clamp(690px, 155vw, 860px);
    transform: translateY(-38%);
  }

  .final-object {
    height: clamp(400px, 112vw, 440px);
    min-height: 400px;
    overflow: hidden;
  }

  .final-object img {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    transform: translateX(-38%);
    transform-origin: center center;
  }
}

h1, h2, h3, h4, .terms-label {
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .hero-visual-mobile::after {
    display: block;
    height: 68px;
    background: linear-gradient(
      to bottom,
      rgba(23, 23, 23, 0),
      rgba(23, 23, 23, 0.28) 46%,
      var(--ink) 100%
    );
  }

  .final-copy {
    grid-column: 1 / -1;
    align-self: start;
    padding: 72px 0px 38px;
    padding-bottom: 12px;
  }

  .final-copy > p:not(.eyebrow) {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .final-object {
    margin-top: 14px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(32px, 9.1vw, 36px);
  }

  .project h2, .process h2 {
    font-size: clamp(29px, 8.4vw, 33px);
  }
}

.no-break {
  white-space: nowrap;
}

.option-list .option-list-no-break {
  white-space: nowrap;
}

.project-intro .project-price-line {
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 700;
}

.project-intro .project-intro-copy {
  margin-bottom: 0px;
}

@media (min-width: 821px) {
  .project-intro {
    grid-column: 7 / 13;
    justify-self: end;
    width: min(100%, 650px);
  }

  .project-intro p {
    max-width: none;
  }
}

@media (min-width: 1101px) {
  .project-intro .project-price-line {
    white-space: nowrap;
  }
}

.term strong, .stats-grid strong {
  white-space: nowrap;
}

.hero {
  z-index: 50;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  padding-right: clamp(22px, 4.5vw, 82px);
  padding-left: clamp(22px, 4.5vw, 82px);
  background: rgba(23, 23, 23, 0.96);
  box-shadow: rgba(242, 240, 232, 0.08) 0px 1px 0px;
  backdrop-filter: blur(14px);
}

.mobile-sticky-cta {
  z-index: 60;
}

@media (max-width: 820px) {
  .site-header {
    position: fixed;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-sticky-cta .telegram-plane-sticky {
    margin-left: 0px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mobile-sticky-cta {
    right: 16px;
    left: 16px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0.055em;
    white-space: nowrap;
    gap: 10px;
  }
}

.site-header .wordmark {
  min-width: 0px;
  max-width: 100%;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.08;
}

.site-header .wordmark > span {
  display: block;
}

.site-header .wordmark > span > span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  transform: translateY(-18px);
}

@media (max-width: 820px) {
  .hero-copy {
    transform: translateY(-12px);
  }
}

/* Legal details and the minimal cookie notice. */
.footer-meta {
  display: grid;
  gap: 8px;
}

.footer-meta p {
  margin: 0;
}

.footer-meta > p:first-child {
  color: rgba(23, 23, 23, 0.58);
  font-size: 15px;
  line-height: 1.45;
}

.footer-legal {
  color: rgba(23, 23, 23, 0.48);
  font-size: 13px;
  line-height: 1.5;
}

.cookie-notice {
  position: fixed;
  z-index: 110;
  right: 24px;
  bottom: 24px;
  left: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(100% - 48px, 620px);
  padding: 18px 20px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  background: var(--paper);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.cookie-notice a {
  border-bottom: 1px solid currentColor;
  color: var(--rust);
}

.cookie-notice button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  font: 800 14px/1 var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 820px) {
  footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    min-height: 0;
    padding: 28px 0 104px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 24px;
  }

  .cookie-notice {
    z-index: 59;
    right: 16px;
    bottom: 86px;
    left: 16px;
    width: auto;
    gap: 14px;
    padding: 15px 16px;
  }

  .cookie-notice p {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .cookie-notice {
    grid-template-columns: 1fr;
  }

  .cookie-notice button {
    width: 100%;
  }
}
